Enrico on [http://www.enricozini.org/talks/2004linuxtag/html/img14.html Happiness and World Domination]

stuff that I do

I also maintain some information on this page, as I really like the ease of use of wiki.debian.org:

todo for d-i powerpc

issues in d-i powerpc

ppc notes

todo for debian-edu

no time for this:

adding patches with quilt to a package

  1. add quilt to build-depends
  2. create debian/patches/ and put the patches there
  3. cd debian/patches ; ls > series

  4. add "QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2" to the configure target in debian/rules

  5. add "QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2" to the clean target in debian/rules

  6. enjoy :)

adding more patches later

  1. export QUILT_PATCHES=debian/patches
  2. quilt new 200-etc-olsrd.patch
  3. quilt add Makefile.inc
  4. vi Makefile.inc
  5. quilt refresh

svn, knowing the diff before updating

  1. svn diff --revision HEAD
  2. svn up

== random links ==

random stuff