Bas Couwenberg pushed to branch master at Debian GIS Project / rasterio
Commits: 25ff17c2 by Bas Couwenberg at 2023-11-09T05:18:03+01:00 Revert "Don't ignore test failures on armel." This reverts commit 3055d4458436bdf0adb94afa020aa4f920c2c726. - - - - - 31110853 by Bas Couwenberg at 2023-11-09T05:18:50+01:00 Ignore test failures on hppa. - - - - - a719d67f by Bas Couwenberg at 2023-11-09T05:22:57+01:00 Set distribution to unstable. - - - - - 3 changed files: - debian/changelog - debian/rules - debian/tests/autopkgtest-pkg-pybuild.conf Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +rasterio (1.3.9-3) unstable; urgency=medium + + * Team upload. + * Ignore test failures on armel again. + * Ignore test failures on hppa. + + -- Bas Couwenberg <[email protected]> Thu, 09 Nov 2023 05:18:51 +0100 + rasterio (1.3.9-2) unstable; urgency=medium * Team upload. ===================================== debian/rules ===================================== @@ -42,7 +42,7 @@ export PYBUILD_TEST_ARGS=--ignore tests/test_env.py \ override_dh_auto_test: # Ignore test failures on problematic architectures only -ifneq (,$(filter $(DEB_BUILD_ARCH),mips64el mipsel alpha hurd-i386 i64 kfreebsd-amd64 kfreebsd-i386 riscv64 sh4 sparc64 x32)) +ifneq (,$(filter $(DEB_BUILD_ARCH),armel mips64el mipsel alpha hppa hurd-i386 i64 kfreebsd-amd64 kfreebsd-i386 riscv64 sh4 sparc64 x32)) dh_auto_test || echo "Ignoring test failures" else dh_auto_test ===================================== debian/tests/autopkgtest-pkg-pybuild.conf ===================================== @@ -1 +1 @@ -architecture=!mips64el !mipsel +architecture=!armel !mips64el !mipsel View it on GitLab: https://salsa.debian.org/debian-gis-team/rasterio/-/compare/de70f5e5e0c2b78616458fbc6bc1ed96a9f861ef...a719d67f2276837e937a8cfc6ae60a6e8baae4da -- View it on GitLab: https://salsa.debian.org/debian-gis-team/rasterio/-/compare/de70f5e5e0c2b78616458fbc6bc1ed96a9f861ef...a719d67f2276837e937a8cfc6ae60a6e8baae4da You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
