Timo Aaltonen pushed to branch debian-unstable at X Strike Force / lib / pixman
Commits: 07627e9f by Timo Aaltonen at 2024-11-09T11:02:51+02:00 Replace timeout bump patch by using a multiplier option instead. Thanks, Aurelien Jarno! (Closes: #1086999) - - - - - 7d26aad8 by Timo Aaltonen at 2024-11-09T11:03:01+02:00 releasing package pixman version 0.44.0-3 - - - - - 4 changed files: - debian/changelog - − debian/patches/bump-test-timeout.diff - debian/patches/series - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +pixman (0.44.0-3) unstable; urgency=medium + + * Replace timeout bump patch by using a multiplier option instead. + Thanks, Aurelien Jarno! (Closes: #1086999) + + -- Timo Aaltonen <[email protected]> Sat, 09 Nov 2024 11:02:55 +0200 + pixman (0.44.0-2) unstable; urgency=medium * patches: Increase test timeout 120->240s. (Closes: #1086999) ===================================== debian/patches/bump-test-timeout.diff deleted ===================================== @@ -1,13 +0,0 @@ -diff --git a/test/meson.build b/test/meson.build -index 47dd33c..a5485bc 100644 ---- a/test/meson.build -+++ b/test/meson.build -@@ -75,7 +75,7 @@ foreach t : tests - [t + '.c', config_h], - dependencies : [idep_pixman, libtestutils_dep, dep_threads, dep_openmp, dep_png], - ), -- timeout : 120, -+ timeout : 240, - is_parallel : true, - ) - endforeach ===================================== debian/patches/series ===================================== @@ -1,2 +1 @@ test-increase-timeout.diff -bump-test-timeout.diff ===================================== debian/rules ===================================== @@ -26,7 +26,7 @@ override_dh_makeshlibs: dh_makeshlibs -p$(PACKAGE) --add-udeb $(PACKAGE)-udeb -V"$(PACKAGE) (>= $(SHLIBS))" -- -c4 override_dh_auto_test: - dh_auto_test -- --verbose + dh_auto_test -- --verbose --timeout-multiplier 3 %: dh $@ --with quilt --builddirectory=build/ View it on GitLab: https://salsa.debian.org/xorg-team/lib/pixman/-/compare/dc43d3796292b1444d456067ad902fe6da1621c0...7d26aad890739b5d2152638f26624e4167cf2d44 -- View it on GitLab: https://salsa.debian.org/xorg-team/lib/pixman/-/compare/dc43d3796292b1444d456067ad902fe6da1621c0...7d26aad890739b5d2152638f26624e4167cf2d44 You're receiving this email because of your account on salsa.debian.org.

