[Git][debian-gis-team/postgis][experimental] Don't quote filter string to fix match of first and last items.

Bas Couwenberg gitlab at salsa.debian.org
Tue Jul 17 07:32:51 BST 2018


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 <sebastic at debian.org>  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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20180717/96d08e2c/attachment-0001.html>


More information about the Pkg-grass-devel mailing list