[Git][debian-gis-team/python-snuggs][master] 2 commits: Drop autopkgtests to test installability & module import.
Bas Couwenberg
gitlab at salsa.debian.org
Mon Aug 6 10:02:29 BST 2018
Bas Couwenberg pushed to branch master at Debian GIS Project / python-snuggs
Commits:
ec4c14a3 by Bas Couwenberg at 2018-08-06T09:02:18Z
Drop autopkgtests to test installability & module import.
- - - - -
0d59cab7 by Bas Couwenberg at 2018-08-06T09:02:23Z
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
@@ -1,6 +1,8 @@
python-snuggs (1.4.2-2) UNRELEASED; urgency=medium
* 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> Thu, 05 Jul 2018 11:11:00 +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-snuggs
-Test-Command: set -e ; for py in $(pyversions -r 2>/dev/null) ; do cd "$ADTTMP" ; echo "Testing with $py:" ; $py -c "import snuggs; print(snuggs)" ; done
-
-# Test module import (Python 3)
-Depends: python3-all, python3-snuggs
-Test-Command: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$ADTTMP" ; echo "Testing with $py:" ; $py -c "import snuggs; print(snuggs)" ; done
View it on GitLab: https://salsa.debian.org/debian-gis-team/python-snuggs/compare/9238b78e926ee4037d2cdf79355b326993c9d7d9...0d59cab7cb1727350838e8177f993c3573f0d9d6
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/python-snuggs/compare/9238b78e926ee4037d2cdf79355b326993c9d7d9...0d59cab7cb1727350838e8177f993c3573f0d9d6
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/f0c2d79b/attachment.html>
More information about the Pkg-grass-devel
mailing list