Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • debian/11.1.1
    Release debhelper/11.1.1 into unstable
    
    Format: 1.8
    Date: Sun, 07 Jan 2018 09:48:17 +0000
    Source: debhelper
    Binary: debhelper dh-systemd
    Architecture: source
    Version: 11.1.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: 886518
    Changes:
     debhelper (11.1.1) unstable; urgency=medium
     .
       * dh: Fix an off-by-one in a compat check.  This fixes an
         internal error for compat 9 packages that requires dh to
         recurse into the debian/rules file.  Thanks to Helmut
         Grohne for reporting the bug.  (Closes: #886518)
    Checksums-Sha1:
     44b947523d50f9206c5c7ab6414803281a52bfec 1781 debhelper_11.1.1.dsc
     08fc01d22abcc96c82c89a64d7391d2b4dbcc33d 448848 debhelper_11.1.1.tar.xz
     594b26ff48d32016d5a1615f9252ef4d620caac1 4508 debhelper_11.1.1_source.buildinfo
    Checksums-Sha256:
     0eeba34def778fc404eae93f51b882c24c6ba498c7b51f20eea6ce044ad98591 1781 debhelper_11.1.1.dsc
     e76a8050d74dc71003ca3427d8de30cc7693f7ec9c8c4292918b08a10b0d1b2d 448848 debhelper_11.1.1.tar.xz
     75327979ed78186f0b7614aa43bafa190d9fe65101026c8885b344dbc91b49af 4508 debhelper_11.1.1_source.buildinfo
    Files:
     df9f703e827cc1434dade0196bfc2c06 1781 devel optional debhelper_11.1.1.dsc
     1c87efeed18c844280728b97d3ee6d00 448848 devel optional debhelper_11.1.1.tar.xz
     664e830d8728a6b1418501a0265c7dab 4508 devel optional debhelper_11.1.1_source.buildinfo
    
  • debian/11.1
    Release debhelper/11.1 into unstable
    
    Format: 1.8
    Date: Sat, 06 Jan 2018 21:17:47 +0000
    Source: debhelper
    Binary: debhelper dh-systemd
    Architecture: source
    Version: 11.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: 566861 570935 593382 650129 653640 709384 761272 814285 858834 873831 880840 884556 884574 885998 886037 886038 886127 886279
    Changes:
     debhelper (11.1) unstable; urgency=medium
     .
       [ Paul Tagliamonte ]
       * dh: Provide the DH_EXTRA_ADDONS environment as a method for
         e.g. derivatives to enable additional debhelper add-ons.
         It is *not* a replacement for the --with parameter (which
         package maintainers should still use).  (Closes: #570935)
     .
       [ Hideki Yamane ]
       * Fix typo of unnecessary.  (Closes: #884574)
     .
       [ Niels Thykier ]
       * dh_missing: Support wildcards in debian/not-installed.  Thanks
         to Maximiliano Curia for the suggestion.  (Closes: #884556)
       * dh_missing: Tweak handling of missing source directory and
         single binary packages.
       * dh_missing: Make --list-missing the default in compat 12.
         Thanks to Daniel Leidert and Christian Göttsche for the
         suggestions.  (Closes: #650129, #858834)
       * meson.pm: Set LC_ALL to C.UTF-8 when invoking meson and
         debcrossgen (helper tool for cross-building).  Thanks to
         Jeremy Bicha for the suggestion.  (Closes: #873831)
       * dh_makeshlibs: Avoid forking a shell per line in the
         generated shlibs file.
       * dh_makeshlibs: Find all libraries with an unversioned SONAME
         field (and not just the unversioned ones containing ".so").
       * dh_makeshlibs: In compat 12, stop passing ELF binaries without
         a SONAME to dpkg-gensymbols.  Thanks to Steve Langasek for the
         report.  (Closes: #653640)
       * dh_compress: In compat 12, stop compressing any thing in
         /usr/share/doc/$pkg/examples.  Thanks to Piotr Ożarowski for
         the suggestion.  (Closes: #593382)
       * dh_installinit: Support a new --no-enable parameter to setup the
         init script with the "defaults-disabled" and add the proper
         versioned dependency on "init-system-helpers (>= 1.51)", which is
         the first (functional) version with support for
         "defaults-disabled".  Thanks to Laurent Bigonville for the
         report and Evgeni Golov for filing #857452.  (Closes: #709384)
       * Dh_Lib.pm: Make "exit 1" the default error-handler instead of
         "exit $?" as this makes it easier to migrate from sed-based
         autoscript substitutions to the new hash-based ones.
       * autoscripts/*systemd*: Also use "|| true" in removal scripts for
         systemd related tools if we do it in other scripts for the same
         command.  Thanks to Laurent Bigonville for the report.
         (Closes: #761272)
       * dh_installinit: Perform the autoscript substitutions without
         needing a shell.
       * dh_clean: Skip cleaning in the '.pc' and '_darcs' directories.
         (Closes: #566861)
       * dh_strip: Do not strip debug symbols in ".../debug/.build-id/".
         Thanks to Mattia Rizzolo for reporting the bug.
         (Closes: #886037)
       * dh_gencontrol: Deduplicate debug-ids before inserting them into
         the control file.  Thanks to Mattia Rizzolo for reporting the
         bug.  (Closes: #886038)
       * dh: Rewrite sequence handling to ensure that dh does not "inline"
         a subtarget of a target it recurses into.  Thanks to James
         Cowgill for reporting the bug.  (Closes: #880840)
       * d/control: Add a Breaks against cmake (<< 3.8~) to ensure that
         cmake response to the /run change in compat 11.  Thanks to
         Adrian Bunk for the suggestion.  (Closes: #886127)
       * Dh_Lib.pm/dh_testroot: Support the DEB_GAIN_ROOT_CMD environment
         that replaces DPKG_GAIN_ROOT_CMD.
       * dh_installinit/dh_installsystemd: Re-order snippets so service
         handling is always the first to happen in removal scripts and last
         to happen on install scripts.  This means that configuration file
         management and systemd-tmpfiles handling will now always happen
         before the service is started on install/upgrade.  Thanks to
         Дилян Палаузов and Simon McVittie for reporting the bug.
         (Closes: #814285, #885998)
         - Note that the deprecated dh_systemd_enable and dh_systemd_start
           helpers have not been changed.  Services handled by these may
           still be started before configuration management happens.
       * debian/control: Drop some very old versioned constraints that are
         no longer important.
       * dh_installsystemd: Fix NOOP PROMISE to account for the tmpfiles.d
         files.
       * debian/control: Bump Standards-Versions to 4.1.3 - no additional
         changes required.
     .
       [ Translations ]
       * Update French translation (Baptiste Jammet)  (Closes: #886279)
    Checksums-Sha1:
     dff994214896f3335e9ceac13f287204a0c83673 1773 debhelper_11.1.dsc
     35645827669046c18fdbd833a3d41fc3badc866f 448648 debhelper_11.1.tar.xz
     c89cd78ea798b26be0ae8e6e65d289457638fdc6 4500 debhelper_11.1_source.buildinfo
    Checksums-Sha256:
     6b7e07a5634b74ec12d6fa0daac4bced2407feb35e0197ac7eb32acd91e9bdf8 1773 debhelper_11.1.dsc
     25f22ace3b9c053047ca374012ffa6cb3eb913eaf9b167713cd876b27dec5ddf 448648 debhelper_11.1.tar.xz
     1ebc16c4b4fe2529ad5038a0520ae01255db595cd7b442cf8c15c2dc7bf48b71 4500 debhelper_11.1_source.buildinfo
    Files:
     4285bb7641ba6ab68f4df9490fb61cf3 1773 devel optional debhelper_11.1.dsc
     ebd851f94e224a3d120c2f38ec370fed 448648 devel optional debhelper_11.1.tar.xz
     3a9cee0305d831eedad2b9bb0c2127c9 4500 devel optional debhelper_11.1_source.buildinfo
    
  • debian/11_bpo9+1
    Release debhelper/11~bpo9+1
    
    Format: 1.8
    Date: Sun, 24 Dec 2017 07:55:49 +0000
    Source: debhelper
    Binary: debhelper dh-systemd
    Architecture: source
    Version: 11~bpo9+1
    Distribution: stretch-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: 882626 883635 884152 884205
    Changes:
     debhelper (11~bpo9+1) stretch-backports; urgency=medium
     .
       * Rebuild for stretch-backports.
       * Retained changes required for backports.
         * Dh_Lib: Disable R³ support as we need dpkg{,-dev} (>= 1.19.0.4)
           for that.
         * d/control: Remove the R³ field; debhelper in backports cannot
           be built without (fake)root.
         * d/control: Reset versioned (Build-)Depends on dpkg and dpkg-dev
           due to the above.
     .
     debhelper (11) unstable; urgency=medium
     .
       [ Niels Thykier ]
       * dh_installdeb: Do basic validation of rm_conffile and mv_conffile
         parameters in "maintscript" parameters in compat 10 and newer.
         In compat 12, this is an error.  Thanks to Andreas Beckmann for
         the suggestions.  (Closes: #882626)
       * dh_strip: Fix bug where the Build-Id field would not be properly
         filled when using --dbg-package.  Thanks to Paul Wise for finding
         and reporting the bug.  (Closes: #884152)
       * d/control: Bump Standards-Version to 4.1.2 - no changes required.
       * dh_installsystemd: Remove neutering of dh_installsystemd in compat
         levels prior to 11 now that compat 11 is stable.
     .
       [ Chris Leick ]
       * debhelper.pod: Improve the wording of two parapraphs.
     .
       [ Translations ]
       * Update Portuguese translation (Américo Monteiro)
         (Closes: #883635)
       * Update German translation (Chris Leick)  (Closes: #884205)
    Checksums-Sha1:
     d75c9a4efa1dca2283b9465fabeb600400355505 1780 debhelper_11~bpo9+1.dsc
     6afb08a38ff65f87d89d77c6df266ad57ece97dc 439596 debhelper_11~bpo9+1.tar.xz
     c8099ea1cfe277411cf73f46cfdfbac12b3d023c 4754 debhelper_11~bpo9+1_source.buildinfo
    Checksums-Sha256:
     3df79a846603754d86f18aa29d3817ba06a8569890b20e6034e8e1197dc60275 1780 debhelper_11~bpo9+1.dsc
     0a96e7957c5567299d57cc5b28d52cabec7a8aa814e6a339cf35a709ff4d98de 439596 debhelper_11~bpo9+1.tar.xz
     51c6f42e67ab13ddefe0bd73fb3dd3fa6978135c9b6e7e68d450e55e3215df3c 4754 debhelper_11~bpo9+1_source.buildinfo
    Files:
     90178a4af02ed56080b68aae5695a6cf 1780 devel optional debhelper_11~bpo9+1.dsc
     fba1a4fd3af9b22c6b50283126398d07 439596 devel optional debhelper_11~bpo9+1.tar.xz
     848f0244e6b8d9f5bdc0873235746ae3 4754 devel optional debhelper_11~bpo9+1_source.buildinfo
    
  • debian/11
    Release debhelper/11 into unstable
    
    Format: 1.8
    Date: Sat, 16 Dec 2017 15:41:17 +0000
    Source: debhelper
    Binary: debhelper dh-systemd
    Architecture: source
    Version: 11
    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: 882626 883635 884152 884205
    Changes:
     debhelper (11) unstable; urgency=medium
     .
       [ Niels Thykier ]
       * dh_installdeb: Do basic validation of rm_conffile and mv_conffile
         parameters in "maintscript" parameters in compat 10 and newer.
         In compat 12, this is an error.  Thanks to Andreas Beckmann for
         the suggestions.  (Closes: #882626)
       * dh_strip: Fix bug where the Build-Id field would not be properly
         filled when using --dbg-package.  Thanks to Paul Wise for finding
         and reporting the bug.  (Closes: #884152)
       * d/control: Bump Standards-Version to 4.1.2 - no changes required.
       * dh_installsystemd: Remove neutering of dh_installsystemd in compat
         levels prior to 11 now that compat 11 is stable.
     .
       [ Chris Leick ]
       * debhelper.pod: Improve the wording of two parapraphs.
     .
       [ Translations ]
       * Update Portuguese translation (Américo Monteiro)
         (Closes: #883635)
       * Update German translation (Chris Leick)  (Closes: #884205)
    Checksums-Sha1:
     0eaa9785ddb9d1e7643f1068a4ca62b82a268ae0 1775 debhelper_11.dsc
     73849d0e349ad361b4814bb1e38ef6c2a3e63dd1 439268 debhelper_11.tar.xz
     3460f45cca491314d76c6fadcebc33776f9df481 4491 debhelper_11_source.buildinfo
    Checksums-Sha256:
     a4b33020fec83fbdf152c525615362c21cb5ab613d5da5d5387958e716473c54 1775 debhelper_11.dsc
     d1c348eb5520461c65ae9a47520ac18b21d4f44c283a0fa20e10b784498f46af 439268 debhelper_11.tar.xz
     b18b8fa3f9aa2b37fcd34f302d9ba38428e62eba7086cf0c64f109e16d2a6722 4491 debhelper_11_source.buildinfo
    Files:
     2f1cf56b329382b7dcab381e45c29001 1775 devel optional debhelper_11.dsc
     288492f4defa9e2f429cb026b40984aa 439268 devel optional debhelper_11.tar.xz
     9fd199cc720483ff159d3835acf249ea 4491 devel optional debhelper_11_source.buildinfo
    
  • debian/10.10.9_bpo9+1
    Release debhelper/10.10.9~bpo9+1 into stretch-backports
    
    Format: 1.8
    Date: Sat, 25 Nov 2017 10:37:29 +0000
    Source: debhelper
    Binary: debhelper dh-systemd
    Architecture: source
    Version: 10.10.9~bpo9+1
    Distribution: stretch-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
    Changes:
     debhelper (10.10.9~bpo9+1) stretch-backports; urgency=medium
     .
       * Rebuild for stretch-backports.
       * Retained changes required for backports.
         * Dh_Lib: Disable R³ support as we need dpkg{,-dev} (>= 1.19.0.4)
           for that.
         * d/control: Remove the R³ field; debhelper in backports cannot
           be built without (fake)root.
         * d/control: Reset versioned (Build-)Depends on dpkg and dpkg-dev
           due to the above.
    Checksums-Sha1:
     741925b5d26abb37d8c918847497512f5811500a 1800 debhelper_10.10.9~bpo9+1.dsc
     b24f123921b01fad2bd400284794ec3a4d482758 431696 debhelper_10.10.9~bpo9+1.tar.xz
     8fb6b3064f9604c553aefdd6d80ab335b233ff69 4767 debhelper_10.10.9~bpo9+1_source.buildinfo
    Checksums-Sha256:
     f4bc0c59524b20893048137a455f126571836b5a534fc4a73cb9d83971ef5a00 1800 debhelper_10.10.9~bpo9+1.dsc
     8588db95c387366fc2bb9f5730455c46688ca69a35efc07052fad7eecc5363d2 431696 debhelper_10.10.9~bpo9+1.tar.xz
     6a3f8382191859931609b0db447bc70d1d8d2012cc923c6cfa7eaf33e6711dc4 4767 debhelper_10.10.9~bpo9+1_source.buildinfo
    Files:
     b84c59c0b2904390852961f64d54f810 1800 devel optional debhelper_10.10.9~bpo9+1.dsc
     8236ac3cc312d2d0e5f73a39990964d2 431696 devel optional debhelper_10.10.9~bpo9+1.tar.xz
     04103e1da0ed798ac95c4d67f1ee21bd 4767 devel optional debhelper_10.10.9~bpo9+1_source.buildinfo
    
  • debian/10.10.9
    Release debhelper/10.10.9 into unstable
    
    Format: 1.8
    Date: Sun, 19 Nov 2017 11:04:45 +0000
    Source: debhelper
    Binary: debhelper dh-systemd
    Architecture: source
    Version: 10.10.9
    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: 882083
    Changes:
     debhelper (10.10.9) unstable; urgency=medium
     .
       [ Dmitry Shachnev ]
       * qmake.pm: Add missing import of generated_file.
       * meson.pm: Find typo of meson in the name of the cross config
         file.
       * qmake.pm: Push compiler information as ‘early’ flags to qmake, to
         make sure qmake calls the right compiler to get library paths.
       * qmake.pm: Add all possible settings to generated qmake-cross.conf.
         Now output of ‘qmake -query’ with and without using this file is
         identical. This makes cross-building Qt’s own modules possible.
     .
       [ Niels Thykier ]
       * dh_missing: Permit a missing debian/tmp without failing in
         compat 11 when debian/tmp is an implicit source directory.
         Thanks to Christoph Biedl for reporting the bug.
         (Closes: #882083)
       * dh_missing: Improve the wording about "debian/not-installed".
    Checksums-Sha1:
     593cbf4629ce7808bacde988cc2d05dc5355e8b1 1795 debhelper_10.10.9.dsc
     803db6c38e89e4204bb6af6d342e455a884c2e89 431480 debhelper_10.10.9.tar.xz
     eb97a21ce7cba0206c0a638e0d9289638a71f985 4505 debhelper_10.10.9_source.buildinfo
    Checksums-Sha256:
     04fe06bf677782a887dc0e5c39cd3c6e4c696d54f4938344ae0a5f2fe5e519ac 1795 debhelper_10.10.9.dsc
     304c610ee49aa6cb53033a5e6c92232ceb852dff9e457fcf1a9d45bc97c51ca8 431480 debhelper_10.10.9.tar.xz
     43911bf042ed361e333af8338d685dfbc695473001b69b5a1c36b3bd56f0f6d7 4505 debhelper_10.10.9_source.buildinfo
    Files:
     0cb216447d5f0c8460cf3e502bc9a88c 1795 devel optional debhelper_10.10.9.dsc
     59b560ace71fa9eb96ccb9332f6b4630 431480 devel optional debhelper_10.10.9.tar.xz
     d2cdddbd001d2cd10bb2612258a123b4 4505 devel optional debhelper_10.10.9_source.buildinfo
    
  • debian/10.10.8
    Release debhelper/10.10.8 into unstable
    
    Format: 1.8
    Date: Wed, 15 Nov 2017 19:46:00 +0000
    Source: debhelper
    Binary: debhelper dh-systemd
    Architecture: source
    Version: 10.10.8
    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: 881658
    Changes:
     debhelper (10.10.8) unstable; urgency=medium
     .
       [ Niels Thykier ]
       * Document that compat 11 is now in its open beta phase.
       * Dh_Getopt: Improve warning message when a package is excluded
         due to profiles or architecture restrictions.
       * dh_install: Properly allow patterns to be excluded without
         complaining about missing files.  (Closes: #881658)
       * qmake.pm: Ensure that the qmake cross-build config file
         survives until clean.
     .
       [ Dmitry Shachnev ]
       * qmake.pm: Set QMAKE_LINK correctly for cross-builds.
    Checksums-Sha1:
     066ae8b686d56c1bc9be53326090f71102b2d618 1795 debhelper_10.10.8.dsc
     f33ccba194391a27b348277e2dbf1b9ff3b7960e 430984 debhelper_10.10.8.tar.xz
     71bdeee16c6cd1f6a35227a37877696924f507d3 4510 debhelper_10.10.8_source.buildinfo
    Checksums-Sha256:
     ed5353a99244c5a7a42c11f2efd64452a2db23a6ed3dc87fcd2cc366165ce5b3 1795 debhelper_10.10.8.dsc
     a5437bd0629233aeb14133b387506b37c5dc4a3098cc22f8a5d519eca0fb76c1 430984 debhelper_10.10.8.tar.xz
     cd0fb0a8b7172cdc5fe330bfec55c489e9d5b98ae363de6aad768f5dc601e5ef 4510 debhelper_10.10.8_source.buildinfo
    Files:
     0ff5d66d153a39f7986e0c1ea8a4ded9 1795 devel optional debhelper_10.10.8.dsc
     9eba46098cb65cbad9dd4df92e636b3e 430984 devel optional debhelper_10.10.8.tar.xz
     f163fa4dca3566536981ea0fe2ee713f 4510 devel optional debhelper_10.10.8_source.buildinfo
    
  • debian/10.10.7
    Release debhelper/10.10.7 into unstable
    
    Format: 1.8
    Date: Sat, 11 Nov 2017 14:10:21 +0000
    Source: debhelper
    Binary: debhelper dh-systemd
    Architecture: source
    Version: 10.10.7
    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.10.7) unstable; urgency=medium
     .
       * dh_strip: Fix a regression that caused debug symbols for
         executables to be discarded instead of included into
         debug packages.
       * Dh_Lib: Ensure that $dh{U_PARAMS} is always defined as a
         list.  Thanks to Adrian Bunk for the bug report.
    Checksums-Sha1:
     c0ee8078ab1488d7783870aea562b0b26948956f 1795 debhelper_10.10.7.dsc
     67fa6061842389b9be7dbe7b6c23cf92a92fb1b6 430796 debhelper_10.10.7.tar.xz
     967c5a3bc91b8b0fdc363a47f8a019bc5e0d01da 4528 debhelper_10.10.7_source.buildinfo
    Checksums-Sha256:
     249914b4af0ffdbfc5fbfc2f47e326b6917177d393691df3044876c83c568a3c 1795 debhelper_10.10.7.dsc
     b456cb01cb752b0d87d0e42fc0a82e88e7bde1a22f1d76e781db338bce1f2d9f 430796 debhelper_10.10.7.tar.xz
     8ff8a281a1be46387b985f7437537e291ca62dcd9a54f3b81341421192edae21 4528 debhelper_10.10.7_source.buildinfo
    Files:
     b4c0d75642206be9c09e31470454b831 1795 devel optional debhelper_10.10.7.dsc
     44e32a2f4b243dd968930914bd30ea2f 430796 devel optional debhelper_10.10.7.tar.xz
     cf5226a315532ec417b82fa60892fee4 4528 devel optional debhelper_10.10.7_source.buildinfo
    
  • debian/10.10.6
    Release debhelper/10.10.6 into unstable
    
    Format: 1.8
    Date: Sat, 11 Nov 2017 11:18:11 +0000
    Source: debhelper
    Binary: debhelper dh-systemd
    Architecture: source
    Version: 10.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: 814856 879727 880480 881190
    Changes:
     debhelper (10.10.6) unstable; urgency=medium
     .
       [ Axel Beckert ]
       * Cleanup trailing whitespace in ancient debian/changelog entries and
         debian/rules.
       * Fix typo "belive" in debian/copyright and ancient debian/changelog
         entries.
       * Use HTTPS in debian/copyright format URL.
     .
       [ Niels Thykier ]
       * Remove support for named compat levels.
       * dh_perl: Make dh_perl faster on packages with large doc
         directories by pruning the entire doc directory.
       * dh,dh_auto_*: Support skipping all of the dh_auto_* helpers if the
         package does not seem to have a build system (and there are no build
         system related options passed to dh).
       * Dh_Lib.pm: Define a (hardcoded) extension for dbgsym packages.
       * dh_gencontrol: Pass -DPackage-Type to dpkg-gencontrol when the
         package type for dbgsym is different than for regular deb packages.
       * dh_builddeb: Automatically handle renaming of dbgsym packages when
         the extension of the dbgsym packages are different than for regular
         deb packages.
       * dh_installsystemd,dh_systemd_start: Use "restart" instead of the
         "try-restart" action.  This ensures that newly added services are
         started the first time they are installed.  (Closes: #879727,
         LP: #1707880)
       * dh_install: Fix regression where it was no longer possible to
         exclude an entire pattern / source file.  Thanks to James Cowgill
         for the report.  (Closes: #814856, LP: #1554979)
       * dh_installsystemd: Permit missing explicitly requested file in
         package as long as another on being acted on ships it.
       * dh_installsystemd: Optimize the search for files installed in the
         tmpfiles.d directories to only look in the tmpfiles.d directories.
       * Add experimental support for building some packages for "TARGET"
         rather than "HOST" via the X-DH-Build-For-Type field.  The field
         is subject to removal and changes without notice.  The field is
         not considered by dpkg tooling and therefore you will still have
         to manually work around tools like dpkg-gencontrol (even when
         called via dh_gencontrol).
       * dh_makeshlibs: Ignore non-ELF files even if they are named ".so".
         (Closes: #880480)
       * Dh_Lib: Improve the performance of isnative by using
         Dpkg::Changelog::Parse instead of calling dpkg-parsechangelog as
         an external process.  This improves the performance of
         dh_installchangelogs by ~10%.
     .
       [ Felipe Sateler ]
       * dh_installsystemd: Fix a bug where dh_installsystemd would generate
         invalid maintscript, when there were no units to start or enable.
         Thanks to Ben Hutchings and Bastian Blank for the bug report.
         (Closes: #881190)
    Checksums-Sha1:
     348e51b1734a0d4e5e7bd8d86ef43ecc316f1589 1795 debhelper_10.10.6.dsc
     37027f097829b460c97132baeac975128fc134e5 430796 debhelper_10.10.6.tar.xz
     e7251021c088d0d8acd4d37fcaac66ac6b7e2877 4510 debhelper_10.10.6_source.buildinfo
    Checksums-Sha256:
     0a374edb8840d22f9274d8cc46efeac911831652c19cf83993ee68ed2befcfea 1795 debhelper_10.10.6.dsc
     1f490691e051751ff48487ccf11b0b7a1d8774439bf86928e3dfbbb71248c605 430796 debhelper_10.10.6.tar.xz
     15e0e7db3d3dd7948299ad0c705532699639d7603089977f560d2bbcc2e7a838 4510 debhelper_10.10.6_source.buildinfo
    Files:
     7289c5d7fe5a651a46c95b240291b6d8 1795 devel optional debhelper_10.10.6.dsc
     7beca180de405ce74be9fefbb98ea9e9 430796 devel optional debhelper_10.10.6.tar.xz
     819594183204369aba46c7ad395431b4 4510 devel optional debhelper_10.10.6_source.buildinfo
    
  • debian/10.10.5_bpo9+1
    Release debhelper/10.10.5~bpo9+1 into stretch-backports
    
    Format: 1.8
    Date: Wed, 01 Nov 2017 19:34:20 +0000
    Source: debhelper
    Binary: debhelper dh-systemd
    Architecture: source
    Version: 10.10.5~bpo9+1
    Distribution: stretch-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: 876453 878888 878911 879478 879643 879658 879667 879762
    Changes:
     debhelper (10.10.5~bpo9+1) stretch-backports; urgency=medium
     .
       * Rebuild for stretch-backports.
       * Dh_Lib: Disable R³ support as we need dpkg{,-dev} (>= 1.19.0.4)
         for that.
       * d/control: Remove the R³ field; debhelper in backports cannot
         be built without (fake)root.
       * d/control: Reset versioned (Build-)Depends on dpkg and dpkg-dev
         due to the above.
     .
     debhelper (10.10.5) unstable; urgency=medium
     .
       * meson.pm: Add missing import of generated_file that broke
         cross building.
       * Dh_Lib: Fix regression where an empty line before the source
         paragraph in d/control would cause parse error.
         (Closes: #879762)
     .
     debhelper (10.10.4) unstable; urgency=medium
     .
       * meson.pm: Keep the meson cross file until dh_clean is
         called as otherwise ninja tries and fails to regenerate the
         build rules.  Thanks to Helmut Grohne for reporting the
         bug.  (Closes: #879658)
       * dh_dwz: Add new experimental tool to run dwz(1) to deduplicate
         ELF debugging symbols.  It should be generally be run before
         dh_strip (as dh_strip compresses the debug symbols and dwz
         expects uncompressed debug symbols).  (Closes: #878888)
       * dwz.pm: New sequence to add dh_dwz to the sequence.
       * d/control: Add a Suggets on dwz for the optional dh_dwz tool.
       * Dh_Lib.pm: Fix regression where the source section would not
         be parsed leading to dbgsym packages possibly getting an
         incorrect value in the Section field.  Thanks to Mihai
         Moldovan for reporting the issue.  (Closes: #879667)
     .
     debhelper (10.10.3) unstable; urgency=medium
     .
       * dh_strip: Skip the entire directory when an exclude rule
         parameter matches it.
       * dh_fixperms: Improve the documentation to assume less familarity
         with "Rules-Requires-Root" (R³).
       * dh_usrlocal: Ditto.
       * dh_builddeb: Ditto.
       * dh_usrlocal: Correct the group name when creating directories
         owned by "root:staff".  Thanks to Paul Gevers for reporting
         the bug.  (Closes: #879643)
       * dh_usrlocal: Fix inverted boolean logic that made dh_usrlocal
         ignore ownership of directories when it should have preserved
         them.
     .
     debhelper (10.10.2) unstable; urgency=medium
     .
       * Dh_Lib: Fix uninitialized warning in find_hardlinks that
         broke dh_compress's ability to deal with hardlinks.  Thanks
         to Ondřej Surý for finding the bug.
     .
     debhelper (10.10.1) unstable; urgency=medium
     .
       * debhelper.pod: Document that all tools by default must be run
         in the root of an unpacked source.
       * dh: Clarify that --list can be run anywhere.
       * dh_testroot: Temporarily cope with being run outside a source
         root.  (Closes: #879478)
       * dh_testroot: Update manpage to mention its new scope.
       * d/control: Bump (build-)dependency on dpkg to 1.19.0.3~.  That
         was technically necessary already in the previous upload.
     .
     debhelper (10.10) unstable; urgency=medium
     .
       * dh_installsystemd: Improve error messages to include the actual
         error caused by attempted to open the file.
       * dh_systemd_enable: Ditto.
       * dh_systemd_start: Ditto.
       * dh_installinit: In compat 12, error out if an upstart init file
         is provided with a reminder message about how to remove the
         obsolete conffile.  (Closes: #876453)
       * dh_systemd_enable: Permit missing explicitly requested file in
         package as long as another on being acted on ships it.
         (Closes: #878911)
       * dh_systemd_start: Ditto.
       * Dh_Lib.pm: Add support for R³ (Rules-Requires-Root field) to
         enable package builds without requiring root (or only
         selectively require root).
       * dh_fixperms: Skip "chown" calls when R³ is set to anything but
         "binary-targets".
       * dh_installchangelogs: Ditto.
       * dh_installdocs: Ditto.
       * dh_testroot: Update check for root to support R³.
       * makefile.pm: Call "make install" with DPKG_GAIN_ROOT_CMD when
         R³ contains the "debhelper/upstream-make-install" keyword.
       * dh_builddeb: Pass --root-owner-group to dpkg-deb in packages
         with R³ (except for "binary-targets").
       * dh_usrlocal: When R³ is enabled (and not "binary-targets"),
         ignore the ownership/mode information on the directories.
         Instead, the ownership "root:staff" and the mode 02775 is used.
       * d/control: Bump (Build-)Dependency on dpkg-dev to support to
         support R³.
       * d/control: Set R³ to "no".
    Checksums-Sha1:
     562131de94823646a232f6be5c2e3620be7e4070 1800 debhelper_10.10.5~bpo9+1.dsc
     c6b36c11ed0db3ab783f5fa504b295a7a332b4ac 430012 debhelper_10.10.5~bpo9+1.tar.xz
     a2accf60ce9f555799f9779a5839813b0973024f 4767 debhelper_10.10.5~bpo9+1_source.buildinfo
    Checksums-Sha256:
     16d74fd556eafef01d581fef25bf5b4f7a5408fbe4b845650c155d10f73bdf20 1800 debhelper_10.10.5~bpo9+1.dsc
     00c3b29786f51b3f67284916ac8230e7f3aed413f967848f855a4216b4b9026d 430012 debhelper_10.10.5~bpo9+1.tar.xz
     ef5c8136b5f56e66a6b3a95726fb3f15fc72f84393d40cc947625a61a684e56c 4767 debhelper_10.10.5~bpo9+1_source.buildinfo
    Files:
     03b1aee4763c7237f7f00a44428bf3a7 1800 devel optional debhelper_10.10.5~bpo9+1.dsc
     a2762ba4dc8e0c507f8d03a99e25c275 430012 devel optional debhelper_10.10.5~bpo9+1.tar.xz
     d216cf2015e635ee7e1699b2a7c96f4c 4767 devel optional debhelper_10.10.5~bpo9+1_source.buildinfo
    
  • debian/10.10.5
    Release debehelper/10.10.5 into unstable
    
    Format: 1.8
    Date: Thu, 26 Oct 2017 19:10:51 +0000
    Source: debhelper
    Binary: debhelper dh-systemd
    Architecture: source
    Version: 10.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: 879762
    Changes:
     debhelper (10.10.5) unstable; urgency=medium
     .
       * meson.pm: Add missing import of generated_file that broke
         cross building.
       * Dh_Lib: Fix regression where an empty line before the source
         paragraph in d/control would cause parse error.
         (Closes: #879762)
    Checksums-Sha1:
     ec13d1406e9ab7dd7f2cb2ce5ac2a3fe63d13cf5 1795 debhelper_10.10.5.dsc
     afd3c5f0a6240f88912598dcd259771f91eee849 429752 debhelper_10.10.5.tar.xz
     cf5e328fbf8bfc41a1ad6279510c4e1eaf298daa 4506 debhelper_10.10.5_source.buildinfo
    Checksums-Sha256:
     be4459c2fdd80f007cd44f90b53f433d63169e2d6e42a1188074e35a88c3a1f9 1795 debhelper_10.10.5.dsc
     930cb5bd922149e797a2b90c7bec55bf8c819b275698abdf52d8290bafd801c5 429752 debhelper_10.10.5.tar.xz
     7b0b1e0659978ab81fb721a9cbfa801efc22e9563975c12180dbca481feb5463 4506 debhelper_10.10.5_source.buildinfo
    Files:
     7d3a04ce8c0fb343767d4630684ce1bc 1795 devel optional debhelper_10.10.5.dsc
     1e424737bbe2ff56742e71d1113e7117 429752 devel optional debhelper_10.10.5.tar.xz
     b5306cbe4aa13fb7644f243cec8ba2a6 4506 devel optional debhelper_10.10.5_source.buildinfo
    
  • debian/10.10.4
    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA256
    
    Format: 1.8
    Date: Wed, 25 Oct 2017 06:00:13 +0000
    Source: debhelper
    Binary: debhelper dh-systemd
    Architecture: source
    Version: 10.10.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: 878888 879658 879667
    Changes:
     debhelper (10.10.4) unstable; urgency=medium
     .
       * meson.pm: Keep the meson cross file until dh_clean is
         called as otherwise ninja tries and fails to regenerate the
         build rules.  Thanks to Helmut Grohne for reporting the
         bug.  (Closes: #879658)
       * dh_dwz: Add new experimental tool to run dwz(1) to deduplicate
         ELF debugging symbols.  It should be generally be run before
         dh_strip (as dh_strip compresses the debug symbols and dwz
         expects uncompressed debug symbols).  (Closes: #878888)
       * dwz.pm: New sequence to add dh_dwz to the sequence.
       * d/control: Add a Suggets on dwz for the optional dh_dwz tool.
       * Dh_Lib.pm: Fix regression where the source section would not
         be parsed leading to dbgsym packages possibly getting an
         incorrect value in the Section field.  Thanks to Mihai
         Moldovan for reporting the issue.  (Closes: #879667)
    Checksums-Sha1:
     733a482f9a7b5fc41678eaf7d739585fc230c95f 1795 debhelper_10.10.4.dsc
     f61772c7d7d43bb6879635301add2f023ed77812 429428 debhelper_10.10.4.tar.xz
     4e0001b0925f4d6024bec8160a83cf21e8349e08 4506 debhelper_10.10.4_source.buildinfo
    Checksums-Sha256:
     1f6a86446177df4463a936457138239510da98410073ff729fe03ab58df38732 1795 debhelper_10.10.4.dsc
     7dcf257297d9cb859367e8b982816eb7a0f507312c6aa70dfc8acbbd6263bb33 429428 debhelper_10.10.4.tar.xz
     81143d2d2cae7a872af88976e7690b096ceb7480b7d650e1f3f540eaed723adf 4506 debhelper_10.10.4_source.buildinfo
    Files:
     86fe1dc20d1aae2c0aab56bace0598e8 1795 devel optional debhelper_10.10.4.dsc
     9494565f86081aa4ea8381a4f7bc210a 429428 devel optional debhelper_10.10.4.tar.xz
     e5f238db9617835ad95f0651e8931018 4506 devel optional debhelper_10.10.4_source.buildinfo
    
    
  • debian/10.10.3
    Release debhelper/10.10.3 into unstable
    
    Format: 1.8
    Date: Mon, 23 Oct 2017 21:24:08 +0000
    Source: debhelper
    Binary: debhelper dh-systemd
    Architecture: source
    Version: 10.10.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: 879643
    Changes:
     debhelper (10.10.3) unstable; urgency=medium
     .
       * dh_strip: Skip the entire directory when an exclude rule
         parameter matches it.
       * dh_fixperms: Improve the documentation to assume less familarity
         with "Rules-Requires-Root" (R³).
       * dh_usrlocal: Ditto.
       * dh_builddeb: Ditto.
       * dh_usrlocal: Correct the group name when creating directories
         owned by "root:staff".  Thanks to Paul Gevers for reporting
         the bug.  (Closes: #879643)
       * dh_usrlocal: Fix inverted boolean logic that made dh_usrlocal
         ignore ownership of directories when it should have preserved
         them.
    Checksums-Sha1:
     a5f79a2a2ad4a200bbf81d488a0402e59a6fe4eb 1795 debhelper_10.10.3.dsc
     8c30238c97973e70f7653a3330ae1685fe4cbf4a 428548 debhelper_10.10.3.tar.xz
     cbe7d1435917501a9061404513daeda71f695cfd 4506 debhelper_10.10.3_source.buildinfo
    Checksums-Sha256:
     0c10bfefade6a1fdbf6b7e3687c45bef1447663fee15686c6ad8be0a635a2847 1795 debhelper_10.10.3.dsc
     54a381b7bf70f5fa22afe33ccddb13785f26661f03b3ff8b98b7c2e50eb81902 428548 debhelper_10.10.3.tar.xz
     52eee1742f4a4ba414882f61587b2315a174e706f3f90feee8db3a49a4e32567 4506 debhelper_10.10.3_source.buildinfo
    Files:
     752e060607e4586d279ed53884e28979 1795 devel optional debhelper_10.10.3.dsc
     7158c8d9b8921bc0db6c03420c73e46b 428548 devel optional debhelper_10.10.3.tar.xz
     787dee108254249ace35ed270ed9f34a 4506 devel optional debhelper_10.10.3_source.buildinfo
    
  • debian/10.10.2
    Release debhelper/10.10.2 into unstable
    
    Format: 1.8
    Date: Sun, 22 Oct 2017 21:21:58 +0000
    Source: debhelper
    Binary: debhelper dh-systemd
    Architecture: source
    Version: 10.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
    Changes:
     debhelper (10.10.2) unstable; urgency=medium
     .
       * Dh_Lib: Fix uninitialized warning in find_hardlinks that
         broke dh_compress's ability to deal with hardlinks.  Thanks
         to Ondřej Surý for finding the bug.
    Checksums-Sha1:
     2fc6a55e772af47433b338034cbcd39ff520d193 1795 debhelper_10.10.2.dsc
     54dd5f55c89e3609137aad3698a0669bed79a5b6 428036 debhelper_10.10.2.tar.xz
     4e145daac87e5dbc094f8102e9bc2523e8f8e970 4506 debhelper_10.10.2_source.buildinfo
    Checksums-Sha256:
     afe3414898d5f89fa3748d2d8824a7b7aec21f6a9c47b3b4e0f745e6f74758d6 1795 debhelper_10.10.2.dsc
     aad049c3179aef87fd639938aa8310eeb9cc57b0ad497aa793a510f67fb74d63 428036 debhelper_10.10.2.tar.xz
     38b660995a046c460e901e1a30e6247febe8f17ef1f58761af3b3eff914b3c53 4506 debhelper_10.10.2_source.buildinfo
    Files:
     eaaa73787da47bd248bcc553df8012b3 1795 devel optional debhelper_10.10.2.dsc
     08b8710edb0311bf025a613a11f3c023 428036 devel optional debhelper_10.10.2.tar.xz
     e6d4a5d1090c26556f9f1dcc53304ed9 4506 devel optional debhelper_10.10.2_source.buildinfo
    
  • debian/10.10.1
    Release debhelper/10.10.1 into unstable
    
    Format: 1.8
    Date: Sun, 22 Oct 2017 09:00:12 +0000
    Source: debhelper
    Binary: debhelper dh-systemd
    Architecture: source
    Version: 10.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: 879478
    Changes:
     debhelper (10.10.1) unstable; urgency=medium
     .
       * debhelper.pod: Document that all tools by default must be run
         in the root of an unpacked source.
       * dh: Clarify that --list can be run anywhere.
       * dh_testroot: Temporarily cope with being run outside a source
         root.  (Closes: #879478)
       * dh_testroot: Update manpage to mention its new scope.
       * d/control: Bump (build-)dependency on dpkg to 1.19.0.3~.  That
         was technically necessary already in the previous upload.
    Checksums-Sha1:
     8308af126c9f3a7215a1a33ce01fe1040f2ad956 1795 debhelper_10.10.1.dsc
     55fa0f20f7752d6235ef42ec35297322fd4239c4 427780 debhelper_10.10.1.tar.xz
     8550deb017b68a01b61c5ee183b539c2edafcdc1 4506 debhelper_10.10.1_source.buildinfo
    Checksums-Sha256:
     d61ff70119c56aa1a45ddb53af8e153e60a30f35e15000b30a0290c867a0db90 1795 debhelper_10.10.1.dsc
     3de4d81111824c80b63ec35bf1f5d3f5c3e09699fc77587ea34338f2903d0ccc 427780 debhelper_10.10.1.tar.xz
     c3d5976dd9e5600f8f655f0e7e60d28d8ba9eb0438ca04e97d46f404bc954cbf 4506 debhelper_10.10.1_source.buildinfo
    Files:
     0636cb917e9a6ca6d6a4a86722d88f58 1795 devel optional debhelper_10.10.1.dsc
     596b38a6c21f4419a632d090d5e99a00 427780 devel optional debhelper_10.10.1.tar.xz
     8028a328540c198c7175c55887043494 4506 devel optional debhelper_10.10.1_source.buildinfo
    
  • debian/10.10
    Release debhelper/10.10 into unstable
    
    Format: 1.8
    Date: Sat, 21 Oct 2017 17:59:46 +0000
    Source: debhelper
    Binary: debhelper dh-systemd
    Architecture: source
    Version: 10.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
     dh-systemd - debhelper add-on to handle systemd unit files - transitional pack
    Closes: 876453 878911
    Changes:
     debhelper (10.10) unstable; urgency=medium
     .
       * dh_installsystemd: Improve error messages to include the actual
         error caused by attempted to open the file.
       * dh_systemd_enable: Ditto.
       * dh_systemd_start: Ditto.
       * dh_installinit: In compat 12, error out if an upstart init file
         is provided with a reminder message about how to remove the
         obsolete conffile.  (Closes: #876453)
       * dh_systemd_enable: Permit missing explicitly requested file in
         package as long as another on being acted on ships it.
         (Closes: #878911)
       * dh_systemd_start: Ditto.
       * Dh_Lib.pm: Add support for R³ (Rules-Requires-Root field) to
         enable package builds without requiring root (or only
         selectively require root).
       * dh_fixperms: Skip "chown" calls when R³ is set to anything but
         "binary-targets".
       * dh_installchangelogs: Ditto.
       * dh_installdocs: Ditto.
       * dh_testroot: Update check for root to support R³.
       * makefile.pm: Call "make install" with DPKG_GAIN_ROOT_CMD when
         R³ contains the "debhelper/upstream-make-install" keyword.
       * dh_builddeb: Pass --root-owner-group to dpkg-deb in packages
         with R³ (except for "binary-targets").
       * dh_usrlocal: When R³ is enabled (and not "binary-targets"),
         ignore the ownership/mode information on the directories.
         Instead, the ownership "root:staff" and the mode 02775 is used.
       * d/control: Bump (Build-)Dependency on dpkg-dev to support to
         support R³.
       * d/control: Set R³ to "no".
    Checksums-Sha1:
     b0eb65b81ea22e1e034ad7fbb9673925d2ebb2e6 1766 debhelper_10.10.dsc
     97755a50cbdfd8ab6042c381d2a4eb8e6aa206cb 427004 debhelper_10.10.tar.xz
     d06fa91ccbc1c5ead2d9d252bc88fe0646454b83 4519 debhelper_10.10_source.buildinfo
    Checksums-Sha256:
     56c3c637d8dcb43a5605092b23005866f671671c717ae339ad8ebede9dcdc0ab 1766 debhelper_10.10.dsc
     61be3a7ce7000088320af83139d0a1c1f765e4e5cd2a053edc5e65433e012f19 427004 debhelper_10.10.tar.xz
     173c92c1a912f81bb650aa7cbe2d148750f1269509f288592482a5c0bec00d64 4519 debhelper_10.10_source.buildinfo
    Files:
     6622752d41beab466a2374781d2a6876 1766 devel optional debhelper_10.10.dsc
     fda6cbcfa5d15b2d35bdabeb7331528c 427004 devel optional debhelper_10.10.tar.xz
     6083b2217ecf9583ef902aa85a4d66d4 4519 devel optional debhelper_10.10_source.buildinfo
    
  • debian/10.9.2_bpo9+1
    Release debhelper/10.9.2~bpo9+1 into stretch-backports
    
    Format: 1.8
    Date: Thu, 19 Oct 2017 05:25:11 +0000
    Source: debhelper
    Binary: debhelper dh-systemd
    Architecture: source
    Version: 10.9.2~bpo9+1
    Distribution: stretch-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: 35733 626685 752521 764730 795432 840913 841746 857306 870201 870768 872745 875586 876486 876689 877357 877989 878325 878427 878460
    Changes:
     debhelper (10.9.2~bpo9+1) stretch-backports; urgency=medium
     .
       * Rebuild for stretch-backports.
     .
     debhelper (10.9.2) unstable; urgency=medium
     .
       [ Niels Thykier ]
       * dh_install: Defer the removal of --list-missing and
         --fail-missing until compat 12.
       * dh: Run the new dh_installsystemd helper by default in compat 11.
       * systemd.pm: Remove the sequence in compat 11.  It has been replaced
         by the new dh_installsystemd helper.
     .
       [ Lisandro Damián Nicanor Pérez Meyer ]
       * qmake.pm: Remove unnecessary "-nocache" parameter.
         (Closes: #878427, LP: #1206234)
     .
       [ Ville Skyttä ]
       * Fix a number of spelling mistakes.  (Closes: #878325)
     .
       [ Felipe Sateler ]
       * dh_installsystemd: New command (currently noop except when used in
         the experimental compat 11).  This new helper:
         - Generates postinst code for tmpfiles (now that dh_installinit
           does not).
         - Follows the naming convention for other built-in dh_* commands.
         - Replaces dh_systemd_enable and dh_systemd_start in compat 11
           and later.
         - Only acts on units with the name specified by "--name" when this
           option is given.
         (Closes: #752521, #857306, #870768, #876486)
       * dh_systemd_enable: Remove as obsolete in compat 11.
       * dh_systemd_start: Ditto.
     .
       [ Helmut Grohne ]
       * cmake.pm: Also supply PKGCONFIG_EXECUTABLE for obsolete
         UsePkgConfig.cmake.  (Closes: #878460)
     .
     debhelper (10.9.1) unstable; urgency=medium
     .
       [ Niels Thykier ]
       * dh_builddeb: Add some missing error checks.
       * Dh_Lib.pm: Fix bug where debhelper could discard some error
         messages during parsing when -O options were passed via
         DH_OPTIONS (among other).  Thanks to Adrian Bunk and
         Andrew Shadura for reporting the issue.  (Closes: #876689)
       * Dh_Getopt.pm: Gracefully reduce the tool to a no-op when given
         a -p<pkg> and <pkg> is disabled by a Build-Profile.
       * debhelper.7: Document how package selections interact with
         Build-Profiles.  Thanks to Helmut Grohne for the report.
         (Closes: #872745)
       * dh_installdocs: Validate that the package passed to
         --doc-main-package are listed in debian/control.
       * dh_installexamples: Ditto.
       * dh_systemd_start: Regex escape two paths used in a regex.
       * Dh_Lib: Open compat 12.
       * dh_clean: Defer making -k an error until compat 12.
       * Dh_Getopt: Defer making -s an error until compat 12.
       * dh_installinit: Defer making --no-restart-on-upgrade an error
         until compat 12.
       * Dh_Lib: Defer making the "shell-spawning bug" in doit an error
         until compat 12.
       * dh_systemd_enable: Fix regression in debhelper/10.9 where
         template units would be installed as regular units (and
         possibly replace regular units).  (Closes: #877989)
       * dh_systemd_enable: Drop versioned dependency on
         init-system-helpers that is satisfied in oldstable.
       * Dh_Lib: Fix regression where --no-act would actually create
         maintscript snippets.
       * dh_systemd_*: If an unit file cannot be read (e.g. to check for
         the [Install] section), error out instead of emitting a warning
         and continuing.
       * t: Add tests for dh_systemd_* based on WIP tests from Felipe
         Sateler related to a new dh_installsystemd helper.
       * dh_systemd_enable: Properly quote unit names to preserve
         escaped names like "\x2d".  Thanks to Bernd Zeimetz for
         reporting the issue.  (Closes: #764730)
       * dh_systemd_start: Ditto.
       * meson.pm: Add prototype support for cross building by relying
         on /usr/share/meson/debcrossgen.  Note that this is currently
         not functional due to #875703.
       * debian/control: Bump Standards-Versions to 4.1.1 - No changes
         required.
     .
       [ Dmitry Shachnev ]
       * qmake.pm: Add basic cross-building support.  (Closes: #877357)
     .
     debhelper (10.9) unstable; urgency=medium
     .
       [ Niels Thykier ]
       * debhelper.pod: Fix typo.
       * dh_fixperms: Reset permissions of .scss and .sass files to
         0644.  Thanks to Jonas Smedegaard for the suggestion.
         (Closes: #875586)
       * dh_shlibdeps: Disable unused file(1) tests.
       * dh_strip: In compat 11, rely on file headers/magic to
         determine whether files are ELF binaries worth processing
         instead of using filenames/extensions.  (Closes: #35733)
       * dh_shlibdeps: Ditto.
       * d/control: Bump Standards-Versions to 4.1.0:
         - Bump priority of dh-systemd to "optional".
       * dh_makeshlibs: Avoid gratious warning about a non-existing
         directory, when the packaging directory does not exist.
         (Closes: #626685)
       * dh_gencontrol: Ensure that dbgsym packages do not inherit the
         "Important" field.
       * dh_installinfo: Merge two chmod calls into one to save a
         fork+exec.
       * dh_builddeb: Use -z6 compression for udebs (up from -z1).
         Thanks to Adrian Bunk for the suggestion and Aurelien Jarno
         for confirming it would be fine for d-i.  (Closes: #870201)
       * dh_fixperms: Set the permissions of /usr/lib/nodejs/*/{cli,bin}.js
         to 0755.  Thanks to Pirate Praveen for the report.
         (Closes: #840913)
       * Dh_lib.pm: Expand *_doit and doit to also support a chdir in the
         child process.
       * Dh_Getopt.pm: Validate package names passed via -p and -N to ensure
         they are present in d/control.  Thanks to Matthias Klose for the
         report.  (Closes: #795432)
       * debhelper.7: Fix typo of compatibility.
     .
       [ Felipe Sateler ]
       * dh_systemd_enable: Refactor and add support for timer units.
         (Closes: #841746)
    Checksums-Sha1:
     1b3323a33d45967e613bf2745b87970ef6e46174 1796 debhelper_10.9.2~bpo9+1.dsc
     222b6f569c58e7a3c31094bb557d4c08cc5e7eb5 424940 debhelper_10.9.2~bpo9+1.tar.xz
     dc664400a6108aaf17d4dfb6976c4f856d61e96a 4763 debhelper_10.9.2~bpo9+1_source.buildinfo
    Checksums-Sha256:
     71e238baa69755b27dadaed680d9518a21969034df3093559312ce7cc07854bc 1796 debhelper_10.9.2~bpo9+1.dsc
     2af8bed14e320ab6139ad119e95c0d3fdf810353c2ed587a8ff2f9eb9e0b6e7e 424940 debhelper_10.9.2~bpo9+1.tar.xz
     57254f6cb5e5ba02fb36676366c4d1cd290bf9d54c81c7ab5783faeb7b41eb81 4763 debhelper_10.9.2~bpo9+1_source.buildinfo
    Files:
     da95edd02948c104af87d52ca8d36101 1796 devel optional debhelper_10.9.2~bpo9+1.dsc
     3bb9df408a8933c7b1f3e6f584f56eda 424940 devel optional debhelper_10.9.2~bpo9+1.tar.xz
     b250556d74b6bbd0d07ebf1d2be34903 4763 devel optional debhelper_10.9.2~bpo9+1_source.buildinfo
    
  • debian/10.9.2
    Release debhelper/10.9.2 into unstable
    
    Format: 1.8
    Date: Sat, 14 Oct 2017 07:19:38 +0000
    Source: debhelper
    Binary: debhelper dh-systemd
    Architecture: source
    Version: 10.9.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: 752521 857306 870768 876486 878325 878427 878460
    Changes:
     debhelper (10.9.2) unstable; urgency=medium
     .
       [ Niels Thykier ]
       * dh_install: Defer the removal of --list-missing and
         --fail-missing until compat 12.
       * dh: Run the new dh_installsystemd helper by default in compat 11.
       * systemd.pm: Remove the sequence in compat 11.  It has been replaced
         by the new dh_installsystemd helper.
     .
       [ Lisandro Damián Nicanor Pérez Meyer ]
       * qmake.pm: Remove unnecessary "-nocache" parameter.
         (Closes: #878427, LP: #1206234)
     .
       [ Ville Skyttä ]
       * Fix a number of spelling mistakes.  (Closes: #878325)
     .
       [ Felipe Sateler ]
       * dh_installsystemd: New command (currently noop except when used in
         the experimental compat 11).  This new helper:
         - Generates postinst code for tmpfiles (now that dh_installinit
           does not).
         - Follows the naming convention for other built-in dh_* commands.
         - Replaces dh_systemd_enable and dh_systemd_start in compat 11
           and later.
         - Only acts on units with the name specified by "--name" when this
           option is given.
         (Closes: #752521, #857306, #870768, #876486)
       * dh_systemd_enable: Remove as obsolete in compat 11.
       * dh_systemd_start: Ditto.
     .
       [ Helmut Grohne ]
       * cmake.pm: Also supply PKGCONFIG_EXECUTABLE for obsolete
         UsePkgConfig.cmake.  (Closes: #878460)
    Checksums-Sha1:
     96b3e21006aeafb9ac0081d00e3026b1e96faffd 1768 debhelper_10.9.2.dsc
     9c234dee929ee42b3e6813ba7e23fb2f2a38cfc5 424752 debhelper_10.9.2.tar.xz
     bc26abfcc0f4e39f85ab8169f6cb0b79a5b3d42f 4476 debhelper_10.9.2_source.buildinfo
    Checksums-Sha256:
     e9b6618dfe1b5fd343aea73161b1cd1bb800187969b95baa0c23d7621cd2558c 1768 debhelper_10.9.2.dsc
     510ba7c22d2fc3eace8f455e19ac2766fbbb90a0278e36a7c01f8dde3c1195ac 424752 debhelper_10.9.2.tar.xz
     5f68ee78528e70c60e4d126f35808f9707958f4cc8f545c8f4a23c7051fab99b 4476 debhelper_10.9.2_source.buildinfo
    Files:
     6bdae4739e9f767f86e5452adf9cc45c 1768 devel optional debhelper_10.9.2.dsc
     4e1c45a0c416fd139f389b5cba9fdd3e 424752 devel optional debhelper_10.9.2.tar.xz
     c94eb1ebe6576c6c9b6ea4c0ca444e99 4476 devel optional debhelper_10.9.2_source.buildinfo
    
  • debian/10.9.1
    Release debhelper/10.9.1 into unstable
    
    Format: 1.8
    Date: Tue, 10 Oct 2017 19:01:00 +0000
    Source: debhelper
    Binary: debhelper dh-systemd
    Architecture: source
    Version: 10.9.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: 764730 872745 876689 877357 877989
    Changes:
     debhelper (10.9.1) unstable; urgency=medium
     .
       [ Niels Thykier ]
       * dh_builddeb: Add some missing error checks.
       * Dh_Lib.pm: Fix bug where debhelper could discard some error
         messages during parsing when -O options were passed via
         DH_OPTIONS (among other).  Thanks to Adrian Bunk and
         Andrew Shadura for reporting the issue.  (Closes: #876689)
       * Dh_Getopt.pm: Gracefully reduce the tool to a no-op when given
         a -p<pkg> and <pkg> is disabled by a Build-Profile.
       * debhelper.7: Document how package selections interact with
         Build-Profiles.  Thanks to Helmut Grohne for the report.
         (Closes: #872745)
       * dh_installdocs: Validate that the package passed to
         --doc-main-package are listed in debian/control.
       * dh_installexamples: Ditto.
       * dh_systemd_start: Regex escape two paths used in a regex.
       * Dh_Lib: Open compat 12.
       * dh_clean: Defer making -k an error until compat 12.
       * Dh_Getopt: Defer making -s an error until compat 12.
       * dh_installinit: Defer making --no-restart-on-upgrade an error
         until compat 12.
       * Dh_Lib: Defer making the "shell-spawning bug" in doit an error
         until compat 12.
       * dh_systemd_enable: Fix regression in debhelper/10.9 where
         template units would be installed as regular units (and
         possibly replace regular units).  (Closes: #877989)
       * dh_systemd_enable: Drop versioned dependency on
         init-system-helpers that is satisfied in oldstable.
       * Dh_Lib: Fix regression where --no-act would actually create
         maintscript snippets.
       * dh_systemd_*: If an unit file cannot be read (e.g. to check for
         the [Install] section), error out instead of emitting a warning
         and continuing.
       * t: Add tests for dh_systemd_* based on WIP tests from Felipe
         Sateler related to a new dh_installsystemd helper.
       * dh_systemd_enable: Properly quote unit names to preserve
         escaped names like "\x2d".  Thanks to Bernd Zeimetz for
         reporting the issue.  (Closes: #764730)
       * dh_systemd_start: Ditto.
       * meson.pm: Add prototype support for cross building by relying
         on /usr/share/meson/debcrossgen.  Note that this is currently
         not functional due to #875703.
       * debian/control: Bump Standards-Versions to 4.1.1 - No changes
         required.
     .
       [ Dmitry Shachnev ]
       * qmake.pm: Add basic cross-building support.  (Closes: #877357)
    Checksums-Sha1:
     4ac3c521d516ab09b92dd402094ff5ed1bfd7fdd 1768 debhelper_10.9.1.dsc
     4e6f191eb2b4c089a94332202ffc1c18d9ecd0e6 423464 debhelper_10.9.1.tar.xz
     d55ce31881163452898f12c0b67b75ea1f50f8f1 4477 debhelper_10.9.1_source.buildinfo
    Checksums-Sha256:
     7ffaed0f4b2080e88c0fbbd50a6fbba8150b4a8abc2cd7f3d1c58e3d6be3bb13 1768 debhelper_10.9.1.dsc
     62d44d209b11806358a04ac977913b33d60da69f5cb48b150ab4ccbd30e9f6af 423464 debhelper_10.9.1.tar.xz
     47a95313c2f2f1b38037a4091d58d206b90064ba82965f91a9b5a1133319deea 4477 debhelper_10.9.1_source.buildinfo
    Files:
     8f4cfca8e495d8fc625bbcfbf110583a 1768 devel optional debhelper_10.9.1.dsc
     e9f235eac4ac7515f7673b4728582b61 423464 devel optional debhelper_10.9.1.tar.xz
     fb2edcf485f1eeeb7745ace305f748fe 4477 devel optional debhelper_10.9.1_source.buildinfo
    
  • debian/10.9
    Release debhelper/10.9 into unstable
    
    Format: 1.8
    Date: Tue, 19 Sep 2017 18:49:57 +0000
    Source: debhelper
    Binary: debhelper dh-systemd
    Architecture: source
    Version: 10.9
    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: 35733 626685 795432 840913 841746 870201 875586
    Changes:
     debhelper (10.9) unstable; urgency=medium
     .
       [ Niels Thykier ]
       * debhelper.pod: Fix typo.
       * dh_fixperms: Reset permissions of .scss and .sass files to
         0644.  Thanks to Jonas Smedegaard for the suggestion.
         (Closes: #875586)
       * dh_shlibdeps: Disable unused file(1) tests.
       * dh_strip: In compat 11, rely on file headers/magic to
         determine whether files are ELF binaries worth processing
         instead of using filenames/extensions.  (Closes: #35733)
       * dh_shlibdeps: Ditto.
       * d/control: Bump Standards-Versions to 4.1.0:
         - Bump priority of dh-systemd to "optional".
       * dh_makeshlibs: Avoid gratious warning about a non-existing
         directory, when the packaging directory does not exist.
         (Closes: #626685)
       * dh_gencontrol: Ensure that dbgsym packages do not inherit the
         "Important" field.
       * dh_installinfo: Merge two chmod calls into one to save a
         fork+exec.
       * dh_builddeb: Use -z6 compression for udebs (up from -z1).
         Thanks to Adrian Bunk for the suggestion and Aurelien Jarno
         for confirming it would be fine for d-i.  (Closes: #870201)
       * dh_fixperms: Set the permissions of /usr/lib/nodejs/*/{cli,bin}.js
         to 0755.  Thanks to Pirate Praveen for the report.
         (Closes: #840913)
       * Dh_lib.pm: Expand *_doit and doit to also support a chdir in the
         child process.
       * Dh_Getopt.pm: Validate package names passed via -p and -N to ensure
         they are present in d/control.  Thanks to Matthias Klose for the
         report.  (Closes: #795432)
       * debhelper.7: Fix typo of compatibility.
     .
       [ Felipe Sateler ]
       * dh_systemd_enable: Refactor and add support for timer units.
         (Closes: #841746)
    Checksums-Sha1:
     51433b710ce3a35763dae7d692340e5c2d4c875f 1760 debhelper_10.9.dsc
     7ac04c7745ab0076847e9e88f1235d4028405ed9 420736 debhelper_10.9.tar.xz
     0b587cbc935322ea26723230cb66baf509c7e579 4453 debhelper_10.9_source.buildinfo
    Checksums-Sha256:
     dd38b29b2327fbb472c308391153314cd7084979ca5022113bd068d41eaa3f12 1760 debhelper_10.9.dsc
     85905a4c7d36137e1d51df064c5177c76535b37fcd4b7d28c68622c877ddab41 420736 debhelper_10.9.tar.xz
     ddc02b0ce49d196ee79fdd33628389b1c2202d0c7c94365750f04f019107f365 4453 debhelper_10.9_source.buildinfo
    Files:
     43559fa2941eaf0d28bb8c19f4bf2411 1760 devel optional debhelper_10.9.dsc
     4d2d0e6aedea50cebf6004e97ce17ccc 420736 devel optional debhelper_10.9.tar.xz
     f39aa50f3db2dad70e8c2c7a0a7cd08d 4453 devel optional debhelper_10.9_source.buildinfo