Skip to content
Commits on Source (7)
tilecache (2.11+ds-4) UNRELEASED; urgency=medium
tilecache (2.11+ds-4) unstable; urgency=medium
* Team upload.
* Change priority from extra to optional.
* Bump Standards-Version to 4.1.5, changes: priority.
* Strip trailing whitespace from changelog & control files.
* Update copyright-format URL to use HTTPS.
* Update Vcs-* URLs for Salsa.
* Drop ancient X-Python-Version field.
-- Bas Couwenberg <sebastic@debian.org> Sun, 24 Sep 2017 13:26:07 +0200
* Drop autopkgtest to test installability.
* Add lintian override for testsuite-autopkgtest-missing.
* Check DEB_BUILD_OPTIONS for nocheck in dh_auto_test override.
* Add override for missing-explanation-for-repacked-upstream-tarball.
* Add override for debian-watch-uses-insecure-uri.
* Add python3-sphinx to build dependencies.
-- Bas Couwenberg <sebastic@debian.org> Wed, 01 Aug 2018 20:40:20 +0200
tilecache (2.11+ds-3) unstable; urgency=medium
......
......@@ -7,7 +7,8 @@ Build-Depends: debhelper (>= 9)
Build-Depends-Indep: python,
dh-python,
python-setuptools,
python-sphinx
python-sphinx,
python3-sphinx
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/debian-gis-team/tilecache
Vcs-Git: https://salsa.debian.org/debian-gis-team/tilecache.git
......
......@@ -21,7 +21,9 @@ override_dh_auto_build:
sphinx-build docs/ docs/html/
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
python setup.py test
endif
override_dh_auto_install:
dh_auto_install -- --debian
......
# The upstream tarball was repacked to fix tar-errors-from-source issues.
missing-explanation-for-repacked-upstream-tarball
# Not available via HTTPS
debian-watch-uses-insecure-uri *
# Not worth the effort
testsuite-autopkgtest-missing
# Test installability
Depends: @
Test-Command: /bin/true