diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-26 10:17:27 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-26 10:17:27 +0000 |
commit | 1f7df93ce07ae4648782c87827c0c0fc3fc4e8e1 (patch) | |
tree | 1860466157797353fee4cb520b2b9ff3bcedd2e9 | |
parent | Merging upstream version 13.17. (diff) | |
download | debhelper-1f7df93ce07ae4648782c87827c0c0fc3fc4e8e1.tar.xz debhelper-1f7df93ce07ae4648782c87827c0c0fc3fc4e8e1.zip |
Adding debian version 13.17.debian/13.17
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/changelog | 32 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/source/options | 2 |
3 files changed, 33 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 192ebe8..2f30511 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,35 @@ +debhelper (13.17) unstable; urgency=medium + + [ Américo Monteiro ] + * Update on Portuguese translation of man pages + + [ Niels Thykier ] + * Reorder default sequence around dh_fixperms and nearby tools in + compat 14. (Closes: #981783, #982457). This should also avoid + future issues like LP#1928381 where Ubuntu's modifications to + `dh_strip` cause differences not visible in Debian. + * dh_assistant: Fix bug the config introspection could be wrong. + * debhelper-documentation.json: Associate with `substvars` with + `dh_gencontrol`. + * Add some config hints to `dh_makeshlibs` and `dh_gencontrol`. + * Bump Standards-Version to 4.7.0 - no changes required + * Dh_Lib.pm: Change `pkgfile` lookup to have opt-in features + rather than always-on in compat 14. Third-party debhelper tools + should update their `pkgfile` calls if they need `named` or/and + architecture specifc configuration files. + * Set PKG_CONFIG when calling Makefile.pl (makemaker) if not already set + * Make `dh_auto_install --destdir` change a pure compat 14 change. + Thanks to Jeremy Bícha <jeremy.bicha@canonical.com>. + (Closes: #1074322) + + [ Jean-Pierre Giraud ] + * Update French manpage translation + + [ Helmut Grohne ] + * cmake.pm: Also pass pkg-config via environment (Closes: #1077673) + + -- Niels Thykier <niels@thykier.net> Tue, 13 Aug 2024 12:21:03 +0000 + debhelper (13.16) unstable; urgency=medium [ Niels Thykier ] diff --git a/debian/control b/debian/control index 8f65dc3..5e4e8a1 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Build-Depends: X-DH-Compat: 15 X-Style: black Rules-Requires-Root: no -Standards-Version: 4.6.1 +Standards-Version: 4.7.0 Testsuite: autopkgtest-pkg-perl Vcs-Git: https://salsa.debian.org/debian/debhelper.git diff --git a/debian/source/options b/debian/source/options deleted file mode 100644 index edbbfb5..0000000 --- a/debian/source/options +++ /dev/null @@ -1,2 +0,0 @@ -tar-ignore -tar-ignore=debhelper/.idea |