diff --git a/debhelper-debian-13.7.1.tar.gz b/debhelper-debian-13.7.1.tar.gz deleted file mode 100644 index fc4beb4..0000000 --- a/debhelper-debian-13.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f6227704f1b27e1e82371e4b8910f2e99100e2a7aab3d3b3578178a512015c2f -size 1100859 diff --git a/debhelper-debian-13.8.tar.gz b/debhelper-debian-13.8.tar.gz new file mode 100644 index 0000000..03ee801 --- /dev/null +++ b/debhelper-debian-13.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bc165460b4b9ae0452dc58f89713c90e7485602ede8490b0c2fae604e4f918d +size 1101588 diff --git a/debhelper.changes b/debhelper.changes index 006a854..37f36f6 100644 --- a/debhelper.changes +++ b/debhelper.changes @@ -1,3 +1,44 @@ +------------------------------------------------------------------- +Thu Aug 4 16:44:48 UTC 2022 - Jan Baier + +- 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 diff --git a/debhelper.spec b/debhelper.spec index 6920889..abb3f65 100644 --- a/debhelper.spec +++ b/debhelper.spec @@ -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