[pdal] 03/05: Don't use deprecated sphinx.ext.pngmath.
Bas Couwenberg
sebastic at debian.org
Sun Jul 3 14:43:23 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository pdal.
commit 646b330e0b752e358cec2d3f06faf2cfb73e3ae0
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sun Jul 3 15:44:52 2016 +0200
Don't use deprecated sphinx.ext.pngmath.
---
debian/changelog | 2 ++
debian/patches/series | 1 +
debian/patches/sphinx-ext-pngmath-deprecated.patch | 16 ++++++++++++++++
3 files changed, 19 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 92f9b76..8ae838c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ pdal (1.2.0-3) UNRELEASED; urgency=medium
* Add patch to fix build failure on GNU/Hurd.
* Add patch to use SOURCE_DATE_EPOCH instead of current date.
+ * Add patch to not use deprecated sphinx.ext.pngmath.
+ (closes: #829429)
-- Bas Couwenberg <sebastic at debian.org> Sat, 30 Apr 2016 15:30:38 +0200
diff --git a/debian/patches/series b/debian/patches/series
index 62c6700..47bdc55 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ jsoncpp.patch
privacy-breach.patch
hurd.patch
source_date_epoch.patch
+sphinx-ext-pngmath-deprecated.patch
diff --git a/debian/patches/sphinx-ext-pngmath-deprecated.patch b/debian/patches/sphinx-ext-pngmath-deprecated.patch
new file mode 100644
index 0000000..6a0d10e
--- /dev/null
+++ b/debian/patches/sphinx-ext-pngmath-deprecated.patch
@@ -0,0 +1,16 @@
+Description: Don't use deprecated sphinx.ext.pngmath.
+Author: Bas Couwenberg <sebastic at debian.org>
+Forwarded: not-needed
+Bug-Debian: https://bugs.debian.org/829429
+
+--- a/doc/conf.py
++++ b/doc/conf.py
+@@ -27,7 +27,7 @@ import sphinx_bootstrap_theme
+
+ # Add any Sphinx extension module names here, as strings. They can be extensions
+ # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
+-extensions = ['breathe', 'sphinx.ext.autodoc', 'rst2pdf.pdfbuilder', 'sphinx.ext.pngmath','rst2pdf.pdfbuilder']
++extensions = ['breathe', 'sphinx.ext.autodoc', 'rst2pdf.pdfbuilder', 'rst2pdf.pdfbuilder']
+
+ # disqus_shortname = 'pdal'
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pdal.git
More information about the Pkg-grass-devel
mailing list