[pandas] 01/04: debhelper 9

Andreas Tille tille at debian.org
Mon Oct 23 15:04:45 UTC 2017


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

tille pushed a commit to branch debian
in repository pandas.

commit 447c7a66e54780a079813c8708a875f15098c831
Author: Andreas Tille <tille at debian.org>
Date:   Mon Oct 23 14:20:21 2017 +0200

    debhelper 9
---
 debian/changelog                  |  7 +++++++
 debian/compat                     |  2 +-
 debian/control                    |  2 +-
 debian/patches/mathjax-path.patch | 11 +++++++++++
 4 files changed, 20 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 79b9b9c..968b553 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+pandas (0.20.3-7) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * debhelper 9
+
+ -- Andreas Tille <tille at debian.org>  Mon, 23 Oct 2017 14:18:56 +0200
+
 pandas (0.20.3-6) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index ed3d318..66bd358 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: python
 Priority: optional
 Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Yaroslav Halchenko <debian at onerussian.com>, Michael Hanke <michael.hanke at gmail.com>
-Build-Depends: debhelper (>= 7.0.50),
+Build-Depends: debhelper (>= 9),
                python-all-dev (>= 2.5),
                python-setuptools,
                cython,
diff --git a/debian/patches/mathjax-path.patch b/debian/patches/mathjax-path.patch
new file mode 100644
index 0000000..aafd5f9
--- /dev/null
+++ b/debian/patches/mathjax-path.patch
@@ -0,0 +1,11 @@
+--- a/doc/source/conf.py
++++ b/doc/source/conf.py
+@@ -62,6 +62,8 @@ extensions = ['sphinx.ext.autodoc',
+               'nbsphinx',
+               ]
+ 
++mathjax_path='MathJax.js'
++
+ exclude_patterns = ['**.ipynb_checkpoints']
+ 
+ with open("index.rst") as f:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pandas.git



More information about the debian-science-commits mailing list