summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Langasek <vorlon@debian.org>2008-07-27 02:44:49 -0700
committerSteve Langasek <steve.langasek@ubuntu.com>2019-01-03 17:28:18 -0800
commit47b171f21f03a2c111cc834395a1206c4d735a7f (patch)
tree7357d3fc4b1810c2d494f368a1979a77e2496a71
parentb4150a41c38506181479ff9b8350f5fa234a2926 (diff)
Add debian/README.source documenting that this package uses quilt.
-rw-r--r--debian/README.source8
-rw-r--r--debian/changelog1
2 files changed, 9 insertions, 0 deletions
diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 00000000..de10a628
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,8 @@
+This package uses quilt to manage all modifications to the upstream
+source. Changes are stored in the source package as diffs in
+debian/patches-applied and applied during the build. Please see:
+
+ /usr/share/doc/quilt/README.source
+
+for more information on how to apply the patches, modify patches, or
+remove a patch.
diff --git a/debian/changelog b/debian/changelog
index 022b4a91..3c1c9a19 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -91,6 +91,7 @@ pam (1.0.1-1) UNRELEASED; urgency=low
point to section 5 instead of section 8.
* Update patch PAM-manpage-section to fix the references to pam(7) from
other manpages. Closes: #470137.
+ * Add debian/README.source documenting that this package uses quilt.
-- Steve Langasek <vorlon@debian.org> Tue, 22 Jul 2008 10:55:45 -0700