[SCM] Packaging for pytables branch, master, updated. debian/2.3.1-2-6-g16c5465

Yaroslav Halchenko debian at onerussian.com
Wed Feb 15 17:43:57 UTC 2012


The following commit has been merged in the master branch:
commit 16c5465cef76a1ec20aac548222a934dc328519e
Author: Yaroslav Halchenko <debian at onerussian.com>
Date:   Wed Feb 15 10:15:16 2012 -0500

    BF: fixing my mistake in the up_skip_multiprocessing_test_on_gnu -- thanks Antonio
    
    + adding forgotten series file

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5fa5cc1
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+up_skip_multiprocessing_test_on_gnu
diff --git a/debian/patches/up_skip_multiprocessing_test_on_gnu b/debian/patches/up_skip_multiprocessing_test_on_gnu
index 59f3688..b3c2ad2 100644
--- a/debian/patches/up_skip_multiprocessing_test_on_gnu
+++ b/debian/patches/up_skip_multiprocessing_test_on_gnu
@@ -14,7 +14,7 @@ Vendor: Debian
          import multiprocessing as mp
 +        import platform as pl
 +
-+        if pl.system().lower in ('gnu', 'gnu/kfreebsd'):
++        if pl.system().lower() in ('gnu', 'gnu/kfreebsd'):
 +            raise common.SkipTest(
 +                "multiprocessing module is not supported on Hurd/kFreeBSD")
  

-- 
Packaging for pytables



More information about the debian-science-commits mailing list