tags 1137045 patch
thanks

Hello. It seems that the package itself already has a framework to
skip network tests.

The attached patch works for me.

Try building the package with sbuild using the old schroot backend,
with and without the patch, to see the difference.

Thanks.
commit a9aaed9548a9cf14fae383501b6b90044832005e
Author: Santiago Vila <[email protected]>
Date:   Sat May 23 18:20:00 2026 +0200

    Skip tests requiring network access. Closes: #1137045.

diff --git a/debian/rules b/debian/rules
old mode 100644
new mode 100755
index fe71e41..8749f74
--- a/debian/rules
+++ b/debian/rules
@@ -48,7 +48,7 @@ override_dh_auto_install:
 override_dh_auto_test:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
        make $(make_options) compiler_spec
-       make $(make_options) std_spec
+       make $(make_options) std_spec SPEC_FLAGS='--tag ~network'
        make $(make_options) primitives_spec
 endif
 

Reply via email to