[pytables] 01/01: Explicitly specify the minimum numexpr version

Antonio Valentino a_valentino-guest at alioth.debian.org
Sat Sep 21 18:32:02 UTC 2013


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 9d58e569d416771fe824ba5ce52c92cf9274b819
Author: Antonio Valentino <antonio.valentino at tiscali.it>
Date:   Sat Sep 21 17:52:18 2013 +0000

    Explicitly specify the minimum numexpr version
---
 debian/changelog |    7 +++++++
 debian/control   |    2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index fb9ab2d..3dd6ad8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+pytables (3.0.0-2) UNRELEASED; urgency=low
+
+  * Explicitly specify the minimum numexpr version in the binary
+    package dependency line
+
+ -- Antonio Valentino <antonio.valentino at tiscali.it>  Sat, 21 Sep 2013 17:48:09 +0000
+
 pytables (3.0.0-1) experimental; urgency=low
 
   * New upstream release
diff --git a/debian/control b/debian/control
index c7e963a..f9f563c 100644
--- a/debian/control
+++ b/debian/control
@@ -26,7 +26,7 @@ Build-Depends: debhelper (>= 9.0.0), libhdf5-dev,
 Package: python-tables
 Architecture: any
 Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends},
-         python-numexpr
+         python-numexpr (>=2.1)
 Recommends: ${shlibs:Recommends}
 Suggests: python-tables-doc, python-netcdf, ${shlibs:Suggests}, vitables
 Description: hierarchical database for Python based on HDF5

-- 
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