diff --git a/_service b/_service index 6062efc..96813c1 100644 --- a/_service +++ b/_service @@ -1,3 +1,3 @@ - + diff --git a/debhelper-debian-13.11.10.tar.gz b/debhelper-debian-13.11.10.tar.gz deleted file mode 100644 index bea1145..0000000 --- a/debhelper-debian-13.11.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e0054fe527cc093887887be262733a004b3ff04f953312ba9033180966210417 -size 1131453 diff --git a/debhelper-debian-13.13.tar.gz b/debhelper-debian-13.13.tar.gz new file mode 100644 index 0000000..9e1c6aa --- /dev/null +++ b/debhelper-debian-13.13.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26d86a432445f1e57a9b845027ec902cc76854516c472d694f39d843a6749fff +size 1138206 diff --git a/debhelper.changes b/debhelper.changes index 9a6820d..1bf29ea 100644 --- a/debhelper.changes +++ b/debhelper.changes @@ -1,3 +1,49 @@ +------------------------------------------------------------------- +Mon Feb 5 10:52:27 UTC 2024 - Jan Baier + +- update to 13.13: + * 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 (Closes: #1061610) + +------------------------------------------------------------------- +Mon Feb 5 10:49:06 UTC 2024 - Jan Baier + +- update to 13.12: + * Add support for an 'X-Time64-Compat' field in debian/control to allow + overriding of the auto-generated Provides: as necessary. + Closes: #1059941. + * 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` + * qmake6.pm: Add cross-compiling support (Closes: #1059209) + * Add build profile (Closes: #1032816) + ------------------------------------------------------------------- Fri Jan 26 11:53:37 UTC 2024 - Jan Baier diff --git a/debhelper.spec b/debhelper.spec index 8e45854..8de5c2b 100644 --- a/debhelper.spec +++ b/debhelper.spec @@ -17,7 +17,7 @@ Name: debhelper -Version: 13.11.10 +Version: 13.13 Release: 0 Summary: Helper programs for debian/rules License: GPL-2.0-or-later