This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository pdal.
commit 05c3c5b809b7df573d5eaaa7f6749cbd6585c22c Author: Bas Couwenberg <[email protected]> Date: Sat Aug 27 12:51:42 2016 +0200 Add patch to disable sphinxcontrib.bibtex extension, not packaged. --- debian/changelog | 1 + debian/patches/disable-sphinxcontrib-bibtex.patch | 16 ++++++++++++++++ debian/patches/series | 1 + 3 files changed, 18 insertions(+) diff --git a/debian/changelog b/debian/changelog index 4ebfd44..203f7e2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ pdal (1.3.0~rc1-1) UNRELEASED; urgency=medium - Update license & copyright for eigen embedded copy * Drop patches applied upstream, refresh remaining patch. * Append HDF5 include path for H5Cpp.h. + * Add patch to disable sphinxcontrib.bibtex extension, not packaged. -- Bas Couwenberg <[email protected]> Sat, 27 Aug 2016 10:20:18 +0200 diff --git a/debian/patches/disable-sphinxcontrib-bibtex.patch b/debian/patches/disable-sphinxcontrib-bibtex.patch new file mode 100644 index 0000000..65d1f7f --- /dev/null +++ b/debian/patches/disable-sphinxcontrib-bibtex.patch @@ -0,0 +1,16 @@ +Description: Disable sphinxcontrib.bibtex extension, not packaged. +Author: Bas Couwenberg <[email protected]> +Forwarded: not-needed + +--- a/doc/conf.py ++++ b/doc/conf.py +@@ -34,8 +34,7 @@ else: + # 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', +- 'sphinx.ext.mathjax', 'sphinx.ext.intersphinx', +- 'sphinxcontrib.bibtex'] ++ 'sphinx.ext.mathjax', 'sphinx.ext.intersphinx'] + + + # Add any paths that contain templates here, relative to this directory. diff --git a/debian/patches/series b/debian/patches/series index 7ca3720..c9115d5 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ privacy-breach.patch +disable-sphinxcontrib-bibtex.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pdal.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

