[Git][debian-gis-team/pywps][master] 5 commits: Drop autopkgtest to test installability.
Bas Couwenberg
gitlab at salsa.debian.org
Wed Aug 1 17:50:41 BST 2018
Bas Couwenberg pushed to branch master at Debian GIS Project / pywps
Commits:
fc914fa4 by Bas Couwenberg at 2018-08-01T16:22:52Z
Drop autopkgtest to test installability.
- - - - -
7795a208 by Bas Couwenberg at 2018-08-01T16:23:10Z
Add lintian override for testsuite-autopkgtest-missing.
- - - - -
8f8d3ff3 by Bas Couwenberg at 2018-08-01T16:34:13Z
Add patch to use Python 2 version of Sphinx explicitly.
- - - - -
e76d4ff2 by Bas Couwenberg at 2018-08-01T16:42:44Z
Add override for package-contains-documentation-outside-usr-share-doc.
- - - - -
a83f9959 by Bas Couwenberg at 2018-08-01T16:42:44Z
Set distribution to unstable.
- - - - -
6 changed files:
- debian/changelog
- + debian/patches/python2-sphinx.patch
- debian/patches/series
- + debian/python-pywps.lintian-overrides
- debian/source/lintian-overrides
- − debian/tests/control
Changes:
=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,15 @@
-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 at debian.org> Sun, 06 May 2018 09:22:02 +0200
+ -- Bas Couwenberg <sebastic at debian.org> Wed, 01 Aug 2018 18:23:12 +0200
pywps (4.0.0-5) unstable; urgency=medium
=====================================
debian/patches/python2-sphinx.patch
=====================================
--- /dev/null
+++ b/debian/patches/python2-sphinx.patch
@@ -0,0 +1,15 @@
+Description: Use Python 2 version of Sphinx explicitly.
+Author: Bas Couwenberg <sebastic at 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
+
=====================================
debian/patches/series
=====================================
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ offline-tests.patch
use-mathjax-package.patch
privacy-breach.patch
demobuffer-syntaxerror.patch
+python2-sphinx.patch
=====================================
debian/python-pywps.lintian-overrides
=====================================
--- /dev/null
+++ b/debian/python-pywps.lintian-overrides
@@ -0,0 +1,3 @@
+# Not a problem
+package-contains-documentation-outside-usr-share-doc usr/lib/python*/dist-packages/pywps/schemas/geojson/README
+
=====================================
debian/source/lintian-overrides
=====================================
--- a/debian/source/lintian-overrides
+++ b/debian/source/lintian-overrides
@@ -1,3 +1,6 @@
# 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
+
=====================================
debian/tests/control deleted
=====================================
--- a/debian/tests/control
+++ /dev/null
@@ -1,3 +0,0 @@
-# Test installability
-Depends: @
-Test-Command: /bin/true
View it on GitLab: https://salsa.debian.org/debian-gis-team/pywps/compare/dec57d0e70cdfb34e745162c2e53ab7b8fc522a7...a83f99590fed0f722a08fc812ccd772512d0b01a
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/pywps/compare/dec57d0e70cdfb34e745162c2e53ab7b8fc522a7...a83f99590fed0f722a08fc812ccd772512d0b01a
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/20180801/6d8a7f66/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list