vcswatch reports that
this package seems to have a new changelog entry (version
6.2.0-4, distribution
UNRELEASED) and new commits
in its VCS. You should consider whether it's time to make
an upload.
Here are the relevant commit messages:
commit 1a012357520db2b41d81227030f5843b7a9199b3
Author: Fabio Fantoni <fantonifabio@tiscali.it>
Date: Sat Nov 30 18:29:34 2024 +0100
Revert "d/rules: Send xvfb-run error messages to /proc/self/fd/2, not to /dev/null"
This reverts commit 96aa42f6c6b4df686998abf175668666620cb04d.
commit 1c3cf409e2464a6b5a65828d02b18b016c403d6a
Author: Fabio Fantoni <fantonifabio@tiscali.it>
Date: Sat Nov 30 18:03:50 2024 +0100
improve changelog
commit 96aa42f6c6b4df686998abf175668666620cb04d
Author: Fabio Fantoni <fantonifabio@tiscali.it>
Date: Sat Nov 30 18:00:18 2024 +0100
d/rules: Send xvfb-run error messages to /proc/self/fd/2, not to /dev/null
Useful for debug in cases of crash or other error.
Use /proc/self/fd/2 beacause not all container technologies provide
/dev/stderr.
commit 452e48de8971e8aad8c01d75fdab2786b042e7c7
Author: Fabio Fantoni <fantonifabio@tiscali.it>
Date: Sat Nov 30 17:55:07 2024 +0100
d/rules: Only run the test-suite for architecture-specific builds
Similar to other packages with large and/or unreliable test suites,
running the test suite once per architecture is enough: we don't need
to run it a second time (in practice on amd64) in distributions like
Debian that build Architecture: all separately.
In Ubuntu, which builds Architecture: all packages in the same run as
amd64, we'll still run the test suite during that amd64+all build.
commit 5a3d1214a0325215c2528469516ca74c1b3304bf
Author: Fabio Fantoni <fantonifabio@tiscali.it>
Date: Sat Nov 30 17:45:43 2024 +0100
Add d/patches/u/Remove-volatile-qualifier-for-g_once_init-handles.patch