-
debian/13.13f331a077 · ·
Release debhelper/13.13 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 27 Jan 2024 21:17:00 +0100 Source: debhelper Architecture: source Version: 13.13 Distribution: unstable Urgency: medium Maintainer: Debhelper Maintainers <debhelper@packages.debian.org> Changed-By: Niels Thykier <niels@thykier.net> Closes: 1061610 Changes: debhelper (13.13) unstable; urgency=medium . * Add `debhelper-documentation` `debputy` plugin. This provides `debputy` with some files and file patterns for `debputy`'s new `debputy tool-support annotate-debian-directory`. * Revert "Dh_Lib.pm: Fix warning from `cp -n`" Thanks to Sven Joachim <svenjoac@gmx.de> (Closes: #1061610) Checksums-Sha1: 20069cf86a0413edbc4743c1db80c5a8c3ed5aef 1462 debhelper_13.13.dsc 65784ec2896555da4d8b25f352f91c26abecd847 596232 debhelper_13.13.tar.xz b080124f20a35505c4bb9956a6424c767e7df4d8 4797 debhelper_13.13_source.buildinfo Checksums-Sha256: bdb9b3e770eb001650b3d909c3b68fd2c563c1250ada892121f9f4a479fd8870 1462 debhelper_13.13.dsc c51670e72375cf40906c0543f7fae5c3e42d07ce609166c53a27df9ffdec8307 596232 debhelper_13.13.tar.xz a81e1982c667d594667f45d2671380994edf8e83537f2e14bc129c5e2884d2a4 4797 debhelper_13.13_source.buildinfo Files: 639c5591f447dfe167c0e52b6d47f19e 1462 devel optional debhelper_13.13.dsc 0cccc02c9055938e6d00658ca2269dc8 596232 devel optional debhelper_13.13.tar.xz f64a184fd0f758026dbb24f61676714a 4797 devel optional debhelper_13.13_source.buildinfo
-
debian/13.12bf0f8e21 · ·
Release debhelper/13.12 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Fri, 26 Jan 2024 21:41:09 +0100 Source: debhelper Architecture: source Version: 13.12 Distribution: unstable Urgency: medium Maintainer: Debhelper Maintainers <debhelper@packages.debian.org> Changed-By: Niels Thykier <niels@thykier.net> Closes: 1032816 1051184 1059209 1059941 Changes: debhelper (13.12) unstable; urgency=medium . [ Steve Langasek ] * Add support for an 'X-Time64-Compat' field in debian/control to allow overriding of the auto-generated Provides: as necessary. Closes: #1059941. . [ Niels Thykier ] * dh_assistant: Exit with code 2 when unknown hook targets are found * dh_assistant: Add the following new subcommands: - `supports COMMAND` can be used to programmically check whether dh_assistant knows about `COMMAND`. It is a lot better than having to check versions or parse `--help` output. - `list-commands` can be used to determine all "debhelper commands" that will run from a source package (assuming no overrides and no add-on adds a non-standard sequence). This command has a text and a JSON output. - `list-guessed-dh-config-files` can be used to list all debhelper config and their related commands. The result involves a lot of guess work and will never be 100% reliable, which explains the `guessed` part of the command. The output is always JSON. - Add `restore-file-on-clean` with all its caveats. Use it with care for the few cases where it is useful. (Closes: #1051184) * dh_assistant: Always parse Build-Depends for sequences. This would have prevented `detect-unknown-hook-targets` from reporting issues about hook targets related to add-ons if they were loaded via `Build-Depends`. * dh_assistant: `detect-unknown-hook-targets` now continues when add-ons loading fails. It will still exit with status 2 by default when this occurs as if it found an issue. * cmake.pm: Remove compat guard for `-DBUILD_TESTING:BOOL=off` on `nocheck` * Dh_Lib.pm: Fix warning from `cp -n` . [ Jörg Mechnich ] * qmake6.pm: Add cross-compiling support (Closes: #1059209) . [ David (Plasma) Paul ] * Add <pkg.debhelper.nonls> build profile (Closes: #1032816) Checksums-Sha1: 9c06cfdb74f59e5a85407918330276d00afecec8 1462 debhelper_13.12.dsc a58e3263f2d844a0410438c995afe279a1a1a877 594952 debhelper_13.12.tar.xz f4f1c4ecd2239ef2e8a0a20bee9e684213ddabf1 4797 debhelper_13.12_source.buildinfo Checksums-Sha256: 3942e11fc0680015ed543e48fae82465493dba858c714cea5479d14def91d21d 1462 debhelper_13.12.dsc 09b3253f6dbfad81504229b7802c02312b6ca65bc56946bcab22d2f94d890136 594952 debhelper_13.12.tar.xz 504edcf8fb3ba0d090ff856d884a41eccebced38af1014254e9521a833da0a08 4797 debhelper_13.12_source.buildinfo Files: 15677c2a798a0cc834d1c0ece53c393c 1462 devel optional debhelper_13.12.dsc d75ae89f454bbb3c35957a2abe0b8b95 594952 devel optional debhelper_13.12.tar.xz ed3a83baa07f9a9f30ea7b6cb0395baf 4797 devel optional debhelper_13.12_source.buildinfo
-
debian/13.11.100588aed0 · ·
Release debhelper/13.11.10 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 21 Jan 2024 13:16:26 +0100 Source: debhelper Architecture: source Version: 13.11.10 Distribution: unstable Urgency: medium Maintainer: Debhelper Maintainers <debhelper@packages.debian.org> Changed-By: Niels Thykier <niels@thykier.net> Closes: 1048890 1059395 Changes: debhelper (13.11.10) unstable; urgency=medium . [ Luca Boccassi ] * dh_installsystemduser: fix daemon-reload of user instances . [ Balint Reczey ] * dh_clean: Clean __pycache__ (Closes: #1048890) . [ Gioele Barabucci ] * dh_installchangelogs: Generate separate binNMU changelog also under --no-trim (Closes: #1059395) . [ Niels Thykier ] * dh_assistant: Add filename to `detect-hook-targets` * Dh_Lib.pm: Ensure `$_use_color` is always initialized first time * dh_assistant: Add detect-unknown-hook-targets subcommand Checksums-Sha1: 46338409f1140a3a2747a1f677b62fc977304e17 1451 debhelper_13.11.10.dsc 462c7300527f02050cf281aaed11fe1cb88b0b89 590976 debhelper_13.11.10.tar.xz 2d22db50308479b9ed9a1215cc442f93205a4866 4812 debhelper_13.11.10_source.buildinfo Checksums-Sha256: cd306b6da1088c938f3f56ab957b7bef7ecd38d45b104ba9971ce427af736a90 1451 debhelper_13.11.10.dsc 6d3d9879e260fc8c76dda8e8c6e92d53972fd20e3e506620be3d824c26bfd495 590976 debhelper_13.11.10.tar.xz 3df51e43b05702038e907b795dee09f841e99dd3e9c4571f7c709dca97559b0d 4812 debhelper_13.11.10_source.buildinfo Files: 754e666ff5c21735d04cd66d4db306c1 1451 devel optional debhelper_13.11.10.dsc 096634b5ebba41d7fd4ad6548c67b0d8 590976 devel optional debhelper_13.11.10.tar.xz 50abea1df7f7cc84023ba945662da692 4812 devel optional debhelper_13.11.10_source.buildinfo
-
-
-
-
-
debian/13.11.4e68efe3d · ·
Release debhelper/13.11.4 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Mon, 02 Jan 2023 14:54:26 +0000 Source: debhelper Architecture: source Version: 13.11.4 Distribution: unstable Urgency: medium Maintainer: Debhelper Maintainers <debhelper@packages.debian.org> Changed-By: Niels Thykier <niels@thykier.net> Closes: 1027014 Changes: debhelper (13.11.4) unstable; urgency=medium . [ Peter Pentchev ] * meson.pm: Pass --destdir to `meson install`. (Closes: #1027014) Checksums-Sha1: c084735068d81706a6b41deb77efc75d71dcb1dd 1793 debhelper_13.11.4.dsc dec667c5cde6bc71666e00e51f49501319958e8a 580484 debhelper_13.11.4.tar.xz d38158f5d9748f395bf5289e0919b02aa2cbfd64 5452 debhelper_13.11.4_source.buildinfo Checksums-Sha256: 45bb36ef9fd32737da31fe44cc0243c6c488f2c6d45e64ece6db1da5353957fa 1793 debhelper_13.11.4.dsc 9ed846bb34f1a5501894d06c9f30e4831f9c18e0b03e1a177ceac7eb63212b42 580484 debhelper_13.11.4.tar.xz 7e4a0053c89901ee7ac9f68d6d28465b6dd5bf1a93136155d7880e8ccddb64ba 5452 debhelper_13.11.4_source.buildinfo Files: 039d3548b5b2579e72f37e2e3cd6ce60 1793 devel optional debhelper_13.11.4.dsc ddb659a58a9b0da2ec0e5dbe73c5d69f 580484 devel optional debhelper_13.11.4.tar.xz 70e10db951d598236641e39dabc7f22e 5452 devel optional debhelper_13.11.4_source.buildinfo
-
debian/13.11.389d9ea93 · ·
Release debhelper/13.11.3 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Thu, 15 Dec 2022 09:07:38 +0000 Source: debhelper Architecture: source Version: 13.11.3 Distribution: unstable Urgency: medium Maintainer: Debhelper Maintainers <debhelper@packages.debian.org> Changed-By: Niels Thykier <niels@thykier.net> Closes: 1026014 1026125 Changes: debhelper (13.11.3) unstable; urgency=medium . * Dh_Lib.pm: Have addsubstvars check the value for newlines (Closes: #1026014) * Stop using (fake)root for mkdirs again. Should have been removed as a part of the clean up in the previous upload but was overlooked causing breakage in packages still having `Rules-Requires-Root: binary-targets`. (Closes: #1026125) * PROGRAMMING.md: Fix typos Checksums-Sha1: 1585174f406e5ab0212d1e4f7664a69ea1b20d3f 1793 debhelper_13.11.3.dsc c2a84f2fbbd73aa84ac227b80306f653c6ee25c8 580948 debhelper_13.11.3.tar.xz e72e7b20cb2654f2545b8c3c65a68cb722d71914 5467 debhelper_13.11.3_source.buildinfo Checksums-Sha256: e4cb541b805879d85b10899547d82ab2f2c141f16eb92bcbf365af8f797c47b1 1793 debhelper_13.11.3.dsc 183a9c386655031e9a01653671cba52b7180eaae0b31af6123d5edc6ee9a96bf 580948 debhelper_13.11.3.tar.xz 13c870ebc0c16c80eabd606821b24b6caac316902f9a1cb2f851176f34d85ff1 5467 debhelper_13.11.3_source.buildinfo Files: e0e15994ee1dec696b37b578080815dd 1793 devel optional debhelper_13.11.3.dsc 1bd258745a295320afbdb6e2c01416b5 580948 devel optional debhelper_13.11.3.tar.xz 1e80b98c5d4e3f610f5309d1f13a3570 5467 devel optional debhelper_13.11.3_source.buildinfo
-
debian/13.11.27a6d9e58 · ·
Release debhelper/13.11.2 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Wed, 14 Dec 2022 20:32:18 +0000 Source: debhelper Architecture: source Version: 13.11.2 Distribution: unstable Urgency: medium Maintainer: Debhelper Maintainers <debhelper@packages.debian.org> Changed-By: Niels Thykier <niels@thykier.net> Closes: 1024296 Changes: debhelper (13.11.2) unstable; urgency=medium . [ Niels Thykier ] * Dh_Lib.pm: Remove unused third parameter from install_dh_config_file * makefile.pm: Provide hook for subclasses to reuse cross-build support (Closes: #1024296) * Dh_Lib.pm: Revert change where `install_{file,prog,lib}` would use chown. The problem that prompted this change was not caused by debhelper but by fakeroot (#1024544) and the change in debhelper would not even function as a work around in this case. Accordingly, the extra complexity is not worth it and has been reverted. . [ Jakub Wilk ] * Dh_Lib.pm: Fix typo in warning message about dherroron Checksums-Sha1: cb8314b4fef608cc6c12bb68c82645b0dcb984ca 1793 debhelper_13.11.2.dsc 613a46bb7436eb63f1987b0ca01d821bf28c90b8 580764 debhelper_13.11.2.tar.xz 413332e66c5e403d69a3f0ac7a84514efe83559c 5467 debhelper_13.11.2_source.buildinfo Checksums-Sha256: 1f2bf3e6102d888ae38691c0e1fb9e503a3360b085bcc8ba6eff04157c63a050 1793 debhelper_13.11.2.dsc 2ef53a12c6c46abab2ef36f4cd1fcd8cc09b97d63086656741861b3498713850 580764 debhelper_13.11.2.tar.xz 9afc23441763d29d3a63fb0986b5a4a55c6ce5530551a6e13c79b6f73fb177be 5467 debhelper_13.11.2_source.buildinfo Files: 52c3007dc6825d38e8abcc3f137c06d3 1793 devel optional debhelper_13.11.2.dsc 6b9507db9ff4b62f8a9521a8a12fe174 580764 devel optional debhelper_13.11.2.tar.xz b3079cc16b520cef37d95b3a26c4fdb4 5467 devel optional debhelper_13.11.2_source.buildinfo
-
debian/13.11c972be93 · ·
Release debhelper/13.11 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 20 Nov 2022 20:02:12 +0000 Source: debhelper Architecture: source Version: 13.11 Distribution: unstable Urgency: medium Maintainer: Debhelper Maintainers <debhelper@packages.debian.org> Changed-By: Niels Thykier <niels@thykier.net> Closes: 1016354 1021467 Changes: debhelper (13.11) unstable; urgency=medium . [ Gioele Barabucci ] * dh_installchangelogs: Ensure that at least four old entries are preserved (Closes: #1021467) . [ Andrea Pappacoda ] * meson.pm: Use `meson setup` in the configure step rather than just `meson`. . [ Niels Thykier ] * Put newest compat level first in documentation * Rename debhelper config files to include package name * dh_installdebconf: Fix typo in manual page * Dh_Lib.pm: `qx_cmd` support env/chdir changes like `doit` (Closes: #1016354) * Remove obsolete compat checks in the code * dh_dwz: Ensure dwz multifile is owned by root:root when root should be used * dh_builddeb: Always pass `--root-owner-group` to `dpkg-deb` for dbgsym packages. * Dh_Lib.pm: Provide `mkdirs` to create (non-package) directories. * Dh_Lib.pm: Make `install_dir` chown created directories when root should be used for debhelper's own commands. This fixes #1024261 for packages that only use debhelper itself. However, third-party debhelper tools may still cause packages with incorrect ownership for now if they are run after `dh_fixperms` (or `dh_fixperms` is omitted). * Dh_Lib.pm: Ensure `install_{file,prog,lib}` uses chown when root should be used. Previously, they would skip the `chown` call and rely on `dh_fixperms` or `dpkg-deb` to fix the ownership. However, that could cause issues when the helper was run after `dh_fixperms` and install files that `dpkg-deb` would not reset ownership of. Checksums-Sha1: 36e65538a7e71de751244c4a09d1682a1e4ebd9f 1785 debhelper_13.11.dsc 9d7fff69a56b310fcf4dbc04c395b05dde73ebc0 582168 debhelper_13.11.tar.xz ff625dfe0ca13c83329829ef11811545ed689f17 5307 debhelper_13.11_source.buildinfo Checksums-Sha256: cc5c0ff174e8f4c5f0291168f911c91a73930fb7fd541d9e88d6697aadfa0d76 1785 debhelper_13.11.dsc c0057b1b119f54403df31ecad657edc8f05e8ea091a031478aa28d95beb849d3 582168 debhelper_13.11.tar.xz f365cc92e2ded072e348b7306a6685ba256f4c57bad26529a1cc2c25bf213398 5307 debhelper_13.11_source.buildinfo Files: fef3516190da276e8b8f10942896f1e7 1785 devel optional debhelper_13.11.dsc e12335c14024f56feb46e3c9dc4ef4f5 582168 devel optional debhelper_13.11.tar.xz b2c46ab4860d954d392593d8788655ae 5307 devel optional debhelper_13.11_source.buildinfo
-
debian/13.10657c1139 · ·
Release debhelper/13.10 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 08 Oct 2022 18:13:35 +0000 Source: debhelper Architecture: source Version: 13.10 Distribution: unstable Urgency: medium Maintainer: Debhelper Maintainers <debhelper@packages.debian.org> Changed-By: Niels Thykier <niels@thykier.net> Closes: 904409 972724 979401 1000384 1002464 1019231 1020732 1021027 Changes: debhelper (13.10) unstable; urgency=medium . [ Luca Boccassi ] * Install `installsysusers` sequence (to match the provide). . [ Gioele Barabucci ] * dh_installchangelogs: Trim old Debian changelog entries automatically. Distributions can disable this by using `DEB_BUILD_OPTIONS=notrimdch`. * dh_installchangelogs.t: Force locale to be `C.UTF-8` to avoid generating invalid changelog entries under non-default locales. . [ Andrea Pappacoda ] * meson.pm: Stop providing `MESON_TESTTHREADS` environment variable for the install target. Said variable only applies for testing. * cmake.pm: Use `cmake --install` in compat 14. (Closes: #1020732) * docs/PROGRAMMING{,.md}: Rewrite PROGRAMMING into markdown. . [ Michael Biebl ] * dh_installsystemduser: Stop masking user units on package removal. They should never have been masked in the first place. See #1021027. * dh_installinit: Remove executable bit of init scripts on package removal (via preinst). Related to #1021027. * dh_installsystemd: Stop masking system units on package removal. This is no longer necessary with the init scripts getting their exec bit cleared on package removal. (Closes: #1021027) . [ Niels Thykier ] * Dh_Lib.pm: Add `package_type` as a function (extracted from `is_udeb`). * Dh_Getopt.pm: Fix duplicated `warning` in output for a particular warning. * dh_assistant: Provide a new `detect-hook-targets` command. * dh: Recommend using `dh_assistant detect-hook-targets` for checking whether hook targets are correct. * dh: Hoist `nodoc` and `nocheck` from `DEB_BUILD_PROFILES` into `DEB_BUILD_OPTIONS` when they are present in the former and absent in the latter. Emit a warning when doing so to aid the user, so they know why this does not work when they are later building a package that does not use dh. (Closes: #979401) * dh: Provide a warning when cross building an `nocheck` is absent from `DEB_BUILD_OPTIONS` to cross builders, who are not experienced with Debian's requirements for cross-building. The warning also recommends activating the `cross` build profile and provides a way to disable the warning without using `nocheck` (for the special case, where people have a system that can run host binaries). * Dh_Lib.pm: Fix bug where `addsubstvars` would not respect the `--no-act` parameter. * dh_perl: For scripts that are detected as perl scripts that would trigger a dependency, normalize the shebang line to use the same perl as debhelper is run under (/usr/bin/perl in Debian, YMMV in derivatives). (Closes: #904409) * dh_assistant: Provide new `log-installed-files` command to help users and third-party tools record which files they have installed. Third-party tools should use the `--on-behalf-of-cmd` to have their tool name recorded. (Closes: #972724) * dh_installexamples: Explicitly recommend `examples/*` over `examples` as content for the `debian/<pkg>.examples` file to avoid the triggering `.../examples/examples` case. (Closes: #1000384) * debhelper.pod: Clarify the documentation around `-v` + `--verbose` vs. `DH_VERBOSE` vs. `DH_QUIET` and `terse` from `DEB_BUILD_OPTIONS`. Notably, clarify that `-v` and `DH_VERBOSE` provides the same functionality and that they do not cause *all* commands to be shown. (Closes: #1002464) . [ Translations ] * Update Portuguese translation (Américo Monteiro) (Closes: #1019231) Checksums-Sha1: 422859fc9508e32530cdb1c59b9b671846579b08 1785 debhelper_13.10.dsc 314543cd3b5c03fe7346513145b9b3c6c80e64c3 579576 debhelper_13.10.tar.xz 3bd4ddf12b01002b5a7148c991e9dbb98acc8113 5193 debhelper_13.10_source.buildinfo Checksums-Sha256: 85f2dc47e022c0d82787dfacc97e1f2de094cee24d7b70fd2e959d28011e63ff 1785 debhelper_13.10.dsc cb8bc7f59f911dcee69662c230bf3909828807a0cf8ed69a16c5bb1aeeafbd86 579576 debhelper_13.10.tar.xz de613ede494415a18887193b2b9244b0fa08dbcbf1568a8f21bd8e0cbfb7b411 5193 debhelper_13.10_source.buildinfo Files: b65cbfd192b1d23f9719cd57c976f907 1785 devel optional debhelper_13.10.dsc 6d74908410f3e878d174c615aefc5c34 579576 devel optional debhelper_13.10.tar.xz 0216637a7c8bc842020c84da21d7a738 5193 devel optional debhelper_13.10_source.buildinfo
-
debian/13.9.16afeb410 · ·
Release debhelper/13.9.1 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Tue, 30 Aug 2022 15:24:43 +0000 Source: debhelper Architecture: source Version: 13.9.1 Distribution: unstable Urgency: medium Maintainer: Debhelper Maintainers <debhelper@packages.debian.org> Changed-By: Niels Thykier <niels@thykier.net> Closes: 1017441 Changes: debhelper (13.9.1) unstable; urgency=medium . [ Niels Thykier ] * autoscripts/postinst-init-tmpfiles: Re-instate runtime check before running `systemd-tmpfiles`. However, explicitly check for `systemd-tmpfiles` rather than asserting the system was booted by systemd. This resolves #1013969 without requiring a strict dependency as originally suggested by Guilhem Moulin in #1013969. * dh_installtmpfiles: Remove the `systemd | systemd-tmpfiles` dependency as it is no longer required. (Closes: #1017441) * dh_installsystemd: Ditto. * dh_installinit: Ditto. . [ Johannes Schauer Marin Rodrigues ] * autoscripts/postinst-init-tmpfiles: Only pass `--root` to systemd when `DPKG_ROOT` is present (as `--root=/` is different from omitting `--root` entirely). * autoscripts/postinst-sysusers: Ditto Checksums-Sha1: decb1bd8bb0b183b482b515b724083722dfba596 1789 debhelper_13.9.1.dsc bbbb39f5931b569059692013db32a343faea8d8b 572336 debhelper_13.9.1.tar.xz 02a7edb35453d30eef0a671ebc8d347bb401c603 5249 debhelper_13.9.1_source.buildinfo Checksums-Sha256: 7a7e1a7d1305776a78fd1134447868cb7d2465640468fa733ec66fd67aa9ee57 1789 debhelper_13.9.1.dsc cbd1abf353e87c20cf2ef61da0b51354c885a8ad07c0fa311fa4f0df724007a2 572336 debhelper_13.9.1.tar.xz 1287102d6b571b9b3e4fc6ad7323ec71e51b760428c71075c3ba626b952d137b 5249 debhelper_13.9.1_source.buildinfo Files: 8f1fe0ef2275979d7839c904599d05a7 1789 devel optional debhelper_13.9.1.dsc d0c51a1bf754ab352b3baf3423fa6d3b 572336 devel optional debhelper_13.9.1.tar.xz 487301be6aaaa19a5fc2f5dcb64bec50 5249 devel optional debhelper_13.9.1_source.buildinfo
-
debian/13.9c5580a95 · ·
Release debhelper/13.9 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 14 Aug 2022 12:34:54 +0000 Source: debhelper Architecture: source Version: 13.9 Distribution: unstable Urgency: medium Maintainer: Debhelper Maintainers <debhelper@packages.debian.org> Changed-By: Niels Thykier <niels@thykier.net> Closes: 1015263 Changes: debhelper (13.9) unstable; urgency=medium . [ Gioele Barabucci ] * d/control: Provide dh-sequence-installsysusers. . [ Andreas Hübner ] * debhelper.pod: Add missing word "variables". . [ Niels Thykier ] * Dh_Lib.pm: Fix in addsubstvar where a value was added when it should not have been. (Closes: #1015263) Checksums-Sha1: 61c0550397c31bd6d974aee01fc3cd46cea4569e 1781 debhelper_13.9.dsc aaa2a301693b4dd3d8eab96ef40b61d72eb050fc 579492 debhelper_13.9.tar.xz 8574aecc982d010865434ac008fc423c5e327f10 5236 debhelper_13.9_source.buildinfo Checksums-Sha256: ec125361650d64253fba073aaea94c8d1485aa7612173667312078d1ecc6d6f7 1781 debhelper_13.9.dsc a6ffa127d738ad17a975f5110afb749ca097ae391ccf8eacd94932339c271d18 579492 debhelper_13.9.tar.xz 0fa5abaa482712d7cd988860ca3abc04e8ad7343ec2ff11e6ebb03130a9130a9 5236 debhelper_13.9_source.buildinfo Files: ca53f2e44b15d9f101fdd5413767129e 1781 devel optional debhelper_13.9.dsc 523345c4ae3ca9acbc20f14e8ddaff41 579492 devel optional debhelper_13.9.tar.xz 21d6956fee1614101a36cd7b9ff91f24 5236 devel optional debhelper_13.9_source.buildinfo
-
debian/13.851c9a853 · ·
Release debhelper/13.8 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 03 Jul 2022 09:04:23 +0000 Source: debhelper Architecture: source Version: 13.8 Distribution: unstable Urgency: medium Maintainer: Debhelper Maintainers <debhelper@packages.debian.org> Changed-By: Niels Thykier <niels@thykier.net> Closes: 997961 1006805 1010591 1010594 1011099 1011256 1011404 1012777 1013969 Changes: debhelper (13.8) unstable; urgency=medium . [ Niels Thykier ] * dh_perl: Fix incorrect binary versioning caused by a regression in 13.3. Thanks to Niko Tyni for reporting the issue. (Closes: #997961) * d/control: Bump Standards-Version to 4.6.1 - no changes required. * root_sequence.pm: Run `dh_installsysusers` before `dh_installtmpfiles` (only affects compat 14 or later). Thanks to Nicholas Brown for the suggestion. (Closes: #1011099) * autoscripts/postinst-init-tmpfiles: Remove runtime check on the system having systemd as init system. * dh_installtmpfiles: Replace runtime check on the system running under systemd in generated `postinst` script with a dependency on `systemd | systemd-tmpfiles` added to `${misc:Depends}`. Thanks to Guilhem Moulin for the suggestion. (Closes: #1013969) * dh_installsystemd: Ditto. * dh_installinit: Ditto. * debhelper-compat-upgrade-checklist.pod: Correct description for the addition of dh_installsysusers in compat 14. * meson.pm: Use `meson install` instead of `ninja install` for dh_auto_install in compat 14. Thanks to Andrea Pappacoda for the suggestion. (Closes: #1006805) . [ Max-Julian Pogner ] * Dh_Lib.pm: Remove double semi-colon. (Closes: #1010591) * Dh_Lib.pm: _strip_spaces now explicitly returns undef on undef argument. (Closes: #1010594) . [ Andrea Pappacoda ] * cmake.pm: Set FETCHCONTENT_FULLY_DISCONNECTED to true. This ensures that the `FetchContent` module does not attempt to use internet connection. . [ Vagrant Cascadian ] * debhelper-compat-upgrade-checklist.pod: Update documentation for compat 14 change. (Closes: #1011404) . [ Ferenc Wágner ] * debhelper.pod: Correct link to the new upgrade checklist. (Closes: #1012777) . [ Luca Boccassi ] * dh_installman: Avoid false positive language detection on shared libs. . [ Translations ] * Update Portuguese translation (Américo Monteiro) (Closes: #1011256) Checksums-Sha1: ab83b353a662b126d7da2026ac0ad86baa4817c2 1781 debhelper_13.8.dsc 490b5e4c26597e05ea9b023ba245467aeb173d82 571980 debhelper_13.8.tar.xz f8ec73d3d3c49891a82040fc2ec2f26284a6ff0b 5172 debhelper_13.8_source.buildinfo Checksums-Sha256: 0deea560ceff3f0e0bc310e8e69b1d868cae74099e4ca3ddaa9bf3a5078f6959 1781 debhelper_13.8.dsc 3d22db5662a54e3bbe67de699d1e7fd88f920fb1fc1db58a1c45c164f4fb96ea 571980 debhelper_13.8.tar.xz 3dea3d634f304086e0da639c0a16efd0fb591e5cd600db3bdfc08fab83efcfd5 5172 debhelper_13.8_source.buildinfo Files: 856c26b5f503ec889ceb4f3613826997 1781 devel optional debhelper_13.8.dsc 504e6ddd34f8163c091622e510eb4254 571980 devel optional debhelper_13.8.tar.xz 02353b46898a8c129a3d6dea14331157 5172 devel optional debhelper_13.8_source.buildinfo