Control: tags 918807 + patch
Control: tags 918807 + pending
Dear maintainer,
I've prepared an NMU for taurus (versioned as 4.0.3+dfsg-1.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I should
cancel it.
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
diff -Nru taurus-4.0.3+dfsg/debian/changelog taurus-4.0.3+dfsg/debian/changelog
--- taurus-4.0.3+dfsg/debian/changelog 2017-01-23 19:39:08.000000000 +0200
+++ taurus-4.0.3+dfsg/debian/changelog 2019-02-03 18:20:13.000000000 +0200
@@ -1,3 +1,10 @@
+taurus (4.0.3+dfsg-1.1) unstable; urgency=high
+
+ * Non-maintainer upload.
+ * Add upstream fix for FTBFS with Sphinx 1.8. (Closes: #918807)
+
+ -- Adrian Bunk <[email protected]> Sun, 03 Feb 2019 18:20:13 +0200
+
taurus (4.0.3+dfsg-1) unstable; urgency=medium
* New upstream version 4.0.3+dfsg
diff -Nru taurus-4.0.3+dfsg/debian/patches/0001-Remove-unused-pngmath-sphinx-extension.patch taurus-4.0.3+dfsg/debian/patches/0001-Remove-unused-pngmath-sphinx-extension.patch
--- taurus-4.0.3+dfsg/debian/patches/0001-Remove-unused-pngmath-sphinx-extension.patch 1970-01-01 02:00:00.000000000 +0200
+++ taurus-4.0.3+dfsg/debian/patches/0001-Remove-unused-pngmath-sphinx-extension.patch 2019-02-03 18:20:13.000000000 +0200
@@ -0,0 +1,27 @@
+From 8a5fb0772f734f455d29d5e4f558869505fa1dc0 Mon Sep 17 00:00:00 2001
+From: Carlos Pascual <[email protected]>
+Date: Mon, 23 Jul 2018 19:01:20 +0200
+Subject: Remove unused pngmath sphinx extension
+
+Taurus sphinx build is not using pngmath. Remove it.
+---
+ doc/source/conf.py | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+diff --git a/doc/source/conf.py b/doc/source/conf.py
+index 4ea91b0d..75b783c8 100644
+--- a/doc/source/conf.py
++++ b/doc/source/conf.py
+@@ -86,8 +86,7 @@ _build_doc_api()
+
+ # Add any Sphinx extension module names here, as strings. They can be extensions
+ # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
+-extensions = ['sphinx.ext.pngmath',
+- 'sphinx.ext.autosummary',
++extensions = ['sphinx.ext.autosummary',
+ 'sphinx.ext.autodoc',
+ 'sphinx.ext.doctest',
+ 'sphinx.ext.graphviz',
+--
+2.11.0
+
diff -Nru taurus-4.0.3+dfsg/debian/patches/series taurus-4.0.3+dfsg/debian/patches/series
--- taurus-4.0.3+dfsg/debian/patches/series 2017-01-23 19:28:17.000000000 +0200
+++ taurus-4.0.3+dfsg/debian/patches/series 2019-02-03 18:20:13.000000000 +0200
@@ -1 +1,2 @@
0001-fix-ordered-dict-import.patch
+0001-Remove-unused-pngmath-sphinx-extension.patch