Bas Couwenberg pushed to branch master at Debian GIS Project / rasterio
Commits: 3055d445 by Bas Couwenberg at 2023-10-19T18:34:54+02:00 Don't ignore test failures on armel. - - - - - 3 changed files: - debian/changelog - debian/rules - debian/tests/autopkgtest-pkg-pybuild.conf Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +rasterio (1.3.9-2) UNRELEASED; urgency=medium + + * Team upload. + * Don't ignore test failures on armel. + + -- Bas Couwenberg <[email protected]> Thu, 19 Oct 2023 18:33:47 +0200 + rasterio (1.3.9-1) 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),armel mips64el mipsel alpha hurd-i386 i64 kfreebsd-amd64 kfreebsd-i386 riscv64 sh4 sparc64 x32)) +ifneq (,$(filter $(DEB_BUILD_ARCH),mips64el mipsel alpha 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=!armel !mips64el !mipsel +architecture=!mips64el !mipsel View it on GitLab: https://salsa.debian.org/debian-gis-team/rasterio/-/commit/3055d4458436bdf0adb94afa020aa4f920c2c726 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/rasterio/-/commit/3055d4458436bdf0adb94afa020aa4f920c2c726 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
