Bas Couwenberg pushed to branch experimental at Debian GIS Project / postgis
Commits: b2caf68e by Bas Couwenberg at 2018-07-17T08:32:44+02:00 Don't quote filter string to fix match of first and last items. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +postgis (2.5.0~beta1+dfsg-1~exp3) UNRELEASED; urgency=medium + + * Don't quote filter string to fix match of first and last items. + + -- Bas Couwenberg <[email protected]> Tue, 17 Jul 2018 08:32:22 +0200 + postgis (2.5.0~beta1+dfsg-1~exp2) experimental; urgency=medium [ Bas Couwenberg ] ===================================== debian/rules ===================================== --- a/debian/rules +++ b/debian/rules @@ -44,7 +44,7 @@ debian/control: debian/control.in debian/pgversions CHECK_FAIL = exit 2 # Ignore test failure on problematic architectures -ifneq (,$(filter $(DEB_BUILD_ARCH),"arm64 armel armhf i386 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_FAIL = exit 0 endif View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/commit/b2caf68eb6c433106fe4a16d173d70d0ae153d9a -- View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/commit/b2caf68eb6c433106fe4a16d173d70d0ae153d9a 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
