Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • debian/10.6
    Release debhelper/10.6 into unstable
    
    Format: 1.8
    Date: Thu, 29 Jun 2017 17:15:00 +0000
    Source: debhelper
    Binary: debhelper dh-systemd
    Architecture: source
    Version: 10.6
    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: 863456 865707 865869
    Changes:
     debhelper (10.6) unstable; urgency=medium
     .
       * dh_installinfo: Use "xargs" so it works even if there are
         "a lot" of info files.
       * Dh_Lib: Introduce a is_build_profile_active function, which
         can be used to check if a given Build-Profile was specified.
       * dh_installdocs: Ignore given documentation files when the
         "nodoc" build profile is specified in DEB_BUILD_PROFILES.
         Note that dh_installdocs is not a complete noop in this case
         as it still ensures the package has a copyright file (or a
         symlinked doc directory).  (Closes: #865869)
       * dh_installman: Fix regression in compat 5 that could make it
         ignore one manpage per invocation.
       * dh_installdocs: Warn if a pattern in the config file matches
         nothing.  In compat 11, this becomes a hard error.
       * dh_installexamples: Ditto.
       * dh_installinfo: Ditto.
       * dh_installman: Ditto.
       * dh_installexamples: Support missing documentation under the nodoc
         profile.
       * dh_installinfo: Ditto.
       * dh_installman: Ditto.
       * dh_installwm: Ditto.  (Closes: #865707)
       * dh_installdocs: Log installed files so dh_missing can see them.
       * dh_installexamples: Ditto.  (Closes: #863456)
       * dh_installinfo: Ditto.
       * dh_installdocs: In compat 11, automatically fall back to debian/tmp
         if the files are not found in ".".  Furthermore, accept the option
         --sourcedir with the same meaning as dh_install.
       * dh_installexamples: Ditto.
       * dh_installinfo: Ditto.
       * dh_installman: Ditto.
       * dh_installman: Fix bug in how it handled language auto-detection in
         compat 11.  Previously, it did not work as intended.
       * dh_installdocs: Revert change in compat 11, where it would install
         documentation into /usr/share/doc/mainpackage.  (Reopens: #824221)
       * Dh_Lib: Stop setting PERL_USE_UNSAFE_INC in compat 11.
       * perl_build.pm: Stop passing -I. to perl in compat 11.
       * perl_makemaker.pm: Ditto.
    Checksums-Sha1:
     a23cdafbe41c2dd35faa0aed102e19ea1a22aabc 1725 debhelper_10.6.dsc
     61e1e38de78da2490d10c078f198b2f3dd9788d2 407500 debhelper_10.6.tar.xz
     051390a1d765bdb2023cb6b263d74711c751e406 4600 debhelper_10.6_source.buildinfo
    Checksums-Sha256:
     a0d106f3365b417fa43da08d422d83d4a955b1b727dcf8e186ae67f880ecb076 1725 debhelper_10.6.dsc
     729f35bc782a4d61d82e4270247395d1d33745e26455e85ffa49a75bdde16f80 407500 debhelper_10.6.tar.xz
     6146e9d05334f9c27383ff965983da6e8854b7144e6c7ee3295e90ee9feb9c40 4600 debhelper_10.6_source.buildinfo
    Files:
     f89d52ab43522b233df5e346fcd82b18 1725 devel optional debhelper_10.6.dsc
     b5414a72a89650976249eb391d73cc8b 407500 devel optional debhelper_10.6.tar.xz
     b52e3e40d64471c8248abfbf3ce6a604 4600 devel optional debhelper_10.6_source.buildinfo
    
  • 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