summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorRaphaël Hertzog <hertzog@debian.org>2011-06-11 22:49:53 +0200
committerRaphaël Hertzog <hertzog@debian.org>2011-06-11 22:49:53 +0200
commit46d6192d4070b0324b837105e9959a501e65433d (patch)
treebb72ecb4674ccc1710a08505d500875754316800 /debian
parent4e246f9e3e3155447f3aaa8bab7d079ee0064c5b (diff)
downloaddpkg-46d6192d4070b0324b837105e9959a501e65433d.tar.gz
dpkg-source: support debian/source/local-patch-header
Useful to use in combination with a --single-debian-patch option in debian/source/local-options. The commit also changes the place where the local-options file is ignored. Instead of using the default diff_ignore regexp, it's hardcoded in the initialization function in case the default regexp is not used. Suggested-by: Russ Allbery <rra@debian.org>
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 66b369c51..94cfbe7cf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -33,6 +33,9 @@ dpkg (1.16.1) UNRELEASED; urgency=low
* Check presence of required parameters in dpkg-vendor. Closes: #628726
Thanks to Niels Thykier <niels@thykier.net> for the patch.
* Avoid a Perl warning in dpkg-buildflags when HOME is not set.
+ * dpkg-source can now also use debian/source/local-patch-header (that is not
+ included in the generated source package) instead of
+ debian/source/patch-header. Closes: #629582
[ Guillem Jover ]
* Install deb-src-control(5) man pages in dpkg-dev. Closes: #620520