diff --git a/debhelper-debian-13.20.tar.gz b/debhelper-debian-13.20.tar.gz deleted file mode 100644 index ce61115..0000000 --- a/debhelper-debian-13.20.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a4060ea2e1bc0584ff79b6889d284e951a87af7e3305c076f392da72339522f6 -size 1182464 diff --git a/debhelper-debian-13.23.tar.gz b/debhelper-debian-13.23.tar.gz new file mode 100644 index 0000000..3abcde9 --- /dev/null +++ b/debhelper-debian-13.23.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f9c87cce6acab69b55948f89fc133c16bf656aff4a7679f25f20d011ce22c14 +size 1188276 diff --git a/debhelper.changes b/debhelper.changes index 470f6e4..30be047 100644 --- a/debhelper.changes +++ b/debhelper.changes @@ -1,3 +1,43 @@ +------------------------------------------------------------------- +Fri Jan 3 09:36:46 UTC 2025 - Jan Baier + +- update to 13.23: + * makefile.pm: Preserve return value from `sub install` + * Bring back the python-distutils build-system. It is clearly + used given removing it caused 200+ FTBFS bugs. Hoever, it is + also clearly not used (becuase using it would cause FTBFS + bugs). Instead packages seem to just override all the + `dh_auto_*` commands and what breaks with the full removal + is that `dh` cannot find the build system. + (Reopens: #1089715) + * dh_installlog{check,rotate}: Re-added `named` `pkgfile`s in + compat 14+ + * Dh_Lib.pm: Recognize `!=` substvars. + Thanks to Guillem Jover + * Revert "dh_installsysusers: Temporarily add opensysusers + alternative". The work around is no longer needed. Thanks + to Samuel Thibault . + * Fix some typos and formatting issues in man pages. + Thanks to Christoph Brinkhaus + (Closes: #1083170) + * Fix typo of `dh_gencontrol` in man page + * Remove the defunct python-distutils build-system retroactively. + Thanks to Colin Watson (Closes: #1089715) + * dh_fixperms: Remove `exec` bit from files in `/usr/share/themes` + * Replace `dh-buildinfo` without the `dh_buildinfo` to ease transition. + As requested in #1068809, `debhelper` will temporarily provide + `dh-buildinfo` with relevant `Conflicts` and `Replaces` to ensure + apt can find a solution. The provides is only on a metadata level, + since most packages no longer use `dh_buildinfo` directly or cope + gracefully with its removal. A few packages are expected to break, + which will be cleaned up by people who volunteered in #1068809. + If your package starts to FTBFS as a consequence of this change, + please remove the call to `dh_buildinfo`. + See: #1068809 + * dh_auto_install: Ensure sane minimum mode in destdir [c14] + (Closes: #1082724) + * Update German translation of man pages (Closes: #1083169) + ------------------------------------------------------------------- Mon Aug 26 08:15:05 UTC 2024 - Jan Baier diff --git a/debhelper.spec b/debhelper.spec index 07fa55d..b0b6263 100644 --- a/debhelper.spec +++ b/debhelper.spec @@ -1,7 +1,7 @@ # # spec file for package debhelper # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: debhelper -Version: 13.20 +Version: 13.23 Release: 0 Summary: Helper programs for debian/rules License: GPL-2.0-or-later