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


Commits:
7dbb95bd by Bas Couwenberg at 2018-04-16T22:05:35+02:00
Add module import tests to autopkgtest configuration.

- - - - -
4a114df1 by Bas Couwenberg at 2018-04-16T22:05:50+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,10 +1,11 @@
 pyspatialite (3.0.1-13) UNRELEASED; urgency=medium
 
   * Update copyright-format URL to use HTTPS.
-  * Bump Standards-Version to 4.1.3, no changes.
+  * Bump Standards-Version to 4.1.4, no changes.
   * Add override for python-foo-but-no-python3-foo.
   * Fix deprecated source override location.
   * Update Vcs-* URLs for Salsa.
+  * Add module import tests to autopkgtest configuration.
 
  -- Bas Couwenberg <sebas...@debian.org>  Sun, 21 Jan 2018 10:33:24 +0100
 


=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 9),
                libgeos-dev,
                libproj-dev,
                python-all-dev (>= 2.6.6-3~)
-Standards-Version: 4.1.3
+Standards-Version: 4.1.4
 Vcs-Browser: https://salsa.debian.org/debian-gis-team/pyspatialite
 Vcs-Git: https://salsa.debian.org/debian-gis-team/pyspatialite.git
 Homepage: https://github.com/lokkju/pyspatialite/


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



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/pyspatialite/compare/02d7e6108f95ff61e291edc30561f86815feb6ce...4a114df1fbf151b5589a78b279686bfcfcaa984c

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/pyspatialite/compare/02d7e6108f95ff61e291edc30561f86815feb6ce...4a114df1fbf151b5589a78b279686bfcfcaa984c
You're receiving this email because of your account on salsa.debian.org.
_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to