[ubuntu/wily-proposed] debhelper 9.20150811ubuntu1 (Accepted)

Martin Pitt martin.pitt at ubuntu.com
Thu Aug 13 11:33:12 UTC 2015


debhelper (9.20150811ubuntu1) wily; urgency=medium

  * Merge from Debian unstable.  Remaining changes:
    - autoscripts/preinst-upstart-compatibility: Handle upgrades from older
      versions that created the /lib/init/upstart-job symlink.
    - 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.
  * Drop dependency on dh-apparmor. This was a transitional measure in 2012,
    if there are still packages left that require it let's fix them properly.

debhelper (9.20150811) unstable; urgency=medium

  * d/changelog: Add missing entry for dh_md5sums/#786695 in
    the 9.20150628 release.
  * Makefile: Set LC_ALL=C when sorting.
  * dh: Avoid passing --parallel to other debhelper commands
    if it is the only option and "parallel" is not set (or
    set to 1) in DEB_BUILD_OPTIONS.
  * dh_strip: Apply patch from Guillem Jover to fix a typo.
    (Closes: #792207)
  * dh_makeshlibs: Avoid an uninitialised warning in some
    error cases.  Thanks to Jakub Wilk for reporting it.
    (Closes: #793092)
  * Dh_Lib.pm: Apply patch from Guillem Jover to use the
    value of dpkg-architecture variables from the environment,
    if present.  (Closes: #793440)
  * Dh_Buildsystems.pm/Dh_Lib.pm: Import Exporter's import
    subroutine rather than adding Exporter to @ISA.
  * Dh_Lib.pm: Use Dpkg::Arch's debarch_is rather than running
    dpkg-architecture to determine if an architecture matches
    a wildcard.  Heavily based on a patch from Guillem Jover.
    (Closes: #793443)
  * dh_strip: Always compress debug sections of debug symbols
    in ddebs.
  * dh_strip: Strip ".comment" and ".note" sections from static
    libraries.  Thanks to Helmut Grohne for the suggestion.
    (Closes: #789351)
  * dh_gencontrol: Stop explicitly passing -DSource to
    dpkg-gencontrol when building ddebs.  The passed value was
    wrong sometimes (e.g. with binNMUs) and dpkg-gencontrol
    since 1.18.2~ computes the value correctly.
  * d/control: Bump dependency on dpkg-dev to 1.18.2~ for
    ddebs.  Build-depends not bumped since debhelper itself
    does not produce any ddebs.
  * dh_makeshlibs: Continue generating reports from
    dpkg-gensymbols after the first error.  This helps
    packages with multiple libraries to spot all the symbol
    issues in one build.

debhelper (9.20150628) unstable; urgency=medium

  * Upload to unstable with ddebs support disabled by default.

  [ Niels Thykier ]
  * Buildsystem.pm: Apply patch from Emmanuel Bourg to
    provide doit_in_{build,source}dir_noerror methods.
    (Closes: #785811)
  * Dh_Lib.pm: Promote error_exitcode to a regular exported
    subroutine (from an internal one).
  * dh_compress: Apply patch from Osamu Aoki to avoid compressing
    ".xhtml" files and to use a POSIX compliant find expression.
    (Closes: #740405)
  * dh_makeshlibs: Fix typo in manpage.  Thanks to Jakub Wilk for
    reporting it.  (Closes: #788473)
  * dh_auto_test: Run tests by default even during cross-building.
    (Closes: #726967)
  * dh_gencontrol: Put ddebs in the "debugsym" section.
  * dh_strip: Support a new --[no-]ddebs option intended for
    packages to disable automatic ddebs.
  * dh_strip: Do not create ddebs for "-dbg" packages.
  * dh_builddeb/dh_gencontrol: Let dpkg figure out the name
    of the ddebs itself now that ddebs uses a ".deb"
    extension.
  * dh_md5sums: create DEBIAN dir in ddebs before using it.
    (Closes: #786695)

  [ Thibaut Paumard ]
  * Bug fix: "dh_usrlocal leaves directories behind", thanks to Andreas
    Beckmann (Closes: #788098).

debhelper (9.20150519+ddebs) experimental; urgency=medium

  * dh_strip: Add --ddeb-migration option to support migration
    from a --dbg-package to a automatic ddeb.
  * Dh_Lib.pm: Add "package_multiarch" function.
  * d/control: Add versioned Build-Depends on dpkg-dev to support
    creating ddebs with the ".deb" extension.
  * Dh_lib.pm: Generate ddebs with the ".deb" extension.
  * dh_gencontrol: Reduce the "pkg:arch" to "pkg" as APT and dpkg
    disagree on what satisfies an "pkg:arch" dependency.
  * dh_strip.1: Document what inhibits ddeb generation.
  * dh_gencontrol: Only mark a ddeb as Multi-Arch: same if the
    original deb was Multi-Arch: same.  All other ddebs are now
    Multi-Arch: no (by omitting the field).
  * dh_strip: Avoid generating a ddeb if the same name as an
    explicitly declared package.  Apparently, Ubuntu has been
    creating some of these manually.

Date: Wed, 12 Aug 2015 16:15:58 +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/9.20150811ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 12 Aug 2015 16:15:58 +0200
Source: debhelper
Binary: debhelper
Architecture: source
Version: 9.20150811ubuntu1
Distribution: wily
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
Closes: 726967 740405 785811 786695 788098 788473 789351 792207 793092 793440 793443
Changes:
 debhelper (9.20150811ubuntu1) wily; urgency=medium
 .
   * Merge from Debian unstable.  Remaining changes:
     - autoscripts/preinst-upstart-compatibility: Handle upgrades from older
       versions that created the /lib/init/upstart-job symlink.
     - 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.
   * Drop dependency on dh-apparmor. This was a transitional measure in 2012,
     if there are still packages left that require it let's fix them properly.
 .
 debhelper (9.20150811) unstable; urgency=medium
 .
   * d/changelog: Add missing entry for dh_md5sums/#786695 in
     the 9.20150628 release.
   * Makefile: Set LC_ALL=C when sorting.
   * dh: Avoid passing --parallel to other debhelper commands
     if it is the only option and "parallel" is not set (or
     set to 1) in DEB_BUILD_OPTIONS.
   * dh_strip: Apply patch from Guillem Jover to fix a typo.
     (Closes: #792207)
   * dh_makeshlibs: Avoid an uninitialised warning in some
     error cases.  Thanks to Jakub Wilk for reporting it.
     (Closes: #793092)
   * Dh_Lib.pm: Apply patch from Guillem Jover to use the
     value of dpkg-architecture variables from the environment,
     if present.  (Closes: #793440)
   * Dh_Buildsystems.pm/Dh_Lib.pm: Import Exporter's import
     subroutine rather than adding Exporter to @ISA.
   * Dh_Lib.pm: Use Dpkg::Arch's debarch_is rather than running
     dpkg-architecture to determine if an architecture matches
     a wildcard.  Heavily based on a patch from Guillem Jover.
     (Closes: #793443)
   * dh_strip: Always compress debug sections of debug symbols
     in ddebs.
   * dh_strip: Strip ".comment" and ".note" sections from static
     libraries.  Thanks to Helmut Grohne for the suggestion.
     (Closes: #789351)
   * dh_gencontrol: Stop explicitly passing -DSource to
     dpkg-gencontrol when building ddebs.  The passed value was
     wrong sometimes (e.g. with binNMUs) and dpkg-gencontrol
     since 1.18.2~ computes the value correctly.
   * d/control: Bump dependency on dpkg-dev to 1.18.2~ for
     ddebs.  Build-depends not bumped since debhelper itself
     does not produce any ddebs.
   * dh_makeshlibs: Continue generating reports from
     dpkg-gensymbols after the first error.  This helps
     packages with multiple libraries to spot all the symbol
     issues in one build.
 .
 debhelper (9.20150628) unstable; urgency=medium
 .
   * Upload to unstable with ddebs support disabled by default.
 .
   [ Niels Thykier ]
   * Buildsystem.pm: Apply patch from Emmanuel Bourg to
     provide doit_in_{build,source}dir_noerror methods.
     (Closes: #785811)
   * Dh_Lib.pm: Promote error_exitcode to a regular exported
     subroutine (from an internal one).
   * dh_compress: Apply patch from Osamu Aoki to avoid compressing
     ".xhtml" files and to use a POSIX compliant find expression.
     (Closes: #740405)
   * dh_makeshlibs: Fix typo in manpage.  Thanks to Jakub Wilk for
     reporting it.  (Closes: #788473)
   * dh_auto_test: Run tests by default even during cross-building.
     (Closes: #726967)
   * dh_gencontrol: Put ddebs in the "debugsym" section.
   * dh_strip: Support a new --[no-]ddebs option intended for
     packages to disable automatic ddebs.
   * dh_strip: Do not create ddebs for "-dbg" packages.
   * dh_builddeb/dh_gencontrol: Let dpkg figure out the name
     of the ddebs itself now that ddebs uses a ".deb"
     extension.
   * dh_md5sums: create DEBIAN dir in ddebs before using it.
     (Closes: #786695)
 .
   [ Thibaut Paumard ]
   * Bug fix: "dh_usrlocal leaves directories behind", thanks to Andreas
     Beckmann (Closes: #788098).
 .
 debhelper (9.20150519+ddebs) experimental; urgency=medium
 .
   * dh_strip: Add --ddeb-migration option to support migration
     from a --dbg-package to a automatic ddeb.
   * Dh_Lib.pm: Add "package_multiarch" function.
   * d/control: Add versioned Build-Depends on dpkg-dev to support
     creating ddebs with the ".deb" extension.
   * Dh_lib.pm: Generate ddebs with the ".deb" extension.
   * dh_gencontrol: Reduce the "pkg:arch" to "pkg" as APT and dpkg
     disagree on what satisfies an "pkg:arch" dependency.
   * dh_strip.1: Document what inhibits ddeb generation.
   * dh_gencontrol: Only mark a ddeb as Multi-Arch: same if the
     original deb was Multi-Arch: same.  All other ddebs are now
     Multi-Arch: no (by omitting the field).
   * dh_strip: Avoid generating a ddeb if the same name as an
     explicitly declared package.  Apparently, Ubuntu has been
     creating some of these manually.
Checksums-Sha1:
 25ba5dc387db9367efc46ecca3a696085c2f0bb6 1856 debhelper_9.20150811ubuntu1.dsc
 910522d1f26f2d91db32b45b1d848f4e9a53440e 324544 debhelper_9.20150811ubuntu1.tar.xz
Checksums-Sha256:
 32b65b11f6182ad9b82647c40eab4cf784e8f27c44ec4c828042184a090699ac 1856 debhelper_9.20150811ubuntu1.dsc
 516c4aec7b8065cc14e878cd6a21111d293d6b54fbd0d7e5f85d5bb44bf75023 324544 debhelper_9.20150811ubuntu1.tar.xz
Files:
 db07605cbe3b459b64229d9d893f67d1 1856 devel optional debhelper_9.20150811ubuntu1.dsc
 e45b2508b32999d30364b102dfe3ddf6 324544 devel optional debhelper_9.20150811ubuntu1.tar.xz
Original-Maintainer: Debhelper Maintainers <debhelper-devel at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJVy1WxAAoJENFO8V2v4RNHRIUP/1MRBtXaLv5UPRmhtfdQZjfq
59KKJk3QW4lQQHrsHgzmjoWw4njWKRjVL85v1wu4kU9LsJVwYO71/Qw8gtJv8Exx
A9frlC4h9d+mfCAvOh9+CFETov1hdgetwrO8dMlvVvDK5nrBMMJXFv3m5piHH8W9
u4uASx836AemK9d/cPA/JpAqalt8bKplUkY1iyBQGX/tybN/tOVUKF1eN6l1/osJ
zSr8iWrMQVnawA1PvaVWiwNiaSsr9bVjO2b4HHelPs3WQpage7TLV6QOnsUU408L
jte5GZLWimU0SoMP5nvgb8ap7oaI6zJGVYfMmSSUsKtwbH2zeveLUQAHrzQHWHdw
CsRb893GeOg+V/1VC/71hYXQyTrhgtSoWcMLacZbzA798C2NLu5ElZlBvIl7rqK9
fROO8JXURKTTD3WvoXFxQAF8MxAU+dS87RMSo9TrJ72tm8T8l+besVc0rQo+Nhcp
cPwET3p5lSYnBBmg4JSEmfQVsMWGb80vFRnweBPwIC8dNB7goMahGS6eaagOVYjF
mAI3oaBzDGrJTQ65SdTP5YPsCdHRo88A/Lb9SIvoj7yyAm28RhNYEtI39beg6Y7F
9TZMGQapa6zyFRw4l3Xd4XOEvbS2/dhXWkf0whbPt7+Z6csHkeWoZUrnvvjE37/d
solUverHlcylV2oIzSZW
=yGgw
-----END PGP SIGNATURE-----


More information about the Wily-changes mailing list