]> git.decadent.org.uk Git - nfs-utils.git/blob - debian/README.source
Imported Debian patch 1.1.2-6
[nfs-utils.git] / debian / README.source
1 nfs-utils for Debian
2 ====================
3
4 nfs-utils for Debian is packaged using quilt. To get started:
5
6   sudo aptitude install quilt
7   export QUILT_PATCHES=debian/patches/
8
9 To get the complete source as built, use the "patch" target in debian/rules or,
10 equivalently:
11
12   quilt push -a
13
14 To make a new modification, first apply all patches as described above, and
15 then
16
17   quilt new 99-my-local-patch.patch
18   quilt edit foo/bar.c
19   quilt edit baz/quux.c
20   quilt refresh
21
22 To get the tree back in pristine form, use the "unpatch" target in debian/rules
23 or, equivalently:
24
25   quilt pop -a
26
27 Happy hacking!
28
29  -- Steinar H. Gunderson <sesse@debian.org>, Mon, 14 Jul 2008 11:20:34 +0200