-
debian/10.10.2a2047cf1 · ·
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.178275a7e · ·
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.10a5e895b5 · ·
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+160408049 · ·
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.2ea839980 · ·
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.1134e6fa2 · ·
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.9603974f7 · ·
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+156ce2e10 · ·
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.82be4122a · ·
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+exp.buildlabelsa96823d6 · ·
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.2f01ac336 · ·
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.buildlabels7554bfae · ·
-----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.1946ee34e · ·
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.buildlabels85ef657a · ·
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.74569d0eb · ·
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.4ebc47435 · ·
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.3f5a22e8e · ·
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.2d79e82c9 · ·
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.1ac250f10 · ·
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