- Update to version 13.8

OBS-URL: https://build.opensuse.org/package/show/system:packagemanager/debhelper?expand=0&rev=21
This commit is contained in:
Jan Baier 2022-08-04 16:49:02 +00:00 committed by Git OBS Bridge
parent b6fa24c688
commit e33d0374cc
4 changed files with 45 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f6227704f1b27e1e82371e4b8910f2e99100e2a7aab3d3b3578178a512015c2f
size 1100859

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5bc165460b4b9ae0452dc58f89713c90e7485602ede8490b0c2fae604e4f918d
size 1101588

View File

@ -1,3 +1,44 @@
-------------------------------------------------------------------
Thu Aug 4 16:44:48 UTC 2022 - Jan Baier <jbaier@suse.com>
- Update to version 13.8
* 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)
* Dh_Lib.pm: Remove double semi-colon. (Closes: #1010591)
* Dh_Lib.pm: _strip_spaces now explicitly returns undef on undef
argument.
(Closes: #1010594)
* cmake.pm: Set FETCHCONTENT_FULLY_DISCONNECTED to true. This
ensures that the `FetchContent` module does not attempt to
use internet connection.
* debhelper-compat-upgrade-checklist.pod: Update documentation
for compat 14 change. (Closes: #1011404)
* debhelper.pod: Correct link to the new upgrade checklist.
(Closes: #1012777)
* dh_installman: Avoid false positive language detection on
shared libs.
* Update Portuguese translation (Américo Monteiro)
(Closes: #1011256)
-------------------------------------------------------------------
Mon May 2 14:33:58 UTC 2022 - Jan Baier <jbaier@suse.com>

View File

@ -17,7 +17,7 @@
Name: debhelper
Version: 13.7.1
Version: 13.8
Release: 0
Summary: Helper programs for debian/rules
License: GPL-2.0-or-later