[pytables] 02/03: Do not fetch data from external web sites

Antonio Valentino a_valentino-guest at moszumanska.debian.org
Sat Apr 12 19:12:05 UTC 2014


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 6c006bcde3168a7e4f49762497e7d7980b5c9eaf
Author: Antonio Valentino <antonio.valentino at tiscali.it>
Date:   Sat Apr 12 18:34:51 2014 +0000

    Do not fetch data from external web sites
---
 debian/changelog                                    |  7 +++++--
 ...-Do-not-fetch-icons-for-external-web-sites.patch | 21 +++++++++++++++++++++
 debian/patches/series                               |  1 +
 3 files changed, 27 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 50baa2c..2ec68fb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,12 +6,15 @@ pytables (3.1.1-1) unstable; urgency=medium
       pyhon(3)-numexpr-dbg instead of recommending them
       (Closes: #742557)
   * debian/patches
+    - new patch (0003-Better-control-of-verbosity-in-unittests.patch)
+      for better control of verbosity in unittests
+    - new patch 0005-Do-not-fetch-icons-for-external-web-sites.patch
+      to avoid fetching data from external web sites in html pages of
+      the doc
     - the 0003-Only-use-msse2-flag-on-x86_64.patch has been updated
       after the upstream changes and renamed into
       0004-Never-use-the-msse2-flag-explicitly.patch
     - all remaining patches has been refreshed
-    - new patch (0003-Better-control-of-verbosity-in-unittests.patch)
-      for better control of verbosity in unittests
 
  -- Antonio Valentino <antonio.valentino at tiscali.it>  Sat, 12 Apr 2014 15:29:57 +0000
 
diff --git a/debian/patches/0005-Do-not-fetch-icons-for-external-web-sites.patch b/debian/patches/0005-Do-not-fetch-icons-for-external-web-sites.patch
new file mode 100644
index 0000000..6afc2a2
--- /dev/null
+++ b/debian/patches/0005-Do-not-fetch-icons-for-external-web-sites.patch
@@ -0,0 +1,21 @@
+From: Antonio Valentino <antonio.valentino at tiscali.it>
+Date: Sat, 12 Apr 2014 18:23:37 +0000
+Subject: Do not fetch icons for external web sites
+
+---
+ doc/source/conf.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/doc/source/conf.py b/doc/source/conf.py
+index 3a1d04b..51eade8 100644
+--- a/doc/source/conf.py
++++ b/doc/source/conf.py
+@@ -182,7 +182,7 @@ html_static_path = ['_static']
+ # Custom sidebar templates, maps document names to template names.
+ html_sidebars = {
+     'index': ['globaltoc.html', 'relations.html', 'sourcelink.html',
+-              'searchbox.html', 'travis-ci.html']
++              'searchbox.html']  #, 'travis-ci.html']
+ }
+ 
+ # Additional templates that should be rendered to pages, maps page names to
diff --git a/debian/patches/series b/debian/patches/series
index dbd32ae..b4027bf 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@
 0002-Use-system-compression-libs.patch
 0003-Better-control-of-verbosity-in-unittests.patch
 0004-Never-use-the-msse2-flag-explicitly.patch
+0005-Do-not-fetch-icons-for-external-web-sites.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