[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:54 UTC 2013


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

    Fixed unnecessarily versioned build dependencies (silence cme warnings)

diff --git a/debian/changelog b/debian/changelog
index 0084f8e..f27ae6a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ pytables (2.4.0-2) UNRELEASED; urgency=low
   * Enabled automatic testing for dbg packages
   * Keep the original name of the upstream changelog
   * Use canonical URI for VCS-* fields
+  * Fixed unnecessarily versioned build dependencies (silence cme warnings)
 
  -- Antonio Valentino <antonio.valentino at tiscali.it>  Mon, 04 Mar 2013 20:22:28 +0100
 
diff --git a/debian/control b/debian/control
index 85d46b1..089c729 100644
--- a/debian/control
+++ b/debian/control
@@ -8,11 +8,12 @@ Vcs-Git: git://anonscm.debian.org/debian-science/packages/pytables.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/pytables.git
 Standards-Version: 3.9.4
 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),
-               cython (>= 0.13), cython-dbg (>= 0.13), zlib1g-dev, liblzo2-dev,
+Build-Depends: debhelper (>= 9.0.0), libhdf5-dev,
+               python-all-dev, python-all-dbg,
+               python-numpy, python-numpy-dbg,
+               python-numexpr, 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,
                texlive-fonts-recommended
@@ -20,9 +21,9 @@ 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
 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 Python 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