4 nfs-utils for Debian is packaged using quilt. To get started:
6 sudo aptitude install quilt
7 export QUILT_PATCHES=debian/patches/
9 To get the complete source as built, use the "patch" target in debian/rules or,
14 To make a new modification, first apply all patches as described above, and
17 quilt new 99-my-local-patch.patch
22 To get the tree back in pristine form, use the "unpatch" target in debian/rules
29 -- Steinar H. Gunderson <sesse@debian.org>, Mon, 14 Jul 2008 11:20:34 +0200