]> git.ipfire.org Git - people/ms/dma.git/commitdiff
Add debian/README.source to document quilt usage as per the Debian Policy.
authorPeter Pentchev <roam@ringlet.net>
Wed, 11 Mar 2009 13:42:55 +0000 (13:42 +0000)
committerPeter Pentchev <roam@ringlet.net>
Wed, 11 Mar 2009 13:42:55 +0000 (13:42 +0000)
README.source [new file with mode: 0644]
changelog

diff --git a/README.source b/README.source
new file mode 100644 (file)
index 0000000..a80805b
--- /dev/null
@@ -0,0 +1,17 @@
+The dma package uses quilt to maintain local changes to
+the dma distribution.  The Debian-specific patches are maintained
+in the debian/patches/ directory.
+
+To apply all the patches, preparing the source for building, use:
+  debian/rules patch
+
+To revert the patches, preparing to build a source package, use:
+  debian/rules unpatch
+
+You do not need to manually execute these targets when building
+the package; they are part of the debian/rules target chain.
+
+For more information on the quilt integration with Debian packages,
+as well as editing, adding or removing patches, please see
+the quilt documentation; in recent versions of the Debian package of
+quilt, start at the /usr/share/doc/quilt/README.source file.
index 218d6863fceacac47a47d491448567e9ca609d71..fa60ee2ffb6755ea5f56f978ac7ecd24a8e984a1 100644 (file)
--- a/changelog
+++ b/changelog
@@ -7,6 +7,7 @@ dma (0.0.2009.02.11-1~2) unstable; urgency=low
     - add the FULLBOUNCE option;
     - add the MAILNAME and MAILNAMEFILE options and use /etc/mailname
       as the MAILNAMEFILE.
+  * Add debian/README.source to document quilt usage as required by Policy.
 
  -- Peter Pentchev <roam@ringlet.net>  Wed, 11 Mar 2009 14:48:15 +0200