diff options
-rw-r--r-- | debian/README.source | 8 | ||||
-rw-r--r-- | debian/changelog | 1 |
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 |