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