[SCM] Packaging for numexpr branch, experimental, updated. debian/2.0.1-2

Yaroslav Halchenko debian at onerussian.com
Tue Mar 13 03:44:09 UTC 2012


The following commit has been merged in the experimental branch:
commit fdc8e24dc79fff41fe46006beeb018e9d10b161c
Author: Yaroslav Halchenko <debian at onerussian.com>
Date:   Mon Mar 12 22:04:08 2012 -0400

    Fixing versioned build-depends on numpy version of which carries epoch -- now build-depends on >= 1:1.6.0

diff --git a/debian/changelog b/debian/changelog
index 6314971..997bf39 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+numexpr (2.0.1-2) experimental; urgency=low
+
+  * Fixing versioned build-depends on numpy version of which
+    carries epoch -- now build-depends on >= 1:1.6.0
+
+ -- Yaroslav Halchenko <debian at onerussian.com>  Mon, 12 Mar 2012 21:59:50 -0400
+
 numexpr (2.0.1-1) experimental; urgency=low
 
   [ Antonio Valentino ]
diff --git a/debian/control b/debian/control
index a1489ca..c28d0ad 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 8.1.0~),
                python-all-dev (>= 2.6.6-3~),
                python-all-dbg (>= 2.6.6-3~),
                python-setuptools,
-               python-numpy (>= 1.6.0),
+               python-numpy (>= 1:1.6.0),
                python-numpy-dbg
 Standards-Version: 3.9.3
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/numexpr.git

-- 
Packaging for numexpr



More information about the debian-science-commits mailing list