diff options
author | Steve Langasek <vorlon@debian.org> | 2008-07-27 02:44:49 -0700 |
---|---|---|
committer | Steve Langasek <steve.langasek@ubuntu.com> | 2019-01-03 17:28:18 -0800 |
commit | 47b171f21f03a2c111cc834395a1206c4d735a7f (patch) | |
tree | 7357d3fc4b1810c2d494f368a1979a77e2496a71 /debian/README.source | |
parent | b4150a41c38506181479ff9b8350f5fa234a2926 (diff) | |
download | pam-47b171f21f03a2c111cc834395a1206c4d735a7f.tar.gz pam-47b171f21f03a2c111cc834395a1206c4d735a7f.tar.bz2 pam-47b171f21f03a2c111cc834395a1206c4d735a7f.zip |
Add debian/README.source documenting that this package uses quilt.
Diffstat (limited to 'debian/README.source')
-rw-r--r-- | debian/README.source | 8 |
1 files changed, 8 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. |