[pytables] 05/11: Remove 0001-Fix-detection-of-platforms-supporting-blosc.patch

Antonio Valentino a_valentino-guest at moszumanska.debian.org
Fri Feb 21 07:57:41 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 2747a6a62c5bb182aae25c93f9e3240652cd67b9
Author: Antonio Valentino <antonio.valentino at tiscali.it>
Date:   Sun Jan 19 16:47:08 2014 +0000

    Remove 0001-Fix-detection-of-platforms-supporting-blosc.patch
    
    Applied upstream.
---
 debian/changelog                                    |  3 +++
 ...ix-detection-of-platforms-supporting-blosc.patch | 21 ---------------------
 debian/patches/series                               |  1 -
 3 files changed, 3 insertions(+), 22 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 769f1ab..426b7d4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,9 @@ pytables (3.1.0-1) UNRELEASED; urgency=low
   * New python-tables-data package including all data files used for
     unit testing
   * Added autopkgtests running testsuite
+  * debian/patches
+    - removed 0001-Fix-detection-of-platforms-supporting-blosc.patch
+      (applied upstream)
 
  -- Antonio Valentino <antonio.valentino at tiscali.it>  Sat, 18 Jan 2014 10:56:27 +0000
 
diff --git a/debian/patches/0001-Fix-detection-of-platforms-supporting-blosc.patch b/debian/patches/0001-Fix-detection-of-platforms-supporting-blosc.patch
deleted file mode 100644
index 5066c68..0000000
--- a/debian/patches/0001-Fix-detection-of-platforms-supporting-blosc.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From: Antonio Valentino <antonio.valentino at tiscali.it>
-Date: Mon, 24 Jun 2013 18:47:32 +0200
-Subject: Fix detection of platforms supporting blosc
-
----
- tables/utilsextension.pyx | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/tables/utilsextension.pyx b/tables/utilsextension.pyx
-index 33e49f5..09cb79c 100644
---- a/tables/utilsextension.pyx
-+++ b/tables/utilsextension.pyx
-@@ -234,7 +234,7 @@ def _arch_without_blosc():
-     for a in ["arm", "sparc", "mips"]:
-         if a in arch:
-             return True
--        return False
-+    return False
- 
- # Only register bloc compressor on platforms that actually support it.
- if _arch_without_blosc():
diff --git a/debian/patches/series b/debian/patches/series
index 71c5666..ac5372a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
-0001-Fix-detection-of-platforms-supporting-blosc.patch
 0002-use-dynamic-lib.patch
 0003-disable-extended-float-support.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