Changelog
debhelper (9.20130921ubuntu1) trusty; urgency=low
* Resynchronise with Debian. Remaining changes:
- Depend on dh-apparmor.
- dh_installinit, autoscripts/postinst-upstart-replace: Prefer upstart
jobs where they exist.
- autoscripts/preinst-upstart-compatibility: Handle upgrades from older
versions that created the /lib/init/upstart-job symlink.
- autoscripts/postinst-init*: Only call update-rc.d when there's no
upstart job.
- autoscripts/*-init*: Test for /etc/init/*.conf where necessary.
- dh_installinit: Add no-op --upstart-only option for compatibility.
- dh_installudev: Change default rules.d symlink priority to 40.
- dh_installchangelogs: Do not install upstream changelog in compat
level 7. This floods packages with huge upstream changelogs which
take precious CD space.
debhelper (9.20130921) unstable; urgency=low
* dh: Call dh_installxfonts after dh_link, so that it will
notice fonts installed via symlinks. Closes: #721264
* Fix FTBFS with perl 5.18. Closes: #722501
* dh_installchangelogs: Add changelog.md to the list of common
changelog filenames.
debhelper (9.20130720) unstable; urgency=low
* dh_python: Removed this deprecated and unused command.
Closes: #717374
(Thanks, Luca Falavigna)
* Type fixes. Closes: #719216
* dh_installinit: Fix a longstanding accidental behavior that caused
a file named debian/package to be installed as the init script.
Only fixed in v10 since packages might depend on this behavior.
Closes: #719359
* dh_install, dh_installdocs, dh_clean: Fix uses of find -exec
which cause it to ignore exit status of the commands run.
Closes: 719598
* makefile buildsystem: Tighten heuristic to detect if makefile target
exists. An error message that some other target does not exist just means
the makefile spaghetti has problems later on when run with -n,
but not that the called target didn't exist. Closes: #718121
-- Colin Watson <email address hidden> Mon, 21 Oct 2013 09:28:05 +0100