[pandas] 02/04: Use Debian packaged mathjax

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 adb3c5c37b4823121dc684bd4495d7753d369d67
Author: Andreas Tille <tille at debian.org>
Date:   Mon Oct 23 17:01:42 2017 +0200

    Use Debian packaged mathjax
---
 debian/changelog                  | 1 +
 debian/control                    | 4 +++-
 debian/patches/mathjax-path.patch | 4 ++++
 debian/patches/series             | 1 +
 4 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 968b553..11e7e1f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ pandas (0.20.3-7) UNRELEASED; urgency=medium
 
   * Team upload.
   * debhelper 9
+  * Use Debian packaged mathjax
 
  -- Andreas Tille <tille at debian.org>  Mon, 23 Oct 2017 14:18:56 +0200
 
diff --git a/debian/control b/debian/control
index 66bd358..e35cdd2 100644
--- a/debian/control
+++ b/debian/control
@@ -135,7 +135,9 @@ Description: data structures for "relational" or "labeled" data - Python 3
 Package: python-pandas-doc
 Architecture: all
 Section: doc
-Depends: ${misc:Depends}, libjs-jquery
+Depends: ${misc:Depends},
+         libjs-jquery,
+         libjs-mathjax
 Suggests: python-pandas
 Description: documentation and examples for pandas
  This package contains documentation and example scripts for
diff --git a/debian/patches/mathjax-path.patch b/debian/patches/mathjax-path.patch
index aafd5f9..eac4a71 100644
--- a/debian/patches/mathjax-path.patch
+++ b/debian/patches/mathjax-path.patch
@@ -1,3 +1,7 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Mon, 23 Oct 2017 14:18:56 +0200
+Description: Use Debian packaged mathjax
+
 --- a/doc/source/conf.py
 +++ b/doc/source/conf.py
 @@ -62,6 +62,8 @@ extensions = ['sphinx.ext.autodoc',
diff --git a/debian/patches/series b/debian/patches/series
index dd70213..2f76b04 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -11,3 +11,4 @@ up_print_versions
 up_network_seaborn
 dateutil-2.6.1-fixed-ambiguous-tz-dst-be.patch
 mark_tests_working_on_intel.patch
+mathjax-path.patch

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