Bas Couwenberg pushed to branch master at Debian GIS Project / rasterio
Commits: 4294feb7 by Bas Couwenberg at 2024-09-26T15:47:21+02:00 Don't run autopkgtest on i386. - - - - - e740066b by Bas Couwenberg at 2024-09-26T15:47:21+02:00 Set distribution to unstable. - - - - - 3 changed files: - debian/changelog - debian/rules - debian/tests/autopkgtest-pkg-pybuild.conf Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +rasterio (1.4.0-2) unstable; urgency=medium + + * Team upload. + * Don't run autopkgtest on i386. + + -- Bas Couwenberg <[email protected]> Thu, 26 Sep 2024 15:45:44 +0200 + rasterio (1.4.0-1) unstable; urgency=medium * Team upload. ===================================== debian/rules ===================================== @@ -44,7 +44,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 i386 mips64el mipsel riscv64 alpha hppa hurd-i386 kfreebsd-amd64 kfreebsd-i386 sh4 sparc64 x32)) +ifneq (,$(filter $(DEB_BUILD_ARCH),armel i386 mips64el riscv64 alpha hppa hurd-i386 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=!armel !i386 !mips64el View it on GitLab: https://salsa.debian.org/debian-gis-team/rasterio/-/compare/116f77e9a3aa7fe8c7f9e3d836d3471e8e9c044b...e740066b3de38c5e18cec3f5cef1555481f90cae -- View it on GitLab: https://salsa.debian.org/debian-gis-team/rasterio/-/compare/116f77e9a3aa7fe8c7f9e3d836d3471e8e9c044b...e740066b3de38c5e18cec3f5cef1555481f90cae 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
