[ubuntu/zesty-proposed] debhelper 10.2.2ubuntu1 (Accepted)
Martin Pitt
martin.pitt at ubuntu.com
Wed Oct 19 07:09:58 UTC 2016
debhelper (10.2.2ubuntu1) zesty; urgency=medium
* Merge from Debian unstable. Remaining changes:
- dh_installchangelogs: Do not install upstream changelog in compat
level 7. This floods packages with huge upstream changelogs which
are unnecessary on an installed system.
- 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 (10.2.2) unstable; urgency=medium
* Fix typo in changelog entry for release 10.2. Thanks to
Peter Pentchev for reporting it.
* Deprecate all compat levels lower than 9.
* dh: Discard override log files before running the override
rather than after.
* dh_compress,dh_fixperms: Remove references to long
obsolete directories such as usr/info, usr/man and
usr/X11*/man.
* autoreconf.pm: Apply patch from Helmut Grohne to fix
autoconf/cross regression from #836988. The autoreconf
build-system is now also used directly for "clean" and
"build" (while still usin the "make" build-system for the
heavy lifting). (Closes: #839681)
* dh_installdirs: In compat 11, avoid creating debian/<pkg>
directories except when required to do so. This fixes a
corner case, where an arch:all build would behave
differently than an arch:all+arch:any when dh_installdir is
optimised out only for the arch:all build.
* Dh_Lib.pm: Fix typo of positive. Thanks to Matthias Klose
for spotting it.
debhelper (10.2.1) unstable; urgency=medium
* d/rules: Add a ./run in front of dh_auto_install. It is
technically not needed, but it prevents lintian from assuming
that we need to Build-Depend debhelper.
debhelper (10.2) unstable; urgency=medium
* Apply patch from Peter Pentchev to fix some typos.
* Apply patch from Michael Biebl to undo a major
regression where all of debhelpers functionality was
missing (introduced in 10.1). (Closes: #839557)
* dh_installinit,dh_systemd_start: Introduce a new
--no-stop-on-upgrade as an alternative to
--no-restart-on-upgrade. This new option should
reduce the confusion of what it does. Thanks to
Michael Biebl for the suggestion.
debhelper (10.1) unstable; urgency=medium
* Apply patch from Michael Biebl to take over dh-systemd
package to ease backporting to jessie-backports.
(Closes: #837585)
* Apply patch from Helmut Grohne and Julian Andres Klode
to improve cross-building support in the cmake build
system. (Closes: #833789)
* Make the makefile.pm buildsystem (but not subclasses thereof)
pass the CC and CXX variables set to the host compilers when
cross-building. Thanks to Helmut Grohne for the idea and
the initial patch. (Closes: #836988)
* dh_md5sums.1: Mention dpkg --verify as a consumer of the
output file. Thanks to Guillem Jover for reporting it.
* debhelper-obsolete-compat.pod: Add a manpage for the
upgrade checklist for all obsolete/removed compat levels.
Thanks to Jakub Wilk for the suggestion.
* Dh_Getopt,dh_*: Rename --onlyscripts to --only-scripts and
--noscripts to --no-scripts for consistency with other
options. The old variants are accepted for compatibility.
Thanks to Raphaël Hertzog for the suggestion.
(Closes: #838446)
* cmake.pm: If cmake fails, also dump CMakeFiles/CMakeOutput.log
and CMakeFiles/CMakeError.log if they are present. Thanks to
Michael Banck for the suggestion. (Closes: #839389)
* d/copyright: Correct copyright and license of dh_systemd*
tools.
Date: Mon, 17 Oct 2016 21:34:23 +0200
Changed-By: Martin Pitt <martin.pitt at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/debhelper/10.2.2ubuntu1
-------------- next part --------------
Format: 1.8
Date: Mon, 17 Oct 2016 21:34:23 +0200
Source: debhelper
Binary: debhelper dh-systemd
Architecture: source
Version: 10.2.2ubuntu1
Distribution: zesty
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Martin Pitt <martin.pitt at ubuntu.com>
Description:
debhelper - helper programs for debian/rules
dh-systemd - debhelper add-on to handle systemd unit files - transitional pack
Closes: 833789 836988 837585 838446 839389 839557 839681
Changes:
debhelper (10.2.2ubuntu1) zesty; urgency=medium
.
* Merge from Debian unstable. Remaining changes:
- dh_installchangelogs: Do not install upstream changelog in compat
level 7. This floods packages with huge upstream changelogs which
are unnecessary on an installed system.
- 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 (10.2.2) unstable; urgency=medium
.
* Fix typo in changelog entry for release 10.2. Thanks to
Peter Pentchev for reporting it.
* Deprecate all compat levels lower than 9.
* dh: Discard override log files before running the override
rather than after.
* dh_compress,dh_fixperms: Remove references to long
obsolete directories such as usr/info, usr/man and
usr/X11*/man.
* autoreconf.pm: Apply patch from Helmut Grohne to fix
autoconf/cross regression from #836988. The autoreconf
build-system is now also used directly for "clean" and
"build" (while still usin the "make" build-system for the
heavy lifting). (Closes: #839681)
* dh_installdirs: In compat 11, avoid creating debian/<pkg>
directories except when required to do so. This fixes a
corner case, where an arch:all build would behave
differently than an arch:all+arch:any when dh_installdir is
optimised out only for the arch:all build.
* Dh_Lib.pm: Fix typo of positive. Thanks to Matthias Klose
for spotting it.
.
debhelper (10.2.1) unstable; urgency=medium
.
* d/rules: Add a ./run in front of dh_auto_install. It is
technically not needed, but it prevents lintian from assuming
that we need to Build-Depend debhelper.
.
debhelper (10.2) unstable; urgency=medium
.
* Apply patch from Peter Pentchev to fix some typos.
* Apply patch from Michael Biebl to undo a major
regression where all of debhelpers functionality was
missing (introduced in 10.1). (Closes: #839557)
* dh_installinit,dh_systemd_start: Introduce a new
--no-stop-on-upgrade as an alternative to
--no-restart-on-upgrade. This new option should
reduce the confusion of what it does. Thanks to
Michael Biebl for the suggestion.
.
debhelper (10.1) unstable; urgency=medium
.
* Apply patch from Michael Biebl to take over dh-systemd
package to ease backporting to jessie-backports.
(Closes: #837585)
* Apply patch from Helmut Grohne and Julian Andres Klode
to improve cross-building support in the cmake build
system. (Closes: #833789)
* Make the makefile.pm buildsystem (but not subclasses thereof)
pass the CC and CXX variables set to the host compilers when
cross-building. Thanks to Helmut Grohne for the idea and
the initial patch. (Closes: #836988)
* dh_md5sums.1: Mention dpkg --verify as a consumer of the
output file. Thanks to Guillem Jover for reporting it.
* debhelper-obsolete-compat.pod: Add a manpage for the
upgrade checklist for all obsolete/removed compat levels.
Thanks to Jakub Wilk for the suggestion.
* Dh_Getopt,dh_*: Rename --onlyscripts to --only-scripts and
--noscripts to --no-scripts for consistency with other
options. The old variants are accepted for compatibility.
Thanks to Raphaël Hertzog for the suggestion.
(Closes: #838446)
* cmake.pm: If cmake fails, also dump CMakeFiles/CMakeOutput.log
and CMakeFiles/CMakeError.log if they are present. Thanks to
Michael Banck for the suggestion. (Closes: #839389)
* d/copyright: Correct copyright and license of dh_systemd*
tools.
Checksums-Sha1:
3c36d51a6cccfd214927ac906e0053ec44939c19 1808 debhelper_10.2.2ubuntu1.dsc
0b6093f44206c9b655d4fd52488a90bdb36b69a5 356400 debhelper_10.2.2ubuntu1.tar.xz
Checksums-Sha256:
0391d58f7e5c482a05aa16ace183deba7b363c666e2f48be72515cea33364a05 1808 debhelper_10.2.2ubuntu1.dsc
12a00c0230a414ab9edc63fd9b2d7a4695d88ea6dd3f0b79a6297d266c93d2dc 356400 debhelper_10.2.2ubuntu1.tar.xz
Files:
03b6065287a3bab83821c1e7ae3a54ef 1808 devel optional debhelper_10.2.2ubuntu1.dsc
ba7fc2c7c1213337dc04f7b22ab6ce59 356400 devel optional debhelper_10.2.2ubuntu1.tar.xz
Original-Maintainer: Debhelper Maintainers <debhelper-devel at lists.alioth.debian.org>
More information about the Zesty-changes
mailing list