From 3d383f1d65891964f9830fa53e7f8caedd3b15a48e802daf3642d62f6f9c3d4e Mon Sep 17 00:00:00 2001 From: Jan Baier Date: Mon, 5 Feb 2024 10:49:55 +0000 Subject: [PATCH 1/2] - update to 13.12: OBS-URL: https://build.opensuse.org/package/show/system:packagemanager/debhelper?expand=0&rev=39 --- debhelper-debian-13.11.10.tar.gz | 3 --- debhelper-debian-13.12.tar.gz | 3 +++ debhelper.changes | 36 ++++++++++++++++++++++++++++++++ debhelper.spec | 2 +- 4 files changed, 40 insertions(+), 4 deletions(-) delete mode 100644 debhelper-debian-13.11.10.tar.gz create mode 100644 debhelper-debian-13.12.tar.gz 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.12.tar.gz b/debhelper-debian-13.12.tar.gz new file mode 100644 index 0000000..562fcba --- /dev/null +++ b/debhelper-debian-13.12.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d829f310293bb4dcb748128bbc78f6c2e517dd7219e9ac36cc2f7bef1a2838ba +size 1136412 diff --git a/debhelper.changes b/debhelper.changes index 9a6820d..5fee43e 100644 --- a/debhelper.changes +++ b/debhelper.changes @@ -1,3 +1,39 @@ +------------------------------------------------------------------- +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..36c4a81 100644 --- a/debhelper.spec +++ b/debhelper.spec @@ -17,7 +17,7 @@ Name: debhelper -Version: 13.11.10 +Version: 13.12 Release: 0 Summary: Helper programs for debian/rules License: GPL-2.0-or-later From f64ecdfd94f627e51e27bf9f27cca802e14b55c773b7762c15029c82573392c8 Mon Sep 17 00:00:00 2001 From: Jan Baier Date: Mon, 5 Feb 2024 10:57:16 +0000 Subject: [PATCH 2/2] update to 13.13 OBS-URL: https://build.opensuse.org/package/show/system:packagemanager/debhelper?expand=0&rev=40 --- _service | 2 +- debhelper-debian-13.12.tar.gz | 3 --- debhelper-debian-13.13.tar.gz | 3 +++ debhelper.changes | 10 ++++++++++ debhelper.spec | 2 +- 5 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 debhelper-debian-13.12.tar.gz create mode 100644 debhelper-debian-13.13.tar.gz diff --git a/_service b/_service index 6062efc..96813c1 100644 --- a/_service +++ b/_service @@ -1,3 +1,3 @@ - + diff --git a/debhelper-debian-13.12.tar.gz b/debhelper-debian-13.12.tar.gz deleted file mode 100644 index 562fcba..0000000 --- a/debhelper-debian-13.12.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d829f310293bb4dcb748128bbc78f6c2e517dd7219e9ac36cc2f7bef1a2838ba -size 1136412 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 5fee43e..1bf29ea 100644 --- a/debhelper.changes +++ b/debhelper.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +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 diff --git a/debhelper.spec b/debhelper.spec index 36c4a81..8de5c2b 100644 --- a/debhelper.spec +++ b/debhelper.spec @@ -17,7 +17,7 @@ Name: debhelper -Version: 13.12 +Version: 13.13 Release: 0 Summary: Helper programs for debian/rules License: GPL-2.0-or-later