Bas Couwenberg pushed to branch master at Debian GIS Project / librasterlite2
Commits: 27d89399 by Bas Couwenberg at 2018-07-17T18:29:45+02:00 Use filter instead of findstring to prevent partial matches. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ librasterlite2 (1.0.0~rc0+devel1-7) UNRELEASED; urgency=medium * Update Vcs-* URLs for Salsa. * Bump Standards-Version to 4.1.5, no changes. * Strip trailing whitespace from control & rules files. + * Use filter instead of findstring to prevent partial matches. -- Bas Couwenberg <[email protected]> Sat, 20 Jan 2018 22:10:16 +0100 ===================================== debian/rules ===================================== --- a/debian/rules +++ b/debian/rules @@ -20,7 +20,7 @@ MANPAGES := $(wildcard debian/man/*.*.xml) DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH) CHECK = check -ifneq (,$(findstring $(DEB_BUILD_ARCH),"mips s390x sparc hppa ppc64")) +ifneq (,$(filter $(DEB_BUILD_ARCH),mips s390x sparc hppa ppc64)) CHECK = nocheck endif View it on GitLab: https://salsa.debian.org/debian-gis-team/librasterlite2/commit/27d8939917c24534e25c29aa77413dafc9b084ba -- View it on GitLab: https://salsa.debian.org/debian-gis-team/librasterlite2/commit/27d8939917c24534e25c29aa77413dafc9b084ba 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
