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

Antonio Valentino antonio.valentino at tiscali.it
Sat Jun 1 20:55:56 UTC 2013


The following commit has been merged in the master branch:
commit 81e24d3aeb4ee47cf59f9f0ae76d534316f58436
Author: Antonio Valentino <antonio.valentino at tiscali.it>
Date:   Sat Jun 1 18:15:12 2013 +0000

    Depend on numexpr >= 2.0

diff --git a/debian/changelog b/debian/changelog
index 8c640ff..b6b72b1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ pytables (3.0.0-1) UNRELEASED; urgency=low
   * Added vitables as suggested package (Closes: #702228)
   * Updated copyright file
   * Standard version bumped to 3.9.4 (no changes)
+  * Depend on numexpr >= 2.0
 
  -- Antonio Valentino <antonio.valentino at tiscali.it>  Mon, 04 Mar 2013 20:22:28 +0100
 
diff --git a/debian/control b/debian/control
index ce99d31..4ef8866 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ X-Python-Version: >= 2.4
 Build-Depends: debhelper (>= 9.0.0), libhdf5-dev (>= 1.8.4-patch1),
                python-all-dev (>= 2.6.6-3~), python-all-dbg (>= 2.6.6-3~),
                python-numpy (>= 1:1.4.1-4~), python-numpy-dbg (>= 1:1.4.1-4~),
-               python-numexpr (>= 1.4.1), python-numexpr-dbg (>= 1.4.1),
+               python-numexpr (>= 2.0), python-numexpr-dbg,
                cython (>= 0.13), cython-dbg (>= 0.13), zlib1g-dev, liblzo2-dev,
                libbz2-dev, python-sphinx (>= 1.0.7+dfsg),
                texlive-latex-recommended, texlive-latex-extra,
@@ -21,7 +21,7 @@ Build-Depends: debhelper (>= 9.0.0), libhdf5-dev (>= 1.8.4-patch1),
 Package: python-tables
 Architecture: any
 Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends},
-         python-numexpr (>= 1.4.1)
+         python-numexpr (>= 2.0)
 Recommends: ${shlibs:Recommends}
 Suggests: python-tables-doc, python-netcdf, ${shlibs:Suggests} vitables
 Description: hierarchical database for Python based on HDF5

-- 
Packaging for pytables



More information about the debian-science-commits mailing list