[Pkg-rust-maintainers] Bug#1116897: fixed in rust-clipboard 0.5.0-7
Santiago Vila
sanvila at debian.org
Wed Oct 1 14:37:18 BST 2025
On Wed, Oct 01, 2025 at 01:27:02PM +0000, Debian Bug Tracking System wrote:
> * Skip dh_auto_test under nocheck (Closes: #1116897)
Hi.
I just wanted to point out that this construct:
override_dh_auto_test:
ifeq (, $(filter nocheck,$(DEB_BUILD_PROFILES)))
ifeq (, $(filter nocheck,$(DEB_BUILD_OPTIONS)))
xvfb-run --server-args="-screen 0 1280x800x24" \
dh_auto_test -- test --all
endif
endif
is not necessary anymore when you use debhelper >= 13 (because
dh_auto_test already cares of those ifs).
But I understand that the rust packages are maintained in a big group
and raising the compat level might be non-trivial.
Thanks.
More information about the Pkg-rust-maintainers
mailing list