[Git][debian-gis-team/python-stetl][master] 3 commits: Add module import tests to autopkgtest configuration.
Bas Couwenberg
gitlab at salsa.debian.org
Mon Apr 16 22:43:28 BST 2018
Bas Couwenberg pushed to branch master at Debian GIS Project / python-stetl
Commits:
0300d5dc by Bas Couwenberg at 2018-04-16T23:26:43+02:00
Add module import tests to autopkgtest configuration.
- - - - -
7039b217 by Bas Couwenberg at 2018-04-16T23:27:02+02:00
Bump Standards-Version to 4.1.4, no changes.
- - - - -
c944b2a3 by Bas Couwenberg at 2018-04-16T23:35:53+02:00
Add override for dependency-on-python-version-marked-for-end-of-life.
- - - - -
4 changed files:
- debian/changelog
- debian/control
- + debian/stetl.lintian-overrides
- debian/tests/control
Changes:
=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,7 +3,9 @@ python-stetl (1.1+ds-3) UNRELEASED; urgency=medium
* Update copyright-format URL to use HTTPS.
* Fix deprecated source override location.
* Update Vcs-* URLs for Salsa.
- * Bump Standards-Version to 4.1.3, no changes.
+ * Bump Standards-Version to 4.1.4, no changes.
+ * Add module import tests to autopkgtest configuration.
+ * Add override for dependency-on-python-version-marked-for-end-of-life.
-- Bas Couwenberg <sebastic at debian.org> Sun, 21 Jan 2018 10:42:54 +0100
=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -23,7 +23,7 @@ Build-Depends: debhelper (>= 9),
docbook-xsl,
docbook-xml,
xsltproc
-Standards-Version: 4.1.3
+Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/debian-gis-team/python-stetl
Vcs-Git: https://salsa.debian.org/debian-gis-team/python-stetl.git
Homepage: http://stetl.org/
=====================================
debian/stetl.lintian-overrides
=====================================
--- /dev/null
+++ b/debian/stetl.lintian-overrides
@@ -0,0 +1,3 @@
+# Python 3 is not supported yet: https://github.com/geopython/stetl/issues/23
+stetl: dependency-on-python-version-marked-for-end-of-life (Depends: python)
+
=====================================
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-stetl
+Test-Command: set -e ; for py in $(pyversions -r 2>/dev/null) ; do cd "$ADTTMP" ; echo "Testing with $py:" ; $py -c "import stetl; print(stetl)" ; done
View it on GitLab: https://salsa.debian.org/debian-gis-team/python-stetl/compare/4a0143ae8df4da3332009e9b42628878515dc0db...c944b2a3792dbebf37f46c4e9ec6a68fb10e02c2
---
View it on GitLab: https://salsa.debian.org/debian-gis-team/python-stetl/compare/4a0143ae8df4da3332009e9b42628878515dc0db...c944b2a3792dbebf37f46c4e9ec6a68fb10e02c2
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/20180416/bd2c59f4/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list