[numexpr] 01/01: Fix dependencies of -dbg packages

Antonio Valentino a_valentino-guest at moszumanska.debian.org
Tue Sep 23 19:45:55 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 numexpr.

commit cda2d0af27b238768a161e3c9cbf1efc600512dd
Author: Antonio Valentino <antonio.valentino at tiscali.it>
Date:   Tue Sep 23 19:42:53 2014 +0000

    Fix dependencies of -dbg packages
---
 debian/changelog |  6 ++++++
 debian/control   | 12 ++++++------
 2 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6d6580c..b40f665 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+numexpr (2.4-2) UNRELEASED; urgency=medium
+
+  * Fix dependencies of -dbg packages
+
+ -- Antonio Valentino <antonio.valentino at tiscali.it>  Tue, 23 Sep 2014 19:41:28 +0000
+
 numexpr (2.4-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/debian/control b/debian/control
index a3776f1..b7ac223 100644
--- a/debian/control
+++ b/debian/control
@@ -46,9 +46,9 @@ Priority: extra
 Depends: ${python:Depends},
          ${shlibs:Depends},
          ${misc:Depends},
-         python-numexpr (= ${binary:Version})
-Recommends: python-dbg,
-            python-numpy-dbg
+         python-numexpr (= ${binary:Version}),
+         python-dbg,
+         python-numpy-dbg
 Description: Fast numerical array expression evaluator for Python and NumPy (debug ext)
  Numexpr package evaluates multiple-operator array expressions many
  times faster than NumPy can. It accepts the expression as a string,
@@ -82,9 +82,9 @@ Priority: extra
 Depends: ${python3:Depends},
          ${shlibs:Depends},
          ${misc:Depends},
-         python3-numexpr (= ${binary:Version})
-Recommends: python3-dbg,
-            python3-numpy-dbg
+         python3-numexpr (= ${binary:Version}),
+         python3-dbg,
+         python3-numpy-dbg
 Description: Fast numerical array expression evaluator for Python 3 and NumPy (debug ext)
  Numexpr package evaluates multiple-operator array expressions many
  times faster than NumPy can. It accepts the expression as a string,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/numexpr.git



More information about the debian-science-commits mailing list