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.

Reply via email to