Bas Couwenberg pushed to branch master at Debian GIS Project / python-pyproj
Commits: d507187c by Bas Couwenberg at 2020-11-01T13:56:56+01:00 Ignore test failures on arm*, mips* & s390x. - - - - - 333f97e5 by Bas Couwenberg at 2020-11-01T13:57:40+01:00 Set distribution to unstable. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +python-pyproj (2.6.1+ds-4) unstable; urgency=medium + + * Ignore test failures on arm*, mips* & s390x. + + -- Bas Couwenberg <[email protected]> Sun, 01 Nov 2020 13:57:26 +0100 + python-pyproj (2.6.1+ds-3) unstable; urgency=medium * Add patch to fix FTBFS with PROJ 7.2.0. ===================================== debian/rules ===================================== @@ -24,7 +24,7 @@ include /usr/share/dpkg/architecture.mk override_dh_auto_test: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) -ifneq (,$(filter $(DEB_BUILD_ARCH),i386 hppa hurd-i386 kfreebsd-i386 powerpc)) +ifneq (,$(filter $(DEB_BUILD_ARCH),armhf armel i386 mips64el mipsel s390x hppa hurd-i386 kfreebsd-i386 powerpc)) dh_auto_test || echo "Ignoring test failures" else dh_auto_test View it on GitLab: https://salsa.debian.org/debian-gis-team/python-pyproj/-/compare/02685908f8d498c34287f7c650f72646b151df16...333f97e5e67932976866f377a46bbeabcb6c918a -- View it on GitLab: https://salsa.debian.org/debian-gis-team/python-pyproj/-/compare/02685908f8d498c34287f7c650f72646b151df16...333f97e5e67932976866f377a46bbeabcb6c918a 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
