summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2013-05-18 10:39:11 -0400
committerJoey Hess <joey@kitenet.net>2013-05-18 10:39:11 -0400
commite069a27b2a8348d39b06a2911418d73336bdf86f (patch)
tree2365c1bcb32fe95f47a30ecc1d5948aa19277971 /debian/changelog
parent9cea348a541253f87c8f78fab274c8983f1da4be (diff)
dh_installchangelogs: Write the changelog entry used for a binNMU, as flagged by binary-only=yes to a separate file, in order to work around infelicities in dpkg's multiarch support. Closes: #708218 (Thanks, Ansgar Burchardt)
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index da281af8..fdce097a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,9 @@
debhelper (9.20130517) UNRELEASED; urgency=low
+ * dh_installchangelogs: Write the changelog entry used for a binNMU,
+ as flagged by binary-only=yes to a separate file, in order to work
+ around infelicities in dpkg's multiarch support. Closes: #708218
+ (Thanks, Ansgar Burchardt)
* dh_installinit: Add versioned dependency on sysv-rc
when shipping upstart jobs. Closes: #708720