debhelper (13.31)
[PTS] [DDPO]
COMMITS: VCS has seen 10 commits since the debian/13.31 tag
- Git: https://salsa.debian.org/debian/debhelper.git
-
- Branch: main
- Path: debian/changelog
- Repo size: 4386816
- Browser: https://salsa.debian.org/debian/debhelper
- Last scan: 2026-05-07 14:25:19+00
- Next scan: 2026-05-16 02:16:00+00
- Merge requests: 7
- CI pipeline status: success
- Debian changelog in Git:
debhelper (13.31) unstable; urgency=medium
[ Niels Thykier ]
* dh_assistant: Add new `parse-dh-cli-args` subcommand
* dh: Fix description of the `dwz` add-on
* dh_clean: do not require `/` for symlinks to directories.
Thanks to David Prévot <taffit@debian.org> (Closes: #1128894)
* dh_installchangelogs: Require all changelog dates seen to be valid.
Previously, we would allow invalid dates and that causes problems.
With this change, we now require the dates to be valid. This may
bring some invalid entries out in the open in the form of FTBFS
bugs. These were always bugs and how we flag them.
(Closes: #1128372)
[ Luca Boccassi ]
* dh_installinit/dh_installsystemduser: stop adding dependencies
satisfied since bullseye/jammy
[ Nilesh Patra ]
* Update cutoff date in dh_installchangelogs to Bookworm release date
* Do not install NEWS entries beyond cutoff-date (Closes: #1128414)
-- Niels Thykier <niels@thykier.net> Tue, 24 Feb 2026 19:21:19 +0000
- This branch is 10 commits ahead of tag debian/13.31
- Git log:
commit 208cae07ea10a8f706e2e47da3251c1b3791fbaa
Author: Dorle Osterode <dorle.osterode@mailbox.org>
Date: Tue May 5 17:52:34 2026 +0200
Fix meaning of "ahead of time"
commit df610ac8a37b1965a2a3b0edc3d406058231c41e
Author: Dorle Osterode <dorle.osterode@mailbox.org>
Date: Tue May 5 17:33:42 2026 +0200
Fix doubling of word in manpage
commit 41bfd6445effe5b7e32c685e2215950630f1bc3e
Author: Niels Thykier <niels@thykier.net>
Date: Sun Apr 26 07:50:02 2026 +0000
dh_installtmpfiles: Remove note that `tmpfiles.d` is for `systemd`-only
It used to be the case, but it no longer is.
Closes: 1134898
commit ecd10fe2eb8cc2550d0d41bc0034a611a2843163
Author: Niels Thykier <niels@thykier.net>
Date: Sun Apr 12 07:40:04 2026 +0000
dh_clean: remove obsolete `compat` check
commit d499a287b3e82bddf1a5bacb4f52bd3b14d82f55
Author: Niels Thykier <niels@thykier.net>
Date: Thu Apr 2 08:44:06 2026 +0000
Remove an unnecessary space
Gbp-Dch: ignore
commit f7f6f03e8d307042a0476248781a84bb76f6d1cf
Author: Miao Wang <shankerwangmiao@gmail.com>
Date: Tue Mar 31 02:46:43 2026 +0800
filedoublearray: do not resolve symlink when converting to absolute paths
When d/foo.install is an exectuable dh-exec script and d/bar.install is
a symlink of it, dh_install should execute bar.install instead of
foo.install, when resolving the content of bar.install, since dh-exec
would make different output when the name of the executed script is
contained in DH_CONFIG_ACT_ON_PACKAGES.
commit 1db5aa46b0204965c2506f84df6a56de0cd82628
Author: Niels Thykier <niels@thykier.net>
Date: Sun Mar 15 07:02:37 2026 +0000
Re-add `if` that got removed unintentionally
Gbp-Dch: ignore
Fixes: c9b9b4e0e81af99f09c69263dd41eea332b1f743
commit de983af13b751faf393693824cb6c0cf53bff695
Author: Johannes Schauer Marin Rodrigues <josch@debian.org>
Date: Sat Mar 14 22:47:02 2026 +0100
autoscripts/postinst-systemd-restart: do not do a daemon-reload when DPKG_ROOT is non-empty
Thanks: Helmut Grohne <helmut@subdivi.de>
commit 2ef4800f06910b202f5dd732a1ab99b5628bffc3
Author: Johannes Schauer Marin Rodrigues <josch@debian.org>
Date: Fri Mar 13 23:14:08 2026 +0100
autoscripts/postrm-systemd{,-user}: stop testing for deb-systemd-helper
/usr/bin/deb-systemd-helper is part of Essential:yes package
init-system-helper and present on all installations on all architectures
since 2013.
commit c9b9b4e0e81af99f09c69263dd41eea332b1f743
Author: Johannes Schauer Marin Rodrigues <josch@debian.org>
Date: Thu Mar 12 14:00:29 2026 +0100
autoscripts: enable update-rc.d and deb-systemd-helper with $DPKG_ROOT
Both update-rc.d and deb-systemd-helper do support $DPKG_ROOT and thus
we don't have to disable their use when $DPKG_ROOT is non-empty.