[Git][debian-gis-team/proj][master] 2 commits: Use filter instead of findstring to prevent partial matches.

Bas Couwenberg gitlab at salsa.debian.org
Tue Jul 17 06:51:09 BST 2018


Bas Couwenberg pushed to branch master at Debian GIS Project / proj


Commits:
55c4e3e4 by Bas Couwenberg at 2018-07-17T07:37:38+02:00
Use filter instead of findstring to prevent partial matches.

- - - - -
bf8596d6 by Bas Couwenberg at 2018-07-17T07:51:02+02:00
Update lintian override for embedded-javascript-library.

- - - - -


3 changed files:

- debian/changelog
- debian/libproj-java.lintian-overrides
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 proj (5.1.0-2) UNRELEASED; urgency=medium
 
   * Bump Standards-Version to 4.1.5, no changes.
+  * Use filter instead of findstring to prevent partial matches.
+  * Update lintian override for embedded-javascript-library.
 
  -- Bas Couwenberg <sebastic at debian.org>  Thu, 05 Jul 2018 10:56:56 +0200
 


=====================================
debian/libproj-java.lintian-overrides
=====================================
--- a/debian/libproj-java.lintian-overrides
+++ b/debian/libproj-java.lintian-overrides
@@ -1,3 +1,4 @@
 # jQuery from libjs-jquery is not compatible
 embedded-javascript-library * please use libjs-jquery
+embedded-javascript-library * please use libjs-jquery-ui
 


=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -55,7 +55,7 @@ override_dh_auto_build:
 
 override_dh_auto_test:
 # Ignore test failures on problematic architectures only
-ifneq (,$(findstring $(DEB_BUILD_ARCH),"i386 hurd-i386 hppa ia64 kfreebsd-i386 powerpc"))
+ifneq (,$(filter $(DEB_BUILD_ARCH),i386 hurd-i386 hppa ia64 kfreebsd-i386 powerpc))
 	dh_auto_test || echo "Ignoring test failures"
 else
 	dh_auto_test



View it on GitLab: https://salsa.debian.org/debian-gis-team/proj/compare/db391fc167a4d55580c1594604a73bdcff95454a...bf8596d6657b1d4310135860d640089e353357dd

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/proj/compare/db391fc167a4d55580c1594604a73bdcff95454a...bf8596d6657b1d4310135860d640089e353357dd
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/5523b4c9/attachment-0001.html>


More information about the Pkg-grass-devel mailing list