X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=debian%2FREADME.source;fp=debian%2FREADME.source;h=0000000000000000000000000000000000000000;hb=96a3939727cd86135c8a677982bde6b2399656cf;hp=66a5588e68ddb9b65f678ef85b2d9a20a43cad06;hpb=10cfddc260b77025807906f72c8d98d9fe84a6c5;p=nfs-utils.git diff --git a/debian/README.source b/debian/README.source deleted file mode 100644 index 66a5588..0000000 --- a/debian/README.source +++ /dev/null @@ -1,29 +0,0 @@ -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