Étienne Mollier pushed to branch master at Debian Med / garli
Commits: 68444f91 by Étienne Mollier at 2024-12-19T20:42:50+01:00 d/rules: skip tests on armel: too heavy. - - - - - c10631fb by Étienne Mollier at 2024-12-19T20:43:28+01:00 d/t/control: skip autopkgtest on armel: too heavy. - - - - - 39b517c9 by Étienne Mollier at 2024-12-19T20:45:04+01:00 d/changelog: ready for upload to unstable. - - - - - 3 changed files: - debian/changelog - debian/rules - debian/tests/control Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +garli (2.1-9) unstable; urgency=medium + + * Team upload. + * d/rules: skip tests on armel: too heavy. + * d/t/control: skip autopkgtest on armel: too heavy. + + -- Étienne Mollier <[email protected]> Thu, 19 Dec 2024 20:44:33 +0100 + garli (2.1-8) unstable; urgency=medium * Team upload. ===================================== debian/rules ===================================== @@ -19,6 +19,7 @@ override_dh_auto_configure: override_dh_auto_test: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) +ifneq ($(DEB_HOST_ARCH),armel) cp -a tests tests.bak # get (mostly!) reproducible test results and avoid failures as described in bug #907905 find tests -name "*.conf" -exec sed -i~ 's/randseed *= *-1/randseed = 1\nbootstrapseed = 42/' \{\} \; @@ -26,4 +27,7 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) # restore original test dir rm -rf tests mv tests.bak tests +else + @ echo 'W: Skipping test suite on armel: too heavyweight.' +endif endif ===================================== debian/tests/control ===================================== @@ -1,3 +1,6 @@ Tests: run-unit-test Depends: @ Restrictions: allow-stderr +# garli depends heavily on fpu processing power unavailable on armel, +# causing autopkgtest timeouts, hence excluding this architecture. +Architecture: !armel View it on GitLab: https://salsa.debian.org/med-team/garli/-/compare/a0258e7b59c46125d6789e280f81d2fba4f93a7d...39b517c974ca6ccd4ebb0494f51c488fab39acdf -- View it on GitLab: https://salsa.debian.org/med-team/garli/-/compare/a0258e7b59c46125d6789e280f81d2fba4f93a7d...39b517c974ca6ccd4ebb0494f51c488fab39acdf You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
