[SCM] Packaging for numexpr branch, master, updated. debian/1.4.2-2-8-g7a4e3a8

Picca Frédéric-Emma?==?UTF-8?Q?nuel picca at debian.org
Sun Feb 26 07:56:09 UTC 2012


The following commit has been merged in the master branch:
commit 7a4e3a892910efa1e5cfb7fb1787ed6b19418fa2
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date:   Sun Feb 26 08:55:58 2012 +0100

    fix the numpy dependencies with cme

diff --git a/debian/changelog b/debian/changelog
index 8c530b8..1536daf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
 numexpr (1.4.2-3) unstable; urgency=low
 
+  [Antonio Valentino]
   * New patch for fixing unit tests on 32 bit platforms
   * Added local option file
   * Re-enabled unit tests at build time
@@ -7,6 +8,11 @@ numexpr (1.4.2-3) unstable; urgency=low
   * Updated copyright format URL
   * Standard version bumped to 3.9.3 (no change)
 
+  [Picca Frédéric-Emmanuel]
+  * debian/control
+    - check all the dependencies with cme
+    - python-all (>= 2.6.6-3~) we are using dh_python2
+
  -- Antonio Valentino <antonio.valentino at tiscali.it>  Sat, 25 Feb 2012 12:18:08 +0100
 
 numexpr (1.4.2-2) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 541e53f..2614774 100644
--- a/debian/control
+++ b/debian/control
@@ -1,25 +1,25 @@
 Source: numexpr
-Section: python
-Priority: optional
 Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Wen Heping <wenheping at gmail.com>,
-	   Antonio Valentino <antonio.valentino at tiscali.it>
+           Antonio Valentino <antonio.valentino at tiscali.it>
+Section: python
+Priority: optional
 Build-Depends: debhelper (>= 8.1.0~),
-	       python-all-dev (>= 2.3.5-11),
-	       python-all-dbg (>= 2.3.5-11),
-	       python-setuptools (>= 0.6b3),
-	       python-numpy (>= 1.3.1),
-	       python-numpy-dbg (>= 1.3.1)
+               python-all-dev (>= 2.6.6-3~),
+               python-all-dbg (>= 2.6.6-3~),
+               python-setuptools,
+               python-numpy,
+               python-numpy-dbg
 Standards-Version: 3.9.3
-Vcs-Git: git://anonscm.debian.org/debian-science/packages/numexpr.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/numexpr.git
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/numexpr.git
 Homepage: http://code.google.com/p/numexpr/
 
 Package: python-numexpr
 Architecture: any
 Depends: ${python:Depends},
-	 ${shlibs:Depends},
-	 ${misc:Depends}
+         ${shlibs:Depends},
+         ${misc:Depends}
 Description: Fast numerical array expression evaluator for Python and NumPy
  Numexpr package evaluates multiple-operator array expressions many
  times faster than NumPy can. It accepts the expression as a string,
@@ -29,14 +29,15 @@ Description: Fast numerical array expression evaluator for Python and NumPy
  (JIT) compiler, i.e. it does not require a compiler at runtime.
 
 Package: python-numexpr-dbg
+Architecture: any
 Section: debug
 Priority: extra
-Architecture: any
 Depends: ${python:Depends},
-	 ${shlibs:Depends},
-	 ${misc:Depends},
-	 python-numexpr (= ${binary:Version})
-Recommends: python-dbg, python-numpy-dbg (>= 1.3.1)
+         ${shlibs:Depends},
+         ${misc:Depends},
+         python-numexpr (= ${binary:Version})
+Recommends: 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,
@@ -47,3 +48,4 @@ Description: Fast numerical array expression evaluator for Python and NumPy (deb
  .
  This package contains the extension built for the Python debug
  interpreter.
+

-- 
Packaging for numexpr



More information about the debian-science-commits mailing list