[ubuntu/xenial-proposed] debhelper 9.20151117ubuntu1 (Accepted)

Martin Pitt martin.pitt at ubuntu.com
Tue Nov 24 14:00:14 UTC 2015


debhelper (9.20151117ubuntu1) xenial; urgency=medium

  * Merge from Debian unstable.  Remaining changes:
    - autoscripts/*-init*: Test for /etc/init/*.conf where necessary. This
      uses the #SCRIPT# macro twice, thus in dh_installinit, replace all
      occurrences of that not just the first one.
    - dh_installchangelogs: Do not install upstream changelog in compat
      level 7.  This floods packages with huge upstream changelogs which
      take precious CD space.
    - dh_installinit: Add dependency to lsb-base >= 4.1+Debian11ubuntu7 that
      provides the upstart LSB hook, to avoid upgrade breakage. This change
      can be dropped after 16.04 LTS.
  * Dropped Ubuntu changes:
    - dh_installudev: Change default rules.d symlink priority to 40. This
      change has been pointless for a long time, Debian and Ubuntu use the
      upstream udev rules.
    - dh_installinit: Add no-op --upstart-only option for compatibility. The
      remaining packages that used this got fixed. (LP: #1519228)
    - autoscripts/preinst-upstart-compatibility: Handle upgrades from older
      versions that created the /lib/init/upstart-job symlink. This was done
      in saucy and thus finished in trusty.

debhelper (9.20151117) unstable; urgency=medium

  [ Niels Thykier ]
  * dh_clean: Temporarily interpret the absence of d/compat and
    DH_COMPAT to mean compat 5.  This is to avoid breaking
    packages that rely on cdbs to set debian/compat to 5 during
    the build.  This temporary work around will live until
    d/compat becomes mandatory.  (Closes: #805404)

  [ Translations ]
  * Update German translation (Chris Leick)
    (Closes: #802198)

debhelper (9.20151116) unstable; urgency=medium

  [ Niels Thykier ]
  * dh_strip: Sort build-ids to make the Build-Ids header
    reproducible.
  * Dh_Lib.pm: Respect --no-act in autotrigger, thanks to
    Andreas Henriksson and Helmut Grohne for reporting
    the issue.  (Closes: #800919)
  * Fix typos in various manpages.  Thanks to Chris Leick
    for reporting them.
  * dh_clean: Avoid cleaning up debian/.debhelper when
    passed the "-d" flag.
  * Dh_Lib.pm: Reject compat levels earlier than 3.
  * dh_clean: Support removal of directory (plus contents)
    when they are marked with a trailing slash.
    (Closes: #511048)
  * dh_install,dh_installdocs,dh_installexamples: Apply
    patches from Niko Tyni to make timestamp of directories
    created from "find"-pipelines reproducible.
    (Closes: #802005)
  * dh_installinit: The postinst snippets are now only run
    during "configure" or "abort-upgrade".
    (Closes: #188028)
  * cmake.pm: Apply patch from Jonathan Hall to fix an
    accidental error hiding.  (Closes: #802984)
  * qmake.pm: Apply patch from Sergio Durigan Junior to
    create the build dir if it doesn't exist.
    (Closes: #800738)
  * dh_installinit: Disable initscripts when a package is
    removed (but not yet purged).  (Closes: #749400)
  * Dh_Lib.pm: Reject debian/compat files where the first
    line is not entirely a positive number.

  [ Translations ]
  * Update German translation (Chris Leick)
    (Closes: #802198)
  * Update Portuguese translation (Américo Monteiro)
    (Closes: #804631)
  * Updated french translation (Baptiste Jammet)
    (Closes: #805218)

Date: Tue, 24 Nov 2015 08:43:50 +0100
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.20151117ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 24 Nov 2015 08:43:50 +0100
Source: debhelper
Binary: debhelper
Architecture: source
Version: 9.20151117ubuntu1
Distribution: xenial
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: 188028 511048 749400 800738 800919 802005 802198 802984 804631 805218 805404
Launchpad-Bugs-Fixed: 1519228
Changes:
 debhelper (9.20151117ubuntu1) xenial; urgency=medium
 .
   * Merge from Debian unstable.  Remaining changes:
     - autoscripts/*-init*: Test for /etc/init/*.conf where necessary. This
       uses the #SCRIPT# macro twice, thus in dh_installinit, replace all
       occurrences of that not just the first one.
     - dh_installchangelogs: Do not install upstream changelog in compat
       level 7.  This floods packages with huge upstream changelogs which
       take precious CD space.
     - dh_installinit: Add dependency to lsb-base >= 4.1+Debian11ubuntu7 that
       provides the upstart LSB hook, to avoid upgrade breakage. This change
       can be dropped after 16.04 LTS.
   * Dropped Ubuntu changes:
     - dh_installudev: Change default rules.d symlink priority to 40. This
       change has been pointless for a long time, Debian and Ubuntu use the
       upstream udev rules.
     - dh_installinit: Add no-op --upstart-only option for compatibility. The
       remaining packages that used this got fixed. (LP: #1519228)
     - autoscripts/preinst-upstart-compatibility: Handle upgrades from older
       versions that created the /lib/init/upstart-job symlink. This was done
       in saucy and thus finished in trusty.
 .
 debhelper (9.20151117) unstable; urgency=medium
 .
   [ Niels Thykier ]
   * dh_clean: Temporarily interpret the absence of d/compat and
     DH_COMPAT to mean compat 5.  This is to avoid breaking
     packages that rely on cdbs to set debian/compat to 5 during
     the build.  This temporary work around will live until
     d/compat becomes mandatory.  (Closes: #805404)
 .
   [ Translations ]
   * Update German translation (Chris Leick)
     (Closes: #802198)
 .
 debhelper (9.20151116) unstable; urgency=medium
 .
   [ Niels Thykier ]
   * dh_strip: Sort build-ids to make the Build-Ids header
     reproducible.
   * Dh_Lib.pm: Respect --no-act in autotrigger, thanks to
     Andreas Henriksson and Helmut Grohne for reporting
     the issue.  (Closes: #800919)
   * Fix typos in various manpages.  Thanks to Chris Leick
     for reporting them.
   * dh_clean: Avoid cleaning up debian/.debhelper when
     passed the "-d" flag.
   * Dh_Lib.pm: Reject compat levels earlier than 3.
   * dh_clean: Support removal of directory (plus contents)
     when they are marked with a trailing slash.
     (Closes: #511048)
   * dh_install,dh_installdocs,dh_installexamples: Apply
     patches from Niko Tyni to make timestamp of directories
     created from "find"-pipelines reproducible.
     (Closes: #802005)
   * dh_installinit: The postinst snippets are now only run
     during "configure" or "abort-upgrade".
     (Closes: #188028)
   * cmake.pm: Apply patch from Jonathan Hall to fix an
     accidental error hiding.  (Closes: #802984)
   * qmake.pm: Apply patch from Sergio Durigan Junior to
     create the build dir if it doesn't exist.
     (Closes: #800738)
   * dh_installinit: Disable initscripts when a package is
     removed (but not yet purged).  (Closes: #749400)
   * Dh_Lib.pm: Reject debian/compat files where the first
     line is not entirely a positive number.
 .
   [ Translations ]
   * Update German translation (Chris Leick)
     (Closes: #802198)
   * Update Portuguese translation (Américo Monteiro)
     (Closes: #804631)
   * Updated french translation (Baptiste Jammet)
     (Closes: #805218)
Checksums-Sha1:
 caa95c033ecb7f366f938aa8667be459e470ff82 1810 debhelper_9.20151117ubuntu1.dsc
 8d737b0739d0637ca686301fa3d9e7568d8b42f7 333956 debhelper_9.20151117ubuntu1.tar.xz
Checksums-Sha256:
 cd62748ca08b14ce7c40c26d9616735ed278f0aa7995df4e90547369772a1a11 1810 debhelper_9.20151117ubuntu1.dsc
 e4d4e21422f33dd70cdd00133ab9f86a758b6e67ae6ee0819d5493af8f1e19ec 333956 debhelper_9.20151117ubuntu1.tar.xz
Files:
 86db4485d400a05519ff199143805ffe 1810 devel optional debhelper_9.20151117ubuntu1.dsc
 c551c89d9d8cbda846dd0a37cf42f0e3 333956 devel optional debhelper_9.20151117ubuntu1.tar.xz
Original-Maintainer: Debhelper Maintainers <debhelper-devel at lists.alioth.debian.org>

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

iQIcBAEBCAAGBQJWVGa0AAoJENFO8V2v4RNHYy0P/0Viz1wEg/a8phWmPJS0Tf2W
WeuHX8CPyGbGXbl83NCPpjtG6s/tKT/iwc9Wvox6w5lSrZmX1sWw4P8lhTc7xiJP
ALs7kDyd6eNOD1xkdrKObAMN5m9+X6PgMnhI3R2JoWNkxme1qoR6INvoMZH8g9hT
qbRLSb/NTMmtCht5FZF/IggC6vFZhqQXw8iDPN/o0jdd3IIVKdtMViziAcp68VNg
l+aeuD2yNf2sz9Tz3zRMbM84natPvZFHEhfDRZkGG8AYFrCg2HkNeErJnbKoOVDH
AttiexGQsMVGhnhc02SbDvseyltxsUy1AR8yQjw0tbiSnX1BPVwsQajTui2f/SGR
/a0gdPEyscvhkefWJEGpPBjSNfpngG3PBV5MrLZuBXRKBqDvrabGcMSPfTgAMw7s
VX1bGaZvz4ApTXEedqLVgqyIiH2H09oq5rtnZzOlGK60z2ecK4QcYYXXlnRy2ByU
CGxr34MzONfCNEc7D6OmANpFGB/l1dCG4i30dVV+cK9bpdXlNe1Z+VRlOF9GubeZ
KFbIFU1z2M7/Etj1vmlg4ftqnP2mmRKg/CVKikKT0lTnaAIjBB9A1ZJbqfxcAAVG
G30gvjiYhfkid+qNb4oHBQn5DH/+VUd5D5JKmnppQcafWzQu+CsOk1Xi1Gz5GTwG
GbDIbI2/4rROj+NOuhli
=7gdz
-----END PGP SIGNATURE-----


More information about the Xenial-changes mailing list