[ubuntu/cosmic-proposed] debhelper 11.3.2ubuntu1 (Accepted)
Adam Conrad
adconrad at ubuntu.com
Fri Jun 8 00:38:09 UTC 2018
debhelper (11.3.2ubuntu1) cosmic; urgency=medium
* Merge from Debian testing. 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 (11.3.2) unstable; urgency=medium
* dh_installchangelogs: Fix a second regression that made
dh_installchangelogs ignore upstream changelogs in the
source directories. Thanks to gregor herrmann for
reporting the imcomplete fix. (Closes: #899248)
debhelper (11.3.1) unstable; urgency=medium
* dh_installchangelogs: Fix logic error that made
dh_installchangelogs incorrectly ignore explicitly passed
changelogs. Thanks to Sven Joachim and Rene Engelhard
for reporting the bug. (Closes: #899248)
debhelper (11.3) unstable; urgency=medium
[ Niels Thykier ]
* Buildsystem.pm: Fix use of undefined variable in certain
error conditions.
* dh_makeshlibs: Support -VUpstream-Version and -VNone as
alternative to passing -V or omitting -V respectively.
* dh_makeshlibs: Make -VUpstream-Version the default in
compat 12 when -V is omitted. (Closes: #896464)
* dh_makeshlibs: Correct handling of an explicit -V when
a source builds multiple library packages and provides
explicit shlibs files for a subset of them. Previously,
the -V option could have been ignored for some of the
packages containing libraries.
* Dh_Lib.pm: Fall back to a regular mv(1) when rename fails
with EXDEV (cross mount point moves). This restores
debhelper's ability to move files between mount points,
which can happen in dh_builddeb has to correct the
extension of a binary package built by dpkg-deb.
Thanks to Evan Krall for the report. (Closes: #897569)
* dh_missing.1: Consistently mention that dh_missing
defaults to --list-missing in compat 12. Thanks to
Robie Basak for spotting the contradicting documentation.
(Closes: #898161)
* dh_compress: Avoid adding a duplicate ".gz" extension on
a symlink if it already has it. This can happen e.g. with
dh_installman recompresses a manpage that was compressed and
had a valid symlink to it. Thanks to Andreas Hasenack for
reporting the bug. (Closes: LP: #1765851)
* debian/control: Depend on dwz for dh_dwz.
* dh_dwz: Generate a per-package multifile by default. This
feature can be disabled by --no-dwz-multifile.
* dh: Run dh_dwz by default in compat 12.
* dh_dwz: Remove warning about the dwz feature being experimental.
* dwz.pm: Ditto.
* dh_installsystemd: Use the basename of the "tmpfiles" config
files. This makes "systemd-tmpfiles --create" search for it
in both /usr/lib/tmpfiles.d and in /etc/tmpfiles.d. With
this change the system administrator can now override the
"tmpfiles" config shipped by the package in
/usr/libtmpfiles.d. Thanks to Nick Groenen and Seyeong Kim
for filing the bug. (Closes: #894510)
* dh_installinit: Ditto.
* dh_installchangelogs: Look for changelog files installed by the
upstream build system in the package build dir (i.e. d/<pkg>/
and *not* debian/tmp!) and use them in preference to the one in the
source package where available. This avoids some cases of duplicated
upstream changelogs. Thanks to Evgeni Golov for the suggestion.
(Closes: #513521)
* dh_md5sums: Stop deleting empty md5sums files as dpkg (now) creates
the empty file on install if absent. Thanks to Rhonda D'Vine for
suggesting the improvement. (Closes: #776853)
* Dh_Lib.pm: Re-organise exports.
* Dh_Lib.pm: Retract "print_and_complex_doit"; the only potential
consumer went with a different code snippet.
* dh_installinitramfs: New tool to install initramfs hook scripts and
handle related maintscripts. Thanks to Evgeni Golov for the
suggestion. (Closes: #491027)
* installinitramfs.pm: New sequence to enable dh_installinitramfs in
compat 11 and earlier.
* dh_installdirs: Add --(no-)create-in-sourcedir option to make
dh_installdirs create directories in the source directory in addition
in the package build directory. Furthermore, dh_installdirs now
accepts --sourcedir to overrule the default source directory (just
like e.g. dh_install). Thanks to Robert Luberda for the suggestion.
(Closes: #816332)
* Buildsystem.pm: Move code from Dh_Buildsystems.pm to Buildsystem.pm
to make the latter independent of the former. This makes it possible
to load Buildsystem.pm without debian/control being present. Thanks
to Andreas Tille for the bug report. (Closes: #897026)
* dh_installinit.1: Fix some incorrect markup in the documentation of
--no-enable.
* makefile.pm: Revert the use of -O/-Oline for make, which helps
debugging what commands time out on the buildds. Thanks to
Adrian Bunk for the report. (Closes: #895196)
* dh_testroot.1: Update R³ documentation to reflect the current
implementation and not the initial draft. Thanks to Jens Reyer
for reporting the inconsistency. (Closes: #899125)
* d/changelog: Retroactively add Closes for LP bug #1766102 in 11.2
release.
* Dh_Lib.pm: Correct control parser to permit zero or more leading
space after the "Section" field (instead of "exactly one" space).
* python_distutils.pm: Deprecate the python-distutils build system
and mark it as removed in compat 12. Users are recommended to
migrate to the third-party build system called "pybuild". This
deprecation implies that python3 (among other) will not be
supported in the python-distutils build system.
(Closes: #568033, #597105, #597342, #769840, #813686, #898347)
* Dh_Lib.pm: Remove warning for using "debhelper-compat"
build-dependency.
[ Dmitry Shachnev ]
* qmake.pm: Use ${DEB_HOST_GNU_TYPE}-qmake wrapper for
cross-compilation. (Closes: #895286)
[ Helmut Grohne ]
* cmake: Pass CC/CXX environment variables down during native
compilation as well. (Closes: #897083)
[ Chris Lamb ]
* dh_listpackages.1: Document that packages are listed in the
order that they appear in debian/control.
(Closes: #897949)
[ Peter Pentchev ]
* Dh_Lib: Permit leading and trailing whitespace around the
debhelper-compat dependency when it is the first or the last
relation listed. (Closes: #897937)
[ Jakub Wilk ]
* dh_usrlocal: Fix invalid POD markup.
Date: Thu, 07 Jun 2018 18:25:31 -0600
Changed-By: Adam Conrad <adconrad at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/debhelper/11.3.2ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Thu, 07 Jun 2018 18:25:31 -0600
Source: debhelper
Binary: debhelper dh-systemd
Architecture: source
Version: 11.3.2ubuntu1
Distribution: cosmic
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Adam Conrad <adconrad at ubuntu.com>
Description:
debhelper - helper programs for debian/rules
dh-systemd - debhelper add-on to handle systemd unit files - transitional pack
Closes: 491027 513521 568033 597105 597342 769840 776853 813686 816332 894510 895196 895286 896464 897026 897083 897569 897937 897949 898161 898347 899125 899248
Launchpad-Bugs-Fixed: 1765851
Changes:
debhelper (11.3.2ubuntu1) cosmic; urgency=medium
.
* Merge from Debian testing. 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 (11.3.2) unstable; urgency=medium
.
* dh_installchangelogs: Fix a second regression that made
dh_installchangelogs ignore upstream changelogs in the
source directories. Thanks to gregor herrmann for
reporting the imcomplete fix. (Closes: #899248)
.
debhelper (11.3.1) unstable; urgency=medium
.
* dh_installchangelogs: Fix logic error that made
dh_installchangelogs incorrectly ignore explicitly passed
changelogs. Thanks to Sven Joachim and Rene Engelhard
for reporting the bug. (Closes: #899248)
.
debhelper (11.3) unstable; urgency=medium
.
[ Niels Thykier ]
* Buildsystem.pm: Fix use of undefined variable in certain
error conditions.
* dh_makeshlibs: Support -VUpstream-Version and -VNone as
alternative to passing -V or omitting -V respectively.
* dh_makeshlibs: Make -VUpstream-Version the default in
compat 12 when -V is omitted. (Closes: #896464)
* dh_makeshlibs: Correct handling of an explicit -V when
a source builds multiple library packages and provides
explicit shlibs files for a subset of them. Previously,
the -V option could have been ignored for some of the
packages containing libraries.
* Dh_Lib.pm: Fall back to a regular mv(1) when rename fails
with EXDEV (cross mount point moves). This restores
debhelper's ability to move files between mount points,
which can happen in dh_builddeb has to correct the
extension of a binary package built by dpkg-deb.
Thanks to Evan Krall for the report. (Closes: #897569)
* dh_missing.1: Consistently mention that dh_missing
defaults to --list-missing in compat 12. Thanks to
Robie Basak for spotting the contradicting documentation.
(Closes: #898161)
* dh_compress: Avoid adding a duplicate ".gz" extension on
a symlink if it already has it. This can happen e.g. with
dh_installman recompresses a manpage that was compressed and
had a valid symlink to it. Thanks to Andreas Hasenack for
reporting the bug. (Closes: LP: #1765851)
* debian/control: Depend on dwz for dh_dwz.
* dh_dwz: Generate a per-package multifile by default. This
feature can be disabled by --no-dwz-multifile.
* dh: Run dh_dwz by default in compat 12.
* dh_dwz: Remove warning about the dwz feature being experimental.
* dwz.pm: Ditto.
* dh_installsystemd: Use the basename of the "tmpfiles" config
files. This makes "systemd-tmpfiles --create" search for it
in both /usr/lib/tmpfiles.d and in /etc/tmpfiles.d. With
this change the system administrator can now override the
"tmpfiles" config shipped by the package in
/usr/libtmpfiles.d. Thanks to Nick Groenen and Seyeong Kim
for filing the bug. (Closes: #894510)
* dh_installinit: Ditto.
* dh_installchangelogs: Look for changelog files installed by the
upstream build system in the package build dir (i.e. d/<pkg>/
and *not* debian/tmp!) and use them in preference to the one in the
source package where available. This avoids some cases of duplicated
upstream changelogs. Thanks to Evgeni Golov for the suggestion.
(Closes: #513521)
* dh_md5sums: Stop deleting empty md5sums files as dpkg (now) creates
the empty file on install if absent. Thanks to Rhonda D'Vine for
suggesting the improvement. (Closes: #776853)
* Dh_Lib.pm: Re-organise exports.
* Dh_Lib.pm: Retract "print_and_complex_doit"; the only potential
consumer went with a different code snippet.
* dh_installinitramfs: New tool to install initramfs hook scripts and
handle related maintscripts. Thanks to Evgeni Golov for the
suggestion. (Closes: #491027)
* installinitramfs.pm: New sequence to enable dh_installinitramfs in
compat 11 and earlier.
* dh_installdirs: Add --(no-)create-in-sourcedir option to make
dh_installdirs create directories in the source directory in addition
in the package build directory. Furthermore, dh_installdirs now
accepts --sourcedir to overrule the default source directory (just
like e.g. dh_install). Thanks to Robert Luberda for the suggestion.
(Closes: #816332)
* Buildsystem.pm: Move code from Dh_Buildsystems.pm to Buildsystem.pm
to make the latter independent of the former. This makes it possible
to load Buildsystem.pm without debian/control being present. Thanks
to Andreas Tille for the bug report. (Closes: #897026)
* dh_installinit.1: Fix some incorrect markup in the documentation of
--no-enable.
* makefile.pm: Revert the use of -O/-Oline for make, which helps
debugging what commands time out on the buildds. Thanks to
Adrian Bunk for the report. (Closes: #895196)
* dh_testroot.1: Update R³ documentation to reflect the current
implementation and not the initial draft. Thanks to Jens Reyer
for reporting the inconsistency. (Closes: #899125)
* d/changelog: Retroactively add Closes for LP bug #1766102 in 11.2
release.
* Dh_Lib.pm: Correct control parser to permit zero or more leading
space after the "Section" field (instead of "exactly one" space).
* python_distutils.pm: Deprecate the python-distutils build system
and mark it as removed in compat 12. Users are recommended to
migrate to the third-party build system called "pybuild". This
deprecation implies that python3 (among other) will not be
supported in the python-distutils build system.
(Closes: #568033, #597105, #597342, #769840, #813686, #898347)
* Dh_Lib.pm: Remove warning for using "debhelper-compat"
build-dependency.
.
[ Dmitry Shachnev ]
* qmake.pm: Use ${DEB_HOST_GNU_TYPE}-qmake wrapper for
cross-compilation. (Closes: #895286)
.
[ Helmut Grohne ]
* cmake: Pass CC/CXX environment variables down during native
compilation as well. (Closes: #897083)
.
[ Chris Lamb ]
* dh_listpackages.1: Document that packages are listed in the
order that they appear in debian/control.
(Closes: #897949)
.
[ Peter Pentchev ]
* Dh_Lib: Permit leading and trailing whitespace around the
debhelper-compat dependency when it is the first or the last
relation listed. (Closes: #897937)
.
[ Jakub Wilk ]
* dh_usrlocal: Fix invalid POD markup.
Checksums-Sha1:
a43381fd96b245eb137d46ceaa9eb9d470135db6 1796 debhelper_11.3.2ubuntu1.dsc
db42300bafa2d0a8fd6f13646b86c822537a5ddc 465856 debhelper_11.3.2ubuntu1.tar.xz
fe16232398a5975d4521dc81a4986c5998c116e7 4720 debhelper_11.3.2ubuntu1_source.buildinfo
Checksums-Sha256:
650357d1d18ed16da79e4703c84e731e5d4b9c51952524951da621baeea99b9d 1796 debhelper_11.3.2ubuntu1.dsc
f4441eab23b9b5a105714ac368f131a32ee0ac2a7a00d7ce7c24bdd8267835dc 465856 debhelper_11.3.2ubuntu1.tar.xz
45e98bb47e0903a823dd049d0897b053e43da266d4e4ddc3c7787aac558d2b8c 4720 debhelper_11.3.2ubuntu1_source.buildinfo
Files:
c5c2bac102d1868068e1eb8fb1c36e1d 1796 devel optional debhelper_11.3.2ubuntu1.dsc
7f5f57e109750cdc870094635808e933 465856 devel optional debhelper_11.3.2ubuntu1.tar.xz
676fa2befa14750db7a76b97cbe23a1f 4720 devel optional debhelper_11.3.2ubuntu1_source.buildinfo
Original-Maintainer: Debhelper Maintainers <debhelper at packages.debian.org>
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEi8YAgFqsZg/rTRmDg0AaMLHN5Y8FAlsZz7cACgkQg0AaMLHN
5Y/Xvg/9FC+2VLj3J9DOMRjoEg8q805MqNUTV39cR7kFpY/XVVzXclbCrFe3Ay9u
FE4JzP/1SV+3kIPA/ZTl51fZGl6vpmH0BlWWAEHCMrgH4VGy16olIMaHnGhu+7ex
lyCj/9eHhpk++xTmfffmrWHWtMvYHkTSLCFr6VDCduhdgVy2wtXa5JmuzkCSx3eO
1yojllbodyRPLGa4sKBVdvHagT1welNS8UlRKf/Mjll6xaBPjcJtDKE2Oa6Pc/wv
IzbaPfIVAvOQz9h0QGac7rg7w1RpUNsGO5doXHm+9gb6zWIVutLtre59IzG6CAHj
5E2tGAeHg02H+bGt5BkgKhdfOI8Jn50ncMYnXzY3HTOkrRCXpkdgqGlnYFV+O3c5
k1fw53A0IFzSZ7Ep3ROl83Bq0R+b3vqddrS3E3CTyq1gtZ4jeYY+0aCDdQxvcqmL
tjl5TZ2s9a/v6GuyMrDIvcwLNAWUMinxwdWrMUV2KzrRUTQpkkxuoWdwxqr32jNU
Ht+BxbC4wWfSvKvFeOEK7c8PEGQhswUTp535WXshQFZTB2uEfELVWyzXuHJbiLyT
VtlJFCmT0yV2WUL78/xpFdyZJ2RD92i6twd3xffdiHm/oEh47Qwm2pspA/dP9nwB
VjMs4UyYlWify/ScGj0N+QXOhwh324FsDig5FWrE9gJIjEAdL5g=
=tpD7
-----END PGP SIGNATURE-----
More information about the Cosmic-changes
mailing list