[SCM] Packaging for pytables branch, master, updated. debian/2.4.0-1-33-gd245091

Antonio Valentino antonio.valentino at tiscali.it
Sun Jun 23 14:25:56 UTC 2013


The following commit has been merged in the master branch:
commit d2450916a49ba663a76250793d46428597a11ef2
Author: Antonio Valentino <antonio.valentino at tiscali.it>
Date:   Sun Jun 23 14:22:22 2013 +0000

    Fix build dependency deom numexpr (numexpr >= 2.1 is required)

diff --git a/debian/changelog b/debian/changelog
index 1efacca..8fa9480 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,11 +3,11 @@ pytables (3.0.0-1) experimental; urgency=low
   * New upstream release
   * Fix PDF doc installation after upstream changes
   * Added a man page for the new pt2pt3 command line tool
-  * Depend on numexpr >= 2.0
+  * Build-Depend on numexpr >= 2.1
   * Minimum Python version is now 2.6
   * New packages for Python 3
 
- -- Antonio Valentino <antonio.valentino at tiscali.it>  Mon, 04 Mar 2013 20:22:28 +0100
+ -- Antonio Valentino <antonio.valentino at tiscali.it>  Sun, 23 Jun 2013 14:14:23 +0000
 
 pytables (2.4.0-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 769670c..06ef5f9 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Build-Depends: debhelper (>= 9.0.0), libhdf5-dev,
                python3-all-dev, python3-all-dbg,
                python-numpy, python-numpy-dbg,
                python3-numpy, python3-numpy-dbg,
-               python-numexpr (>= 2.0), python-numexpr-dbg,
+               python-numexpr (>= 2.1), python-numexpr-dbg,
                python3-numexpr, python3-numexpr-dbg,
                cython (>= 0.13), cython-dbg, cython3, cython3-dbg,
                zlib1g-dev, liblzo2-dev,
@@ -25,7 +25,7 @@ Build-Depends: debhelper (>= 9.0.0), libhdf5-dev,
 Package: python-tables
 Architecture: any
 Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends},
-         python-numexpr (>= 2.0)
+         python-numexpr
 Recommends: ${shlibs:Recommends}
 Suggests: python-tables-doc, python-netcdf, ${shlibs:Suggests}, vitables
 Description: hierarchical database for Python based on HDF5
@@ -78,9 +78,9 @@ Description: hierarchical database for Python based on HDF5 (debug extension)
 Package: python3-tables
 Architecture: any
 Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends},
-         python3-numexpr (>= 2.0)
+         python3-numexpr (>= 2.1)
 Recommends: ${shlibs:Recommends}
-Suggests: python-tables-doc, python-netcdf, ${shlibs:Suggests} vitables
+Suggests: python-tables-doc, python-netcdf, ${shlibs:Suggests}, vitables
 Description: hierarchical database for Python3 based on HDF5
  PyTables is a hierarchical database package designed to efficiently
  manage very large amounts of data. PyTables is built on top of the

-- 
Packaging for pytables



More information about the debian-science-commits mailing list