[Git][debian-gis-team/fiona][master] 2 commits: Drop autopkgtests to test installability & module import.

Bas Couwenberg gitlab at salsa.debian.org
Mon Aug 6 09:51:54 BST 2018


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


Commits:
44a65514 by Bas Couwenberg at 2018-08-06T08:51:30Z
Drop autopkgtests to test installability & module import.

- - - - -
04ee932f by Bas Couwenberg at 2018-08-06T08:51:39Z
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
@@ -3,6 +3,8 @@ fiona (1.7.12-2) UNRELEASED; urgency=medium
   * Team upload.
   * Use filter instead of findstring to prevent partial matches.
   * 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>  Tue, 17 Jul 2018 18:27:30 +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-fiona
-Test-Command: set -e ; for py in $(pyversions -r 2>/dev/null) ; do cd "$ADTTMP" ; echo "Testing with $py:" ; $py -c "import fiona; import fiona.fio; print(fiona); print(fiona.fio)" ; done
-
-# Test module import (Python 3)
-Depends: python3-all, python3-fiona
-Test-Command: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$ADTTMP" ; echo "Testing with $py:" ; $py -c "import fiona; import fiona.fio; print(fiona); print(fiona.fio)" ; done



View it on GitLab: https://salsa.debian.org/debian-gis-team/fiona/compare/6a991423b3c7d319ded71773bd263d2882ffad60...04ee932f063bd35b80bcc96abd93296fe2599b13

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/fiona/compare/6a991423b3c7d319ded71773bd263d2882ffad60...04ee932f063bd35b80bcc96abd93296fe2599b13
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/3fc0b427/attachment.html>


More information about the Pkg-grass-devel mailing list