Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • 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
    
  • debian/10.8_bpo9+1
    Release debhelper/10.8~bpo9+1 into stretch-backports
    
    Format: 1.8
    Date: Sun, 17 Sep 2017 13:42:44 +0000
    Source: debhelper
    Binary: debhelper dh-systemd
    Architecture: source
    Version: 10.8~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.8~bpo9+1) stretch-backports; urgency=medium
     .
       * Rebuild for stretch-backports.
    Checksums-Sha1:
     17163143a4f6c203030830282965414d389ab688 1785 debhelper_10.8~bpo9+1.dsc
     55c8fe36295825218f7182a1e9892f561dca3b36 418376 debhelper_10.8~bpo9+1.tar.xz
     a8e7d4f4ed5a229bcde6294ee676e2492a5b231b 4716 debhelper_10.8~bpo9+1_source.buildinfo
    Checksums-Sha256:
     ded64ce7dabf91d35e2e81de8ab4bd0d8be4d988ac524898bac1ac3b5ffb5d59 1785 debhelper_10.8~bpo9+1.dsc
     57bb822dd030ad38aee5ae01ee44d395cb6112465633554664d4eb1e6f02126f 418376 debhelper_10.8~bpo9+1.tar.xz
     c040db720cff1b4cc8a8c98a1e253cf58a96c3d2549e8bc8b99cb7275a51065b 4716 debhelper_10.8~bpo9+1_source.buildinfo
    Files:
     3758890568feab795733d435dc79262f 1785 devel optional debhelper_10.8~bpo9+1.dsc
     6e5cf53375e74e150e81a19d388f2d67 418376 devel optional debhelper_10.8~bpo9+1.tar.xz
     8d19ed9236a2920e3544cc67a4a9a689 4716 devel optional debhelper_10.8~bpo9+1_source.buildinfo
    
  • debian/10.8
    Release debhelper/10.8 into unstable
    
    Format: 1.8
    Date: Sat, 09 Sep 2017 15:07:38 +0000
    Source: debhelper
    Binary: debhelper dh-systemd
    Architecture: source
    Version: 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: 824221 866619 870892 870905 872007 872274 872510 873043
    Changes:
     debhelper (10.8) unstable; urgency=medium
     .
       [ Niels Thykier ]
       * Dh_Lib: Introduce a qx_cmd sub to behave like a mix of qx
         and doit (i.e. avoid the shell while capturing stdout).
       * dh_makeshlibs: Avoid forking a shell when calling objdump in
         compat 11.
       * dh_shlibdeps: Avoid forking a shell when calling file.
       * dh_shlibdeps: Avoid passing files with "newline" to
         subprocesses.
       * dh_installdocs: Ignore missing files in compat 11 for packages
         that are not processed (e.g. arch:all packages during a -B build).
         Thanks to Jens Reyer for reporting the issue.  (Closes: #870892)
       * dh_installexamples: Ditto.
       * dh_installinfo: Ditto.
       * dh_installman: Ditto.
       * dh_compress: Avoid forking a shell for a find command.
       * dh_gconf: Ditto.
       * dh_installgsettings: Ditto.
       * dh_perl: Avoid forking a shell for a dpkg call.
       * dh_gencontrol: Set the priority of all dbgsym packages to
         optional to be compliant with Standards-Version 4.0.1.
         Thanks to Mattia Rizzolo for the report.  (Closes: #870905)
       * dh_installdocs: Accept "nodoc" via DEB_BUILD_OPTIONS as well.
         Thanks to Sébastien Villemot for the suggestion.
         (Closes: #866619)
       * dh_installexamples: Ditto.
       * dh_installinfo: Ditto.
       * dh_installman: Ditto.
       * dh_installwm: Ditto.
       * debhelper.pod: Tweak text for some compat 11 changes.
       * dh_installdeb: Stop emitting versioned Pre-Depends on dpkg for
         symlink_to_dir and dir_to_symlink maintscripts.  The version
         requirements are satisfied in oldoldstable.
       * dh_installdocs: Merge two chmod calls to save a fork+exec.
       * dh_strip: Disable parallelism when --dbg-package is used as it
         causes non-deterministic failures in some cases.  Thanks to
         Helmut Grohne for reporting the issue.  (Closes: #872007)
       * dh_installdocs: Auto-detect "main package" for documentation
         packages in compat 11 to assist with Debian policy §12.3.  This
         auto-detection can be overruled with the new --doc-main-package.
         (Closes: #824221)
       * dh_installexamples: Ditto.
       * dh_update_autotools_config: Improve detection to also catch very
         old versions of config.{guess,sub} that do not have the
         "timestamp" variable.  Thanks to Guillem Jover for reporting the
         bug.  (Closes: #872510)
     .
       [ Adam Conrad ]
       * dh_gencontrol: Change the synopsis of dbgsym packages so it
         follows best practises.  (Closes: #872274)
     .
       [ Geoffrey Thomas ]
       * Support building debhelper on case-insensitive filesystems by
         moving the Debian (perl package) to the lib subdirectory.
         (Closes: #873043)
    Checksums-Sha1:
     fe62a39cfbb1813680726938e713babce78cd198 1757 debhelper_10.8.dsc
     a16223b37ecf8516355dfe5d65ed79530f5e687c 418392 debhelper_10.8.tar.xz
     c96bcb2e8e58a699c01de2befae26f6158bc9207 4448 debhelper_10.8_source.buildinfo
    Checksums-Sha256:
     b0c7621b91dcb0d071eebedf320781bb911f3d7bec0ae596d30d88d85587ba8e 1757 debhelper_10.8.dsc
     15fd4ffa30657cffab6cd7a3aeff2429a64e9c80745e96ecdedc1360f1501ab2 418392 debhelper_10.8.tar.xz
     db079bb715a29f9d990ccba5f6e59e8182324bbabc7f91666e0b7ce76e470381 4448 debhelper_10.8_source.buildinfo
    Files:
     f0d6a87299537dab89892951f228131a 1757 devel optional debhelper_10.8.dsc
     9a8dff01cce631108a22650c77acdf18 418392 devel optional debhelper_10.8.tar.xz
     723dae41f92b34be304b6eab3a663da8 4448 devel optional debhelper_10.8_source.buildinfo
    
  • debian/10.7.2_bpo9+1
    Release debhelper/10.7.2~bpo9+1 into stretch-backports
    
  • debian/10.7.2+exp.buildlabels
    Release prototype debhelper/10.7.2+exp.buildlabels into experimental
    
    Format: 1.8
    Date: Tue, 01 Aug 2017 17:04:12 +0000
    Source: debhelper
    Binary: debhelper dh-systemd
    Architecture: source
    Version: 10.7.2+exp.buildlabels
    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
    Changes:
     debhelper (10.7.2+exp.buildlabels) experimental; urgency=medium
     .
       * Re-upload to experimental including changes from 10.7.2.
    Checksums-Sha1:
     7c09b3e2fe7b269738d94428f0c61b495ede10b3 1829 debhelper_10.7.2+exp.buildlabels.dsc
     ece573338c836a848d32941852cdb825cfebf298 417728 debhelper_10.7.2+exp.buildlabels.tar.xz
     91aa12104c637f70ab6258a129738a2d3e4b39d8 4513 debhelper_10.7.2+exp.buildlabels_source.buildinfo
    Checksums-Sha256:
     0289eab85c5742bba0a9d999b77a6a9671d77c8807c8c5f6259b35ea32fd768a 1829 debhelper_10.7.2+exp.buildlabels.dsc
     8077b6b0332dbbbcbba553297db2fc5a3033c6293493c98b3df210f3315e7f83 417728 debhelper_10.7.2+exp.buildlabels.tar.xz
     91d712a0ede068b2a1bb8ea4fc0d29fa394e16d81c7c32306b65ec50213b8f23 4513 debhelper_10.7.2+exp.buildlabels_source.buildinfo
    Files:
     27bb77579ff4e2f1d2015613de7e428b 1829 devel optional debhelper_10.7.2+exp.buildlabels.dsc
     1ff2eb55defefeaaf49abfa929355aae 417728 devel optional debhelper_10.7.2+exp.buildlabels.tar.xz
     7e07e37fb6858e5cbb9e9555cbc499e6 4513 devel optional debhelper_10.7.2+exp.buildlabels_source.buildinfo
    
  • debian/10.7.2
    Release debhelper/10.7.2 into unstable
    
    Format: 1.8
    Date: Tue, 01 Aug 2017 16:51:58 +0000
    Source: debhelper
    Binary: debhelper dh-systemd
    Architecture: source
    Version: 10.7.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: 870339
    Changes:
     debhelper (10.7.2) unstable; urgency=medium
     .
       * Dh_Lib: Fix inverted boolean logic that causes a
         compatibility rule to be ignored.  Thanks to Adrian Bunk,
         Andreas Beckmann, Markus Koschany and Emmanuel Bourg for
         reporting and analysing the issue.  (Closes: #870339)
    Checksums-Sha1:
     7bd3c0848ae0a5812315052a0446fc6b1de09c40 1765 debhelper_10.7.2.dsc
     7bc7fe6204825adb33a30b77fe03e482123362c9 416368 debhelper_10.7.2.tar.xz
     fe33ee89e8a1842bbd53a46ead75e76382da0035 4449 debhelper_10.7.2_source.buildinfo
    Checksums-Sha256:
     370f421636cafca99027a694c446abc83699185e4e1a5e77379c7569ad37f660 1765 debhelper_10.7.2.dsc
     680d7b420f513ce26b7a2056d1be94739c19729312aa9cda6532298a1485e57b 416368 debhelper_10.7.2.tar.xz
     2309d1e04f344c67211da0c95015c6fa46e4d7f76f12330304b6661fd7ddf433 4449 debhelper_10.7.2_source.buildinfo
    Files:
     756e978f22b25266a594af5df60bc880 1765 devel optional debhelper_10.7.2.dsc
     03cb6cd0c5a0aac6b83eb18d062bf8ab 416368 devel optional debhelper_10.7.2.tar.xz
     1f58a47b6e7c439cb45756c7ed298240 4449 devel optional debhelper_10.7.2_source.buildinfo
    
  • debian/10.7.1+exp.buildlabels
    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA256
    
    Format: 1.8
    Date: Mon, 31 Jul 2017 19:40:14 +0000
    Source: debhelper
    Binary: debhelper dh-systemd
    Architecture: source
    Version: 10.7.1+exp.buildlabels
    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
    Changes:
     debhelper (10.7.1+exp.buildlabels) experimental; urgency=medium
     .
       * Re-upload to experimental including changes from 10.7.1.
    Checksums-Sha1:
     107f96a06b163a7f1bd02bb46c110ce1f7966fce 1829 debhelper_10.7.1+exp.buildlabels.dsc
     dc586bd0597c75da6b84e6595769cf7b28cef8a2 417688 debhelper_10.7.1+exp.buildlabels.tar.xz
     e2e325ae08d8e35462fb89f46812c8e3ea72647e 4513 debhelper_10.7.1+exp.buildlabels_source.buildinfo
    Checksums-Sha256:
     c0c6e151a6b16c673748e05741242174008ce55e475d0f4fd63c0f214fa8cf7e 1829 debhelper_10.7.1+exp.buildlabels.dsc
     c428b8f625ed70129583a869513c272e9404fb0762d9d8b4297093b14d8ecb3f 417688 debhelper_10.7.1+exp.buildlabels.tar.xz
     d3c183068b3de1912447a97488dee1de3fc0b84bfd034202ad9af08906c02c22 4513 debhelper_10.7.1+exp.buildlabels_source.buildinfo
    Files:
     eb74019658f27cf1846d334aa5408557 1829 devel optional debhelper_10.7.1+exp.buildlabels.dsc
     e14d0b1dbd0cd0bece2b6fa9ee9139aa 417688 devel optional debhelper_10.7.1+exp.buildlabels.tar.xz
     e4211ad04d8fd873501a21bcb86f597e 4513 devel optional debhelper_10.7.1+exp.buildlabels_source.buildinfo
    
    
  • debian/10.7.1
    Release debhelper/10.7.1 into unstable
    
    Format: 1.8
    Date: Mon, 31 Jul 2017 19:00:45 +0000
    Source: debhelper
    Binary: debhelper dh-systemd
    Architecture: source
    Version: 10.7.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.7.1) unstable; urgency=medium
     .
       * Dh_Lib: Fix doit's new call to ensure it does not call a shell
         (like the documentation promises).
       * dh: Ensure that we do not fork a shell for running a simple
         command.
       * autoconf: Revert expansion of ${var} variables passed to
         configure as several packages implicitly assume that are not
         expanded.  E.g. liblockfile relies on ${prefix} being
         unexpanded for DESTDIR to work.  Reopens: #813266
    Checksums-Sha1:
     f983fb5831d78b8e4f12d298e4e664b2426980fa 1765 debhelper_10.7.1.dsc
     a405a4004eff74225f7b4131bf2d0510b5a40491 416240 debhelper_10.7.1.tar.xz
     759471a026c8348084301b1747fa4e3f2313126b 4449 debhelper_10.7.1_source.buildinfo
    Checksums-Sha256:
     a409912937c8ab9d43156597af3c93912a67917873ca959f484c521a1a521855 1765 debhelper_10.7.1.dsc
     9190b25d0ae65209a686762d6baea650f7a24a02a92711079319b33b05268e5f 416240 debhelper_10.7.1.tar.xz
     dffb84753a1e36fd4f49b1cb2ff45333926e86c56bb9159e3748727788ce8786 4449 debhelper_10.7.1_source.buildinfo
    Files:
     befadfee3255783021729fe3e226e3d0 1765 devel optional debhelper_10.7.1.dsc
     6d99876fcad163c03bb99945ea731dbc 416240 devel optional debhelper_10.7.1.tar.xz
     15a7572de7ac9ef0a17c2151c5626c32 4449 devel optional debhelper_10.7.1_source.buildinfo
    
  • debian/10.7+exp.buildlabels
    Release prototype debhelper/10.7+exp.buildlabels into experimental
    
    Format: 1.8
    Date: Sat, 29 Jul 2017 19:50:58 +0000
    Source: debhelper
    Binary: debhelper dh-systemd
    Architecture: source
    Version: 10.7+exp.buildlabels
    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
    Changes:
     debhelper (10.7+exp.buildlabels) experimental; urgency=medium
     .
       PROTOTYPE: Buildlabels - Experimental feature for making
       different feature builds easier to manage.
     .
       * Dh_Lib: Support tagging packages with "X-DH-Buildlabel" to
         associate builds with buildlabel.
       * dh_auto_*: Support new --buildlabel option to group builds.
         Skips builds if all packages associated with the buildlabel
         are skipped.
       * dh_auto_install: Choose a distinct destdir per buildlabel by
         default.
       * dh_install: Automatically determine the default sourcedir for
         a package based on its buildlabel (disabled by --sourcedir).
       * dh_installman: Ditto.
       * dh_installdocs: Ditto.
       * dh_installexamples: Ditto.
       * dh_missing: Check all source directories for missing files by
         default.
    Checksums-Sha1:
     1953c6db63f8d34482ce68da64800d332ea1332d 1821 debhelper_10.7+exp.buildlabels.dsc
     24b92d75a10dc84bac411378c4a74b2aa08c3d55 417456 debhelper_10.7+exp.buildlabels.tar.xz
     a5a44aa932a4d8e707b281edae8e3a5a8b2078f0 4505 debhelper_10.7+exp.buildlabels_source.buildinfo
    Checksums-Sha256:
     984e25b4120c18665500abefcbcb6bf5ba83c92c3ce4e9fd2df06df80e29ae87 1821 debhelper_10.7+exp.buildlabels.dsc
     0556bbfd922972a90dbfd70a789fb707036ccf15bbdfa3ed9453bb527e9753c0 417456 debhelper_10.7+exp.buildlabels.tar.xz
     dd29dcba13916eb008241979b4e501565a0e028a45b2527847eea27397bf6246 4505 debhelper_10.7+exp.buildlabels_source.buildinfo
    Files:
     f1c400f7e156852a7ee0e311cef33e11 1821 devel optional debhelper_10.7+exp.buildlabels.dsc
     4c85e70677cfe5b85e1690fb262efb29 417456 devel optional debhelper_10.7+exp.buildlabels.tar.xz
     84a4c42ded5cce0d07e012a72909f620 4505 devel optional debhelper_10.7+exp.buildlabels_source.buildinfo
    
  • debian/10.7
    Release debhelper/10.7 into unstable
    
    Format: 1.8
    Date: Sat, 29 Jul 2017 18:00:24 +0000
    Source: debhelper
    Binary: debhelper dh-systemd
    Architecture: source
    Version: 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
    Closes: 813266 868584 868649 868674 869697 869780
    Changes:
     debhelper (10.7) unstable; urgency=medium
     .
       [ Niels Thykier ]
       * dh_usrlocal: Fix call to doit to avoid making it fork a shell.
       * autoconf.pm: Ditto.
       * cmake.pm: Ditto.
       * meson.pm: Ditto.
       * dh_installmodules: Ensure maintscripts are reproducible even with
         multiple kernel versions detected.
       * Apply patches from gregor herrmann to improve autopkgtests.
       * Dh_Lib: Introduce a print_and_complex_doit.
       * Buildsystem: Introduce a complex_doit_in_builddir, which is needed
         by gradle-debian-helper.
       * Dh_Lib: Fix bug in doit + doit_* that made them fork a shell in
         some cases.  For backwards compatibility, there is detection code
         that should make it warn for this case and retain bug-compatibility.
         This can cause a weird "Please specify the compatibility level in
         debian/compat" error if the tools have chdir to a different directory.
       * Dh_Lib: Support an optional hashref in doit + doit_* to enable some
         trivial operations in the child process (e.g. redirect stdout).
       * dh_installman: Avoid forking a shell where a simple subprocess call
         is sufficient.
       * Dh_Lib: Avoid forking 2 to 7 subprocesses for adding an autosnippet
         when helper tools use a subroutine rather then a sed snippet.
       * Dh_Lib: Extend autoscript to accept a hashref and use that for
         substituting into the snippet.  This variant (like the subroutine
         variant) avoids forking a lot of subprocesses and need not worry
         about a shell possibly interpreting metacharacters.
       * dh_installman: Pass "-l" to man when recoding the manpages.
       * dh_icons: Use hashref based autoscripts generation.
       * dh_installcatalogs: Ditto.
       * dh_installemacsen: Ditto.
       * dh_installmenu: Ditto.
       * dh_installmodules: Ditto.
       * dh_installwm: Ditto.
       * dh_installxfonts: Ditto.
       * dh_systemd_enable: Ditto.
       * dh_systemd_start: Ditto.
       * Dh_Lib: Reduce the use of shell and external commands for
         generating the final maintscripts.
       * Dh_Lib: Make getpackages without any arguments return all
         packages as the documentation promises it should.  Previously,
         it would hide packages not built (e.g. due to Build-Profiles).
       * Dh_Lib: Provide a better error message when getpackages() is called
         by a helper in the wrong directory.  Unfortunately, dh cannot rely
         on dh_testdir to do this as dh_testdir is called too late.
       * dh: optimize out the call to dh_testdir.  It is useless for
         printing a helpful error message when called by dh.
       * dh_installdocs: Apply patch from Sven Joachim to revert an
         incorrect regression "fix".  Thanks to Adrian Bunk for
         reporting the issue.  (Closes: #868649)
       * dh_installexamples: Ditto.
       * dh_installinfo: Ditto.
       * dh_installman: Ditto.
       * dh_gencontrol: Rewrite code that ensures that misc:Depends and
         misc:Pre-Depends are present to avoid relying external processes
         for this.
       * dh_builddeb: Let dpkg-deb choose the default compression level for
         dbgsym packages instead of using xz -1e.  The current default (xz -6)
         is likely to be a better default value for dbgsym packages.  Thanks to
         Adrian Bunk for the suggestion.  (Closes: #868674)
       * cmake.pm: Pass -DCMAKE_INSTALL_RUNSTATEDIR=/run to cmake in compat 11.
         Thanks to Felix Geyer for the suggestion.  (Closes: #869697)
       * cmake.pm: Avoid using the user specific cmake package registry.  Thanks
         to Christian Seiler and Felix Geyer.  (Closes: #868584)
     .
       [ Colin Watson ]
       * Quote assignment to $recommended_compat in case it isn't a valid Perl
         version string (e.g. for Debian derivatives).  Fix typos that caused it
         not to be used correctly.  Use the /g flag so that all instances of the
         substitution variable are handled.  (Closes: #869780)
     .
       [ Isaac Jurado ]
       * Make the autoconf buildsystem expand "${var}" values send to configure
         (e.g. pass --mandir=/usr/share/man instead of --mandir=${prefix}/share/man).
         (Closes: #813266)
    Checksums-Sha1:
     fd7b2a59493baf746831133f6bb4647ac1b419a5 1757 debhelper_10.7.dsc
     22da871f0c1b7384ebe4616be95fad30eed1a629 416236 debhelper_10.7.tar.xz
     34d75f4546a22e9552e1094290568cea5b1be093 4441 debhelper_10.7_source.buildinfo
    Checksums-Sha256:
     01c827ad13587978c6731cb6880a5a7734d4f0df328aedbfb2175c81794ee945 1757 debhelper_10.7.dsc
     2ea042c1dba7b3bec6a18e9e56fc2a5fa117761b0dd33832dcf04774aadffab0 416236 debhelper_10.7.tar.xz
     1f080f2c1ccddc795aaaa0eebb08ae6884807c41ec729eb834a9f8626b40b2d8 4441 debhelper_10.7_source.buildinfo
    Files:
     ec6ee1b1c69261d5fa0cb0eaaa74dc00 1757 devel optional debhelper_10.7.dsc
     d7b6ace35cc430ceb59c529d9cbbd039 416236 devel optional debhelper_10.7.tar.xz
     4b5e0a81a08dc8aa38e9ce76e346d4ed 4441 devel optional debhelper_10.7_source.buildinfo
    
  • debian/10.6.4
    Release debhelper/10.6.4 into unstable
    
    Format: 1.8
    Date: Fri, 14 Jul 2017 17:49:46 +0000
    Source: debhelper
    Binary: debhelper dh-systemd
    Architecture: source
    Version: 10.6.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: 867846 867866 867881 868169 868204
    Changes:
     debhelper (10.6.4) unstable; urgency=medium
     .
       * dh_installmenu: Revert "Stop installing menu files in compat 11
         (menu-methods are still installed)".
       * dh: Revert "--without=build-stamp by default in compat 11".  Keep
         the compat 10 behaviour while enable packages to opt-in by
         explicitly passing --without=build-stamp themselves.
       * dh_installman: Apply patch from Sven Joachim to fix regression,
         where dh_installman would fail to remove the compressed manpage.
         With hardlinks involved, this could make dh_compress fail later.
         (Closes: #867846)
       * Dh_lib.pm: Rewrite reset_perm_and_owner to it does chmod + chown
         using perl built-ins rather than forking+exec.
       * dh_compress: Apply patch from Sven Joachim to make dh_compress
         gracefully handle hardlinks, where the target files already
         exists.  (Closes: #867881)
       * dh_install: Re-instate bug compatibility with debhelper (<< 10.6)
         where (some) path arguments where split on space as if it had
         been parsed in the config file.  (Closes: #867866)
       * dh_installdocs: Ditto.
       * dh_installexamples: Ditto.
       * dh_installinfo: Ditto.
       * dh_installman: Ditto.
       * Dh_Lib.pm: Fix a regression in handling of dangling symlinks for
         native file copying that caused dh_installdocs to no longer replace
         dangling symlinks with real files.  Thanks to Stéphane Glondu
         for the report.  (Closes: #868204)
       * dh_install: Silently disable bulk optimization when two source paths
         have the same destination.  Thanks to Gianfranco Costamagna for
         reporting the regression.  (Closes: #868169)
       * d/control: Set Testsuite to autopkgtest-pkg-perl to enable
         autopkgtests.
    Checksums-Sha1:
     9acb859461d669fb369f493b2521c057ab8e50fc 1765 debhelper_10.6.4.dsc
     aa7a5dca2d75232ffc574b5f24b736f989f8a9c3 412768 debhelper_10.6.4.tar.xz
     a0868bfcc659828e336fe3c70036c0fd031f4745 4466 debhelper_10.6.4_source.buildinfo
    Checksums-Sha256:
     c579932adcbd7e2d9fc1f402b262e57eda7e033c5dade09d2bb53d1011336eae 1765 debhelper_10.6.4.dsc
     aa11ea77ce605f38318eb3265bdea81ce7113e6fff66c8bd15fc542b64583761 412768 debhelper_10.6.4.tar.xz
     db92727f864985527dfc7cdf638267f824af28fe296b5da2d52117e741c25e46 4466 debhelper_10.6.4_source.buildinfo
    Files:
     b9f0066b3a3ae6e4297d6c5c91e1f56b 1765 devel optional debhelper_10.6.4.dsc
     b96a1f816aad693df5a376191afcc48c 412768 devel optional debhelper_10.6.4.tar.xz
     bee1e3ccb986c148f6c98b2697f5c681 4466 devel optional debhelper_10.6.4_source.buildinfo
    
  • debian/10.6.3
    Release debhelper/10.6.3 into unstable
    
    Format: 1.8
    Date: Sun, 09 Jul 2017 08:24:34 +0000
    Source: debhelper
    Binary: debhelper dh-systemd
    Architecture: source
    Version: 10.6.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: 867246
    Changes:
     debhelper (10.6.3) unstable; urgency=medium
     .
       * Makefile: Use "dpkg-parsechangelog -S" rather than
         "dpkg-parsechangelog | grep".
       * debhelper.pod: Use substitution to ensure examples always use the
         recommended compatibility level.
       * Dh_Lib.pm: Embed tool versions into autoscripts so lintian can
         extract and display them.  Tools that want to rely on this
         feature should set "$main::VERSION" to the version of the tool.
       * dh_install: Rewrite and re-enable optimization so it
         deterministically and gracefully handles cases like #866405.
       * dh: Support new "pkgfile-logged" hint, which can be used by
         helpers that log what files they install.  It enables dh to
         see that it may need to run a helper that would install no
         files, but log what it would have done to avoid making
         dh_missing complain.  Thanks to Michael Stapelberg for
         reporting the issue and testing the fix.  (Closes: #867246)
       * PROGRAMMING: Document how to write "logging" helpers that work
         with dh_missing.
    Checksums-Sha1:
     6cd6b8fe22b5ee2907a2f3cb257b750f33cd7181 1733 debhelper_10.6.3.dsc
     ceb0f6b8833827c55fbd11d2e91de393f1374092 411868 debhelper_10.6.3.tar.xz
     4ff437ad2f1620b9de883aee58450b737db4fe3d 4605 debhelper_10.6.3_source.buildinfo
    Checksums-Sha256:
     a5774b09914124b36725cc0c582dcbe275f4f6882855a95ab76acd8ad20abd7d 1733 debhelper_10.6.3.dsc
     b0bb4b726b6bee43bbcc56ab7f390205014a1de71141c8ea4fec0c056ccf28be 411868 debhelper_10.6.3.tar.xz
     d2126245f8cbf03b7801549616234ad2c5c0c333b65fea02ed9f987963a6a6bd 4605 debhelper_10.6.3_source.buildinfo
    Files:
     2051ec6b6f371f22555e2723777a2415 1733 devel optional debhelper_10.6.3.dsc
     6a8189a60434df58cba73be111a8e000 411868 devel optional debhelper_10.6.3.tar.xz
     c9e32301501a0379f5908479464a9634 4605 devel optional debhelper_10.6.3_source.buildinfo
    
  • debian/10.6.2
    Release debhelper/10.6.2 into unstable
    
    Format: 1.8
    Date: Wed, 05 Jul 2017 08:40:00 +0000
    Source: debhelper
    Binary: debhelper dh-systemd
    Architecture: source
    Version: 10.6.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: 866713
    Changes:
     debhelper (10.6.2) unstable; urgency=medium
     .
       * Refactor test suite and support running tests in parallel.
       * Add a test case for #866570.
       * dh_compress: Apply patch from Sven Joachim to fix a
         regression in 10.5.1.  (Closes: #866713)
       * dh_installman: Fix regression introduced in 10.5.1 that
         caused a "file not found" error when using -P with an
         absolute argument.  Thanks to Adrian Bunk for reporting
         it over IRC.
    Checksums-Sha1:
     3c2d4a074469f6608dc8fbd1ecd60ba49b3d2dcc 1733 debhelper_10.6.2.dsc
     e49d5bb8d402e27050a29256c2dfb483d388057d 410348 debhelper_10.6.2.tar.xz
     14b576ebeb010f1ace679b1db9be5b8c79f839c5 4612 debhelper_10.6.2_source.buildinfo
    Checksums-Sha256:
     e1eb8ccb374e2f02c90d808576e22cfbc632662e4291276d2c65680eb94e6b91 1733 debhelper_10.6.2.dsc
     d90e1d98a3cdf05b27be6b789f96014ce80e96ffbc711112dcff3c211cf68653 410348 debhelper_10.6.2.tar.xz
     246d3ab8a6077befa9934da370125de91a25282ca144f1a2d36043044bcb3e23 4612 debhelper_10.6.2_source.buildinfo
    Files:
     e9dc67574be10ce1bf2fcb3440fac242 1733 devel optional debhelper_10.6.2.dsc
     c6d416ebfe1d5ad22fef40e9afb2bae1 410348 devel optional debhelper_10.6.2.tar.xz
     c2050239d0cbaba222f6fd91b04603f1 4612 devel optional debhelper_10.6.2_source.buildinfo
    
  • debian/10.6.1
    Release debhelper/10.6.1 into unstable
    
    Format: 1.8
    Date: Fri, 30 Jun 2017 06:50:10 +0000
    Source: debhelper
    Binary: debhelper dh-systemd
    Architecture: source
    Version: 10.6.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: 866405 866570
    Changes:
     debhelper (10.6.1) unstable; urgency=medium
     .
       * Makefile: Enable running some tasks in parallel to better
         utilize multiple cores.
       * Dh_Lib: Revert a change that caused dh_install (and other
         tools) to take filenames as absolute if they started with
         a leading slash.  Thanks to Sven Joachim for the prompt
         discovery and notification.  (Closes: #866570)
       * dh_install: Make optimization conditional on compat 11
         for now.  (Closes: #866405)
    Checksums-Sha1:
     760d43eadc4d3a70ee51f9ade2cc739e760f7942 1733 debhelper_10.6.1.dsc
     e61181ad44a2fe226b69d4a468f22f1bd1ac591c 407740 debhelper_10.6.1.tar.xz
     244eed32af870442d08fe9d8ff04bc11e15e975e 4614 debhelper_10.6.1_source.buildinfo
    Checksums-Sha256:
     cbcd7329143f90a6c7202fba31a8df78e6e45cf1a81ddaa60ead1c6a093e3d3a 1733 debhelper_10.6.1.dsc
     5e8e23fc43fe36928e3b3394d029888ee0b6b34ca0aeb665010595a1f5d56653 407740 debhelper_10.6.1.tar.xz
     8bef11d596671befb5b86700dfeb48beba16aff91318ad10b26c0e7b0b2766a4 4614 debhelper_10.6.1_source.buildinfo
    Files:
     7c20c23d6443fc82df6b20842c1e4233 1733 devel optional debhelper_10.6.1.dsc
     3b165920adebf7731a32a401d27142f3 407740 devel optional debhelper_10.6.1.tar.xz
     d3e19aa3709b1eae88161b331de86fbc 4614 devel optional debhelper_10.6.1_source.buildinfo
    
  • 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