[pdal] 07/12: Add patch to not require sphinxcontrib.bibtex extension (not packaged).

Bas Couwenberg sebastic at debian.org
Sat Aug 27 13:10:10 UTC 2016


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master-git
in repository pdal.

commit d48a29ec94ebaf469b1bf37e097f696469ac4eba
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Apr 30 17:36:12 2016 +0200

    Add patch to not require sphinxcontrib.bibtex extension (not packaged).
---
 debian/changelog                                       |  1 +
 debian/patches/dont-require-sphinxcontrib-bibtex.patch | 17 +++++++++++++++++
 debian/patches/series                                  |  1 +
 3 files changed, 19 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 7531d90..e4da859 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ pdal (1.2.0+git20160429-cbe9b08-1) UNRELEASED; urgency=medium
   * Drop jsoncpp.patch, fixed upstream. Refresh privacy-breach.patch.
   * Add patch to not require Nitro dependency
     (disable nitfwrap tool by default).
+  * Add patch to not require sphinxcontrib.bibtex extension (not packaged).
 
  -- Bas Couwenberg <sebastic at debian.org>  Sat, 30 Apr 2016 15:30:38 +0200
 
diff --git a/debian/patches/dont-require-sphinxcontrib-bibtex.patch b/debian/patches/dont-require-sphinxcontrib-bibtex.patch
new file mode 100644
index 0000000..d753545
--- /dev/null
+++ b/debian/patches/dont-require-sphinxcontrib-bibtex.patch
@@ -0,0 +1,17 @@
+Description: Don't require sphinxcontrib.bibtex extension.
+ Not available in Debian.
+Author: Bas Couwenberg <sebastic at debian.org>
+Forwarded: not-needed
+
+--- a/doc/conf.py
++++ b/doc/conf.py
+@@ -29,8 +29,7 @@ year = datetime.datetime.now().year
+ # 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 e4f300e..6e51bc2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 privacy-breach.patch
 dont-require-nitro.patch
+dont-require-sphinxcontrib-bibtex.patch

-- 
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