Christoph Berg pushed to branch experimental at Debian GIS Project / postgis
Commits: 9892443a by Christoph Berg at 2018-07-16T13:09:17+02:00 Explicitly disable tests on i386 - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== --- a/debian/changelog +++ b/debian/changelog @@ -10,8 +10,7 @@ postgis (2.5.0~beta1+dfsg-1~exp2) UNRELEASED; urgency=medium * Bump required GEOS version to 3.5. * Work around failure in building the postgis_tiger_geocoder extension. * debian/rules: Use filter instead of findstring to disable tests on - specific architectures. The old version erroneously disabled the tests on - "i386" because it is a substring of "kfreebsd-i386". + specific architectures; explicitly disable tests on i386. -- Bas Couwenberg <[email protected]> Thu, 05 Jul 2018 10:52:41 +0200 ===================================== debian/rules ===================================== --- a/debian/rules +++ b/debian/rules @@ -53,7 +53,7 @@ ifneq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS))) endif # Skip tests on problematic architectures -ifneq (,$(filter $(DEB_BUILD_ARCH),"arm64 armel armhf mips mips64el mipsel ppc64el s390x alpha hppa hurd-i386 kfreebsd-i386 powerpc ppc64 sparc64")) +ifneq (,$(filter $(DEB_BUILD_ARCH),"arm64 armel armhf i386 mips mips64el mipsel ppc64el s390x alpha hppa hurd-i386 kfreebsd-i386 powerpc ppc64 sparc64")) CHECK = endif View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/commit/9892443aa277f58ce48be1973e6ad7ab7aa55f20 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/commit/9892443aa277f58ce48be1973e6ad7ab7aa55f20 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
