X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=debian%2FREADME.source;fp=debian%2FREADME.source;h=66a5588e68ddb9b65f678ef85b2d9a20a43cad06;hb=f1a21c54149d24f8f8f875c2883af449d921c50b;hp=0000000000000000000000000000000000000000;hpb=f96c403d8d7089e83c8077498855efe54a4c2366;p=nfs-utils.git diff --git a/debian/README.source b/debian/README.source new file mode 100644 index 0000000..66a5588 --- /dev/null +++ b/debian/README.source @@ -0,0 +1,29 @@ +nfs-utils for Debian +==================== + +nfs-utils for Debian is packaged using quilt. To get started: + + sudo aptitude install quilt + export QUILT_PATCHES=debian/patches/ + +To get the complete source as built, use the "patch" target in debian/rules or, +equivalently: + + quilt push -a + +To make a new modification, first apply all patches as described above, and +then + + quilt new 99-my-local-patch.patch + quilt edit foo/bar.c + quilt edit baz/quux.c + quilt refresh + +To get the tree back in pristine form, use the "unpatch" target in debian/rules +or, equivalently: + + quilt pop -a + +Happy hacking! + + -- Steinar H. Gunderson , Mon, 14 Jul 2008 11:20:34 +0200