[pytables] 01/02: -dbg package dependencies

Antonio Valentino a_valentino-guest at moszumanska.debian.org
Thu Apr 3 20:29:46 UTC 2014


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 e749f1eaca119b7b0bace971dcba256667f52f9c
Author: Antonio Valentino <antonio.valentino at tiscali.it>
Date:   Thu Apr 3 19:37:12 2014 +0000

    -dbg package dependencies
---
 debian/changelog |  4 ++++
 debian/control   | 12 ++++++------
 2 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index deae6e6..65c0ce1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,10 @@
 pytables (3.1.1-1) UNRELEASED; urgency=medium
 
   * New upstream release
+  * debian/control
+    - debug package now depend on python(3)-dbg, python(3)-numpy-dbg,
+      pyhon(3)-numexpr-dbg instead of recommending them
+      (Closes: #742557)
   * debian/patches
     - dropped debian/patches/0003-Only-use-msse2-flag-on-x86_64.patch,
       the problem has been fixed upstream
diff --git a/debian/control b/debian/control
index f0c7243..6f5786d 100644
--- a/debian/control
+++ b/debian/control
@@ -83,9 +83,9 @@ Priority: extra
 Architecture: any
 Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends},
          python-tables (= ${source:Version}),
-         python-tables-lib (= ${binary:Version})
-Recommends: ${shlibs:Recommends}, python-dbg, python-numpy-dbg,
-            python-numexpr-dbg
+         python-tables-lib (= ${binary:Version}),
+         python-dbg, python-numpy-dbg, python-numexpr-dbg
+Recommends: ${shlibs:Recommends}
 Suggests: python-tables-doc, python-netcdf, ${shlibs:Suggests}
 Description: hierarchical database for Python based on HDF5 (debug extension)
  PyTables is a hierarchical database package designed to efficiently
@@ -165,9 +165,9 @@ Priority: extra
 Architecture: any
 Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends},
          python3-tables (= ${source:Version}),
-         python3-tables-lib (= ${binary:Version})
-Recommends: ${shlibs:Recommends}, python3-dbg, python3-numpy-dbg,
-            python3-numexpr-dbg
+         python3-tables-lib (= ${binary:Version}),
+         python3-dbg, python3-numpy-dbg, python3-numexpr-dbg
+Recommends: ${shlibs:Recommends}
 Suggests: python-tables-doc, python-netcdf, ${shlibs:Suggests}
 Description: hierarchical database for Python 3 based on HDF5 (debug extension)
  PyTables is a hierarchical database package designed to efficiently

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