Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • debian/10.5.1
    Release debhelper/10.5.1 into unstable
    
    Format: 1.8
    Date: Mon, 26 Jun 2017 17:25:00 +0000
    Source: debhelper
    Binary: debhelper dh-systemd
    Architecture: source
    Version: 10.5.1
    Distribution: unstable
    Urgency: medium
    Maintainer: Debhelper Maintainers <debhelper-devel@lists.alioth.debian.org>
    Changed-By: Niels Thykier <niels@thykier.net>
    Description:
     debhelper  - helper programs for debian/rules
     dh-systemd - debhelper add-on to handle systemd unit files - transitional pack
    Closes: 865982
    Changes:
     debhelper (10.5.1) unstable; urgency=medium
     .
       * Dh_Lib.pm: Fix rounding error when computing how many processes
         to use.  This rounding error could cause dh-tools to use one more
         process than permitted by DEB_BUILD_OPTIONS.
       * Dh_Lib.pm: Check return value of open+close when creating a log of
         installed files.
       * Dh_Lib.pm: Implement subroutines to facility file removal and
         symlink creation without a fork+exec.
       * Dh_Lib: Avoid a fork+exec for rm -f and ln -s.
       * dh_compress: Ditto.
       * dh_installman: Ditto.
       * dh_clean: Avoid a fork+exec for rm -f.
       * dh_installdeb: Ditto.
       * dh_makeshlibs: Ditto.
       * dh_md5sums: Ditto.
       * dh_installdocs: Avoid a fork+exec for ln -s.
       * dh_strip: Ditto.
       * Dh_Lib: Avoid 1-2 stat calls in make_symlink by reusing existing
         stat calls.
       * dh_installman: Avoid a fork+exec for renaming a path.
       * dh_installdocs: Avoid unnecssary stat call.
       * dh_installman: Ditto.
       * dh_strip: Ditto.
       * dh_shlibdeps: Fix a regression where non-detached debug symbol files
         where not properly processed.  Thanks to Sven Joachim for reporting
         the issue.  (Closes: #865982)
       * dh_installman: When re-encoding manpages, use the actual manpages as
         tasks to split rather than packages.  This provides a much better
         performance if the manpages are unevenly split between the packages.
       * dh_install: Optimize some patterns into bulked "cp" calls.  This
         optimization is only applicable in some cases (notably, it is always
         disabled by --exclude).
       * dh_builddeb: Account for dbgsym packages separately when determining
         how many tasks can be run in parallel.
       * dh_strip: Process packages in parallel.
    Checksums-Sha1:
     4fb14e9b49bd2df67a92471dccb58034fdb6119f 1733 debhelper_10.5.1.dsc
     d322077063457a61f4cdb772a60bc833ab7b1743 405060 debhelper_10.5.1.tar.xz
     a39a844cb8a0d08e447b5565f3e8b29c495f7253 4608 debhelper_10.5.1_source.buildinfo
    Checksums-Sha256:
     eea52ce5ef82cf311e65625458c476b69967a3b5283bc4152057ab7c166a3a64 1733 debhelper_10.5.1.dsc
     fd4103bdf73e529ae1840df20ded37913cb0bba7e3c19a701cf2a1fc2c307566 405060 debhelper_10.5.1.tar.xz
     d25131307052600e5ac290346bdac7dd8b233ae91a1e119732867cb2ab2566b2 4608 debhelper_10.5.1_source.buildinfo
    Files:
     f0569d2a7e129523b7941dd0045e256b 1733 devel optional debhelper_10.5.1.dsc
     f30915978b90beb6fbf03d618249acb4 405060 devel optional debhelper_10.5.1.tar.xz
     9031f6fc17407084f1eb6086c93ab716 4608 devel optional debhelper_10.5.1_source.buildinfo
    
  • debian/10.5
    Release debhelper/10.5 into unstable
    
    Format: 1.8
    Date: Sun, 25 Jun 2017 17:00:00 +0000
    Source: debhelper
    Binary: debhelper dh-systemd
    Architecture: source
    Version: 10.5
    Distribution: unstable
    Urgency: medium
    Maintainer: Debhelper Maintainers <debhelper-devel@lists.alioth.debian.org>
    Changed-By: Niels Thykier <niels@thykier.net>
    Description:
     debhelper  - helper programs for debian/rules
     dh-systemd - debhelper add-on to handle systemd unit files - transitional pack
    Closes: 761024 858467 861852 862844 863447 863887 863961 865363 865708
    Changes:
     debhelper (10.5) unstable; urgency=medium
     .
       * Upload to unstable.  (Closes: #865363)
     .
       [ Niels Thykier ]
       * dh_installman: Remove unncessary "chown" call that made things a
         lot slower.  Thanks to Kurt Roeckx for reporting it.
       * dh_installman: Fix wrong permission of man pages (set 0755 instead
         of 0644).  Regression introduced in 10.2.2.
       * dh_installman: Batch chmod calls to reduce the overhead for
         packages with many manpages.
       * dh: Undo an unsafe optimisation that caused "-indep" and "-arch"
         override targets to be ignored.  Thanks to Gianfranco Costamagna
         for reporting it and Iain Lane for tracing it to the commit
         that introduced the issue.  (Closes: #863887)
       * dh_clean, dh_prep: Bulk delete most files and directories, which
         gives a noticeable speed up for source packages building many
         binary packages.
       * dh_shlibdeps: Avoid creating debian/<pkg>/DEBIAN directory if it
         is not needed.
       * Dh_Lib.pm: Fix typo in error message.
       * Dh_Lib.pm: Rewrite install_* to use File::Copy to avoid the
         overhead of a fork+exec per file.  For simplicity, the verbose
         output still claim debhelper uses "install -p -m <mode>" for this.
       * Dh_Lib.pm: Replace most of the fork+exec calls to mv for simple
         file renames.
       * Dh_Lib.pm: Add sub to make common dh_* tools do their thing in
         parallel with very little coding effort.  This parallel support
         accounts for DEB_BUILD_OPTIONS to set the upper limit.
       * dh_fixperms: Run package updates in parallel if DEB_BUILD_OPTIONS
         permits it.
       * dh_installchangelogs: Ditto.
       * dh_compress: Ditto.
       * dh_installman: Ditto.
       * dh_genchanges: Ditto.
       * dh_shlibdeps: Ditto.
       * dh_md5sums: Ditto.
       * dh_builddeb: Rewrite the hand-written parallel code to use the new
         simpler way of doing it.
       * dh_shlibdeps: Avoid calling file(1) on debug symbols.
       * SUPPORT-POLICY: Include new document that describes the current
         support policy of debhelper compat levels.
       * Dh_Lib.pm: Pass ":unix" layer when using the ":gzip" layer due to
         PerlIO-gzip bug RT#114557.
       * Dh_Lib.pm: Ignore empty dpkg-architecture variables.
         (Closes: #862844)
       * dh_installchangelogs: Avoid trying to install a directory by default
         as a changelog file.  Thanks to Markus Koschany for reporting the
         issue.  (Closes: #861852)
       * dh_installwm.1: Correct documentation to reflect the behaviour in
         compat 10.  Thanks to Robert Luberda for reporting the issue.
         (Closes: #865708)
       * dh_installcatalogs: Use explicit await triggers to avoid trigger
         a lintian warning.
       * dh_installman: In compat 11, attempt to detect the language of the
         manpage based on the directory (/man/<LANG>/manX/) before using the
         extension.  This is more reliably for packages using dh_installman
         to install manpages from the temporary install dir.
         (Closes: #761024)
       * dh_installcatalogs: Check the return code of close when generating
         a catalog for sgml-base.
       * Dh_Lib.pm: Emulate "install -d" with File::Path to avoid a fork+exec
         for creating directories.  For simplicity, the verbose output still
         claim debhelper uses "install -d" for this.
       * dh_auto_install: In compat 11, do noot create package build
         directories (except if one of them happens to be the default
         "destdir" for dh_auto_install).
     .
       [ Iain Lane ]
       * Dh_Lib: Re-add warning + exit 0 for the -i/-a shortcut that was
         added in 10.3.  (Closes: #863961)
       * dh_install: Pass --exclude/-X to dh_missing. (Closes: #863447)
     .
       [ Michael Stapelberg ]
       * Dh_Getopt: Provide a more detailed error message when there are
         no buildable packages caused by architecture restrictions.
         (Closes: #858467)
       * Dh_Lib: Split package_arch($package) into three distinct functions.
    Checksums-Sha1:
     07141fe9b0b28542d4591953788ab0d909f16d10 1725 debhelper_10.5.dsc
     f83393626fad615a647fe04957c8bd4594b16f82 402388 debhelper_10.5.tar.xz
     074f49f0995b86cafd65b2ada4daf6284f1405da 4561 debhelper_10.5_source.buildinfo
    Checksums-Sha256:
     feda090a3ecfa049fbb0f3701a03274c77a4eb12d0c7ac9148d6c659997070c6 1725 debhelper_10.5.dsc
     9f551ddef6d8a3fdd87b9bda7bc1c6c9bc1d9d33e9fb906ca5429071ce85cd3e 402388 debhelper_10.5.tar.xz
     bbd246e4cc6d7b6ea43dff1e6986069b66d5721b602f77518b9a82e6bf44bdbe 4561 debhelper_10.5_source.buildinfo
    Files:
     e83f0415bfc368d41c3babf5166aedb2 1725 devel optional debhelper_10.5.dsc
     599c99263cc45149d428cdcc8489c143 402388 devel optional debhelper_10.5.tar.xz
     21de809692a1041b548c01839a40d102 4561 devel optional debhelper_10.5_source.buildinfo
    
  • debian/10.4
    debhelper Debian release 10.4
    
  • debian/10.3
    Release debhelper/10.3 into experimental
    
    Format: 1.8
    Date: Sat, 06 May 2017 13:29:31 +0000
    Source: debhelper
    Binary: debhelper dh-systemd
    Architecture: source
    Version: 10.3
    Distribution: experimental
    Urgency: medium
    Maintainer: Debhelper Maintainers <debhelper-devel@lists.alioth.debian.org>
    Changed-By: Niels Thykier <niels@thykier.net>
    Description:
     debhelper  - helper programs for debian/rules
     dh-systemd - debhelper add-on to handle systemd unit files - transitional pack
    Closes: 415396 616070 770281 795253 800043 812248 837528 844077 844602 847138 853881 856688 857028 860091 861627
    Changes:
     debhelper (10.3) experimental; urgency=medium
     .
       [ Helmut Grohne ]
       * Supply PKG_CONFIG for cross compilation with the makefile buildsystem.
         (Closes: #853881)
       * Disable stripping during dh_auto_* in makefile buildsystem in compat 11.
         (Closes: #844077)
       * Remove explicit "Multi-Arch: no" stanzas as they are auto-rejected.
         (Closes: #857028)
     .
       [ Niels Thykier ]
       * Dh_Lib.pm: Make getpackages() produce the correct result independently
         of the order of the fields in a given paragraph of debian/control.
         (Closes: #847138)
       * dh_installman: Report installed manpages so the new dh_missing tool
         is informed about them.
       * dh_install: Deprecate --list-missing/--fail-missing in favor of the
         new dh_missing tool.  The options will be removed in compat 11.
       * dh: Run dh_missing by default (in no op mode).
       * dh_prep: Clean up generated files so they work like other temporary
         debhelper files.
       * dh_installinit: Clarify that it might make sense to skip dh_installinit
         for a package if it provides a systemd service but no sysvinit file.
         (Closes: #800043)
       * dh_installinit: Deprecate --no-restart-on-upgrade in favor of the new
         name --no-stop-on-upgrade, which does the same thing but is less
         likely to be confused with --no-restart-after-upgrade and is more
         descriptive of what it actually does.  Thanks to  Simon McVittie and
         Michael Biebl for the help.  (Closes: #837528)
       * debian/rules: Only apply the --no-parallel to dh_auto_test.  The rest
         of debhelper's build appears to work fine with --parallel.
       * dh_systemd_enable.1: Clarify that --no-enable does not control
         whether a service is started and that dh_systemd_start is the tool
         that does that.  (Closes: #770281)
       * autoconf.pm: Set --runstatedir to "/run" in compat 11.  Thanks to
         Michael Biebl for the suggestion.
       * dh_fixperms: Refactor to reduce the constant overhead a bit and
         extract some patterns into data list.  The latter hopefully reducing
         the need for tweaking dh_fixperms' logic.
       * dh_installdocs: Document that --link-doc has limitations on source and
         target package plus that compat 10 will reject unsupported
         combinations.
       * dh_gencontrol: Avoid adding Homepage fields to dbgsym packages.  Avoids
         non-overridable warnings from lintian when there is an issue in the
         homepage field of the original binary.  (Closes: #812248)
       * dh_strip: Fix a check that could cause dh_strip to generate dbgsym
         packages when it should not.
       * dh: Stop loading python-support in all compat levels as dh_pysupport
         has been removed in stretch.
       * python_support.pm: Remove the content with a deprecation warning as
         the module can no longer do anything.
       * dh_installman.1: Improve the manpage to clarify the scope of
         dh_installman and provide an examples.  (Closes: LP: #184156)
       * makefile.pm: Disable parallel installation if libtool is present to
         avoid a race-condition in automake when using libtool.
         (Closes: #861627)
     .
       [ Steven Chamberlain ]
       * When cross-compiling for GNU/kFreeBSD host systems, set
         CMAKE_SYSTEM_NAME to the correct value "kFreeBSD", not "FreeBSD".
         (Closes: #856688)
     .
       [ Felipe Sateler ]
       * dh_systemd_enable.1: Improve the wording of the documentation for
         the --no-enable option.  (Closes: #844602)
     .
       [ Michael Biebl ]
       * Add support for meson + ninja build systems.  (Closes: #795253)
     .
       [ Michael Stapelberg ]
       * dh_missing: New tool to handle --list-missing/--fail-missing.
         (Closes: #415396, #616070)
       * Dh_Lib.pm: Introduce a log_installed_files sub that can be used
         to inform dh_missing that a given file has been installed.
     .
       [ Johannes Schauer ]
       * dh_link.1: Improve the documentation and use ln(1) as a reference
         to make it simpler for people, who are used to the terms from ln.
         (Closes: #860091)
    Checksums-Sha1:
     17cc7410f0f79ce9e289514d0f6c34409d8dc2cd 1725 debhelper_10.3.dsc
     2d80c50b69227ae6d252f4044eb20cc53bff0d79 398764 debhelper_10.3.tar.xz
     a04a9ea8b3896c6f504e7cc7c994fe11cef7aa23 4589 debhelper_10.3_source.buildinfo
    Checksums-Sha256:
     38451d6b4db456a3d0ce1e0a27e81829f61ad1b47ec45643c5294aaa6999b150 1725 debhelper_10.3.dsc
     d17c6d1d672113cc869b079015517034516238ec83c447e3be39dd9f10ebf32c 398764 debhelper_10.3.tar.xz
     1c7885e72e7fea2a4ee61f937cbbafbceb3ca798d314f903ec469f6048106386 4589 debhelper_10.3_source.buildinfo
    Files:
     5105d8877292c9ab3b93642e3ef911dd 1725 devel optional debhelper_10.3.dsc
     83e5e673b4876de586d937c2ea2ec290 398764 devel optional debhelper_10.3.tar.xz
     3739033d54fe541404b3f7de04c2ea8a 4589 devel optional debhelper_10.3_source.buildinfo
    
  • debian/10.2.5_bpo8+1
    Release debhelper/10.2.5~bpo8+1 into jessie-backports
    
    Format: 1.8
    Date: Sat, 18 Feb 2017 10:01:20 +0000
    Source: debhelper
    Binary: debhelper dh-systemd
    Architecture: source all
    Version: 10.2.5~bpo8+1
    Distribution: jessie-backports
    Urgency: medium
    Maintainer: Debhelper Maintainers <debhelper-devel@lists.alioth.debian.org>
    Changed-By: Niels Thykier <niels@thykier.net>
    Description:
     debhelper  - helper programs for debian/rules
     dh-systemd - debhelper add-on to handle systemd unit files - transitional pack
    Closes: 805878 830208 839655 843163 843813 851071 851207 851744 851962 852211 852520
    Changes:
     debhelper (10.2.5~bpo8+1) jessie-backports; urgency=medium
     .
       * Rebuild for jessie-backports.
       * Existing changes from previous bpo releases:
         - Disable automatic dbgsym as it requires dpkg-dev 1.18.2
         - Revert of sgml-base trigger as it needs a newer version
           of sgml-base (Related bug: #825005)
     .
     debhelper (10.2.5) unstable; urgency=medium
     .
       [ Translations ]
       * Add Japanese translation (Hideki Yamane)  (Closes: #852520)
     .
     debhelper (10.2.4) unstable; urgency=medium
     .
       [ Niels Thykier ]
       * d/changelog: Add missing changelog entry in 10.2.3 for a
         compat 11 change.
       * dh: Show when the "create-stamp" "command" is being run.
       * dh: Fix a bug where dh would repeat part of the build sequence
         when an add-on modified the build sequence after "dh_auto_test".
         Thanks to Sean Whitton for reporting the issue.
         (Closes: #851071)
     .
       [ Luca Boccassi ]
       * dh_systemd_enable: Correct installation for "mount" units.
         (Closes: #851744)
     .
       [ Translations ]
       * Update Portuguese translation (Américo Monteiro)
         (Closes: #851207)
       * Update French translation (Baptiste Jammet)  (Closes: #852211)
       * Update German translation (Chris Leick)  (Closes: #851962)
     .
     debhelper (10.2.3) unstable; urgency=medium
     .
       [ Axel Beckert ]
       * Fix wrong German translation of dh_systemd_start man page. Thanks to
         Thorsten Alteholz for spotting the mistake! (Closes: #839655)
     .
       [ Mattia Rizzolo ]
       * dh_auto_test: Apply patch from Mattia Rizzolo to update
         documentation about running tests during cross-building.
     .
       [ Niels Thykier ]
       * Bump dependency on dh-strip-nondeterminism to ensure
         stable-backports uses a functional version.  Thanks to Christoph
         Biedl for the report. (Closes: #843813)
       * Massage md5sum output to avoid GNU-specific escaping extension
         while we wait for dpkg-gendigests for a more compatible tool.
         Thanks to Bernd Zeimetz for the report.  (Closes: #843163)
       * In compat 11, dh will now skip creating a stamp file unless the
         package explicitly requests it with "--with build-stamp".
     .
       [ Felipe Sateler ]
       * dh_systemd_start: Fix a bug where --restart-after-upgrade with
         --no-start would still start the service.  (Closes: #805878)
       * dh_installinit: Leave the handling of debian/pkg.service and
         debian/pkg.tmpfiles to dh_systemd_*.  (Closes: #830208)
    Checksums-Sha1:
     888cec80ab07ace38614f2bf8331a6fc1757b246 1738 debhelper_10.2.5~bpo8+1.dsc
     59092d496b301b111f2a33e55650359920235ad8 391796 debhelper_10.2.5~bpo8+1.tar.xz
     cbaca21db1f0760894dd0456ca82511bb9b330ec 973724 debhelper_10.2.5~bpo8+1_all.deb
     3af02f434c60dc3f48038108eba0c7397e3f3b16 100076 dh-systemd_10.2.5~bpo8+1_all.deb
    Checksums-Sha256:
     5024b96a00c229c8fe22b5b70cf7c317981dd87ae9c42532790c8c2794dd4e57 1738 debhelper_10.2.5~bpo8+1.dsc
     aa4a592cb1fb7c8e177a23f619c6e3591ca84540500d6c5fad55e66aea1c22b5 391796 debhelper_10.2.5~bpo8+1.tar.xz
     908cb72e8c8f614c023e8d6ca11c3a2e343ca3e0561f1fcc239d849a40624b6b 973724 debhelper_10.2.5~bpo8+1_all.deb
     3582793374682aa2cf8a4e2499a0ae339b59e2d974925a0054945367743f5d72 100076 dh-systemd_10.2.5~bpo8+1_all.deb
    Files:
     4a8c83f1722e62e30e0abd86c728fb62 1738 devel optional debhelper_10.2.5~bpo8+1.dsc
     b54c107e9c7726e6df97fa8a7819b24d 391796 devel optional debhelper_10.2.5~bpo8+1.tar.xz
     5c67589588ced9e0786e371ac7fae4e6 973724 devel optional debhelper_10.2.5~bpo8+1_all.deb
     47674b08e31923d354d0b71da46a9c78 100076 oldlibs extra dh-systemd_10.2.5~bpo8+1_all.deb
    
  • debian/10.2.5
    Release debhelper/10.2.5 into unstable
    
    Format: 1.8
    Date: Wed, 25 Jan 2017 20:47:27 +0000
    Source: debhelper
    Binary: debhelper dh-systemd
    Architecture: source
    Version: 10.2.5
    Distribution: unstable
    Urgency: medium
    Maintainer: Debhelper Maintainers <debhelper-devel@lists.alioth.debian.org>
    Changed-By: Niels Thykier <niels@thykier.net>
    Description:
     debhelper  - helper programs for debian/rules
     dh-systemd - debhelper add-on to handle systemd unit files - transitional pack
    Closes: 852520
    Changes:
     debhelper (10.2.5) unstable; urgency=medium
     .
       [ Translations ]
       * Add Japanese translation (Hideki Yamane)  (Closes: #852520)
    Checksums-Sha1:
     d56be7d9676aaf237bf4d9c79d7b84654f953e3d 1733 debhelper_10.2.5.dsc
     eff4b8ba10807d7a60c953394c07a88946dd1f92 393740 debhelper_10.2.5.tar.xz
    Checksums-Sha256:
     9613e7755e0259c88530ae1e9ba70663e8f2256a9fc84b7c1b909faaffc68b89 1733 debhelper_10.2.5.dsc
     c376f523ab9c1fcdfb371e92eb419519dcbaa6800d10d5e6ec80e583c9e4d054 393740 debhelper_10.2.5.tar.xz
    Files:
     bd92823c53949c01092e71800d614928 1733 devel optional debhelper_10.2.5.dsc
     3f73ed93aef57bb9c6b43493bd3c459e 393740 devel optional debhelper_10.2.5.tar.xz
    
  • debian/10.2.4
    Release debhelper/10.2.4 into unstable
    
    Format: 1.8
    Date: Mon, 23 Jan 2017 20:28:37 +0000
    Source: debhelper
    Binary: debhelper dh-systemd
    Architecture: source
    Version: 10.2.4
    Distribution: unstable
    Urgency: medium
    Maintainer: Debhelper Maintainers <debhelper-devel@lists.alioth.debian.org>
    Changed-By: Niels Thykier <niels@thykier.net>
    Description:
     debhelper  - helper programs for debian/rules
     dh-systemd - debhelper add-on to handle systemd unit files - transitional pack
    Closes: 851071 851207 851744 851962 852211
    Changes:
     debhelper (10.2.4) unstable; urgency=medium
     .
       [ Niels Thykier ]
       * d/changelog: Add missing changelog entry in 10.2.3 for a
         compat 11 change.
       * dh: Show when the "create-stamp" "command" is being run.
       * dh: Fix a bug where dh would repeat part of the build sequence
         when an add-on modified the build sequence after "dh_auto_test".
         Thanks to Sean Whitton for reporting the issue.
         (Closes: #851071)
     .
       [ Luca Boccassi ]
       * dh_systemd_enable: Correct installation for "mount" units.
         (Closes: #851744)
     .
       [ Translations ]
       * Update Portuguese translation (Américo Monteiro)
         (Closes: #851207)
       * Update French translation (Baptiste Jammet)  (Closes: #852211)
       * Update German translation (Chris Leick)  (Closes: #851962)
    Checksums-Sha1:
     a48919c1c484e91750fec0b0ea926343411021da 1733 debhelper_10.2.4.dsc
     c15be4fad943806a0924247b3bcb6dd557ad8bff 357664 debhelper_10.2.4.tar.xz
    Checksums-Sha256:
     f42c706d0a13ebff562e720bf994bfbc330043a79871d1c92ef524068a335190 1733 debhelper_10.2.4.dsc
     72ffc3327baae880b10f6cf519e9d848734d853905a3b79948a67019048e8d10 357664 debhelper_10.2.4.tar.xz
    Files:
     a5a9654c9eb6b2307fab737fbdfc4842 1733 devel optional debhelper_10.2.4.dsc
     b05082a7e1a598d9e22729aae96b838d 357664 devel optional debhelper_10.2.4.tar.xz
    
  • debian/10.2.3
    Release debhelper/10.2.3 into unstable
    
    Format: 1.8
    Date: Sat, 31 Dec 2016 21:27:54 +0000
    Source: debhelper
    Binary: debhelper dh-systemd
    Architecture: source
    Version: 10.2.3
    Distribution: unstable
    Urgency: medium
    Maintainer: Debhelper Maintainers <debhelper-devel@lists.alioth.debian.org>
    Changed-By: Niels Thykier <niels@thykier.net>
    Description:
     debhelper  - helper programs for debian/rules
     dh-systemd - debhelper add-on to handle systemd unit files - transitional pack
    Closes: 805878 830208 839655 843163 843813
    Changes:
     debhelper (10.2.3) unstable; urgency=medium
     .
       [ Axel Beckert ]
       * Fix wrong German translation of dh_systemd_start man page. Thanks to
         Thorsten Alteholz for spotting the mistake! (Closes: #839655)
     .
       [ Mattia Rizzolo ]
       * dh_auto_test: Apply patch from Mattia Rizzolo to update
         documentation about running tests during cross-building.
     .
       [ Niels Thykier ]
       * Bump dependency on dh-strip-nondeterminism to ensure
         stable-backports uses a functional version.  Thanks to Christoph
         Biedl for the report. (Closes: #843813)
       * Massage md5sum output to avoid GNU-specific escaping extension
         while we wait for dpkg-gendigests for a more compatible tool.
         Thanks to Bernd Zeimetz for the report.  (Closes: #843163)
     .
       [ Felipe Sateler ]
       * dh_systemd_start: Fix a bug where --restart-after-upgrade with
         --no-start would still start the service.  (Closes: #805878)
       * dh_installinit: Leave the handling of debian/pkg.service and
         debian/pkg.tmpfiles to dh_systemd_*.  (Closes: #830208)
    Checksums-Sha1:
     91342a75746822bdc243077d1587b8afa606d133 1733 debhelper_10.2.3.dsc
     55393c7999f7f0511199e7aa6ebc0be446cad721 355864 debhelper_10.2.3.tar.xz
    Checksums-Sha256:
     04da89e3144143ddcbe9a898ef607064c5800428690ccba020f95af990750c39 1733 debhelper_10.2.3.dsc
     80a31c22a5c3041b785844dae1b18c436872bdc64221fbd1d1a6c900b40b358b 355864 debhelper_10.2.3.tar.xz
    Files:
     5ec34f04356748ec05e8c016cac0f7a7 1733 devel optional debhelper_10.2.3.dsc
     399bbee78cdaed000164360f9f3b5d5f 355864 devel optional debhelper_10.2.3.tar.xz
    
  • debian/10.2.2_bpo8+1
    Release debhelper/10.2.2~bpo8+1 into jessie-backports
    
    Format: 1.8
    Date: Sun, 16 Oct 2016 06:32:51 +0000
    Source: debhelper
    Binary: debhelper dh-systemd
    Architecture: source all
    Version: 10.2.2~bpo8+1
    Distribution: jessie-backports
    Urgency: medium
    Maintainer: Debhelper Maintainers <debhelper-devel@lists.alioth.debian.org>
    Changed-By: Niels Thykier <niels@thykier.net>
    Description:
     debhelper  - helper programs for debian/rules
     dh-systemd - debhelper add-on to handle systemd unit files - transitional pack
    Closes: 801732 815506 822670 824221 824696 827132 827699 829142 830309 831465 832436 833789 835403 835593 836344 836693 836988 837585 838446 839389 839557 839681
    Changes:
     debhelper (10.2.2~bpo8+1) jessie-backports; urgency=medium
     .
       * Rebuild for jessie-backports.
       * Existing changes from previous bpo releases:
         - Disable automatic dbgsym as it requires dpkg-dev 1.18.2
         - Revert of sgml-base trigger as it needs a newer version
           of sgml-base (Related bug: #825005)
     .
     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.
     .
     debhelper (10) unstable; urgency=medium
     .
       [ Niels Thykier ]
       * Dh_Lib.pm: Support a new named "beta-tester" compat level.
         If you want to participate in beta testing of new compat
         levels, please review "man 7 debhelper" for more
         information.
       * Dh_Lib.pm: Fix bug in detection of existing auto-trigger.
     .
       [ Axel Beckert ]
       * Apply patch by Jens Reyer to fix typo in dh_installdocs man page.
         (Closes: #836344)
       * Use uppercase "Debian" in package description when the project is
         meant. Fixes lintian warning capitalization-error-in-description.
       * Apply "wrap-and-sort -a"
       * Add a .mailmap file for making "git shortlog" work properly.
     .
       [ Translations ]
       * Update German translation (Chris Leick) (Closes: #835593)
       * Update Portuguese translation (Américo Monteiro)
         (Closes: #835403)
       * Update French translation (Baptiste Jammet) (Closes: #836693)
     .
     debhelper (9.20160814) unstable; urgency=medium
     .
       * dh_installdocs: Apply patch from Sven Joachim to make
         --link-doc work again in compat 11 (See: #830309)
       * t: Apply patch from Sven Joachim to add some test cases
         to dh_installdocs's --link-doc behaviour.
         (Closes: #831465)
       * dh_installinit,dh_systemd_start: Apply patches from
         Peter Pentchev to make -R default in compat 10 (as
         documented, but not as implemented).
       * perl_{build,makemaker}.pm: Apply patch from Dominic
         Hargreaves to explicitly pass -I. to perl.  This is to
         assist with the fix for CVE-2016-1238.  (Closes: #832436)
       * dh_install: Clarify that "debian/not-installed" is not
         related to the --exclude parameter.
       * dh_install: Apply patch from Sven Joachim to support
         the "debian/tmp" prefix being optional in
         "debian/not-installed".  (Closes: #815506)
       * Dh_Lib.pm: Apply patch from Dominic Hargreaves to set
         PERL_USE_UNSAFE_INC to fix a further set of packages
         which fail to build with . removed from @INC.
         (Closes: #832436)
       * Dh_Buildsystems.pm: Enable auto-detection of the maven
         and gradle buildsystems (provided they are installed).
         Thanks to Emmanuel Bourg for the suggestion.
         (Closes: #801732)
     .
     debhelper (9.20160709) unstable; urgency=medium
     .
       * Explicitly Build-Depends on perl:any for pod2man instead
         of relying on it implicitly via libdpkg-perl.
       * dh_shlibdeps: Clarify that -L is also useful for packages
         using debian/shlibs.local for private libraries.
       * dh_installdocs: Apply patch from Sven Joachim to fix a
         regression with --link-doc and installing extra
         documentation.  (Closes: #830309)
       * Apply patches from Michael Biebl to merge dh_systemd_enable
         and dh_systemd_start from the dh-systemd package.
         (Closes: #822670)
       * dh: Enable the systemd helpers by default in compat 10 and
         later.
     .
     debhelper (9.20160702) unstable; urgency=medium
     .
       * Start on compat 11.
       * dh_installmenu: Stop installing menu files in compat 11
         (menu-methods are still installed).
       * dh_*: Deprecate -s in favor of -a.  The -s option is
         removed in compat 11.
       * dh_strip: Fix regression in 9.20160618, which caused
         issues when there were hardlinked ELF binaries in a
         package.  Thanks to Sven Joachim for the report, the
         analysis/testing and for providing a patch for the
         most common case.  (Closes: #829142)
       * Dh_Lib.pm: Cope with the parallel options in make 4.2.
         Thanks to Martin Dorey for the report.  (Closes: #827132)
       * dh_installdocs: In compat 11, install documentation into
         /usr/share/doc/mainpackage as requested by policy 3.9.7.
         Thanks to Sandro Knauß for the report.  (Closes: #824221)
       * dh_perl: Emit perl:any dependencies when a package only
         contains perl programs (but no modules of any kind).
         Thanks to Javier Serrano Polo and Niko Tyni for the
         report and feedback.  (Closes: #824696)
     .
       [ Translations ]
       * Update German translation (Chris Leick + Eduard Bloch)
         (Closes: #827699)
    Checksums-Sha1:
     1b02168f09aae460abcf4c000960884c006c5b69 1706 debhelper_10.2.2~bpo8+1.dsc
     cede3db1abc550c0991b124fcfeef37ee523cac2 356060 debhelper_10.2.2~bpo8+1.tar.xz
     05f8a9bbb11b1ec5818ec791229cd9a12562a5b3 836336 debhelper_10.2.2~bpo8+1_all.deb
     f1095f44a4918f24206ae3c6da5491889b1dd64d 99448 dh-systemd_10.2.2~bpo8+1_all.deb
    Checksums-Sha256:
     b58664eee67c5dee4886dfc21ae8e37d72eb829127576a94a71e6b80b9c645d2 1706 debhelper_10.2.2~bpo8+1.dsc
     021e82341b6368f8ab209f952122b1deebc8451dd7e0fa0bb4bd3bcad55120c0 356060 debhelper_10.2.2~bpo8+1.tar.xz
     8195c874c39d7d4835af633c2150e6f27efeac84b80b7f6a35a15113010450e2 836336 debhelper_10.2.2~bpo8+1_all.deb
     c8c386f4ca46ef9eb18a9e5f81f2680e6887899b4be98721e252cf57377e4abe 99448 dh-systemd_10.2.2~bpo8+1_all.deb
    Files:
     89742aba1805573f91f663a60a70bbea 1706 devel optional debhelper_10.2.2~bpo8+1.dsc
     7182bbf93027eb00a2e2da0d25e0db08 356060 devel optional debhelper_10.2.2~bpo8+1.tar.xz
     a557ac03d864ead0e409ea1afbd44ae1 836336 devel optional debhelper_10.2.2~bpo8+1_all.deb
     6f22a2fe696246dfa30aee57d2c26f04 99448 oldlibs extra dh-systemd_10.2.2~bpo8+1_all.deb
    
  • debian/10.2.2
    Release debhelper/10.2.2 into unstable
    
    Format: 1.8
    Date: Sat, 08 Oct 2016 10:16:23 +0000
    Source: debhelper
    Binary: debhelper dh-systemd
    Architecture: source
    Version: 10.2.2
    Distribution: unstable
    Urgency: medium
    Maintainer: Debhelper Maintainers <debhelper-devel@lists.alioth.debian.org>
    Changed-By: Niels Thykier <niels@thykier.net>
    Description:
     debhelper  - helper programs for debian/rules
     dh-systemd - debhelper add-on to handle systemd unit files - transitional pack
    Closes: 839681
    Changes:
     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.
    Checksums-Sha1:
     6ee7f892f090e936cd374864839e7a3e40334975 1701 debhelper_10.2.2.dsc
     2e70b5b72b3b6e08da9285af83b262ca74af1e87 355692 debhelper_10.2.2.tar.xz
    Checksums-Sha256:
     c26e66f492a17a58d8337a262e38c7d89d1569a7e399a9db237657089b34620a 1701 debhelper_10.2.2.dsc
     07f84f415f390bd9573a7abc8078203b3f57a2d4590b97010cf75b596b274075 355692 debhelper_10.2.2.tar.xz
    Files:
     d3f3f96cca9314517cb89d93e9a52a4f 1701 devel optional debhelper_10.2.2.dsc
     fed7c37be88f69691ee208c3fc289bb3 355692 devel optional debhelper_10.2.2.tar.xz
    
  • debian/10.2.1
    Release debhelper/10.2.1 into unstable
    
    Format: 1.8
    Date: Sun, 02 Oct 2016 06:51:49 +0000
    Source: debhelper
    Binary: debhelper dh-systemd
    Architecture: source
    Version: 10.2.1
    Distribution: unstable
    Urgency: medium
    Maintainer: Debhelper Maintainers <debhelper-devel@lists.alioth.debian.org>
    Changed-By: Niels Thykier <niels@thykier.net>
    Description:
     debhelper  - helper programs for debian/rules
     dh-systemd - debhelper add-on to handle systemd unit files - transitional pack
    Changes:
     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.
    Checksums-Sha1:
     e917e131a5ff7fb2a759685c3d64de9cf985600a 1701 debhelper_10.2.1.dsc
     5810ee6b6503c1f66c029683c5cb357a4d38f2f0 353420 debhelper_10.2.1.tar.xz
    Checksums-Sha256:
     f23a60561b0194c318cc89572884e8c14b21382886e93240faaf36ebb2e78477 1701 debhelper_10.2.1.dsc
     be9b0c8b4f97facf2c6b3aadf437f7f256d8cc9fadd7c6aa3a32132fb85ba833 353420 debhelper_10.2.1.tar.xz
    Files:
     37034b360560b42b64dd628c4250987c 1701 devel optional debhelper_10.2.1.dsc
     ff667c732425a315e6f7157530c2f33c 353420 devel optional debhelper_10.2.1.tar.xz
    
  • debian/10.2
    Release debhelper/10.2 into unstable
    
    Format: 1.8
    Date: Sun, 02 Oct 2016 06:20:56 +0000
    Source: debhelper
    Binary: debhelper dh-systemd
    Architecture: source
    Version: 10.2
    Distribution: unstable
    Urgency: medium
    Maintainer: Debhelper Maintainers <debhelper-devel@lists.alioth.debian.org>
    Changed-By: Niels Thykier <niels@thykier.net>
    Description:
     debhelper  - helper programs for debian/rules
     dh-systemd - debhelper add-on to handle systemd unit files - transitional pack
    Closes: 839557
    Changes:
     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 be
         reduce the confusion of what it does.  Thanks to
         Michael Biebl for the suggestion.
    Checksums-Sha1:
     39fafe740b1be106fb15631dfee475211045e698 1693 debhelper_10.2.dsc
     7e5c2ae3b48d304aee1febda01da5ec1776fdf88 353368 debhelper_10.2.tar.xz
    Checksums-Sha256:
     c21490caf8f32977f686aeeac9c967d51b264eb778dec27801b754aa7e7f90ba 1693 debhelper_10.2.dsc
     1b2d73dff0639ca9d95e29de433cdb35e1dd12a6729b3acddca4244c37ca8120 353368 debhelper_10.2.tar.xz
    Files:
     008a7fc832aec8c35f3f326ebae1838b 1693 devel optional debhelper_10.2.dsc
     cab6747866c1b4572b576e63ff748a7d 353368 devel optional debhelper_10.2.tar.xz
    
  • debian/10.1
    Release debhelper/10.1 into unstable
    
    This is a binary upload as the dh-systemd take-over means the upload
    will end up in NEW.
    
    Format: 1.8
    Date: Sat, 01 Oct 2016 20:45:27 +0000
    Source: debhelper
    Binary: debhelper dh-systemd
    Architecture: source all
    Version: 10.1
    Distribution: unstable
    Urgency: medium
    Maintainer: Debhelper Maintainers <debhelper-devel@lists.alioth.debian.org>
    Changed-By: Niels Thykier <niels@thykier.net>
    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
    Changes:
     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 down 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:
     1422d81ff86bfc84d2b258fc92f0119a35999f31 1693 debhelper_10.1.dsc
     a88bacb82cbd304d745f247ce5cddd31ee14e3c5 353208 debhelper_10.1.tar.xz
     c7d04aeaa982ae012fb5e083c43b794d787a3faa 741570 debhelper_10.1_all.deb
     480b0b2ccd3ef82395d06771396e7ab47aaea0e2 98596 dh-systemd_10.1_all.deb
    Checksums-Sha256:
     6e9989094d188878c635c6932f9b25e52486431512f4b634c136fcae923bff60 1693 debhelper_10.1.dsc
     8f6bd9dac7070c0629178aaa6343cd1656a8cbdb8000ada021607f14d3497b09 353208 debhelper_10.1.tar.xz
     6f058925424866b08624ded67bac9b0d86af1ba2946d71f665f80c9aa0c2fbb7 741570 debhelper_10.1_all.deb
     5b60d93a2c8496ae51b443b22bf55031b6f798e09b0c1f53de0b70d10c38c59c 98596 dh-systemd_10.1_all.deb
    Files:
     2a0a577feab356ed094066ae0cce6b21 1693 devel optional debhelper_10.1.dsc
     b4201c16a8cd7da87f9a4082cb3e4139 353208 devel optional debhelper_10.1.tar.xz
     fcbf5222934eec3cb9a07140dec9c784 741570 devel optional debhelper_10.1_all.deb
     f1adb682b31e7ba750aac5cb7eff1e24 98596 oldlibs extra dh-systemd_10.1_all.deb
    
  • debian/10
    Release debhelper/10 into unstable
    
    Format: 1.8
    Date: Sun, 11 Sep 2016 09:00:23 +0000
    Source: debhelper
    Binary: debhelper
    Architecture: source
    Version: 10
    Distribution: unstable
    Urgency: medium
    Maintainer: Debhelper Maintainers <debhelper-devel@lists.alioth.debian.org>
    Changed-By: Niels Thykier <niels@thykier.net>
    Description:
     debhelper  - helper programs for debian/rules
    Closes: 835403 835593 836344 836693
    Changes:
     debhelper (10) unstable; urgency=medium
     .
       [ Niels Thykier ]
       * Dh_Lib.pm: Support a new named "beta-tester" compat level.
         If you want to participate in beta testing of new compat
         levels, please review "man 7 debhelper" for more
         information.
       * Dh_Lib.pm: Fix bug in detection of existing auto-trigger.
     .
       [ Axel Beckert ]
       * Apply patch by Jens Reyer to fix typo in dh_installdocs man page.
         (Closes: #836344)
       * Use uppercase "Debian" in package description when the project is
         meant. Fixes lintian warning capitalization-error-in-description.
       * Apply "wrap-and-sort -a"
       * Add a .mailmap file for making "git shortlog" work properly.
     .
       [ Translations ]
       * Update German translation (Chris Leick) (Closes: #835593)
       * Update Portuguese translation (Américo Monteiro)
         (Closes: #835403)
       * Update French translation (Baptiste Jammet) (Closes: #836693)
    Checksums-Sha1:
     96ef325837a326387f8c63c9e6d20005b7ed224f 1634 debhelper_10.dsc
     21fd54d839f59ab7d4c4f840923f98bf1a5f1806 353684 debhelper_10.tar.xz
    Checksums-Sha256:
     f8dff44bcc63c41b6147397180a81f8c729aca47ff2d233fefca91a7dd24f95c 1634 debhelper_10.dsc
     60bb7244b5b50deedefbf46d3f9fbe9d859ff9bb744984fa68e2f878ec50e485 353684 debhelper_10.tar.xz
    Files:
     62be6bde29242ca7d36b3b0658cf5027 1634 devel optional debhelper_10.dsc
     f6c3820552a9f53986036b2c2f885cec 353684 devel optional debhelper_10.tar.xz
    
  • debian/9.20160814
    Release debhelper/9.20160814 into unstable
    
    Format: 1.8
    Date: Sun, 14 Aug 2016 09:19:35 +0000
    Source: debhelper
    Binary: debhelper
    Architecture: source
    Version: 9.20160814
    Distribution: unstable
    Urgency: medium
    Maintainer: Debhelper Maintainers <debhelper-devel@lists.alioth.debian.org>
    Changed-By: Niels Thykier <niels@thykier.net>
    Description:
     debhelper  - helper programs for debian/rules
    Closes: 801732 815506 831465 832436
    Changes:
     debhelper (9.20160814) unstable; urgency=medium
     .
       * dh_installdocs: Apply patch from Sven Joachim to make
         --link-doc work again in compat 11 (See: #830309)
       * t: Apply patch from Sven Joachim to add some test cases
         to dh_installdocs's --link-doc behaviour.
         (Closes: #831465)
       * dh_installinit,dh_systemd_start: Apply patches from
         Peter Pentchev to make -R default in compat 10 (as
         documented, but not as implemented).
       * perl_{build,makemaker}.pm: Apply patch from Dominic
         Hargreaves to explicitly pass -I. to perl.  This is to
         assist with the fix for CVE-2016-1238.  (Closes: #832436)
       * dh_install: Clarify that "debian/not-installed" is not
         related to the --exclude parameter.
       * dh_install: Apply patch from Sven Joachim to support
         the "debian/tmp" prefix being optional in
         "debian/not-installed".  (Closes: #815506)
       * Dh_Lib.pm: Apply patch from Dominic Hargreaves to set
         PERL_USE_UNSAFE_INC to fix a further set of packages
         which fail to build with . removed from @INC.
         (Closes: #832436)
       * Dh_Buildsystems.pm: Enable auto-detection of the maven
         and gradle buildsystems (provided they are installed).
         Thanks to Emmanuel Bourg for the suggestion.
         (Closes: #801732)
    Checksums-Sha1:
     1bd3903f0368106d4dfcd360b0f1fc4c27f1da84 1666 debhelper_9.20160814.dsc
     61d9d78c30d50c5f0b0f4cd25e845434f4fe536d 344328 debhelper_9.20160814.tar.xz
    Checksums-Sha256:
     90cc852f9c81d6ddaab26d4b1bf63d3a12e17be72158e806001a35c5984b7da9 1666 debhelper_9.20160814.dsc
     2834a7c1dbeafd9402ea68948c815dab19d903503c45fd70e676269fccd359c0 344328 debhelper_9.20160814.tar.xz
    Files:
     34e0eb619484113f33b14e18b417ec57 1666 devel optional debhelper_9.20160814.dsc
     2e6a77d0f969d2421260f3f75a2cf1ff 344328 devel optional debhelper_9.20160814.tar.xz
    
  • debian/9.20160709
    Release debhelper/9.20160709 into unstable
    
    Format: 1.8
    Date: Sat, 09 Jul 2016 09:53:02 +0000
    Source: debhelper
    Binary: debhelper
    Architecture: source
    Version: 9.20160709
    Distribution: unstable
    Urgency: medium
    Maintainer: Debhelper Maintainers <debhelper-devel@lists.alioth.debian.org>
    Changed-By: Niels Thykier <niels@thykier.net>
    Description:
     debhelper  - helper programs for debian/rules
    Closes: 822670 830309
    Changes:
     debhelper (9.20160709) unstable; urgency=medium
     .
       * Explicitly Build-Depends on perl:any for pod2man instead
         of relying on it implicitly via libdpkg-perl.
       * dh_shlibdeps: Clarify that -L is also useful for packages
         using debian/shlibs.local for private libraries.
       * dh_installdocs: Apply patch from Sven Joachim to fix a
         regression with --link-doc and installing extra
         documentation.  (Closes: #830309)
       * Apply patches from Michael Biebl to merge dh_systemd_enable
         and dh_systemd_start from the dh-systemd package.
         (Closes: #822670)
       * dh: Enable the systemd helpers by default in compat 10 and
         later.
    Checksums-Sha1:
     f13276c06a79f0a8330117dfef2aeabc1edd2962 1684 debhelper_9.20160709.dsc
     03673520327bfa796f4f12a67ff4914d68d24a62 343084 debhelper_9.20160709.tar.xz
    Checksums-Sha256:
     ee32c78cc4cb5e0ea5f973faf6cbf25e07833a2c8f10f642681bbea49dd24ed5 1684 debhelper_9.20160709.dsc
     c53f6c833a8edd427e98307690c00dcd252360ea2a649196facf16a39e4dd4e2 343084 debhelper_9.20160709.tar.xz
    Files:
     6f49e517db89fc2f74e69448853f5be8 1684 devel optional debhelper_9.20160709.dsc
     8361c6ba9f38e6daec354efe858565ba 343084 devel optional debhelper_9.20160709.tar.xz
    
  • debian/9.20160702
    Release debhelper/9.20160702 into unstable
    
    Format: 1.8
    Date: Sat, 02 Jul 2016 13:24:21 +0000
    Source: debhelper
    Binary: debhelper
    Architecture: source
    Version: 9.20160702
    Distribution: unstable
    Urgency: medium
    Maintainer: Debhelper Maintainers <debhelper-devel@lists.alioth.debian.org>
    Changed-By: Niels Thykier <niels@thykier.net>
    Description:
     debhelper  - helper programs for debian/rules
    Closes: 824221 824696 827132 827699 829142
    Changes:
     debhelper (9.20160702) unstable; urgency=medium
     .
       * Start on compat 11.
       * dh_installmenu: Stop installing menu files in compat 11
         (menu-methods are still installed).
       * dh_*: Deprecate -s in favor of -a.  The -s option is
         removed in compat 11.
       * dh_strip: Fix regression in 9.20160618, which caused
         issues when there were hardlinked ELF binaries in a
         package.  Thanks to Sven Joachim for the report, the
         analysis/testing and for providing a patch for the
         most common case.  (Closes: #829142)
       * Dh_Lib.pm: Cope with the parallel options in make 4.2.
         Thanks to Martin Dorey for the report.  (Closes: #827132)
       * dh_installdocs: In compat 11, install documentation into
         /usr/share/doc/mainpackage as requested by policy 3.9.7.
         Thanks to Sandro Knauß for the report.  (Closes: #824221)
       * dh_perl: Emit perl:any dependencies when a package only
         contains perl programs (but no modules of any kind).
         Thanks to Javier Serrano Polo and Niko Tyni for the
         report and feedback.  (Closes: #824696)
     .
       [ Translations ]
       * Update German translation (Chris Leick + Eduard Bloch)
         (Closes: #827699)
    Checksums-Sha1:
     f2ea1bf4b9b62880b820488771d8c7b431c2abcc 1708 debhelper_9.20160702.dsc
     45191a2766e3d943efb651d8c8b5f763f9896be9 338032 debhelper_9.20160702.tar.xz
    Checksums-Sha256:
     ff141c2ce6a7fb19339145bdb1361483d213bb3519ef088b6fc5476201a9149d 1708 debhelper_9.20160702.dsc
     be1af038f05bc6225132f5a290bbab9424fb2358be90ffb2eaa9e4c0788a43fb 338032 debhelper_9.20160702.tar.xz
    Files:
     0bbdd0181b2192222ca7bea2e4961938 1708 devel optional debhelper_9.20160702.dsc
     3ecee70f9fe5c842d3015e8adecc1861 338032 devel optional debhelper_9.20160702.tar.xz
    
  • debian/9.20160618.1
    Release debhelper/9.20160618.1 into unstable
    
    Format: 1.8
    Date: Sat, 18 Jun 2016 20:52:29 +0000
    Source: debhelper
    Binary: debhelper
    Architecture: source
    Version: 9.20160618.1
    Distribution: unstable
    Urgency: medium
    Maintainer: Debhelper Maintainers <debhelper-devel@lists.alioth.debian.org>
    Changed-By: Niels Thykier <niels@thykier.net>
    Description:
     debhelper  - helper programs for debian/rules
    Changes:
     debhelper (9.20160618.1) unstable; urgency=medium
     .
       * Dh_Lib.pm: Reject requests for compat 4 instead of
         silently accepting it (while all helpers no longer
         check for it).
    Checksums-Sha1:
     ce3dfcb9605d9f4e2ce271c2c0ff3b8b8f01541e 1716 debhelper_9.20160618.1.dsc
     4f2cb65226967584eabdb33328e6f87fafffafdb 338204 debhelper_9.20160618.1.tar.xz
    Checksums-Sha256:
     a90158db3c7c29b607e35fdb9c5ddc5adea8c262540323789828eaaeddec3d17 1716 debhelper_9.20160618.1.dsc
     c1a7e2a56ea2e6dd4be28969d8c0ae28ef99cdd30da3cb8c338d264677d60386 338204 debhelper_9.20160618.1.tar.xz
    Files:
     a6e9a89e9e932e3ffd968f28ca71bf76 1716 devel optional debhelper_9.20160618.1.dsc
     989d974e089dff2cbf8a13232c05fa2a 338204 devel optional debhelper_9.20160618.1.tar.xz
    
  • debian/9.20160618
    Release debhelper/9.20160618 into unstable
    
    Format: 1.8
    Date: Sat, 18 Jun 2016 14:41:05 +0000
    Source: debhelper
    Binary: debhelper
    Architecture: source
    Version: 9.20160618
    Distribution: unstable
    Urgency: medium
    Maintainer: Debhelper Maintainers <debhelper-devel@lists.alioth.debian.org>
    Changed-By: Niels Thykier <niels@thykier.net>
    Description:
     debhelper  - helper programs for debian/rules
    Closes: 805405 811059 815158 818933 820446 820508 820711 824490 825005
    Changes:
     debhelper (9.20160618) unstable; urgency=medium
     .
       * dh: Fix bug where "--help" or "--list" would not work
         unless "debian/compat" existed and had a supported
         compat level.  (Closes: #820508)
       * dh_compress: Gracefully handle debian (or any other
         path segment in the package "tmpdir") being a symlink
         pointing outside the same directory.  Thanks to
         Bernhard Miklautz for the report.  (Closes: #820711)
       * Dh_Lib.pm: Compat files are now mandatory.
       * dh_clean: Remove work around for missing compat file.
         This removes a confusing warning when the package is
         not built by CDBS.  (Closes: #811059)
       * debhelper.pod: Add a line stating that debian/compat
         is mandatory.  (Closes: #805405)
       * dh_strip: Apply patch from Peter Pentchev to only strip
         static libraries with a basename matching "lib.*\.a".
         (Closes: #820446)
       * ant.pm: Apply patch from Emmanuel Bourg to pass a
         normalised "user.name" parameter to ant.
         (Closes: #824490)
       * dh_installudev/dh_installmodules: Drop maintainer
         script snippets for migrating conffiles.
         - Side effect, avoids portability issue with certain
           shell implementations.  (Closes: #815158)
       * autoscripts/*inst-moveconffile: Remove unused files.
       * dh: Update documentation to reflect the current
         implementation.
       * Remove support for compat 4.
       * dh_strip: Add debuglinks to ELF binaries even with
         DEB_BUILD_OPTIONS=noautodbgsym to make the regular deb
         bit-for-bit reproducible with vs. without this flag.
         Thanks to Helmut Grohne for the report.
       * dh_installcatalogs: Apply patch from Helmut Grohne to
         explicitly trigger a new update-sgmlcatalog trigger,
         since dpkg does not triger conffiles on package removal.
         (Closes: #825005)
       * dh_installcatalos: Apply patch from Helmut Grohne to
         remove autoscript for a transition that completed in
         Wheezy.
       * dh_strip: Unconditionally pass --enable-deterministic-archives
         to strip for static libs as the stable version of binutils
         supports it.
       * dh_strip: Use file(1) to determine the build-id when
         available.  This saves an readelf call for every binary in
         the package.
       * dh_strip: Cache file(1) output to avoid calling file(1)
         twice on all ELF binaries in the package.
       * Dh_Lib.pm: Add better error messages when a debhelper program
         fails due to an executable config file not terminating with
         success.  (Closes: #818933)
       * dh_strip: Pass -e to file(1) to skip tests for file formats
         that dh_strip does not care about.
       * Bump standards-version to 3.9.8 - no changes required.
    Checksums-Sha1:
     816b35631150fe84036276884e82dfe2a860e608 1708 debhelper_9.20160618.dsc
     7e228a1c15a99f28513951251b0f428d37536adf 337800 debhelper_9.20160618.tar.xz
    Checksums-Sha256:
     ce0ebd64a0a83f35c96b2004f85ad2e17479cf9854f0f78b545e2ef4c695da5b 1708 debhelper_9.20160618.dsc
     0321e1b345143a1717c8f252a9b55db283f75a78b4e19ae980c1ba4a356fe1ff 337800 debhelper_9.20160618.tar.xz
    Files:
     c5da85a37d9832cb69321a048c160ddd 1708 devel optional debhelper_9.20160618.dsc
     351f32fd092ea7a590ccd02d8b005313 337800 devel optional debhelper_9.20160618.tar.xz
    
  • debian/9.20160403_bpo8+1
    6c16177f · Refresh pot and po files ·
    Release debhelper/9.20160403~bpo8+1 into jessie-backports
    
    Format: 1.8
    Date: Fri, 10 Jun 2016 17:48:34 +0000
    Source: debhelper
    Binary: debhelper
    Architecture: source all
    Version: 9.20160403~bpo8+1
    Distribution: jessie-backports
    Urgency: medium
    Maintainer: Debhelper Maintainers <debhelper-devel@lists.alioth.debian.org>
    Changed-By: Niels Thykier <niels@thykier.net>
    Description:
     debhelper  - helper programs for debian/rules
    Closes: 188028 245554 436240 438930 459548 480576 488346 509931 510772 510855 511048 516721 549990 551463 563909 592958 595097 610173 615854 639168 659044 668851 668852 672282 676168 677353 680686 680687 698054 698500 714546 719148 726967 733045 736896 740405 744380 747141 748993 749400 758575 759895 772129 774100 774102 775020 776103 778927 779471 780133 781077 783898 784016 784582 784648 785811 786695 788098 788473 789153 789351 790820 791823 792207 793092 793440 793443 794396 794898 795193 795519 797002 797904 798116 798648 800332 800738 800919 802005 802198 802274 802984 803341 804631 805218 805404 806276 806392 806814 808603 810948 811038 811052 812136 812790 812879 814761 815401 815620 818049 818834
    Changes:
     debhelper (9.20160403~bpo8+1) jessie-backports; urgency=medium
     .
       * Rebuild for jessie-backports.
       * Disable automatic dbgsym as it requires dpkg-dev 1.18.2
     .
     debhelper (9.20160403) unstable; urgency=medium
     .
       * d/control: Requre dh-autoreconf (>= 12) to ensure
         non-autotools can be built in compat 10.
       * dh: In a "PROMISE: DH NOOP" clause, make no assumptions
         about being able to skip "foo(bar)" if "foo" is not known.
       * debhelper.pod: Use DEB_HOST_ARCH instead of the incorrect
         "build architecture".  Thanks to Helmut Grohne for the
         report.
       * dh_makeshlibs: Use same regex for extracting SONAME as
         dpkg-shlibdeps.  (Closes: #509931)
       * dh_makeshlibs: Add an ldconfig trigger if there is an
         unversioned SONAME and the maintainer provides a
         symbols file.
     .
     debhelper (9.20160402) unstable; urgency=medium
     .
       * Remove dh_desktop.
       * dh_install: Fix a regression where a non-existing file
         was ignored if another file was matched for the same
         destination dir.  Thanks to Ben Hutchings for reporting
         the issue.  (Closes: #818834)
       * d/rules: Use overrides to disable unnecessary helpers
         (for which debhelper does not Build-Depend on the
         necessary packages to run the tools).
       * dh: Enable "autoreconf" sequence by default in compat
         10 (or higher).  (Closes: #480576)
       * d/control: Add a dependency on dh-autoreconf due to
         the above.
       * autoscripts/*-makeshlibs: Remove again.  Most of the
         reverse dependencies have migrated already.
       * Declare compat 10 ready for testing.
     .
     debhelper (9.20160313) unstable; urgency=medium
     .
       * Remove dh_undocumented.
       * dh_install: Attempt to improve the documentation of the
         config file "debian/not-installed".
       * dh_compress: Gracefully handle absolute paths passed via
         the -P option.  Thanks to Andreas Beckmann for reporting
         the issue.  (Closes: #818049)
     .
     debhelper (9.20160306) unstable; urgency=medium
     .
       [ Niels Thykier ]
       * Remove dh_suidregister and related autoscripts.  No package
         (that can be built in unstable) invokes this tool.
       * dh: Do not create stamp files when running with --no-act.
       * dh_strip/dh_gencontrol: Move "is_udeb" guard to dh_strip.
         This should avoid adding build-ids to udebs without having
         the actual debug symbols available.  Thanks to Jérémy Bobbio
         for reporting the issue.  (Closes: #812879)
       * dh_makeshlibs: Do not claim to be using maintainer scripts
         for invoking ldconfig.  Thanks to Eugene V. Lyubimkin for
         the report.  (Closes: #815401)
       * Remove dh_scrollkeeper.  It is no longer used in unstable.
       * autoconf.pm: Apply patch from Gergely Nagy to set "VERBOSE=1"
         when running tests to make sure that the build logs are
         dumped on error with automake.  (Closes: #798648, #744380)
       * dh_installdeb: In compat 10, properly shell escape lines
         from the maintscript config file.  This will *not* be fixed
         retroactively since people have begun to rely on the bug
         in previous versions (e.g. by quoting the file names).
         Thanks to Jakub Wilk for reporting the issue.
         (Closes: #803341)
       * dh_installdeb: In compat 10, avoid adding two comments per line
         in the maintscript file.  Thanks to Didier Raboud for
         reporting the bug.  (Closes: #615854)
       * cmake.pm: Apply patch from Helmut Grohne to correct the
         name of the default cross compilers.  (Closes: #812136)
       * dh_installdeb: Clarify what goes in the "maintscript" config
         files.  Thanks to Julian Andres Klode for the report.
         (Closes: #814761)
       * dh_compress: Correct and warn if given a path with a package
         tmp dir prefix (e.g. "debian/<pkg>/path/to/file").
       * dh_compress: Handle file resolution failures more gracefully.
         Thanks to Daniel Leidert for reporting this issue.
         (Closes: #802274)
       * dh_installinit: Make --restart-after-upgrade the default in
         compat 10.  Packages can undo this by using the new
         --no-restart-after-upgrade parameter.
       * d/control: Update Vcs links.
       * d/control: Bump Standards-Version to 3.9.7 - no changes
         required.
       * Import newer German translations from Chris Leick.
         (Closes: #812790)
     .
       [ Joachim Breitner ]
       * addsubstvar: Pass -a to grep to handle substvars with unicode content
         gracefully (Closes: #815620)
     .
     debhelper (9.20160115) unstable; urgency=medium
     .
       * Fix brown paper bag bug that caused many packages to
         FTBFS when dh_update_autotools_config was called.
         (Closes: #811052)
       * Revert removal of autoscripts/*-makeshlibs.  Some packages
         injected them directly into their maintainer scripts.
         (Closes: #811038)
     .
     debhelper (9.20160114) unstable; urgency=low
     .
       [ Niels Thykier ]
       * Dh_Lib.pm: Pass "-S" to dpkg-parsechangelog when requesting
         the Version field.
       * Drop compat level 3.
       * dh_install: Only fallback to debian/tmp if the given glob
         does not start with debian/tmp.  This should make the
         output on failures less weird.
       * autoscripts/*-makeshlibs: Removed, no longer used.
       * dh: In compat 10, drop the manual sequence control arguments
         and the sequence log files.  (Closes: #510855)
       * dh_update_autotools_config: New helper to update config.sub
         and config.guess.
       * dh: Run dh_update_autotools_config before dh_auto_configure.
         (Closes: #733045)
       * d/control: Add dependency on autotools-dev for the new
         dh_update_autotools_config tool.
       * dh_installinit: Correct the "PROMISE NOOP" clause to account
         for /etc/tmpfiles.d and /usr/lib/tmpfiles.d.
       * dh_strip: Add "--(no-)automatic-dbgsym" and "--dbgsym-migration"
         options to replace "--(no-)ddebs" and "--ddeb-migration".
         (Closes: #810948)
     .
       [ Dmitry Shachnev ]
       * dh_install: Fail because of missing files only after processing
         all file lists for all packages.  (Closes: #488346)
     .
     debhelper (9.20151225) unstable; urgency=medium
     .
       * dh_installmanpages: Fix call to getpackages.  Thanks to
         Niko Tyni for reporting the issue.  (Closes: #808603)
       * Dh_Lib.pm: Restore the behaviour of getpackages(), which
         is slightly different from getpackages('both').  Fixes
         a regression introduced in 9.20151220.
     .
     debhelper (9.20151220) unstable; urgency=medium
     .
       * dh_strip: Document that dbgsym packages are built by
         default.
       * Dh_Lib: Cache the results of getpackages.
       * dh_gencontrol: Create debug symbol packages with the same
         component as the original package.
     .
     debhelper (9.20151219) unstable; urgency=medium
     .
       * dh_installinit: Apply patch from Reiner Herrmann to sort
         temporary files put in postinst.  (Closes: #806392)
       * dh_installinit: Import change from Ubuntu to add /g
         modifier when substituting the auto-script snippets.
       * dh_*: Add /g when substituting the auto-script snippts in
         other commands as well.
       * dh_strip: Do not assume that ELF binaries have a Build-Id.
         Thanks to Helmut Grohne for spotting this issue.
         (Closes: #806814)
       * dh_strip: Enable generation of dbgsym packages by default.
         Thanks to Ansgar Burchardt and Paul Tagliamonte for
         implementing the DAK side of this feature.
         (Closes: #510772)
     .
     debhelper (9.20151126) unstable; urgency=medium
     .
       * dh_compress: Apply patch from Michael Biebl to skip
         compression of .devhelp2 files.  (Closes: #789153)
       * dh_installinit: Undo "Disable initscripts when a package is
         removed (but not yet purged)". (Reopens #749400,
         Closes: #806276)
     .
     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)
     .
     debhelper (9.20151005) unstable; urgency=medium
     .
       * 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)
     .
     debhelper (9.20151004) unstable; urgency=medium
     .
       [ Niels Thykier ]
       * dh/dh_auto_*: Apply patch from Eduard Sanou to define
         SOURCE_DATE_EPOCH.  (Closes: #791823)
       * cmake.pm: Add better cross-compile support for cmake.
         Heavily based on a patch from Helmut Grohne.
         (Closes: #794396)
       * cmake.pm: Pass -DCMAKE_INSTALL_SYSCONFDIR=/etc and
         -DCMAKE_INSTALL_LOCALSTATEDIR=/var to cmake.  Thanks to
         Felix Geyer, Lisandro Damián Nicanor Pérez Meyer and
         Michael Terry for the assistance plus suggestions.
         (Closes: #719148)
       * dh_installinit: Quote directory name before using it in
         a regex.
       * dh_installinit: Create script snippts for tmpfiles.d
         files even if the package has no sysvinit script or
         explicit debian/<package>.service file.
         (Closes: #795519)
       * dh_makeshlibs: Revert passing -X to ldconfig in compat 10
         after talking with the glibc maintainer.  This is not the
         right place to make this change.
       * d/control: Remove the homepage field.
       * dh: Make dh_strip_nondeterminism optional, so debhelper
         does not need to build-depend on it.
       * dh_gencontrol/dh_builddeb: Temporarily stop building ddebs
         for udebs as dpkg-gencontrol and dpkg-deb does not agree
         the default file extension for these.
       * dh_builddeb: Generate udebs with the correct filename even
         when "-V" is passed to dpkg-gencontrol.  This relies on
         dpkg-deb getting everything but the extension correct
         (see #575059, #452273 for why it does not produce the
          correct extesion).
         (Closes: #516721, #677353, #672282)
       * Dh_Lib.pm: Drop now unused "udeb_filename" subroutine.
       * dh_strip.1: Correct the documentation about ddebs to
         reflect the current implementation (rather than the
         desired "state").  Thanks to Jakub Wilk for the report.
         (Closes: #797002)
       * dh_fixperms: Reset permissions to 0644 for .js, .css,
         .jpeg, .jpg, .png, and .gif files.  Thanks to Ernesto
         Hernández-Novich for the suggestion.  (Closes: #595097)
       * dh_install: Read debian/not-installed if present as a
         list of files that are deliberately not installed.
         Files listed here will not cause dh_install to complain
         with --list-missing.  Thanks to Peter Eisentraut for the
         suggestion.  (Closes: #436240)
       * Dh_Lib: Cherry-pick patch from Chris Lamb to only read
         the latest changelog entry when determing the
         SOURCE_DATE_EPOCH.
       * debhelper.7: Provide a better example of how to insert
         the debhelper maintainer script snippets into a maintainer
         script written in Perl.  Thanks to Jakub Wilk for
         reporting the issues.  (Closes: #797904)
       * dh_shlibdeps: The "-L" option can now be passed multiple
         times with different package names.  Thanks to Tristan
         Schmelcher for the suggestion.  (Closes: #776103)
       * dh,Buildsytems: In compat 10, default to --parallel.
       * dh,Buildsytems: Accept "--no-parallel" to disable
         parallel builds.  It is effectively the same as using
         --max-parallel=1 but may be more intuitive to some people.
       * dh_makeshlibs: Use a noawait trigger to invoke ldconfig
         rather maintscripts.
       * dh_installdirs.1: Add a note that many packages will work
         fine without calling dh_installdirs.  (Closes: #748993)
       * dh_compress: Apply patch from Rafael Kitover to support
         passing files to dh_compress that would have been
         compressed anyway.  (Closes: #794898)
       * Dh_Lib: Apply patch from Gergely Nagy to make debhelper
         export "DH_CONFIG_ACT_ON_PACKAGES" when executing an
         executable debhelper config file.  This is intended to
         assist dh-exec (etc.) in figuring what packages are
         acted on.  (Closes: #698054)
       * dh_movefiles: Expand globs in arguments passed in all
         compat levels (and not just compat 1 and 2).
         (Closes: #800332)
       * dh_installinit: Clearly document that --onlyscripts
         should generally be used with -p (or similar) to limit
         the number of affected packages.  (Closes: #795193)
     .
       [ Paul Tagliamonte ]
       * dh_gencontrol: Put debug debs back in the "debug" section.
       * dh_strip/dh_gencontrol: Add a space separated list of
         build-ids in the control file of packages containing
         deattached debug symbols.
     .
       [ Andrew Ayer ]
       * d/control: Depend on dh-strip-nondeterminism
       * dh: Call dh_strip_nondeterminism during build.
         (Closes: #759895)
     .
       [ Colin Watson ]
       * Buildsystem.pm: Fix doit_in_sourcedir/doit_in_builddir to
         always chdir back to the original directory even if the
         subprocess exits non-zero.  (Closes: #798116)
     .
       [ Translations ]
       * Update Portuguese translation (Américo Monteiro)
         (Closes: #790820)
     .
     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.
     .
     debhelper (9.20150507) unstable; urgency=medium
     .
       [ Niels Thykier ]
       * dh_bugfiles: Fix regression in installing the reportbug
         script correctly.  Thanks to Jakub Wilk for reporting.
         (Closes: #784648)
     .
       [ Translation updates ]
       * pt - Thanks to Américo Monteiro.
         (Closes: #784582)
     .
     debhelper (9.20150502+ddebs) experimental; urgency=medium
     .
       * Add /experimental/ ddebs support *if* the environment
         variable DH_BUILD_DDEBS is set to 1.
     .
     debhelper (9.20150502) unstable; urgency=medium
     .
       * dh_compress: REVERT change to avoid compressing ".xhtml"
         files due to #784016.  (Reopens: #740405, Closes: #784016)
     .
     debhelper (9.20150501) unstable; urgency=medium
     .
       [ Niels Thykier ]
       * dh_strip: Recognise .node as potential ELF binaries that
         should be stripped like a regular shared library.  Thanks
         to Paul Tagliamonte for the report.  (Closes: #668852)
       * dh_shlibdeps: Recognise .node as potential ELF binaries that
         should be processed like a regular shared library.  Thanks
         to Paul Tagliamonte for the report.  (Closes: #668851)
       * Convert package to the 3.0 (native) format, so dpkg-source
         strips the .git directory by default during build.
       * Reorder two paragraphs in d/copyright to avoid one of them
         being completely overwritten by the other.
       * d/control: Use the canonical URLs for the Vcs-* fields.
       * dh_makeshlibs: Apply patch from Jérémy Bobbio to ensure
         stable ordering of generated shlibs files.
         (Closes: #774100)
       * dh_icons: Apply patch from Jérémy Bobbio to ensure stable
         ordering of the icon list inserted into generated maintainer
         scripts.  (Closes: #774102)
       * Dh_lib: Add a public "make_symlink" subroutine allowing
         dh_*-like tools to generate policy compliant symlinks without
         invoking dh_link.  (Closes: #610173)
       * dh_compress: Apply patch from Osamu Aoki to avoid compressing
         ".xhtml" files.  (Closes: #740405)
       * dh_gconf: Apply patch from Josselin Mouette to avoid
         dependency on gconf2 for installs of non-schema files.
         (Closes: #592958)
       * dh_fixperms: Correct permissions of reportbug files and scripts.
         Thanks to Fabian Greffrath for the report and a basic patch.
         (Closes: #459548)
       * The "ant" build system now loads debian/ant.properties
         automatically before build and clean (like CDBS).  Thanks to
         Thomas Koch for the report.  (Closes: #563909)
       * Dh_lib: Add install_dh_config_file to install a file either by
         copying the source file or (with an executable file under compat
         9) execute the file and use its output to generate the
         destination.
       * dh_lintian: Under compat 9, the debian/lintian-overrides are now
         executed if they have the exec-bit set like the debian/install
         files.  Thanks to Axel Beckert for the report.  (Closes: #698500)
       * d/rules: Remove makefile target only intended for/used by the
         previous maintainer.
       * dh_makeshlibs: In compat 10+, pass "-X" to ldconfig to
         only  regenerate the cache (instead of also creating missing
         symlinks).  Thanks to Joss Mouette for the suggestion.
         (Closes: #549990)
       * autoscripts/post{inst,rm}-makeshlibs-c10: New files.
       * dh_strip: Pass the --enable-deterministic-archives option to strip
         when it is stripping static libraries.  This avoids some
         unnecessary non-determinism in builds.  Based on patch by
         Andrew Ayer.
       * dh_install, dh_installdocs, dh_installexamples and dh_installinfo:
         Pass --reflink=auto to cp.  On supported filesystems, this provides
         faster copying.
       * Make perl tests verbose.  Thanks to gregor herrmann for the patch.
         (Closes: #714546)
       * Dh_Lib.pm: Apply patch from Martin Koeppe to provide
         install_{dir,file,prog,lib} subroutines for installing directories,
         regular files, scripts/executables and libraries (respectively).
       * Migrate many "ad-hoc" calls to "install" to the new "install_X"
         subroutines from Dh_Lib.pm.  Based on patch from Martin Koeppe.
         (Closes: #438930)
       * dh_gconf: Apply patch from Martin Koeppe to avoid adding a layer
         of shell-escaping to a printed command line when the command was
         in fact run without said layer of shell-escaping.
       * dh_installdocs: Use ${binary:Version} for generating dependencies
         with "--link-doc" instead of trying to determine the correct
         package version.  Thanks to Stephen Kitt for reporting this
         issue.  (Closes: #747141)
       * dh_installdocs.1: Document that --link-doc may in some cases
         require a dir to symlink (or symlink to dir) migration.
         (Closes: #659044)
       * dh_usrlocal: Apply patch from Jérémy Bobbio to generate
         deterministic output.  (Closes: #775020)
       * dh_makeshlibs: In compat 10, install the maintainer-provided shlibs
         file (replacing the generated one).  (Closes: #676168)
       * dh_installdeb: In compat 10, stop installing the maintainer-provided
         shlibs file as it is now done by dh_makeshlibs instead.
       * dh_installdocs: Remove remark about dh_installdocs not being
         idempotent as it no longer adds anything to maintainer scripts.
       * autoscripts/*-emacsen: Apply patch from Paul Wise to check that
         emacs-package-{install,remove} is (still) present before invoking
         it.  (Closes: #736896)
       * dh_install.1: Document that dh-exec can be used to do renaming
         and provide a trivial example of how to achieve it.  (Closes: #245554)
       * dh_makeshlibs: Apply patch from Guillem Jover to stop adding
         Pre-Depends on multiarch-support.  The transition is far enough that
         we do not need it any longer.  (Closes: #783898)
       * dh_gencontrol: Insert an empty misc:Pre-Depends to avoid warnings
         in packages for using a (now often) non-existing substvars.
       * d/control: Remove versioned conflicts that are no longer relevant.
     .
       [ Bernhard R. Link ]
       * Dh_lib: apply patch from Guillem Jover to support case-insensitive
         control field names. (Closes: #772129)
       * add DH_QUIET environment variable to make things more silent
       * dh: don't output commands to run if DH_QUIET is set
       * buildsystems print commands unless DH_QUIET is set
         (Closes: #639168, #680687)
       * autoconf is always passed one of
          --enable-silent-rules (if DH_QUIET is set) or
          --disable-silent-rules (otherwise). (Closes: #551463, #680686)
       * dh_compress: exclude .xz .lzma and .lz files from compression
         (Closes: #778927)
       * dh_installwm: call by dh after dh_link (Closes: #781077),
         error out in compat 10 if no man page found
     .
       [ Jason Pleau ]
       * dh_installchangelogs: Add CHANGES.md to the list of common changelog
         filenames (Closes: #779471)
     .
       [ Axel Beckert ]
       * dh_installchangelogs: Consistent suffix search order (none, ".txt",
         ".md") for all upstream changelog file names ("changelog", "changes",
         "history").
           + Looks for "history.md" now, too.
           + Makes it easier to add base names or suffixes in the future.
       * dh_installchangelogs: Also look for changelogs with .rst suffix.
     .
       [ Tianon Gravi ]
       * debhelper.pod: Clarify "ENVIRONMENT" requirements for Makefile syntax.
         (Closes: #780133)
     .
       [ Translation updates ]
       * pt - Thanks to Américo Monteiro.
         (Closes: #758575)
    Checksums-Sha1:
     77533cc408d7713de70577488a53aaf72cb70682 1713 debhelper_9.20160403~bpo8+1.dsc
     d7ff67b75a19335c26255e938fe478b37e83e49e 336768 debhelper_9.20160403~bpo8+1.tar.xz
     c4de26e64c9bd7544d6ab25fbf5b3bb720c2bc4a 803134 debhelper_9.20160403~bpo8+1_all.deb
    Checksums-Sha256:
     e58d21fa92fb1718bb1dd6a462e62f20581f32587de521207ee7d9859bce269c 1713 debhelper_9.20160403~bpo8+1.dsc
     cbd7fc17726b89ddcb6afa05d82ab8b5f23216955dcb3908cc803e58292a0dc6 336768 debhelper_9.20160403~bpo8+1.tar.xz
     8aa8d090128e84a39800d44d62c5f147ba2796cc1758792e5fa596aff3ce65a6 803134 debhelper_9.20160403~bpo8+1_all.deb
    Files:
     63bc1e5d2fede6081576736794279a8c 1713 devel optional debhelper_9.20160403~bpo8+1.dsc
     26cd45ef61e72bc1b8bbbd587a44a739 336768 devel optional debhelper_9.20160403~bpo8+1.tar.xz
     439c093c0b7eec8ab2e8ea0faa15bb13 803134 devel optional debhelper_9.20160403~bpo8+1_all.deb