summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2014-02-20 13:15:08 -0400
committerJoey Hess <joey@kitenet.net>2014-02-20 13:15:08 -0400
commitcc6d1034de024cb0c63a28558bb8815bfc8b100c (patch)
treebf87afadcb2d887062e2a416b77edb1434ba18ca /debian/changelog
parentf16d0915b10ff9ef0b0826ae896aaccd6f3ad84f (diff)
dh_gencontrol: Revert change made in version 4.0.13 that avoided passing -p to dpkg-gencontrol when only operating on one package. There seems to be no benefit to doing that, and it breaks when using Build-Profiles, since while debhelper may know a profile only allows for one package, dpkg-gencontrol may see other packages in the control file.
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog6
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 673b2a28..7093ca85 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,12 @@ debhelper (9.20140210) UNRELEASED; urgency=medium
* perl_build: Use realclean instead of distclean. Closes: #737662
* Initial implementation of support for Build-Profiles fields.
Thanks, Daniel Schepler.
+ * dh_gencontrol: Revert change made in version 4.0.13 that avoided
+ passing -p to dpkg-gencontrol when only operating on one package.
+ There seems to be no benefit to doing that, and it breaks when using
+ Build-Profiles, since while debhelper may know a profile only allows
+ for one package, dpkg-gencontrol may see other packages in the
+ control file.
-- Joey Hess <joeyh@debian.org> Sat, 25 Jan 2014 15:49:45 -0400