vcswatch reports that
this package seems to have new commits in its VCS but has
not yet updated debian/changelog. You should consider updating
the Debian changelog and uploading this new version into the archive.
Here are the relevant commit logs:
commit 29fff05046e53b54f00c8244f519b76afe18df34
Author: Benjamin Drung <benjamin.drung@canonical.com>
Date: Fri Jun 26 13:11:10 2026 +0200
Support chroot in /usr/bin
coreutils-from-uutils ships chroot in `/usr/bin` instead of `/usr/sbin`.
Rely on `PATH` to find the `chroot` command.
LP: #2133900
commit 56a19d0010b7907116f31536b65f850987580cf1
Author: Jochen Sprickerhof <jspricke@debian.org>
Date: Fri Jun 26 13:00:32 2026 +0200
Add d/clean
commit f0d41df310c0a10e89cbf6dc946c78e2de875ed3
Author: Jochen Sprickerhof <jspricke@debian.org>
Date: Fri Jun 26 12:57:42 2026 +0200
Fix some groff warnings
commit 6488fa74dd2ecf8f27aff1c69a7366e86baac36c
Author: Jochen Sprickerhof <jspricke@debian.org>
Date: Fri Jun 26 12:20:38 2026 +0200
Drop duplicated build dependency
commit c18f7e3a097e0935b7f14e7a3e30a15060b18f62
Author: Benjamin Drung <benjamin.drung@canonical.com>
Date: Fri Jun 26 10:53:13 2026 +0200
Mark autopkgtests needing Internet access
The autopkgtests are accessing the Debian archive and therefore need
Internet access.
commit 9179ca0bf238649b6e3eb3c4ba25f80b68aadd30
Author: Johannes Schauer Marin Rodrigues <josch@debian.org>
Date: Fri Jun 26 07:00:01 2026 +0000
man/sbuild.1.in: move the unshare backend docs to the top and mention it as...
commit 39db2c37ad3f8cf37df76d5bb279d8375c0a4565
Author: Jochen Sprickerhof <jspricke@debian.org>
Date: Fri Jun 26 06:35:01 2026 +0200
Add --apt-distclean commandline option
Closes: #1135581
commit 7ef952d8be45baae313acc04eed86e8a01ba368f
Author: Philippe SWARTVAGHER <phil.swart@gmx.fr>
Date: Sun May 31 19:34:27 2026 +0200
Fix running autopkgtest with --extra-package=/dir/
When the value of `--extra-package` is a directory, the expected
behaviour is to include all *.deb packages in that repository inside the
autopkgtest run.
The autopkgtest command expects paths to Debian packages, not to
directories.
commit 4b622245b7d5e1c969bfb1574c3f0058a05c0e71
Author: Benjamin Drung <benjamin.drung@canonical.com>
Date: Tue Jun 23 18:06:10 2026 +0200
Map *-proposed pocket to base suite
Ubuntu has a `proposed` pocket (e.g. `resolute-proposed`). Map this
pocket to the base suite similar to what is done on Debian.
commit 7b5155da1f9fcf52f1ed087544c6481c6b1dfa0e
Author: Tianyu Chen <billchenchina2001@gmail.com>
Date: Fri Jun 26 02:01:49 2026 +0800
Add ; for examples in sbuild.conf
commit 47d98aa4c627c911e0fbfda92721e02a37006d87
Author: Arnaud Rebillout <arnaudr@kali.org>
Date: Thu Jun 25 17:04:08 2026 +0700
Fix default value for UNSHARE_MMDEBSTRAP_EXTRA_ARGS
Partially revert commit bbbd194:
- revert the merge of to regex into one, that lead to #1137071
- retain the fix, which was to drop security from the regex
Additionally, (try to) handle the 'unreleased' properly, ie. proper
match (^unreleased$) and proper mirror url (debian-ports).
This suite is documented at https://www.ports.debian.org/archive, and it
seems that it should be present in the build environment, for packages
that target unreleased in their d/changelog. It's also seems to be setup
that way in the build infrastructure, if I'm reading correctly this one:
https://salsa.debian.org/debian-ports-team/dsa-puppet
I tested a build with d/changelog set to experimental, and I can confirm
that it fixes #1137071.
Closes: #1137071
commit dc70c92cc8796d8bac75b07d7987f49af4fd70c1
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Sun Apr 26 17:09:30 2026 +0100
Install and use sysusers.d/tmpfiles.d config files
sysusers.d/tmpfiles.d config files allow a package to use
declarative configuration instead of manually written
maintainer scripts. This also allows image-based systems to
be created with /usr/ only, and also allows for factory
resetting a system and recreating /etc/ on boot.
https://www.freedesktop.org/software/systemd/man/latest/sysusers.d.html