[Git][debian-gis-team/proj-rdnap][master] 4 commits: Update test overrides for cs2cd 5.0.0 output.

Sebastiaan Couwenberg gitlab at salsa.debian.org
Sun Feb 11 17:03:37 UTC 2018


Sebastiaan Couwenberg pushed to branch master at Debian GIS Project / proj-rdnap


Commits:
e4b5ffdb by Bas Couwenberg at 2018-02-11T17:44:47+01:00
Update test overrides for cs2cd 5.0.0 output.

- - - - -
ec58e2a5 by Bas Couwenberg at 2018-02-11T17:49:57+01:00
Check DEB_BUILD_PROFILES for nocheck in dh_auto_test override.

- - - - -
db5c99af by Bas Couwenberg at 2018-02-11T17:55:25+01:00
Add lintian override for debian-watch-file-is-missing.

- - - - -
49df6527 by Bas Couwenberg at 2018-02-11T17:55:37+01:00
Set distribution to unstable.

- - - - -


4 changed files:

- debian/changelog
- debian/patches/add-test.patch
- debian/rules
- + debian/source/lintian-overrides


Changes:

=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,12 @@
-proj-rdnap (2008-7) UNRELEASED; urgency=medium
+proj-rdnap (2008-7) unstable; urgency=medium
 
   * Update copyright-format URL to use HTTPS.
   * Bump Standards-Version to 4.1.3, no changes.
+  * Update test overrides for cs2cd 5.0.0 output.
+  * Check DEB_BUILD_PROFILES for nocheck in dh_auto_test override.
+  * Add lintian override for debian-watch-file-is-missing.
 
- -- Bas Couwenberg <sebastic at debian.org>  Sun, 21 Jan 2018 10:28:55 +0100
+ -- Bas Couwenberg <sebastic at debian.org>  Sun, 11 Feb 2018 17:55:27 +0100
 
 proj-rdnap (2008-6) unstable; urgency=medium
 


=====================================
debian/patches/add-test.patch
=====================================
--- a/debian/patches/add-test.patch
+++ b/debian/patches/add-test.patch
@@ -165,10 +165,10 @@ Author: Bas Couwenberg <sebastic at debian.org>
 +    "override": {
 +                  "latitude"  : "*",
 +                  "longitude" : "*",
-+                  "height"    : "^-?\\d+\\.\\d+$",
++                  "height"    : "^-?(\\d+\\.\\d+|inf)$",
 +                  "x"         : "*",
 +                  "y"         : "*",
-+                  "nap"       : "^-?\\d+\\.\\d+$"
++                  "nap"       : "^-?(\\d+\\.\\d+|inf)$"
 +                }
 +  },
 +  {
@@ -188,10 +188,10 @@ Author: Bas Couwenberg <sebastic at debian.org>
 +    "override": {
 +                  "latitude"  : "*",
 +                  "longitude" : "*",
-+                  "height"    : "^-?\\d+\\.\\d+$",
++                  "height"    : "^-?(\\d+\\.\\d+|inf)$",
 +                  "x"         : "*",
 +                  "y"         : "*",
-+                  "nap"       : "^-?\\d+\\.\\d+$"
++                  "nap"       : "^-?(\\d+\\.\\d+|inf)$"
 +                }
 +  },
 +  {
@@ -211,10 +211,10 @@ Author: Bas Couwenberg <sebastic at debian.org>
 +    "override": {
 +                  "latitude"  : "*",
 +                  "longitude" : "*",
-+                  "height"    : "^-?\\d+\\.\\d+$",
++                  "height"    : "^-?(\\d+\\.\\d+|inf)$",
 +                  "x"         : "*",
 +                  "y"         : "*",
-+                  "nap"       : "^-?\\d+\\.\\d+$"
++                  "nap"       : "^-?(\\d+\\.\\d+|inf)$"
 +                }
 +  },
 +  {
@@ -234,10 +234,10 @@ Author: Bas Couwenberg <sebastic at debian.org>
 +    "override": {
 +                  "latitude"  : "*",
 +                  "longitude" : "*",
-+                  "height"    : "^-?\\d+\\.\\d+$",
++                  "height"    : "^-?(\\d+\\.\\d+|inf)$",
 +                  "x"         : "*",
 +                  "y"         : "*",
-+                  "nap"       : "^-?\\d+\\.\\d+$"
++                  "nap"       : "^-?(\\d+\\.\\d+|inf)$"
 +                }
 +  }
 +]


=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,9 @@
 	dh $@
 
 override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	PROJ_LIB=. perl ./testrdtrans2008.pl
+endif
 
 get-orig-source:
 	. debian/get-orig-source


=====================================
debian/source/lintian-overrides
=====================================
--- /dev/null
+++ b/debian/source/lintian-overrides
@@ -0,0 +1,3 @@
+# No usable upstream URL for uscan, use get-orig-source script instead.
+proj-rdnap source: debian-watch-file-is-missing
+



View it on GitLab: https://salsa.debian.org/debian-gis-team/proj-rdnap/compare/555997b870046d88f7eb12c7af0816a44c1a2964...49df6527f6c5c3ff22647ab90dbb976579577936

---
View it on GitLab: https://salsa.debian.org/debian-gis-team/proj-rdnap/compare/555997b870046d88f7eb12c7af0816a44c1a2964...49df6527f6c5c3ff22647ab90dbb976579577936
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/20180211/9dd46ca5/attachment-0001.html>


More information about the Pkg-grass-devel mailing list