[ubuntu/bionic-proposed] debhelper 10.10.7ubuntu1 (Accepted)
Gianfranco Costamagna
locutusofborg at debian.org
Sun Nov 12 19:34:16 UTC 2017
debhelper (10.10.7ubuntu1) bionic; urgency=medium
* Merge from current Debian unstable. Remaining changes:
- Generate ddebs from debhelper instead of pkg-create-dbgsym
+ Make debhelper Conflict/Replace pkg-create-dbgsym to force it off.
+ Set DBGSYM_PACKAGE_TYPE to ddeb to get correct debian/files output.
- dh_installchangelogs: Do not install upstream changelog in compat
level 7 and higher to avoid pointlessly bloating installed packages.
debhelper (10.10.7) unstable; urgency=medium
* dh_strip: Fix a regression that caused debug symbols for
executables to be discarded instead of included into
debug packages.
* Dh_Lib: Ensure that $dh{U_PARAMS} is always defined as a
list. Thanks to Adrian Bunk for the bug report.
debhelper (10.10.6) unstable; urgency=medium
[ Axel Beckert ]
* Cleanup trailing whitespace in ancient debian/changelog entries and
debian/rules.
* Fix typo "belive" in debian/copyright and ancient debian/changelog
entries.
* Use HTTPS in debian/copyright format URL.
[ Niels Thykier ]
* Remove support for named compat levels.
* dh_perl: Make dh_perl faster on packages with large doc
directories by pruning the entire doc directory.
* dh,dh_auto_*: Support skipping all of the dh_auto_* helpers if the
package does not seem to have a build system (and there are no build
system related options passed to dh).
* Dh_Lib.pm: Define a (hardcoded) extension for dbgsym packages.
* dh_gencontrol: Pass -DPackage-Type to dpkg-gencontrol when the
package type for dbgsym is different than for regular deb packages.
* dh_builddeb: Automatically handle renaming of dbgsym packages when
the extension of the dbgsym packages are different than for regular
deb packages.
* dh_installsystemd,dh_systemd_start: Use "restart" instead of the
"try-restart" action. This ensures that newly added services are
started the first time they are installed. (Closes: #879727,
LP: #1707880)
* dh_install: Fix regression where it was no longer possible to
exclude an entire pattern / source file. Thanks to James Cowgill
for the report. (Closes: #814856, LP: #1554979)
* dh_installsystemd: Permit missing explicitly requested file in
package as long as another on being acted on ships it.
* dh_installsystemd: Optimize the search for files installed in the
tmpfiles.d directories to only look in the tmpfiles.d directories.
* Add experimental support for building some packages for "TARGET"
rather than "HOST" via the X-DH-Build-For-Type field. The field
is subject to removal and changes without notice. The field is
not considered by dpkg tooling and therefore you will still have
to manually work around tools like dpkg-gencontrol (even when
called via dh_gencontrol).
* dh_makeshlibs: Ignore non-ELF files even if they are named ".so".
(Closes: #880480)
* Dh_Lib: Improve the performance of isnative by using
Dpkg::Changelog::Parse instead of calling dpkg-parsechangelog as
an external process. This improves the performance of
dh_installchangelogs by ~10%.
[ Felipe Sateler ]
* dh_installsystemd: Fix a bug where dh_installsystemd would generate
invalid maintscript, when there were no units to start or enable.
Thanks to Ben Hutchings and Bastian Blank for the bug report.
(Closes: #881190)
Date: Sun, 12 Nov 2017 19:40:53 +0100
Changed-By: Gianfranco Costamagna <locutusofborg at debian.org>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/debhelper/10.10.7ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Sun, 12 Nov 2017 19:40:53 +0100
Source: debhelper
Binary: debhelper dh-systemd
Architecture: source
Version: 10.10.7ubuntu1
Distribution: bionic
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Gianfranco Costamagna <locutusofborg at debian.org>
Description:
debhelper - helper programs for debian/rules
dh-systemd - debhelper add-on to handle systemd unit files - transitional pack
Closes: 814856 879727 880480 881190
Launchpad-Bugs-Fixed: 1554979 1707880
Changes:
debhelper (10.10.7ubuntu1) bionic; urgency=medium
.
* Merge from current Debian unstable. Remaining changes:
- Generate ddebs from debhelper instead of pkg-create-dbgsym
+ Make debhelper Conflict/Replace pkg-create-dbgsym to force it off.
+ Set DBGSYM_PACKAGE_TYPE to ddeb to get correct debian/files output.
- dh_installchangelogs: Do not install upstream changelog in compat
level 7 and higher to avoid pointlessly bloating installed packages.
.
debhelper (10.10.7) unstable; urgency=medium
.
* dh_strip: Fix a regression that caused debug symbols for
executables to be discarded instead of included into
debug packages.
* Dh_Lib: Ensure that $dh{U_PARAMS} is always defined as a
list. Thanks to Adrian Bunk for the bug report.
.
debhelper (10.10.6) unstable; urgency=medium
.
[ Axel Beckert ]
* Cleanup trailing whitespace in ancient debian/changelog entries and
debian/rules.
* Fix typo "belive" in debian/copyright and ancient debian/changelog
entries.
* Use HTTPS in debian/copyright format URL.
.
[ Niels Thykier ]
* Remove support for named compat levels.
* dh_perl: Make dh_perl faster on packages with large doc
directories by pruning the entire doc directory.
* dh,dh_auto_*: Support skipping all of the dh_auto_* helpers if the
package does not seem to have a build system (and there are no build
system related options passed to dh).
* Dh_Lib.pm: Define a (hardcoded) extension for dbgsym packages.
* dh_gencontrol: Pass -DPackage-Type to dpkg-gencontrol when the
package type for dbgsym is different than for regular deb packages.
* dh_builddeb: Automatically handle renaming of dbgsym packages when
the extension of the dbgsym packages are different than for regular
deb packages.
* dh_installsystemd,dh_systemd_start: Use "restart" instead of the
"try-restart" action. This ensures that newly added services are
started the first time they are installed. (Closes: #879727,
LP: #1707880)
* dh_install: Fix regression where it was no longer possible to
exclude an entire pattern / source file. Thanks to James Cowgill
for the report. (Closes: #814856, LP: #1554979)
* dh_installsystemd: Permit missing explicitly requested file in
package as long as another on being acted on ships it.
* dh_installsystemd: Optimize the search for files installed in the
tmpfiles.d directories to only look in the tmpfiles.d directories.
* Add experimental support for building some packages for "TARGET"
rather than "HOST" via the X-DH-Build-For-Type field. The field
is subject to removal and changes without notice. The field is
not considered by dpkg tooling and therefore you will still have
to manually work around tools like dpkg-gencontrol (even when
called via dh_gencontrol).
* dh_makeshlibs: Ignore non-ELF files even if they are named ".so".
(Closes: #880480)
* Dh_Lib: Improve the performance of isnative by using
Dpkg::Changelog::Parse instead of calling dpkg-parsechangelog as
an external process. This improves the performance of
dh_installchangelogs by ~10%.
.
[ Felipe Sateler ]
* dh_installsystemd: Fix a bug where dh_installsystemd would generate
invalid maintscript, when there were no units to start or enable.
Thanks to Ben Hutchings and Bastian Blank for the bug report.
(Closes: #881190)
Checksums-Sha1:
e9f79e8b0c6ab44e4f7d3b286c40577d2270e109 1870 debhelper_10.10.7ubuntu1.dsc
892ee59dfcc3b17169e2b0a43f0ce26eae5a78ed 432408 debhelper_10.10.7ubuntu1.tar.xz
153f78fa9317e78d8c3a1c165cdfd2b2965b7559 5381 debhelper_10.10.7ubuntu1_source.buildinfo
Checksums-Sha256:
adbf2d5dda6b599864aa95420ee50e22f1ebdf4b1a6714585324b5aab63e53da 1870 debhelper_10.10.7ubuntu1.dsc
10a687e4d2b27cfb107daa31da2bc55ea590425277ac76526289875486eb09a4 432408 debhelper_10.10.7ubuntu1.tar.xz
aa002906839f0bda0d2a71171366862c9524b46a44ec8cf323c8aa603313d796 5381 debhelper_10.10.7ubuntu1_source.buildinfo
Files:
747f4dce753330858bc3fe48f81b6d0c 1870 devel optional debhelper_10.10.7ubuntu1.dsc
cf31fa6a1963d5cf02481546314dc18c 432408 devel optional debhelper_10.10.7ubuntu1.tar.xz
a19587ecc26ed810ba58e4b4f6c77545 5381 devel optional debhelper_10.10.7ubuntu1_source.buildinfo
Original-Maintainer: Debhelper Maintainers <debhelper-devel at lists.alioth.debian.org>
-----BEGIN PGP SIGNATURE-----
iQIcBAEBCAAGBQJaCJeOAAoJEPNPCXROn13ZG14P/jrpTTLVX9yYW0Gua+HhCOPX
zrqbEsgPlbw56+u/qaehtJxUjBQxDbczpS5xTzfl+UWAiP8tlyNndyBZvDj9ozfP
nk5fxNSHH+M1VDe7pgLgsxjOWGPUcLHUtbngki8vPBgpxqhzbuhFIA448/j1+KYI
gliPEcARYAxW4IZM9g+xAmL3cfSYJyLqkhHkh89P5QieeTEbIpGj8yxaPPS2YfOy
g8zd9vDPmuxniiS0sXcFCeL+Vx0wo9BxzCUVqycDqG1ebQIq81hBteT97krjNeP1
JZ9+coEOKHQsWQNZa/SC4BLPZtVdovWiBRfTUXm+hFp/lRmcjsROktC+1qCYJTxK
p/49K1BBRMWuD/uz6xgGIDkho3fVCsr6Ny44563DaCGlp7J7lTau13bBX5CRKei1
H2O4AFOwXA7x3+hMX38cPP3fX02s/YZzbZT5c0eSPamFM+fbuByOHZEd8y1xfs1n
Mn8+4XB0ole0zRd5wcAqrp8L2yqXBqMgICKvWKrTZlHuZvfJLJK5qzqoP0dwGKcI
7HHOORGO47N25bd/cZrCQ5BIkSfM0YoJCrEU2C7wRR+PuRq1OJvqx8SCJ33O02GR
D1bZxSrgWgQ+PgVrS0cVkih9z3jMu/08xZr3PCXEqfHzl6oRENen3qo2b3BPMKf2
X/vR4VgCyx4ff73o683Y
=zVn0
-----END PGP SIGNATURE-----
More information about the Bionic-changes
mailing list