Bas Couwenberg pushed to branch master at Debian GIS Project / sfcgal
Commits: b60112f5 by Bas Couwenberg at 2018-06-30T07:37:02+02:00 Ignore test failures on mips64el too. - - - - - aeacac52 by Bas Couwenberg at 2018-06-30T07:37:25+02:00 Set distribution to unstable. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +sfcgal (1.3.5-4) unstable; urgency=medium + + * Ignore test failures on mips64el too. + + -- Bas Couwenberg <[email protected]> Sat, 30 Jun 2018 07:37:07 +0200 + sfcgal (1.3.5-3) unstable; urgency=medium * Add patch to find CGAL before Boost, to not overwrite Boost_LIBRARIES. ===================================== debian/rules ===================================== --- a/debian/rules +++ b/debian/rules @@ -34,7 +34,7 @@ override_dh_auto_configure: override_dh_auto_test: ifneq (,$(findstring $(DEB_BUILD_ARCH),"alpha i386 kfreebsd-i386 hurd-i386")) # Skip tests -else ifneq (,$(findstring $(DEB_BUILD_ARCH),"mips mipsel")) +else ifneq (,$(findstring $(DEB_BUILD_ARCH),"mips mips64el mipsel")) dh_auto_test || echo "Ignoring test failures" else dh_auto_test View it on GitLab: https://salsa.debian.org/debian-gis-team/sfcgal/compare/f6afc3ae4a2b838b82c62abc4100b7b704bd2e0c...aeacac525298fb2d55429b2072a417959814cc49 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/sfcgal/compare/f6afc3ae4a2b838b82c62abc4100b7b704bd2e0c...aeacac525298fb2d55429b2072a417959814cc49 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
