[Git][debian-gis-team/proj][experimental] 2 commits: Ignore test failures on more problematic architectures.

Bas Couwenberg gitlab at salsa.debian.org
Sat Feb 17 17:00:03 UTC 2018


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


Commits:
3b39077e by Bas Couwenberg at 2018-02-14T09:53:25+01:00
Ignore test failures on more problematic architectures.

- - - - -
342c5a4c by Bas Couwenberg at 2018-02-17T17:59:48+01:00
Update watch file to use HTTPS.

- - - - -


5 changed files:

- debian/changelog
- debian/copyright
- debian/rules
- − debian/source/lintian-overrides
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+proj (5.0.0~rc3-1~exp2) UNRELEASED; urgency=medium
+
+  * Ignore test failures on more problematic architectures.
+  * Update watch file to use HTTPS.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Wed, 14 Feb 2018 09:53:22 +0100
+
 proj (5.0.0~rc3-1~exp1) experimental; urgency=medium
 
   * New upstream release candidate.


=====================================
debian/copyright
=====================================
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,7 +1,7 @@
 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: PROJ.4
 Upstream-Contact: MetaCRS Developers <metacrs at lists.osgeo.org>
-Source: http://download.osgeo.org/proj/
+Source: https://download.osgeo.org/proj/
 
 Files: *
 Comment: Version 4.3.3 was authored by:


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


=====================================
debian/source/lintian-overrides deleted
=====================================
--- a/debian/source/lintian-overrides
+++ /dev/null
@@ -1,3 +0,0 @@
-# download.osgeo.org is not available via HTTPS
-proj source: debian-watch-uses-insecure-uri *
-


=====================================
debian/watch
=====================================
--- a/debian/watch
+++ b/debian/watch
@@ -2,5 +2,5 @@ version=3
 opts=\
 dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,\
 uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|b|beta|a|alpha)\d*)$/$1~$2/;s/RC/rc/ \
-http://download.osgeo.org/proj/ \
+https://download.osgeo.org/proj/ \
 (?:.*/)?proj[\-\_](\d+[\.\d+]+(?:[a-zA-Z]+\d+)?)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))



View it on GitLab: https://salsa.debian.org/debian-gis-team/proj/compare/5c96558048e03303bbb44c4f4e8a14cdb5f3d728...342c5a4cc1a49f7e8ba0f1aafe6f1d2b14711d01

---
View it on GitLab: https://salsa.debian.org/debian-gis-team/proj/compare/5c96558048e03303bbb44c4f4e8a14cdb5f3d728...342c5a4cc1a49f7e8ba0f1aafe6f1d2b14711d01
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-grass-devel/attachments/20180217/aa8696e2/attachment-0001.html>


More information about the Pkg-grass-devel mailing list