This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository pdal.
commit 41ae79da68fc6de3ead125d39b93261cc373887c Author: Bas Couwenberg <[email protected]> Date: Fri Oct 13 19:59:59 2017 +0200 Refresh patches. --- debian/changelog | 1 + debian/patches/disable-sphinxcontrib-bibtex.patch | 9 ++++----- debian/patches/privacy-breach.patch | 6 +++--- debian/patches/use-mathjax-package.patch | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/debian/changelog b/debian/changelog index 88dcf13..f8ac6a2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ pdal (1.6.0-1) UNRELEASED; urgency=medium - Drop license & copyright for rply * Rename library packages for SONAME bump. * Bump Standards-Version to 4.1.1, no changes. + * Refresh patches. -- Bas Couwenberg <[email protected]> Fri, 13 Oct 2017 19:30:38 +0200 diff --git a/debian/patches/disable-sphinxcontrib-bibtex.patch b/debian/patches/disable-sphinxcontrib-bibtex.patch index 9051efc..85eb6b6 100644 --- a/debian/patches/disable-sphinxcontrib-bibtex.patch +++ b/debian/patches/disable-sphinxcontrib-bibtex.patch @@ -4,13 +4,12 @@ Forwarded: not-needed --- a/doc/conf.py +++ b/doc/conf.py -@@ -55,8 +55,7 @@ process_dimensions() - # Add any Sphinx extension module names here, as strings. They can be extensions +@@ -56,7 +56,7 @@ sys.path.insert(0, os.path.abspath('.')) # 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'] + 'sphinx.ext.mathjax', 'sphinx.ext.intersphinx', +- 'sphinxcontrib.bibtex', 'embed'] ++ 'embed'] # Add any paths that contain templates here, relative to this directory. diff --git a/debian/patches/privacy-breach.patch b/debian/patches/privacy-breach.patch index 48712ec..1598785 100644 --- a/debian/patches/privacy-breach.patch +++ b/debian/patches/privacy-breach.patch @@ -22,15 +22,15 @@ Forwarded: not-needed -.. image:: http://radiantblue.com/wp-content/uploads/2015/12/logo1.png - :target: http://radiantblue.com - - `Michael Gerlek`_ from `RadiantBlue`_ helped bootstrap PDAL by providing its + `Michael Gerlek`_ from `DigitalGlobe`_ helped bootstrap PDAL by providing its first design, basic primitive objects, and first :ref:`stage <stage_index>` implementations. --- a/doc/development/integration.rst +++ b/doc/development/integration.rst -@@ -8,18 +8,6 @@ PDAL :ref:`regression tests <pdal_test>` +@@ -7,18 +7,6 @@ Continuous Integration + PDAL :ref:`regression tests <pdal_test>` are run on a per-commit basis by at least two continuous integration platforms. - -Status --------------------------------------------------------------------------------- - diff --git a/debian/patches/use-mathjax-package.patch b/debian/patches/use-mathjax-package.patch index 5cc4772..e1e1a4d 100644 --- a/debian/patches/use-mathjax-package.patch +++ b/debian/patches/use-mathjax-package.patch @@ -4,8 +4,8 @@ Forwarded: not-needed --- a/doc/conf.py +++ b/doc/conf.py -@@ -58,6 +58,8 @@ extensions = ['breathe', 'sphinx.ext.aut - 'sphinx.ext.mathjax', 'sphinx.ext.intersphinx'] +@@ -59,6 +59,8 @@ extensions = ['breathe', 'sphinx.ext.aut + 'embed'] +mathjax_path = 'mathjax/MathJax.js?config=tex-ams-mml_htmlormml' -- 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

