[SCM] Packaging for pytables branch, master, updated. debian/2.3.1-1-3-g19f6a9a

Antonio Valentino antonio.valentino at tiscali.it
Sat Jan 28 13:21:36 UTC 2012


The following commit has been merged in the master branch:
commit 19f6a9acdb7bcbb82f3b18bc237faf22e9ccf988
Author: Antonio Valentino <antonio.valentino at tiscali.it>
Date:   Sat Jan 28 12:50:35 2012 +0100

    Call dh_numpy to generate proper dependency on numpy

diff --git a/debian/changelog b/debian/changelog
index 0d5dc40..44061dd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,10 @@ pytables (2.3.1-2) unstable; urgency=low
   * Avoid unnecessary cythonization during clean
   * Ensure that build fails in case of test failure
   * Explicitly set PYTHONPATH before running tests
+  * Call dh_numpy to generate proper dependency on numpy
+    (Closes: #657089)
 
- -- Antonio Valentino <antonio.valentino at tiscali.it>  Sat, 28 Jan 2012 11:47:10 +0100
+ -- Antonio Valentino <antonio.valentino at tiscali.it>  Sat, 28 Jan 2012 12:39:25 +0100
 
 pytables (2.3.1-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index d2d43cd..809930c 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Build-Depends: debhelper (>= 8.1.0), libhdf5-dev (>= 1.6.5),
 Package: python-tables
 Architecture: any
 Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends},
-         python-numpy, python-numexpr (>= 1.4.1)
+         python-numexpr (>= 1.4.1)
 Recommends: ${shlibs:Recommends}
 Suggests: python-tables-doc, python-netcdf, ${shlibs:Suggests}
 Description: hierarchical database for Python based on HDF5
diff --git a/debian/rules b/debian/rules
index cd35d7f..5f78fe7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -38,6 +38,7 @@ override_dh_compress:
 
 override_dh_auto_install:
 	dh_auto_install
+	dh_numpy
 ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
 	set -e; \
 	for v in $(PYVERS); do \

-- 
Packaging for pytables



More information about the debian-science-commits mailing list