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 0383a9fd73640b1d5463a82f879f21a35396bf09
Author: Johannes Schauer Marin Rodrigues <josch@debian.org>
Date: Thu Mar 12 10:13:40 2026 +0100
Support $DPKG_ROOT in ucf and ucfr utilities
* add --root option and document in man pages
* keep $DPKG_ROOT environment variable
* prefix statedir with $DPKG_ROOT by default
* use /etc directory from $DPKG_ROOT
* destination passed to ucf must *not* have the $DPKG_ROOT prefix
* path to configuration file passed to ucfr must *not* have prefix
* use dpkg-realpath instead of readlink as the former respects
$DPKG_ROOT automatically and resolves even absolute symlinks relative
to it
* other file arguments like --sum-file still require $DPKG_ROOT prefix
if appropriate
commit b3189c6299cb89030cea69c6e55eff55ed27bc52
Author: Nick Rosbrook <enr0n@ubuntu.com>
Date: Thu Feb 26 09:16:27 2026 -0500
Makefile: quote version string during replacement (LP: #2142754)
Otherwise, if a suffix like "build" or "ubuntu" is used in the version,
perl will complain e.g.:
Bareword found where operator expected (Missing operator before "build1"?) at ucfq line 19, near "3.0052build1"
commit 163c2cf3b4da5f63d688f3d59e31b2b2b7cfd033
Author: Johannes Schauer Marin Rodrigues <josch@debian.org>
Date: Fri Mar 13 08:44:52 2026 +0100
ucf,ucfr: keep LD_LIBRARY_PATH and LD_PRELOAD
Removing these environment variables defeats tools that rely on
LD_PRELOAD like faketime, fakeroot, fakechroot, eatmydata
commit 79e06639d173cd31a0b1934430fd5b5d6a22cb3c
Author: Mark Hindley <mark@hindley.org.uk>
Date: Thu Jun 4 20:23:50 2026 +0100
d/control: bump Standards Version (no changes).
commit 96a7382793719179224e48492a101c659da53793
Author: Mark Hindley <mark@hindley.org.uk>
Date: Thu Jun 4 20:17:40 2026 +0100
Fix testsuite: git ignores empty directories, so create expected subdirs if necessary.