[Git][debian-gis-team/tilecache][master] 7 commits: Drop autopkgtest to test installability.

Bas Couwenberg gitlab at salsa.debian.org
Wed Aug 1 19:59:31 BST 2018


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


Commits:
a1518498 by Bas Couwenberg at 2018-08-01T18:40:12Z
Drop autopkgtest to test installability.

- - - - -
aa7d8db1 by Bas Couwenberg at 2018-08-01T18:40:19Z
Add lintian override for testsuite-autopkgtest-missing.

- - - - -
6b2a846c by Bas Couwenberg at 2018-08-01T18:50:23Z
Check DEB_BUILD_OPTIONS for nocheck in dh_auto_test override.

- - - - -
7e9766d6 by Bas Couwenberg at 2018-08-01T18:50:23Z
Add override for missing-explanation-for-repacked-upstream-tarball.

- - - - -
6170a099 by Bas Couwenberg at 2018-08-01T18:50:23Z
Add override for debian-watch-uses-insecure-uri.

- - - - -
f4caf4f2 by Bas Couwenberg at 2018-08-01T18:54:29Z
Add python3-sphinx to build dependencies.

- - - - -
3526125d by Bas Couwenberg at 2018-08-01T18:54:29Z
Set distribution to unstable.

- - - - -


5 changed files:

- debian/changelog
- debian/control
- debian/rules
- + debian/source/lintian-overrides
- − debian/tests/control


Changes:

=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,13 +1,20 @@
-tilecache (2.11+ds-4) UNRELEASED; urgency=medium
+tilecache (2.11+ds-4) unstable; urgency=medium
 
+  * Team upload.
   * Change priority from extra to optional.
   * Bump Standards-Version to 4.1.5, changes: priority.
   * Strip trailing whitespace from changelog & control files.
   * Update copyright-format URL to use HTTPS.
   * Update Vcs-* URLs for Salsa.
   * Drop ancient X-Python-Version field.
-
- -- Bas Couwenberg <sebastic at debian.org>  Sun, 24 Sep 2017 13:26:07 +0200
+  * Drop autopkgtest to test installability.
+  * Add lintian override for testsuite-autopkgtest-missing.
+  * Check DEB_BUILD_OPTIONS for nocheck in dh_auto_test override.
+  * Add override for missing-explanation-for-repacked-upstream-tarball.
+  * Add override for debian-watch-uses-insecure-uri.
+  * Add python3-sphinx to build dependencies.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Wed, 01 Aug 2018 20:40:20 +0200
 
 tilecache (2.11+ds-3) unstable; urgency=medium
 


=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,8 @@ Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: python,
                      dh-python,
                      python-setuptools,
-                     python-sphinx
+                     python-sphinx,
+                     python3-sphinx
 Standards-Version: 4.1.5
 Vcs-Browser: https://salsa.debian.org/debian-gis-team/tilecache
 Vcs-Git: https://salsa.debian.org/debian-gis-team/tilecache.git


=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -21,7 +21,9 @@ override_dh_auto_build:
 	sphinx-build docs/ docs/html/
 
 override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	python setup.py test
+endif
 
 override_dh_auto_install:
 	dh_auto_install -- --debian


=====================================
debian/source/lintian-overrides
=====================================
--- /dev/null
+++ b/debian/source/lintian-overrides
@@ -0,0 +1,9 @@
+# The upstream tarball was repacked to fix tar-errors-from-source issues.
+missing-explanation-for-repacked-upstream-tarball
+
+# Not available via HTTPS
+debian-watch-uses-insecure-uri *
+
+# Not worth the effort
+testsuite-autopkgtest-missing
+


=====================================
debian/tests/control deleted
=====================================
--- a/debian/tests/control
+++ /dev/null
@@ -1,3 +0,0 @@
-# Test installability
-Depends: @
-Test-Command: /bin/true



View it on GitLab: https://salsa.debian.org/debian-gis-team/tilecache/compare/6c5d00e8fd7bdf9f7cb519f165f539371d7bde89...3526125d379ffc1ca6a7b12ec93d27e897230a3b

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/tilecache/compare/6c5d00e8fd7bdf9f7cb519f165f539371d7bde89...3526125d379ffc1ca6a7b12ec93d27e897230a3b
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/20180801/62c70bd3/attachment-0001.html>


More information about the Pkg-grass-devel mailing list