Skip to content
Commits on Source (5)
pywps (4.0.0-6) UNRELEASED; urgency=medium
pywps (4.0.0-6) unstable; urgency=medium
* Drop ancient X-Python-Version field.
* Strip trailing whitespace from control & rules files.
* Disable PIE only on older Ubuntu releases.
* Bump Standards-Version to 4.1.5, no changes.
* Drop autopkgtest to test installability.
* Add lintian override for testsuite-autopkgtest-missing.
* Add patch to use Python 2 version of Sphinx explicitly.
* Add override for package-contains-documentation-outside-usr-share-doc.
-- Bas Couwenberg <sebastic@debian.org> Sun, 06 May 2018 09:22:02 +0200
-- Bas Couwenberg <sebastic@debian.org> Wed, 01 Aug 2018 18:23:12 +0200
pywps (4.0.0-5) unstable; urgency=medium
......
Description: Use Python 2 version of Sphinx explicitly.
Author: Bas Couwenberg <sebastic@debian.org>
Forwarded: not-needed
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -3,7 +3,7 @@
# You can set these variables from the command line.
SPHINXOPTS =
-SPHINXBUILD = sphinx-build -W
+SPHINXBUILD = /usr/share/sphinx/scripts/python2/sphinx-build -W
PAPER =
BUILDDIR = _build
......@@ -2,3 +2,4 @@ offline-tests.patch
use-mathjax-package.patch
privacy-breach.patch
demobuffer-syntaxerror.patch
python2-sphinx.patch
# Not a problem
package-contains-documentation-outside-usr-share-doc usr/lib/python*/dist-packages/pywps/schemas/geojson/README
# Package will switch to Python 3 when Python 2 is EOL.
pywps source: python-foo-but-no-python3-foo python-pywps
# Not worth the effort
testsuite-autopkgtest-missing
# Test installability
Depends: @
Test-Command: /bin/true