[Git][debian-gis-team/pyosmium][master] 2 commits: Add module import tests to autopkgtest configuration.

Bas Couwenberg gitlab at salsa.debian.org
Wed Apr 18 19:48:10 BST 2018


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


Commits:
ed8b39f2 by Bas Couwenberg at 2018-04-16T21:28:01+02:00
Add module import tests to autopkgtest configuration.

- - - - -
5bf49a33 by Bas Couwenberg at 2018-04-18T20:48:00+02:00
Bump Standards-Version to 4.1.4, no changes.

- - - - -


3 changed files:

- debian/changelog
- debian/control
- debian/tests/control


Changes:

=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+pyosmium (2.14.0-2) UNRELEASED; urgency=medium
+
+  * Add module import tests to autopkgtest configuration.
+  * Bump Standards-Version to 4.1.4, no changes.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Mon, 16 Apr 2018 21:27:55 +0200
+
 pyosmium (2.14.0-1) unstable; urgency=medium
 
   * New upstream release.


=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -23,7 +23,7 @@ Build-Depends: debhelper (>= 9),
                python3-nose,
                python3-sphinx,
                python3-sphinxcontrib.autoprogram
-Standards-Version: 4.1.3
+Standards-Version: 4.1.4
 Vcs-Browser: https://salsa.debian.org/debian-gis-team/pyosmium/
 Vcs-Git: https://salsa.debian.org/debian-gis-team/pyosmium.git
 Homepage: http://osmcode.org/pyosmium/


=====================================
debian/tests/control
=====================================
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,3 +1,11 @@
 # 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/9ad40bcba878a87fc184047eb202b96ec450a94b...5bf49a336061abe46a0677db8ccaa3580ecc3bf6

---
View it on GitLab: https://salsa.debian.org/debian-gis-team/pyosmium/compare/9ad40bcba878a87fc184047eb202b96ec450a94b...5bf49a336061abe46a0677db8ccaa3580ecc3bf6
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/20180418/4142a0e5/attachment-0001.html>


More information about the Pkg-grass-devel mailing list