Bas Couwenberg pushed to branch master at Debian GIS Project / python-shapely


Commits:
ae26f8e4 by Bas Couwenberg at 2018-04-16T23:11:21+02:00
Add module import tests to autopkgtest configuration.

- - - - -
098df40e by Bas Couwenberg at 2018-04-16T23:11:42+02:00
Bump Standards-Version to 4.1.4, no changes.

- - - - -
8ee3ac87 by Bas Couwenberg at 2018-04-16T23:19:16+02:00
Update Vcs-* URLs for Salsa.

- - - - -


3 changed files:

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


Changes:

=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 python-shapely (1.6.4-2) UNRELEASED; urgency=medium
 
   * Update Vcs-* URLs for Salsa.
+  * Add module import tests to autopkgtest configuration.
+  * Bump Standards-Version to 4.1.4, no changes.
 
  -- Bas Couwenberg <sebas...@debian.org>  Sat, 31 Mar 2018 12:57:43 +0200
 


=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -26,9 +26,9 @@ Build-Depends: debhelper (>= 9),
                cython,
                cython3,
                libjs-mathjax
-Standards-Version: 4.1.3
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/python-shapely.git
-Vcs-Git: https://anonscm.debian.org/git/pkg-grass/python-shapely.git
+Standards-Version: 4.1.4
+Vcs-Browser: https://salsa.debian.org/debian-gis-team/python-shapely
+Vcs-Git: https://salsa.debian.org/debian-gis-team/python-shapely.git
 Homepage: http://toblerity.org/shapely
 X-Python-Version: >= 2.6
 X-Python3-Version: >= 3.2


=====================================
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-shapely
+Test-Command: set -e ; for py in $(pyversions -r 2>/dev/null) ; do cd 
"$ADTTMP" ; echo "Testing with $py:" ; $py -c "import shapely; print(shapely)" 
; done
+
+# Test module import (Python 3)
+Depends: python3-all, python3-shapely
+Test-Command: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd 
"$ADTTMP" ; echo "Testing with $py:" ; $py -c "import shapely; print(shapely)" 
; done



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/python-shapely/compare/4c9782c65f840680364e9a5f4ee6c146e6f2d29b...8ee3ac87be50852df1ac585708faef9363f0c78a

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/python-shapely/compare/4c9782c65f840680364e9a5f4ee6c146e6f2d29b...8ee3ac87be50852df1ac585708faef9363f0c78a
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