diff options
author | Niels Thykier <niels@thykier.net> | 2017-06-29 07:39:13 +0000 |
---|---|---|
committer | Niels Thykier <niels@thykier.net> | 2017-06-29 15:48:34 +0000 |
commit | 3c4a4476ecc57c82a3d9ed8f50046a315bcff999 (patch) | |
tree | 9dfbfc4e22a6375facf2917c4385f298cb5879dd | |
parent | 6d17e16a3b382c33c7f5b57f9ac4cc92637de5d0 (diff) | |
download | debhelper-3c4a4476ecc57c82a3d9ed8f50046a315bcff999.tar.gz |
d/changelog: Document changes
Signed-off-by: Niels Thykier <niels@thykier.net>
-rw-r--r-- | debian/changelog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 849ecafe..19c496f0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,27 @@ debhelper (10.6) UNRELEASED; urgency=medium symlinked doc directory). (Closes: #865869) * dh_installman: Fix regression in compat 5 that could make it ignore one manpage per invocation. + * dh_installdocs: Warn if a pattern in the config file matches + nothing. In compat 11, this becomes a hard error. + * dh_installexamples: Ditto. + * dh_installinfo: Ditto. + * dh_installman: Ditto. + * dh_installexamples: Support missing documentation under the nodoc + profile. + * dh_installinfo: Ditto. + * dh_installman: Ditto. + * dh_installwm: Ditto. (Closes: #865707) + * dh_installdocs: Log installed files so dh_missing can see them. + * dh_installexamples: Ditto. (Closes: #863456) + * dh_installinfo: Ditto. + * dh_installdocs: In compat 11, automatically fall back to debian/tmp + if the files are not found in ".". Furthermore, accept the option + --sourcedir with the same meaning as dh_install. + * dh_installexamples: Ditto. + * dh_installinfo: Ditto. + * dh_installman: Ditto. + * dh_installman: Fix bug in how it handled language auto-detection in + compat 11. Previously, it did not work as intended. -- Niels Thykier <niels@thykier.net> Tue, 27 Jun 2017 17:29:32 +0000 |