[pytables] 02/03: Compatibility with sphinx >= 1.6
Antonio Valentino
a_valentino-guest at moszumanska.debian.org
Thu Sep 14 20:35:56 UTC 2017
This is an automated email from the git hooks/post-receive script.
a_valentino-guest pushed a commit to branch master
in repository pytables.
commit 2b2145a8bf7ba2a2c4ad5b06bb01b4b9855b7b40
Author: Antonio Valentino <antonio.valentino at tiscali.it>
Date: Thu Sep 14 20:11:28 2017 +0000
Compatibility with sphinx >= 1.6
---
debian/changelog | 4 +++-
debian/patches/0005-usepackage-threeparttable.patch | 20 ++++++++++++++++++++
debian/patches/series | 1 +
3 files changed, 24 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index bb90a08..14087c4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,8 @@ pytables (3.4.2-1) unstable; urgency=medium
- refresh remainimg patches
- new 0003-use-local-mathjax.patch
- new 0004-unicode-charecter-for-latexpdf.patch
+ - new 0005-usepackage-threeparttable.patch (compatibility
+ with sphinx >= 1.6)
* Updated copyright file
* debian/control
- add build dependency from python(3)-sphinx-rtd-theme,
@@ -30,7 +32,7 @@ pytables (3.4.2-1) unstable; urgency=medium
- new lintian overrides for library-package-name-for-application
and application-in-library-section
- -- Antonio Valentino <antonio.valentino at tiscali.it> Thu, 14 Sep 2017 19:39:18 +0000
+ -- Antonio Valentino <antonio.valentino at tiscali.it> Thu, 14 Sep 2017 20:10:21 +0000
pytables (3.3.0-5) unstable; urgency=medium
diff --git a/debian/patches/0005-usepackage-threeparttable.patch b/debian/patches/0005-usepackage-threeparttable.patch
new file mode 100644
index 0000000..2ccf277
--- /dev/null
+++ b/debian/patches/0005-usepackage-threeparttable.patch
@@ -0,0 +1,20 @@
+From: Antonio Valentino <antonio.valentino at tiscali.it>
+Date: Thu, 14 Sep 2017 20:08:59 +0000
+Subject: usepackage threeparttable
+
+---
+ doc/source/conf.py | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/doc/source/conf.py b/doc/source/conf.py
+index 6324862..4e883f8 100644
+--- a/doc/source/conf.py
++++ b/doc/source/conf.py
+@@ -135,6 +135,7 @@ latex_elements = {
+
+ # Additional stuff for the LaTeX preamble.
+ 'preamble': r'''\usepackage{bookmark,hyperref}
++\usepackage[para]{threeparttable}
+ \DeclareUnicodeCharacter{210F}{$\hbar$}''',
+ }
+
diff --git a/debian/patches/series b/debian/patches/series
index 938e411..0ca5258 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@
0002-Never-use-the-msse2-flag-explicitly.patch
0003-use-local-mathjax.patch
0004-unicode-charecter-for-latexpdf.patch
+0005-usepackage-threeparttable.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pytables.git
More information about the debian-science-commits
mailing list