Accepting request 1144192 from system:packagemanager
Update to 13.13 OBS-URL: https://build.opensuse.org/request/show/1144192 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/debhelper?expand=0&rev=20
This commit is contained in:
commit
65777a9aff
2
_service
2
_service
@ -1,3 +1,3 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="download_files" mode="manual"/>
|
<service name="download_files" mode="localonly"/>
|
||||||
</services>
|
</services>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e0054fe527cc093887887be262733a004b3ff04f953312ba9033180966210417
|
|
||||||
size 1131453
|
|
3
debhelper-debian-13.13.tar.gz
Normal file
3
debhelper-debian-13.13.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:26d86a432445f1e57a9b845027ec902cc76854516c472d694f39d843a6749fff
|
||||||
|
size 1138206
|
@ -1,3 +1,49 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 5 10:52:27 UTC 2024 - Jan Baier <jbaier@suse.com>
|
||||||
|
|
||||||
|
- 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 <svenjoac@gmx.de> (Closes: #1061610)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 5 10:49:06 UTC 2024 - Jan Baier <jbaier@suse.com>
|
||||||
|
|
||||||
|
- 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 <pkg.debhelper.nonls> build profile (Closes: #1032816)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 26 11:53:37 UTC 2024 - Jan Baier <jbaier@suse.com>
|
Fri Jan 26 11:53:37 UTC 2024 - Jan Baier <jbaier@suse.com>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: debhelper
|
Name: debhelper
|
||||||
Version: 13.11.10
|
Version: 13.13
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Helper programs for debian/rules
|
Summary: Helper programs for debian/rules
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user