diff options
author | Sven Joachim <svenjoac@gmx.de> | 2017-07-20 20:46:26 +0200 |
---|---|---|
committer | Niels Thykier <niels@thykier.net> | 2017-07-22 20:06:13 +0000 |
commit | 063c761fda757ef24ff43f57911f4f461c8fd0dc (patch) | |
tree | 4573cc54ffab7e3fc256ab88509aab2b97a8ae8d /debian | |
parent | fca6ebf45cefecfc45fb34dcb6b00d85d5e44846 (diff) | |
download | debhelper-063c761fda757ef24ff43f57911f4f461c8fd0dc.tar.gz |
Revert to the pre-10.6.4 behavior for dh_installdocs and the like
It turned out that "dh_installdocs 'foo bar'" has historically treated
the argument as a single file rather than two, and packages were
relying on it, since there is really no other way to install such a
file with dh_installdocs. Hence commit d00d7d524f8 broke them.
The situation for dh_installexamples, dh_installman and dh_installinfo
is exactly the same.
That dh_install has behaved differently in this respect is
unfortunate, but can only be fixed in a new compat level.
Signed-off-by: Niels Thykier <niels@thykier.net>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 2f47b238..d43e5c70 100644 --- a/debian/changelog +++ b/debian/changelog @@ -45,6 +45,12 @@ debhelper (10.7) UNRELEASED; urgency=medium on dh_testdir to do this as dh_testdir is called too late. * dh: optimize out the call to dh_testdir. It is useless for printing a helpful error message when called by dh. + * dh_installdocs: Apply patch from Sven Joachim to revert an + incorrect regression "fix". Thanks to Adrian Bunk for + reporting the issue. (Closes: #868649) + * dh_installexamples: Ditto. + * dh_installinfo: Ditto. + * dh_installman: Ditto. -- Niels Thykier <niels@thykier.net> Sat, 15 Jul 2017 09:42:32 +0000 |