Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Drop autopkgtests to test installability & module import.
· f93a715f
Bas Couwenberg
authored
Aug 06, 2018
f93a715f
Add lintian override for testsuite-autopkgtest-missing.
· a6ac0f8a
Bas Couwenberg
authored
Aug 06, 2018
a6ac0f8a
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
a6ac0f8a
python-pdal (2.0.0+ds-3) 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@debian.org> Thu, 05 Jul 2018 11:09:02 +0200
...
...
debian/source/lintian-overrides
View file @
a6ac0f8a
# Only a single Python version is supported by PDAL
python-pdal source: python-foo-but-no-python3-foo python-pdal
# Not worth the effort
testsuite-autopkgtest-missing
debian/tests/control
deleted
100644 → 0
View file @
6ac7f091
# Test installability
Depends: @
Test-Command: /bin/true
# Test module import (Python 2)
Depends: python-all, python-pdal
Test-Command: set -e ; for py in $(pyversions -r 2>/dev/null) ; do cd "$ADTTMP" ; echo "Testing with $py:" ; $py -c "import pdal; print(pdal)" ; done