-
debian/13.7.1f9eb09e5 · ·
Release debhelper/13.7.1 Format: 1.8 Date: Wed, 20 Apr 2022 06:17:57 +0000 Source: debhelper Architecture: source Version: 13.7.1 Distribution: unstable Urgency: medium Maintainer: Debhelper Maintainers <debhelper@packages.debian.org> Changed-By: Niels Thykier <niels@thykier.net> Closes: 1009844 Changes: debhelper (13.7.1) unstable; urgency=medium . * debhelper.pod: Fix several typos. Thanks to Guillem Jover for pointing them out and proposing corrections. * dh_installalternatives: Correct a file check that caused false-positive rejections of valid alternatives files. Thanks to Hiroyuki YAMAMORI for reporting the bug and providing an initial patch. (Closes: #1009844) Checksums-Sha1: 93a28cc155fbc6f959910d6ef8464da4dd9b0a0e 1789 debhelper_13.7.1.dsc 82e45becc43bc5b51ba9425791d3d6f3af4ce3c6 570712 debhelper_13.7.1.tar.xz 5457b64146df4083b18d527ab61b7243c949be41 5117 debhelper_13.7.1_source.buildinfo Checksums-Sha256: d148bc66e86fb45b524644c01b2f13fb0f04fc337a0b3f75d536063b8b1d370c 1789 debhelper_13.7.1.dsc 077b81235fa49f5fdf69f2d742d8437d1b925e7b7e2badadbb0fce652d277c10 570712 debhelper_13.7.1.tar.xz ac5d74f8e66ac2ceb80a4f27e67f0381a07a92190b8e8c1586c87e5ae37723f6 5117 debhelper_13.7.1_source.buildinfo Files: 6ee2af8ba9a98ae316999462847e2e19 1789 devel optional debhelper_13.7.1.dsc 802865fd9305e9bb082f505367cafbcb 570712 devel optional debhelper_13.7.1.tar.xz d40195d5063762fdefd4c5cf535817ff 5117 devel optional debhelper_13.7.1_source.buildinfo
-
debian/13.72058dd60 · ·
Release debhelper/13.7 Format: 1.8 Date: Sun, 17 Apr 2022 09:42:46 +0000 Source: debhelper Architecture: source Version: 13.7 Distribution: unstable Urgency: medium Maintainer: Debhelper Maintainers <debhelper@packages.debian.org> Changed-By: Niels Thykier <niels@thykier.net> Closes: 994204 1002800 1004939 Changes: debhelper (13.7) unstable; urgency=medium . [ Niels Thykier ] * dh_installalternatives: Improve validation of alternative files to catch some "obvious" copy-waste mistakes. * dh: Invoke dh_installalternatives after dh_link in compat 14 or later. Thanks to Colin Watson for the suggestion. (Closes: #1002800) * cmake.pm: Drop -DCMAKE_SKIP_RPATH=on in compat v14. Thanks to Vagrant Cascadian for the suggestion and the investigative work on this topic. (Closes: #1004939) * debhelper-compat-upgrade-checklist.pod: New file. * debhelper.pod: Move list of supported compat levels and the related upgrade checklist into debhelper-compat-upgrade-checklist.pod. This means you now need `man 7 debhelper-compat-upgrade-checklist` to see the upgrade checklist. * dh_installdebconf: Support -D/--define command line parameters (mirroring those from dh_installdeb). * Dh_Lib.pm: Cope with "?=" as assignment operator in substvars files to be future proof with (possible) planned addition of "optional substvars. At the moment, debhelper will still always use "=" when adding a substvar but it will now preserve "?=" operator if an existing substvar is modified. . [ Guillem Jover ] * autoconf.pm: Add support for autotest test suites by passing the TESTSUITEFLAGS environment variable to `make test`. . [ Dave Jones ] * Rewrite handling of stop services to use the `preinst` when using --no-restart-after-upgrade. This fixes a regression caused by the fix for #989155. (Closes: #994204) . [ Johannes Schauer Marin Rodrigues ] * dh_installmenu: Respect DPKG_ROOT when checking for update-menus. Note this implementation assumes update-menus is present both inside and outside the chroot to activate. If it is absent on either side, the update-menus call is skipped. . [ Gioele Barabucci ] * dh_installsysusers: Invoke systemd-sysusers even when DPKG_ROOT is set (relying on `--root`). * dh_installpam: In compat 14, install pam snippets into `/usr/lib/pam.d` instead of `/etc/pam.d`. Remember to remove (now) obsolete conffiles when you bump to compat 14. . [ Andreas Hübner ] * debhelper.pod: Correct spelling of DEB_BUILD_MAINT_OPTIONS. Checksums-Sha1: 4b056295e349b904ab53e20bccb0942a4da8114f 1781 debhelper_13.7.dsc 5ada71660423bd027535a8f1fa5491fe8c432e54 570648 debhelper_13.7.tar.xz c99dd52162c862013c803eb51de8279920645205 5109 debhelper_13.7_source.buildinfo Checksums-Sha256: addaef09b019eff48fda58ae0068236a7bf23658954eca0c9aa47e1847f386fa 1781 debhelper_13.7.dsc 552e91ff96e1bd844d549496cb1712b32ae9c5f39e17da8b1c779bd718e4dc49 570648 debhelper_13.7.tar.xz 4058efc2b7ee56fd7038e1f9be1de708c480c328fa9125df4601cfd85330666c 5109 debhelper_13.7_source.buildinfo Files: a1b9c2d33c6661b6d76ae32d15b12f73 1781 devel optional debhelper_13.7.dsc 04087c766181d84e011717c0a1ddc22a 570648 devel optional debhelper_13.7.tar.xz 672e0c980e9a95ade3d78d14ba349a13 5109 devel optional debhelper_13.7_source.buildinfo
-
debian/13.63b35714f · ·
Release debhelper/13.6 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Mon, 20 Dec 2021 12:55:03 +0000 Source: debhelper Architecture: source Version: 13.6 Distribution: unstable Urgency: medium Maintainer: Debhelper Maintainers <debhelper@packages.debian.org> Changed-By: Niels Thykier <niels@thykier.net> Closes: 1000363 1000719 Changes: debhelper (13.6) unstable; urgency=medium . [ Niels Thykier ] * dh_assistant: Avoid creating `debian/.debhelper` when the which-build-system sub command is invoked. Thanks to Jelmer Vernooij for spotting that bug. * dh_assistant: Add new active-compat-level command, which outputs information about which compat level is declared and active. It also tells how the compat level was declared. * Dh_Lib.pm: Add new function, get_non_binnmu_date_epoch, only needed for dh_strip_nondeterminism. * dh_installcron: Add support for `cron.yearly` packaging file. Thanks to Martin-Éric Racine for the suggestion. (Closes: #1000363) * Dh_Lib.pm: Remove support for compat 5 and 6. * debhelper.pod,debhelper-obsolete-compat.pod: Update to reflect the new status for compat 5 and 6. . [ Guillem Jover ] * dh: Add missing _ in execute_after example in POD. . [ Sandro Tosi ] * dh_compress: Exclude .woff and .woff2 by default. . [ Translations ] * Update Portuguese translation (Américo Monteiro) (Closes: #1000719) Checksums-Sha1: 9e79458db2459d088f560cd1d65bd26b1a6aa175 1781 debhelper_13.6.dsc e54b5aac89ec7a7d2d7714a53e4e47104cc314bc 566484 debhelper_13.6.tar.xz 440d850c504aaf36a6c6dc66feb9e36c32065186 5002 debhelper_13.6_source.buildinfo Checksums-Sha256: c025e50f0d2386ceec5b357bbd5828f325d92564e91a22ec7f2c73479da077c4 1781 debhelper_13.6.dsc 5a914c33b98aff437819baf8696e1a375a3852255990e72546af63e9b20912fa 566484 debhelper_13.6.tar.xz 82f7ef93c2411ae9a32ac424547dd246730dccbc559bdc9a6b794a93c231a611 5002 debhelper_13.6_source.buildinfo Files: 04c9f2cdc64da1255d3bc0b3d056abc1 1781 devel optional debhelper_13.6.dsc c6671ac18e3fb80396aaf917b7bdbf5c 566484 devel optional debhelper_13.6.tar.xz 291c66bb7fa9fcbdcdd81500896f09ef 5002 devel optional debhelper_13.6_source.buildinfo
-
debian/13.5.29a05cb0b · ·
Release debhelper/13.5.2 Format: 1.8 Date: Thu, 23 Sep 2021 16:44:25 +0000 Source: debhelper Architecture: source Version: 13.5.2 Distribution: unstable Urgency: medium Maintainer: Debhelper Maintainers <debhelper@packages.debian.org> Changed-By: Niels Thykier <niels@thykier.net> Closes: 971761 993316 993759 994919 Changes: debhelper (13.5.2) unstable; urgency=medium . [ Niels Thykier ] * dh_installsystemd: Revert change to deploy systemd files into usr/lib/systemd. (Closes: #993316, #993759) * dh_installinit: Ditto. * dh_systemd_enable: Ditto. * dh_systemd_start: Ditto. * SequencerUtil.pm: Remove duplicate "-a" option to some commands. Thanks to Christoph Berg for reporting the issue. (Closes: #971761) * dh_installdeb: Revert the change to rewrite `rm_conffiles` into `remove-on-upgrade` due to it causing bugs in non-trivial cases. (Closes: #994919) . [ Christoph Berg ] * dh_installtmpfiles: Add missing option name in POD documentation. Checksums-Sha1: 2a2bc84f105d5907e42ecb256323e9db70aa30b7 1789 debhelper_13.5.2.dsc ba8b081c3e89ef0cfdd2bbd2d781ba47fb3e662e 563424 debhelper_13.5.2.tar.xz 9c3f318cd593999f39fef97eab0953e2084786dd 5039 debhelper_13.5.2_source.buildinfo Checksums-Sha256: 38c999ead9ee89059daca4a97a416cd206e8aabf3893cf55e339491dad63783f 1789 debhelper_13.5.2.dsc e6ee453ad12deac19cd22c09f1814daf332c0cbd692aae85b8f4f98caba55196 563424 debhelper_13.5.2.tar.xz 8504ba6d291d30c4817690c3caf8e8add41b582e385b5230f89f370e9d799e01 5039 debhelper_13.5.2_source.buildinfo Files: d388ad7d7fa777dd15fa529e3580e6b6 1789 devel optional debhelper_13.5.2.dsc 5530da8e4869d4ebde9fc3b5255ba0ec 563424 devel optional debhelper_13.5.2.tar.xz d86414d8e134cc1006a972ba623d2052 5039 devel optional debhelper_13.5.2_source.buildinfo
-
debian/13.5.1567039bb · ·
Release debhelper/13.5.1 Format: 1.8 Date: Tue, 31 Aug 2021 05:43:35 +0000 Source: debhelper Architecture: source Version: 13.5.1 Distribution: unstable Urgency: medium Maintainer: Debhelper Maintainers <debhelper@packages.debian.org> Changed-By: Niels Thykier <niels@thykier.net> Closes: 993345 Changes: debhelper (13.5.1) unstable; urgency=medium . [ Paul Wise ] * cmake.pm: make it possible to override dh provided ctest arguments . [ Niels Thykier ] * cmake.pm: Add missing import which broke cmake related builds. Thanks to Boyuan Yang for reporting the issue. (Closes: #993345) Checksums-Sha1: ce9e63c55120f2b694c74a45bec6a302e85b463c 1789 debhelper_13.5.1.dsc f0fdb53b5615c6068d351bc2eea005280c16cb2d 563280 debhelper_13.5.1.tar.xz 0d59fef27fd9eeca33595e813dd3d35627f65783 5014 debhelper_13.5.1_source.buildinfo Checksums-Sha256: 200498cdfa2460669eb154c1757739cfe0697004eadc4115053c478c07614e30 1789 debhelper_13.5.1.dsc 390c3c8fd008aa74b0de1e790bc1e157fd3ba1b1901146679ee9b43dce97f04b 563280 debhelper_13.5.1.tar.xz 91721bdeea752dd10aef377a6c21dc8df41d234accb8badba5d17261fc3840f1 5014 debhelper_13.5.1_source.buildinfo Files: b319e3cb31d92658f4bcde5218126266 1789 devel optional debhelper_13.5.1.dsc 10a87e68f8c9822d9c78044ea2716ce8 563280 devel optional debhelper_13.5.1.tar.xz d0982965672fa7145719be9d8ac014b2 5014 devel optional debhelper_13.5.1_source.buildinfo
-
debian/13.586848963 · ·
Release debhelper/13.5 Format: 1.8 Date: Mon, 30 Aug 2021 19:50:42 +0000 Source: debhelper Architecture: source Version: 13.5 Distribution: unstable Urgency: medium Maintainer: Debhelper Maintainers <debhelper@packages.debian.org> Changed-By: Niels Thykier <niels@thykier.net> Closes: 971432 984900 992623 Changes: debhelper (13.5) unstable; urgency=medium . * dh_installdeb: Install debian/conffiles in compat 12+ again (undoing the compat 12 change saying dh_installdeb would ignore this file). The file can now be using for the activating the `remove-on-upgrade` feature from dpkg 1.20. * dh_installdeb: Automatically rewrite `rm_conffiles` into the new `remove-on-upgrade` feature from dpkg when possible. * cmake.pm: Pass `ARGS+=--verbose` to make when running tests in the cmake+make variant except when "terse" is in DEB_BUILD_OPTIONS. Thanks to Paul Wise for the suggestion. (Closes: #992623) * python_support.pm: Remove obsolete dh addon. It did nothing but warn and nothing used it anymore. * dh: Document debhelper provided dh addon sequences. * single_binary.pm: New dh addon ("single-binary") that explicitly activates the "single binary" work flow, where dh_auto_install uses debian/<pkg> as default --destdir when there is only a single binary package. It will error out if used in a source package building multiple binary packages. * dh: Activate "single-binary" addon by default in compat levels up to and including compat 14 when the source package only lists one binary package in debian/control. In compat 14, emit a warning when this happens implicitly requesting users to explicitly enable or disable the addon for single binary source packages to avoid surprises in compat 15. * dh_auto_install: In compat 15, remove special-case default for --destdir for single binary source packages. If the previous default is desired, please use the "single-binary" dh addon or explicitly pass --destdir to dh_auto_install. (Closes: #971432) * debian/control: Provide dh-sequence-single-binary. * debhelper.pod: Document the dh_auto_install will change behaviour in compat 15 for single binary packages and dh will warning about that in compat 14. * dh_assistant: New tool for assisting third-party tools. At the moment, it primarily supports introspection related features but will hopefully be extended to support more use cases. (Closes: #984900) Checksums-Sha1: 11c85a36d468c6be743f890a29124efeedcc1081 1781 debhelper_13.5.dsc 58996d0acb07eb677015c66055a403ded635bf39 563276 debhelper_13.5.tar.xz 97feaca6109658182012e4030e19d7cc66103e02 5006 debhelper_13.5_source.buildinfo Checksums-Sha256: e5836ba340ccc22b0dfa34aa565efb31136382f5406e8dd3f433840ca89d277d 1781 debhelper_13.5.dsc 9724d3d789e76b73c536e379751887bc253f73d1377c54283fc439b7a4354834 563276 debhelper_13.5.tar.xz 8c20d780839f30414e94c6d6fda1efe76f53b38438ee769e422e2039c39a221c 5006 debhelper_13.5_source.buildinfo Files: 4e73dee3ff3982a317336a2969c5f137 1781 devel optional debhelper_13.5.dsc debbc0bae2f0aac6975562605077ae76 563276 devel optional debhelper_13.5.tar.xz 503e79362ce50ce1acc500308e1933c7 5006 devel optional debhelper_13.5_source.buildinfo
-
debian/13.4.1250916a3 · ·
Release debhelper/13.4.1 Format: 1.8 Date: Sat, 21 Aug 2021 09:01:00 +0000 Source: debhelper Architecture: source Version: 13.4.1 Distribution: unstable Urgency: medium Maintainer: Debhelper Maintainers <debhelper@packages.debian.org> Changed-By: Niels Thykier <niels@thykier.net> Closes: 992554 992556 Changes: debhelper (13.4.1) unstable; urgency=medium . [ Clint Adams ] * autoscripts/*: Replace `which` with `command -v`. . [ Simon McVittie ] * dh_installsystemd: Only merge /lib/systemd/system into /usr for now. (Closes: #992554) * dh_systemd_enable: Ditto. . [ Johannes Schauer Marin Rodrigues ] * autoscripts/postinst-init-nostart: Call invoke-rc.d when a non-empty DPKG_ROOT is used. (Closes: #992556) Checksums-Sha1: f7212e3b1f1d905cff4c9b47dde8af935411c022 1789 debhelper_13.4.1.dsc a91e5dd41e5a9465166ecf8431105152947f2e8c 556700 debhelper_13.4.1.tar.xz 6b14c2162d70e2858ff021d564dd3035699f8b94 5015 debhelper_13.4.1_source.buildinfo Checksums-Sha256: c23049843e222052bb2d2c6df63001280b24619c4dd08318f54b048ea1502d8f 1789 debhelper_13.4.1.dsc c565b9e2924df2f293a01f4f49ea80c5a6b1976379a7b4139808d63d2bcce983 556700 debhelper_13.4.1.tar.xz 0fd2a301d67677f4279fe8863a3ea7da2428ac23fe0d8f5248f540d82943b139 5015 debhelper_13.4.1_source.buildinfo Files: 5b80ccdc5df0d8637980c0dee4d702bb 1789 devel optional debhelper_13.4.1.dsc 6cbd78e141aff33f1aab248fe8afdc40 556700 devel optional debhelper_13.4.1.tar.xz 675e15c862af3de89dea213ebedb4a70 5015 devel optional debhelper_13.4.1_source.buildinfo
-
debian/13.4+nmu1c3da8c6c · ·
Release debhelper 13.4+nmu1 Format: 1.8 Date: Tue, 17 Aug 2021 13:34:02 -0700 Source: debhelper Architecture: source Version: 13.4+nmu1 Distribution: unstable Urgency: high Maintainer: Debhelper Maintainers <debhelper@packages.debian.org> Changed-By: Sean Whitton <spwhitton@spwhitton.name> Changes: debhelper (13.4+nmu1) unstable; urgency=high . [ Sean Whitton ] * Non-maintainer upload. * Replace "use v5.28" with "use v5.24" in Dh_Lib.pm. The change to "use v5.28" in 13.4 broke the test to distinguish 0755 from "0755" in the reset_perm_and_owner function, breaking builds. Thanks Adrian Bunk and Ansgar for help isolating the problem. . [ Niels Thykier ] * debian/changelog: Correct bug number in the 13.4 entry. Checksums-Sha1: 83477f74186747eec129b80740281df624da8164 1776 debhelper_13.4+nmu1.dsc 662e92aedf239cc8c647f76cf39dd4c01adcf86a 556060 debhelper_13.4+nmu1.tar.xz 410faa57bc606fe1b65ce4659862f31536a23f87 5010 debhelper_13.4+nmu1_source.buildinfo Checksums-Sha256: 6eb3de5727bb1de10a6df19469de50bd1645a1d98b2c68e4c358c21d9c23207a 1776 debhelper_13.4+nmu1.dsc dc81d6ca0973bfc0d7e70ab0cd22e354bde488bfd8123a48e77673a19f140961 556060 debhelper_13.4+nmu1.tar.xz bdb138991c7c5081f4b8e283649f251006e968ee3a7e44b65cf936e0de4e9c61 5010 debhelper_13.4+nmu1_source.buildinfo Files: b7758194ecfbfa7ceb0d4665fb0b1053 1776 devel optional debhelper_13.4+nmu1.dsc 980862ddb3ee564018c086a6dda91bbb 556060 devel optional debhelper_13.4+nmu1.tar.xz c45aaf9cb2a9f4b20171fd9ce2fe8edb 5010 devel optional debhelper_13.4+nmu1_source.buildinfo
-
debian/13.4646d2127 · ·
Release debhelper/13.4 Format: 1.8 Date: Tue, 17 Aug 2021 16:32:34 +0000 Source: debhelper Architecture: source Version: 13.4 Distribution: unstable Urgency: medium Maintainer: Debhelper Maintainers <debhelper@packages.debian.org> Changed-By: Niels Thykier <niels@thykier.net> Closes: 908845 979401 980903 981106 983566 986329 987989 988973 989155 Changes: debhelper (13.4) unstable; urgency=medium . [ Dimitri John Ledkov ] * dh_dwz: run in parallel across packages. (Closes: !47) . [ Andrej Shadura ] * Dh_Buildsystems.pm: Add bmake and mkcmake as third-party build systems. (Closes: !46) . [ Guillem Jover ] * Dh_Buildsystems.pm: Add golang as a third-party build system. (Closes: #981106) . [ Niels Thykier ] * autoscripts/*: Add support for DPKG_ROOT in systemd, tmpusers, sysusers and init related snippets. Based on an initial patch from Helmut Grohne. (Closes: #983566) * autoscripts/*: Reorder conditions in some scripts to avoid doing a redundant stat call when a script parameter can decide to skip it. * dh_gconf: Remove the command as it does nothing. (Closes: #908845) * doc/TODO: Remove reference to dh_gconf. * root_sequence.pm: Remove dh_gconf from root sequence and declare it as obsolete (causing errors from compat 14 if still referenced in hook targets). * man/po4a/po4a.cfg: Remove dh_gconf from translations. * AddonAPI.pm: The declare_command_obsolete command now accepts an "$error_compat" parameter to enable addons to choose which compat level that will trigger an error (though it must be minimum 13). * doc/PROGRAMMING: Update docs to reflect API change. * debhelper.pod: Document that referencing dh_gconf in hook targets will cause an error in compat 14. * dh_fixperms: Correct permissions of files beneath usr/libexec to be executable. (Closes: #979401) * dh_installtmpfiles: Only register tmpfiles ending with ".conf" as tmpfiles in /usr/lib/tmpfiles.d and /etc/tmpfiles.d. This ensures that dh_installtmpfiles gracefully copes with e.g. README files provided by systemd upstream. (Closes: #986329) * dh_installsystemd: Ditto (but only relevant in compat 12 or earlier) * cmake.pm: Pass -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF to cmake in addition to -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON as the former is intended to replace the latter. Thanks to Raul Tambre for reporting the issue. (Closes: #988973) * Dh_Lib.pm: Bump version requirement to v5.28 to reflect the actual requirements (the code was using v5.28 features). Thanks to Sérgio Basto for reporting the issue. * dh_missing: Ditto. * autoscripts/postinst-init,autoscripts/postinst-systemd-start: Use "restart" instead of "start" when starting the services. This ensures a smooth transition from --restart-after-upgrade to --no-restart-after-upgrade in dh_installinit and dh_installsystemd. Thanks to Ryan Tandy for reporting the issue. (Closes: #989155) * dh_installsystemd: Remove usage of autoscripts/postinst-systemd-restart * dh_installinit: Remove usage of autoscripts/postinst-init-restart * autoscripts/autoscripts/postinst-systemd-restart: Removed. * autoscripts/postinst-init-restart: Removed * dh_installsystemd: Prefer /usr/lib/systemd/ to /lib/systemd. (Closes: #987989) * dh_systemd_enable: Ditto. * dh_systemd_start: Ditto. * dh_installinit: Ditto. * dh_installsystemd: Merge /lib/systemd into /usr/lib/systemd if both are present in the package staging directory (prefering the latter in case of conflicts). (Closes: #987989) * dh_systemd_enable: Ditto. . [ Dominic Hargreaves ] * perl_build.pm,perl_makemaker.pm: Make debhelper use the same perl as it runs under (via Perl's $^X variable) when invoking the upstream build system. (Closes: !40, #966396) . [ Axel Beckert ] * Always generate unique doc-base file names based on package name and document ID. (Closes: #980903) Checksums-Sha1: 3bc75e1b09e1bbc377dc1642681e779c759148d0 1781 debhelper_13.4.dsc 6d77b2a118dbb0817c6a7dffb981b8b820367f2a 556308 debhelper_13.4.tar.xz 7e6b3982dbcbc7fe837aa19c1ceaff73c6667d70 4981 debhelper_13.4_source.buildinfo Checksums-Sha256: fccb5935bc6e79cef8fecaf7f90de227f796334c2a05d2dc462bc715366ecc88 1781 debhelper_13.4.dsc 668d8d16e788f3900d8356dbb3c1eab34ccf45cafb5ecb8a6ff5a71b804661ce 556308 debhelper_13.4.tar.xz 9a7b2ebcc76f4d5399505c54b32582a22ff12d36eedab633ce00d14a34646d40 4981 debhelper_13.4_source.buildinfo Files: 221f553d4f4b9c374ae9e98efeb3b008 1781 devel optional debhelper_13.4.dsc 9f9414556d1ff4b5b08725f2f6df8338 556308 devel optional debhelper_13.4.tar.xz eba2add6f68dc338700f512f2b8b8d53 4981 devel optional debhelper_13.4_source.buildinfo
-
debian/13.3.3_bpo10+1cb0c94e5 · ·
Release debhelper/13.3.3~bpo10+1 Format: 1.8 Date: Sat, 06 Mar 2021 10:03:25 +0000 Source: debhelper Architecture: source Version: 13.3.3~bpo10+1 Distribution: buster-backports Urgency: medium Maintainer: Debhelper Maintainers <debhelper@packages.debian.org> Changed-By: Niels Thykier <niels@thykier.net> Changes: debhelper (13.3.3~bpo10+1) buster-backports; urgency=medium . * Rebuild for buster-backports. Checksums-Sha1: 0ecd5f1256da4483bab883a1029a986d3ae9c72f 1821 debhelper_13.3.3~bpo10+1.dsc 63e04c26f6dcad0e5c5a02c255ea6a1aefd9a97c 546796 debhelper_13.3.3~bpo10+1.tar.xz beb506818607c321dc54b53a2e1e775e1627a1d5 5007 debhelper_13.3.3~bpo10+1_source.buildinfo Checksums-Sha256: dcad2640ada25be396d83d2272d5dadc77f4c0c8af4e8d4f1fcc703fe6ffa8e0 1821 debhelper_13.3.3~bpo10+1.dsc d8a920e61d3dd173113755474c6194bd2cc47f238f92faca28aa3a39b0ec8e8f 546796 debhelper_13.3.3~bpo10+1.tar.xz 0ab7f3633d8c23477adc71b472abe9fc80ed26b98787d659d87eae58b991eb48 5007 debhelper_13.3.3~bpo10+1_source.buildinfo Files: c42c514c0da25eb16906f1c9fd7d31f8 1821 devel optional debhelper_13.3.3~bpo10+1.dsc 3875e5e0bec9344822d7d0f01dd168fd 546796 devel optional debhelper_13.3.3~bpo10+1.tar.xz fb477da71873b931d9be84c2fdf75a5f 5007 devel optional debhelper_13.3.3~bpo10+1_source.buildinfo
-
debian/13.3.4b05c8690 · ·
Release debhelper/13.3.4 Format: 1.8 Date: Sat, 06 Mar 2021 09:53:10 +0000 Source: debhelper Architecture: source Version: 13.3.4 Distribution: unstable Urgency: medium Maintainer: Debhelper Maintainers <debhelper@packages.debian.org> Changed-By: Niels Thykier <niels@thykier.net> Closes: 982675 Changes: debhelper (13.3.4) unstable; urgency=medium . [ Jakub Wilk ] * debhelper.pod: Add missing space after ")" . [ Translations ] * Update French translation (Jean-Pierre Giraud) (Closes: #982675) Checksums-Sha1: fb1a1fde9690c3f7009fe3d3a8b74285666c4cee 1789 debhelper_13.3.4.dsc c91a1b40f4f419b95aa07523e82063ce159157bb 555136 debhelper_13.3.4.tar.xz d152877a18c361810379d7e7cae3ce77788f7b57 4975 debhelper_13.3.4_source.buildinfo Checksums-Sha256: db56b96890c1df2db75ceebd930946b2dbe7416b3aba592c9da99c4e54c9338c 1789 debhelper_13.3.4.dsc 5173b6c6d613e7c27a9c378ef339b01438b5bd80a0fc48b235df70307f5c77c6 555136 debhelper_13.3.4.tar.xz 29a5cfa80d5e7a285a999915189407f499a3f10c9748dc7a1d791d985609f3d9 4975 debhelper_13.3.4_source.buildinfo Files: e870bb7240802c53924c60d6b911d1d6 1789 devel optional debhelper_13.3.4.dsc e79d15a8e1116b32116f296c6d4cd5e5 555136 devel optional debhelper_13.3.4.tar.xz 8e6019e0663148dcdcbf960d88419bee 4975 devel optional debhelper_13.3.4_source.buildinfo
-
debian/13.3.3b2fad838 · ·
Release debhelper/13.3.3 Format: 1.8 Date: Wed, 03 Feb 2021 19:43:32 +0000 Source: debhelper Architecture: source Version: 13.3.3 Distribution: unstable Urgency: medium Maintainer: Debhelper Maintainers <debhelper@packages.debian.org> Changed-By: Niels Thykier <niels@thykier.net> Closes: 981567 Changes: debhelper (13.3.3) unstable; urgency=medium . [ Niels Thykier ] * dh_installsysusers: Add systemd-sysusers as alternative provider in the ${misc:Depends} dependency as that is the name used by opensysusers. . [ Translations ] * Update Portuguese translation (Américo Monteiro) (Closes: #981567) Checksums-Sha1: e1e131a97e085a7678de05d9063cd63ca2374650 1789 debhelper_13.3.3.dsc 87dc5dd94c55d9bbc127efc3578de74b64ae3006 546640 debhelper_13.3.3.tar.xz 14e60db789f450f516012f1f5482fbe0907a7005 4973 debhelper_13.3.3_source.buildinfo Checksums-Sha256: f8f605cad564a51d1d9e93adc0492f39dd2400068881c87e3489657bdc10a73f 1789 debhelper_13.3.3.dsc bc22438d55a6be23379d428b0c68921db41dbb22a303000c27c5f2b8fbaaf412 546640 debhelper_13.3.3.tar.xz 2f5550913d04ac97fe7b972201a824e9f53cee42ef1c1569cd570fa9b053b393 4973 debhelper_13.3.3_source.buildinfo Files: 1c154fc912558a65e6d9112f4ead5f6a 1789 devel optional debhelper_13.3.3.dsc 7473858894165e8b877946d43a94635a 546640 devel optional debhelper_13.3.3.tar.xz 1c965c8c9620ab60c4e112cdc11de91b 4973 devel optional debhelper_13.3.3_source.buildinfo
-
debian/13.3.1_bpo10+167bd5317 · ·
Release debhelper/13.3.1~bpo10+1 Format: 1.8 Date: Fri, 08 Jan 2021 20:01:14 +0000 Source: debhelper Architecture: source Version: 13.3.1~bpo10+1 Distribution: buster-backports Urgency: medium Maintainer: Debhelper Maintainers <debhelper@packages.debian.org> Changed-By: Niels Thykier <niels@thykier.net> Changes: debhelper (13.3.1~bpo10+1) buster-backports; urgency=medium . * Rebuild for buster-backports. Checksums-Sha1: 47d4b0abfda128f8126e00cf1f49d4d71056022e 1821 debhelper_13.3.1~bpo10+1.dsc 999a5220fc3b83033e10481a53e71e28c1f1c0b1 543344 debhelper_13.3.1~bpo10+1.tar.xz 7c6c914645c01430d396cfc6c9e8f7ebc1ca9744 5017 debhelper_13.3.1~bpo10+1_source.buildinfo Checksums-Sha256: 3fc446eeb9d611eef70c56cf5f7a47bd1a31b4e042b59a7058341696c3b28414 1821 debhelper_13.3.1~bpo10+1.dsc 706e4872aa9a61a01529c40b1f2438bc7f6938fd8b432ce9933587c82300463d 543344 debhelper_13.3.1~bpo10+1.tar.xz c55febebe916dd633182dae85c13c5f500e87fc66c4e23406d4ecbb50c5013eb 5017 debhelper_13.3.1~bpo10+1_source.buildinfo Files: 80acf64966c5052e32626aafced34ffd 1821 devel optional debhelper_13.3.1~bpo10+1.dsc df0f740043f2b3fb2e4e232dfd9ac04b 543344 devel optional debhelper_13.3.1~bpo10+1.tar.xz 264af9b87104d3cb05ff2e3cc6a532d3 5017 devel optional debhelper_13.3.1~bpo10+1_source.buildinfo
-
debian/13.3.100c7aa39 · ·
Release debhelper/13.3.1 Format: 1.8 Date: Mon, 28 Dec 2020 16:52:01 +0000 Source: debhelper Architecture: source Version: 13.3.1 Distribution: unstable Urgency: medium Maintainer: Debhelper Maintainers <debhelper@packages.debian.org> Changed-By: Niels Thykier <niels@thykier.net> Changes: debhelper (13.3.1) unstable; urgency=medium . * d/control: Bump dependency on dwz to pull newer version of dwz in buster-backports, which makes backporting easier. Thanks to Anthony Fok for the patch and for backporting dwz. Checksums-Sha1: f549219945682e04ecd0fe4ce6b93d277bc86789 1789 debhelper_13.3.1.dsc 9304361f5cf3c2eba1b7486241edeab7ad09304d 542712 debhelper_13.3.1.tar.xz 91a05a411e8b9b976093aae4b348133ce9c9057d 4987 debhelper_13.3.1_source.buildinfo Checksums-Sha256: f208d3587d45ae4004edf7a721a917307de0f5317d10f5b741edf91d208a9561 1789 debhelper_13.3.1.dsc 6a409999b1836d6824da512e47c14de1d8aebc16837ff80249e29cc02ce4566b 542712 debhelper_13.3.1.tar.xz 0f5bfa094a520d416623e4efc56f36084822c2b9304ccc16380e357b07b1aac0 4987 debhelper_13.3.1_source.buildinfo Files: 1167952881720cb11f9b991218f1db76 1789 devel optional debhelper_13.3.1.dsc 3182d198f530196fe2532479d6211475 542712 devel optional debhelper_13.3.1.tar.xz 457f2f5ba60c6695f9ad04cbccccf929 4987 devel optional debhelper_13.3.1_source.buildinfo
-
debian/13.331f25217 · ·
Release debhelper/13.3 Format: 1.8 Date: Sun, 06 Dec 2020 20:11:53 +0000 Source: debhelper Architecture: source Version: 13.3 Distribution: unstable Urgency: medium Maintainer: Debhelper Maintainers <debhelper@packages.debian.org> Changed-By: Niels Thykier <niels@thykier.net> Closes: 871312 962384 971036 971362 973029 976323 Changes: debhelper (13.3) unstable; urgency=medium . [ Niels Thykier ] * dh_md5sums: When reading the conffiles file, ignore every line except those starting with a slash "/". * SequencerUtil.pm,dh_testroot: Let dh skip dh_testroot when the builder supports Rules-Requires-Root and it is set to "no". * Dh_Lib.pm: Provide a more helpful error message when lintian-overrides config files are executable by mistake. * dh_gencontrol: Discard the "Protected" field in dbgsym packages. Thanks to Axel Beckert for reporting the issue. (Closes: #976323) * dh_installsysusers: New tool to install and integrate sysusers into debian packaging. Thanks to Michael Biebl and Moritz Muehlenhoff for feedback and initial testing. (Closes: #962384) * d/control: Remove transitional package for dh-systemd. Thanks to Michael Biebl for poking reverse dependencies to migrate and getting us ready to remove it. (Closes: #871312) * cmake.pm: Pass VERBOSE=1 to make by default when building to ensure that gmock builds are also verbose. Thanks to Johannes Schauer for reporting the issue. (Closes: #973029) * Dh_Lib.pm: Disable "unicode_strings" feature, which caused issues with UTF-8 encoded files. Thanks to Sebastien Bacher for reporting the issue. (Closes: #971362) * dh_installinfo: Work around upstream installing the usr/share/info/dir file. If seen, dh_installinfo will now tag it as "installed" even though it is not installed. This avoids promoting the installation of the file by dh_missing only to have lintian tell people to remove it again. (Closes: #971036) . [ Michael Biebl ] * autoscripts/postrm-systemd-reload-only: Run daemon-reload on "remove" only. Checksums-Sha1: bfb4c1f53fe2b31e133ba1252b9bd9fed654f1b6 1781 debhelper_13.3.dsc e3201c6602874c136dfc9e0d44ef2225d62abce8 542576 debhelper_13.3.tar.xz 60013ad4db5d72c5160c638403d450a23bc50d6b 5088 debhelper_13.3_source.buildinfo Checksums-Sha256: a8616a90d8e16a5bb7c5ecc5daa4d1a9eec76b3a3489cd6a220e890cb3600113 1781 debhelper_13.3.dsc 42413f819e0e8cc6204ea38a2ab56a7d1319a9377bea91a67bedbcad62e82932 542576 debhelper_13.3.tar.xz bedd9bd5823538e078977ec1001e18c3f3dc12f07e61de0d91b6efe37f39e08c 5088 debhelper_13.3_source.buildinfo Files: d2113396e01d90ee0d18616b54763785 1781 devel optional debhelper_13.3.dsc 279be0c0945c7632cc4060f67fe2b03a 542576 devel optional debhelper_13.3.tar.xz b513c816fe4865d427943508f1c8e4ed 5088 devel optional debhelper_13.3_source.buildinfo
-
debian/13.2.1cf8bc273 · ·
Release debhelper/13.2.1 Format: 1.8 Date: Sat, 12 Sep 2020 20:27:03 +0000 Source: debhelper Architecture: source Version: 13.2.1 Distribution: unstable Urgency: medium Maintainer: Debhelper Maintainers <debhelper@packages.debian.org> Changed-By: Niels Thykier <niels@thykier.net> Closes: 964784 966285 966689 966834 968187 Changes: debhelper (13.2.1) unstable; urgency=medium . [ Niels Thykier ] * debian/changelog: Fix some typos in previous entries. * Dh_Lib.pm,Dh_Buildsystems.pm: Properly clear buildflags with --reload-all-buildenv-variables is passed. Thanks to Harald Welte and Guillem Jover for reporting and debugging the issue. (Closes: #966689) * dh_missing: Improve message about related files found. Thanks to Diego Escalante for reporting the issue. (Closes: #966834) . [ Peter Pentchev ] * dh_installalternatives: Correct order of values in the example for Dependents links. (Closes: #966285) . [ Chris Lamb ] * dh_missing: Sort order of missing files to make output deterministic. (Closes: #968187) . [ Translations ] * Update Portuguese translation (Américo Monteiro) (Closes: #964784) Checksums-Sha1: 809a253d6e257bea8b5e39d2e3ff9ba3b1383025 1843 debhelper_13.2.1.dsc 3cc7d0220cc05657f138880a3a500c398f983d39 541428 debhelper_13.2.1.tar.xz bc27588947a55c99d3a45a19964d49ecf8c06cf8 4628 debhelper_13.2.1_source.buildinfo Checksums-Sha256: 37a0bcb31c48c958af7331b33def8d38ef3d6076f065ed35a2c28c435f82daa2 1843 debhelper_13.2.1.dsc 3f2f4e085ab8f3389f6e8bf1610bc196c363cd7d08d15c791c04451490868eba 541428 debhelper_13.2.1.tar.xz 5f8a4594c4beb530300b82bbf7313161606de36e94a6af6a7db4707ce176863f 4628 debhelper_13.2.1_source.buildinfo Files: 89562337dd372dd271d2590e43c9d188 1843 devel optional debhelper_13.2.1.dsc 3bded8140c6c290c555e43722cd03f3b 541428 devel optional debhelper_13.2.1.tar.xz 9098c5451929b8584c6d8ac35a0399df 4628 devel optional debhelper_13.2.1_source.buildinfo
-
debian/13.2_bpo10+1fdaf44df · ·
Release debhelper/13.2~bpo10+1 Format: 1.8 Date: Wed, 08 Jul 2020 16:22:36 +0000 Source: debhelper Architecture: source Version: 13.2~bpo10+1 Distribution: buster-backports Urgency: medium Maintainer: Debhelper Maintainers <debhelper@packages.debian.org> Changed-By: Niels Thykier <niels@thykier.net> Closes: 43720 645873 822730 933224 942813 958343 958987 959494 959678 959731 960107 960110 960697 960781 961655 962474 962568 Changes: debhelper (13.2~bpo10+1) buster-backports; urgency=medium . * Rebuild for buster-backports. . debhelper (13.2) unstable; urgency=medium . [ Niels Thykier ] * dh_missing: Explicitly remind people that they should not copy-waste multi-arch paths directly into debian/not-installed. Instead, recommend the use of wildcards of ${DEB_HOST_MULTIARCH} to replace the hardcoded value. * d/changelog: Clarify what dh_installman change in 13.1 related to #958343 was about. * Dh_Lib.pm: Add support for raising compat deprecation warnings to an error if there are pending removals. This currently triggers for usage of compat 5 and 6. * cmake.pm: Pass -DCMAKE_SKIP_RPATH=ON -DBUILD_RPATH_USE_ORIGIN=ON to cmake in compat 14. This should fix some reproducibility issues but may cause breakage if packages run binaries directly from the build directory. Thanks to Timo Röhling for the suggestion. (Closes: #962474) * dh,dh_auto_*: Change the handling of XDG_RUNTIME_DIR in compat 13. It is now only set to a writable directory for dh_auto_test but set to a much shorter directory avoid issues with socket lengths. In all other cases, the XDG_RUNTIME_DIR is now cleared. Thanks to Simon McVittie for the report. (Closes: #961655) * debhelper.pod: Document that --sourcedir clashes between dh_auto_* and dh_missing (etc.). Thanks to Thorsten Glaser for reporting the issue. (See #964230) . [ Anel Husakovic ] * debhelper.7: Fix typo/grammatical errors. . [ Translations ] * Update Portuguese translation (Américo Monteiro) (Closes: #962568) . debhelper (13.1) unstable; urgency=low . [ Niels Thykier ] * dh_installinitramfs: Remove misleading "in compat 12" as the behaviour was unrelated to the compat level. * dh_installinitramfs: Migrate to using declaratively triggering update-initramfs as a noawait trigger (replacing maintscript calls to "update-initramfs -u", which had the same affect). (Closes: #822730). * dh_installman: Improve error messages and handling of broken section numbers. Notably, the auto-detection no longer picks section numbers that look suspiciously like a version number (or a date). This can cause dh_installman to reject manpages if it can no longer guess a suitable section for the manpage Thanks to Paul Gevers for reporting the bug. (Closes: #958343) * Dh_Lib.pm: Support that Architecture (among other fields) can be folded in d/control. Thanks to Thorsten Glaser for reporting the issue. (Closes: #958987) * SequencerUtil.pm: Fix use of uninitialized variable warning. * Dh_Lib.pm: Properly error out on paragraphs missing the Package field (rather than silently ignoring them). * debian/rules: Fix call to gen-provides that seemed to work more due to luck than by design. * Dh_Lib.pm: Provide HIGHEST_STABLE_COMPAT_LEVEL, which reflects the latest stable compat level. Thanks to Jelmer Vernooij for the suggestion. * Dh_Lib.pm: Respond to DH_DATAFILES environment variable in addition to DH_AUTOSCRIPTS as a means to find data files. This is mostly useful for testing purposes or to be "self-hosting". The new DH_DATAFILES is more general than DH_AUTOSCRIPTS and enable us to add new data file sources without inventing new environment variables. * Dh_Lib.pm: Require perl v5.24 (available in Debian oldstable) to enable more modern features. * Dh_Lib.pm: Fix a bug in variable substition where ${Tab} incorrectly expanded to "\b" rather than "\t". * dh_installchangelogs.1: Loosely document which file names that dh_installchangelogs uses as guesses for finding an upstream changelog file. Thanks to Laurent Bigonville for suggesting the change. (Closes: #933224) * Dh_Lib.pm: When setting HOME or XDG_RUNTIME_DIR in compat 13, use an absolute path. Thanks to Dmitry Shachnev for reporting the issue. (Closes: #959731) * dh_installsystemd.1: Copy the description for the --no-stop-on-upgrade option from dh_installinit. * dh_installsystemd: Have --no-start or --no-stop-on-upgrade disable --restart-after-upgrade as the documentation says it will. Thanks to Axel Beckert for reporting the issue. (Closes: #959678) * dh_installinit: Ditto. * dh.1: Explicitly document that hook targets can cause complications when they are made unconditional by a makefile target and suggest alternatives. Thanks to Marcin Owsiany for reporting this. (Closes: #645873) * cmake.pm: Rollback -DCMAKE_AUTOGEN_VERBOSE=ON temporarily as it trips bhlc due to a bug in cmake. Thanks to Nicolas Braud-Santoni and "anoteng" for reporting the issue. (Closes: #959494) * dh_clean.1: Rephrase the description of dh_clean to avoid confusion about when it is run. Thanks to Hugh McMaster for the suggestion. (Closes: #960110) * dh_missing.1: Update documentation to reflect that the --fail-missing option is now the default in compat 13. Thanks to Hugh McMaster and Christoph Berg for the report. (Closes: #960107, #960697) * dh: Filter out the root-sequence in "--list" output and reject attempts to activate or deactivate the sequence as it is an implementation detail. * dh_installalternatives: New helper that can setup alternatives (update-alternatives) based on a declarative format. Currently, the format is converted to calls to update-alternatives, which are inserted into the maintscripts of the package. Thanks to David Engel and Fumitoshi UKAI for the original requests. (Closes: #43720) * dh_missing: Attempt to guess if missing files might be caused by the packager installing the same file via a different path and let them know of this. (Closes: #960781) . [ Guillem Jover ] * autoconf.pm: Pass --disable-option-checking to ./configure scripts to avoid warnings about unknown options. (Closes: #942813) . [ Translations ] * Fix typo in German translation. (Andreas Bombe) Checksums-Sha1: 528efdbdacb78863371624c05e5c50c8acc79d43 1867 debhelper_13.2~bpo10+1.dsc 6b26d67ecd038d27a8d497e6bd174dd85ee7ef54 539880 debhelper_13.2~bpo10+1.tar.xz fdb7d4b677730d7f0df7928b5dd58c2d031747d8 4572 debhelper_13.2~bpo10+1_source.buildinfo Checksums-Sha256: 2214c3f4477e8bd78be7ba76513ffb77fc0db436cfd9d288d8f1a2171af68898 1867 debhelper_13.2~bpo10+1.dsc 054f13c1805f456ce6330fa3e1a6e1514fda71a12ffcad71f6507fd2a35acc14 539880 debhelper_13.2~bpo10+1.tar.xz 76712d9fce1ae683d9941e47fd9769b58ed7f62cb5356943060fcd8f3cf88324 4572 debhelper_13.2~bpo10+1_source.buildinfo Files: 0846a06843fe4a5bd8d9260747394a52 1867 devel optional debhelper_13.2~bpo10+1.dsc ba46e665677f4d7e3be9ba12f444fff2 539880 devel optional debhelper_13.2~bpo10+1.tar.xz 6fde3b02a4847c32381cd0cc64598de8 4572 devel optional debhelper_13.2~bpo10+1_source.buildinfo
-
debian/13.2155d5a2a · ·
Release debhelper/13.2 Format: 1.8 Date: Sun, 05 Jul 2020 21:14:04 +0000 Source: debhelper Architecture: source Version: 13.2 Distribution: unstable Urgency: medium Maintainer: Debhelper Maintainers <debhelper@packages.debian.org> Changed-By: Niels Thykier <niels@thykier.net> Closes: 961655 962474 962568 Changes: debhelper (13.2) unstable; urgency=medium . [ Niels Thykier ] * dh_missing: Explicitly remind people that they should not copy-waste multi-arch paths directly into debian/not-installed. Instead, recommend the use of wildcards of ${DEB_HOST_MULTIARCH} to replace the hardcoded value. * d/changelog: Clarify what dh_installman change in 13.1 related to #958343 was about. * Dh_Lib.pm: Add support for raising compat deprecation warnings to an error if there are pending removals. This currently triggers for usage of compat 5 and 6. * cmake.pm: Pass -DCMAKE_SKIP_RPATH=ON -DBUILD_RPATH_USE_ORIGIN=ON to cmake in compat 14. This should fix some reproducibility issues but may cause breakage if packages run binaries directly from the build directory. Thanks to Timo Röhling for the suggestion. (Closes: #962474) * dh,dh_auto_*: Change the handling of XDG_RUNTIME_DIR in compat 13. It is now only set to a writable directory for dh_auto_test but set to a much shorter directory avoid issues with socket lengths. In all other cases, the XDG_RUNTIME_DIR is now cleared. Thanks to Simon McVittie for the report. (Closes: #961655) * debhelper.pod: Document that --sourcedir clashes between dh_auto_* and dh_missing (etc.). Thanks to Thorsten Glaser for reporting the issue. (See #964230) . [ Anel Husakovic ] * debhelper.7: Fix typo/grammatical errors. . [ Translations ] * Update Portuguese translation (Américo Monteiro) (Closes: #962568) Checksums-Sha1: 05ea609e70c96920fb2eabd8b98ca8e201bec20a 1835 debhelper_13.2.dsc 3dc6a6d74afd8ab99935fe510eecc76300d1c603 540400 debhelper_13.2.tar.xz 04106327212616acedd963dc4077d2a079aecb15 4586 debhelper_13.2_source.buildinfo Checksums-Sha256: 6eb15d5b5225dfa6076eb25db1f2740c9852e4589e0598fc647b35ce7dfa945c 1835 debhelper_13.2.dsc 380a6196a28da0992878b0f5453d3adeb17eda27ca0b87453ef293bf2c7e6f46 540400 debhelper_13.2.tar.xz 09a244e7e9697dc9ee9634ed29d968fde0a9f44f84daf27c9e8eb3ae7d38fa07 4586 debhelper_13.2_source.buildinfo Files: 2d0bc857672ad7825e37a7533b94431c 1835 devel optional debhelper_13.2.dsc 6adebda3d1d9b3c260dcb6e81d162de8 540400 devel optional debhelper_13.2.tar.xz eb86ba1fb5ccefb6a67c8d26291bad97 4586 devel optional debhelper_13.2_source.buildinfo
-
debian/13.1f2477880 · ·
Release debhelper/13.1 Format: 1.8 Date: Sun, 17 May 2020 17:07:30 +0000 Source: debhelper Architecture: source Version: 13.1 Distribution: unstable Urgency: low Maintainer: Debhelper Maintainers <debhelper@packages.debian.org> Changed-By: Niels Thykier <niels@thykier.net> Closes: 43720 645873 822730 933224 942813 958343 958987 959494 959678 959731 960107 960110 960697 960781 Changes: debhelper (13.1) unstable; urgency=low . [ Niels Thykier ] * dh_installinitramfs: Remove misleading "in compat 12" as the behaviour was unrelated to the compat level. * dh_installinitramfs: Migrate to using declaratively triggering update-initramfs as a noawait trigger (replacing maintscript calls to "update-initramfs -u", which had the same affect). (Closes: #822730). * dh_installman: Improve error messages and handling of broken section numbers. Notably ignore (with a warning) sections from manpages that look suspiciously like a version number. Thanks to Paul Gevers for reporting the bug. (Closes: #958343) * Dh_Lib.pm: Support that Architecture (among other fields) can be folded in d/control. Thanks to Thorsten Glaser for reporting the issue. (Closes: #958987) * SequencerUtil.pm: Fix use of uninitialized variable warning. * Dh_Lib.pm: Properly error out on paragraphs missing the Package field (rather than silently ignoring them). * debian/rules: Fix call to gen-provides that seemed to work more due to luck than by design. * Dh_Lib.pm: Provide HIGHEST_STABLE_COMPAT_LEVEL, which reflects the latest stable compat level. Thanks to Jelmer Vernooij for the suggestion. * Dh_Lib.pm: Respond to DH_DATAFILES environment variable in addition to DH_AUTOSCRIPTS as a means to find data files. This is mostly useful for testing purposes or to be "self-hosting". The new DH_DATAFILES is more general than DH_AUTOSCRIPTS and enable us to add new data file sources without inventing new environment variables. * Dh_Lib.pm: Require perl v5.24 (available in Debian oldstable) to enable more modern features. * Dh_Lib.pm: Fix a bug in variable substition where ${Tab} incorrectly expanded to "\b" rather than "\t". * dh_installchangelogs.1: Loosely document which file names that dh_installchangelogs uses as guesses for finding an upstream changelog file. Thanks to Laurent Bigonville for suggesting the change. (Closes: #933224) * Dh_Lib.pm: When setting HOME or XDG_RUNTIME_DIR in compat 13, use an absolute path. Thanks to Dmitry Shachnev for reporting the issue. (Closes: #959731) * dh_installsystemd.1: Copy the description for the --no-stop-on-upgrade option from dh_installinit. * dh_installsystemd: Have --no-start or --no-stop-on-upgrade disable --restart-after-upgrade as the documentation says it will. Thanks to Axel Beckert for reporting the issue. (Closes: #959678) * dh_installinit: Ditto. * dh.1: Explicitly document that hook targets can cause complications when they are made unconditional by a makefile target and suggest alternatives. Thanks to Marcin Owsiany for reporting this. (Closes: #645873) * cmake.pm: Rollback -DCMAKE_AUTOGEN_VERBOSE=ON temporarily as it trips bhlc due to a bug in cmake. Thanks to Nicolas Braud-Santoni and "anoteng" for reporting the issue. (Closes: #959494) * dh_clean.1: Rephrase the description of dh_clean to avoid confusion about when it is run. Thanks to Hugh McMaster for the suggestion. (Closes: #960110) * dh_missing.1: Update documentation to reflect that the --fail-missing option is now the default in compat 13. Thanks to Hugh McMaster and Christoph Berg for the report. (Closes: #960107, #960697) * dh: Filter out the root-sequence in "--list" output and reject attempts to activate or deactivate the sequence as it is an implementation detail. * dh_installalternatives: New helper that can setup alternatives (update-alternatives) based on a declarative format. Currently, the format is converted to calls to update-alternatives, which are inserted into the maintscripts of the package. Thanks to David Engel and Fumitoshi UKAI for the original requests. (Closes: #43720) * dh_missing: Attempt to guess if missing files might be caused by the packager installing the same file via a different path and let them know of this. (Closes: #960781) . [ Guillem Jover ] * autoconf.pm: Pass --disable-option-checking to ./configure scripts to avoid warnings about unknown options. (Closes: #942813) . [ Translations ] * Fix typo in German translation. (Andreas Bombe) Checksums-Sha1: 354d859ea7a03761376b8770eab44dd0c8b0830d 1835 debhelper_13.1.dsc c733627709bb2e83aa948407e4d6181c6ece4eb9 530828 debhelper_13.1.tar.xz 94f7c82e0e3ee2343411ce26227b7463bfe6f257 4453 debhelper_13.1_source.buildinfo Checksums-Sha256: 079f7e39bcce3c86364a88e3f704b94b24a21f25a235ec4f260ede3279135de9 1835 debhelper_13.1.dsc b54f05f73ad63e9636c32098526690e995647e5a16913efd1e01e84eb87f9bbe 530828 debhelper_13.1.tar.xz d8678ad32e0775ba7d876f3f365947322507ad0ebfd058d4ec60cfb9a91b1b15 4453 debhelper_13.1_source.buildinfo Files: 6e13639e62af3fa1908ad7b7ce517a51 1835 devel optional debhelper_13.1.dsc 614c7152a105c02c8fcc2ac4bba2bc31 530828 devel optional debhelper_13.1.tar.xz 6cd059732ad9c904fd1b6324863ed69f 4453 devel optional debhelper_13.1_source.buildinfo