]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - debian/README.source
Imported Debian patch 1.2.1-1
[nfs-utils.git] / debian / README.source
diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644 (file)
index 66a5588..0000000
+++ /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 <sesse@debian.org>, Mon, 14 Jul 2008 11:20:34 +0200