[Git][debian-gis-team/pyosmium][master] 2 commits: Drop autopkgtests to test installability & module import.

Bas Couwenberg gitlab at salsa.debian.org
Mon Aug 6 09:55:44 BST 2018


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


Commits:
853b15d6 by Bas Couwenberg at 2018-08-06T08:55:34Z
Drop autopkgtests to test installability & module import.

- - - - -
6756e0a6 by Bas Couwenberg at 2018-08-06T08:55:37Z
Add lintian override for testsuite-autopkgtest-missing.

- - - - -


3 changed files:

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


Changes:

=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ pyosmium (2.14.1-3) UNRELEASED; urgency=medium
 
   * Update osmcode.org URLs to use HTTPS.
   * Bump Standards-Version to 4.2.0, no changes.
+  * Drop autopkgtests to test installability & module import.
+  * Add lintian override for testsuite-autopkgtest-missing.
 
  -- Bas Couwenberg <sebastic at debian.org>  Mon, 23 Jul 2018 11:15:35 +0200
 


=====================================
debian/source/lintian-overrides
=====================================
--- /dev/null
+++ b/debian/source/lintian-overrides
@@ -0,0 +1,3 @@
+# Not worth the effort
+testsuite-autopkgtest-missing
+


=====================================
debian/tests/control deleted
=====================================
--- a/debian/tests/control
+++ /dev/null
@@ -1,11 +0,0 @@
-# Test installability
-Depends: @
-Test-Command: /bin/true
-
-# Test module import (Python 2)
-Depends: python-all, python-pyosmium
-Test-Command: set -e ; for py in $(pyversions -r 2>/dev/null) ; do cd "$ADTTMP" ; echo "Testing with $py:" ; $py -c "import osmium; print(osmium)" ; done
-
-# Test module import (Python 3)
-Depends: python3-all, python3-pyosmium
-Test-Command: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$ADTTMP" ; echo "Testing with $py:" ; $py -c "import osmium; print(osmium)" ; done



View it on GitLab: https://salsa.debian.org/debian-gis-team/pyosmium/compare/c906bc20fa2bef8ab6f67631f5e6584689cbd6b2...6756e0a61dc1503af141c25654dd108e49c7c301

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/pyosmium/compare/c906bc20fa2bef8ab6f67631f5e6584689cbd6b2...6756e0a61dc1503af141c25654dd108e49c7c301
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/20180806/2a3c375e/attachment.html>


More information about the Pkg-grass-devel mailing list