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 <[email protected]> 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.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
