Changelog
debhelper (9.20160115ubuntu1) xenial; urgency=medium
* Merge from Debian unstable. Remaining changes:
- autoscripts/*-init*: Test for /etc/init/*.conf where necessary.
- dh_installchangelogs: Do not install upstream changelog in compat
level 7. This floods packages with huge upstream changelogs which
take precious CD space.
- dh_installinit: Add dependency to lsb-base >= 4.1+Debian11ubuntu7 that
provides the upstart LSB hook, to avoid upgrade breakage. This change
can be dropped after 16.04 LTS.
- dh_strip: Revert commit f1a803456 to disable ddebs generation by
default. This first needs adjustments in Launchpad and ddebs.u.c., and
dropping pkg-create-dbgsym.
debhelper (9.20160115) unstable; urgency=medium
* Fix brown paper bag bug that caused many packages to
FTBFS when dh_update_autotools_config was called.
(Closes: #811052)
* Revert removal of autoscripts/*-makeshlibs. Some packages
injected them directly into their maintainer scripts.
(Closes: #811038)
debhelper (9.20160114) unstable; urgency=low
[ Niels Thykier ]
* Dh_Lib.pm: Pass "-S" to dpkg-parsechangelog when requesting
the Version field.
* Drop compat level 3.
* dh_install: Only fallback to debian/tmp if the given glob
does not start with debian/tmp. This should make the
output on failures less weird.
* autoscripts/*-makeshlibs: Removed, no longer used.
* dh: In compat 10, drop the manual sequence control arguments
and the sequence log files. (Closes: #510855)
* dh_update_autotools_config: New helper to update config.sub
and config.guess.
* dh: Run dh_update_autotools_config before dh_auto_configure.
(Closes: #733045)
* d/control: Add dependency on autotools-dev for the new
dh_update_autotools_config tool.
* dh_installinit: Correct the "PROMISE NOOP" clause to account
for /etc/tmpfiles.d and /usr/lib/tmpfiles.d.
* dh_strip: Add "--(no-)automatic-dbgsym" and "--dbgsym-migration"
options to replace "--(no-)ddebs" and "--ddeb-migration".
(Closes: #810948)
[ Dmitry Shachnev ]
* dh_install: Fail because of missing files only after processing
all file lists for all packages. (Closes: #488346)
-- Martin Pitt <email address hidden> Tue, 19 Jan 2016 19:55:45 +0100