[SCM] Packaging for numexpr branch, master, updated. a2c181bc2cc2c72869875774ed1e75f9aace66b7

Picca Frédéric-Emma?==?UTF-8?Q?nuel picca at debian.org
Tue Feb 14 20:06:12 UTC 2012


The following commit has been merged in the master branch:
commit a2c181bc2cc2c72869875774ed1e75f9aace66b7
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date:   Tue Feb 14 20:50:42 2012 +0100

    now it is part of debian-science

diff --git a/debian/changelog b/debian/changelog
index a1ce963..077345b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,8 +11,12 @@ numexpr (1.4.2-2) unstable; urgency=low
   * Local option file added in debian/source
 
   [picca]
-  * unactive the unit test until an upload of the last
-    upstream version which require numpy >= 1.6.0
+  * debian/rules
+    - unactive the unit test for now (waiting for the
+      lastest upstream version)
+  * debian/control
+    - now the packaging is done under debian-science
+    - add Antonio Valentino as uploaders
 
  -- Antonio Valentino <antonio.valentino at tiscali.it>  Sat, 04 Feb 2012 12:22:47 +0100
 
diff --git a/debian/control b/debian/control
index 5d9aa21..9acfa2b 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,9 @@
 Source: numexpr
 Section: python
 Priority: optional
-Maintainer: Wen Heping <wenheping at gmail.com>
+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>
 Build-Depends: debhelper (>= 8.1.0~),
 	       python-all-dev (>= 2.3.5-11),
 	       python-all-dbg (>= 2.3.5-11),
@@ -9,6 +11,8 @@ Build-Depends: debhelper (>= 8.1.0~),
 	       python-numpy (>= 1.3.1),
 	       python-numpy-dbg (>= 1.3.1)
 Standards-Version: 3.9.2
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/numexpr.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/numexpr.git
 Homepage: http://code.google.com/p/numexpr/
 
 Package: python-numexpr
@@ -19,10 +23,10 @@ Depends: ${python: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,
- analyzes it, rewrites it more efficiently, and compiles it to faster Python
- code on the fly. It's the next best thing to writing the expression in C and
- compiling it with a specialized just-in-time (JIT) compiler, i.e. it does not
- require a compiler at runtime.
+ analyzes it, rewrites it more efficiently, and compiles it to faster
+ Python code on the fly. It's the next best thing to writing the
+ expression in C and compiling it with a specialized just-in-time
+ (JIT) compiler, i.e. it does not require a compiler at runtime.
 
 Package: python-numexpr-dbg
 Section: debug
@@ -36,9 +40,10 @@ Recommends: python-dbg, python-numpy-dbg (>= 1.3.1)
 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,
- analyzes it, rewrites it more efficiently, and compiles it to faster Python
- code on the fly. It's the next best thing to writing the expression in C and
- compiling it with a specialized just-in-time (JIT) compiler, i.e. it does not
- require a compiler at runtime.
+ analyzes it, rewrites it more efficiently, and compiles it to faster
+ Python code on the fly. It's the next best thing to writing the
+ expression in C and compiling it with a specialized just-in-time
+ (JIT) compiler, i.e. it does not require a compiler at runtime.
  .
- This package contains the extension built for the Python debug interpreter.
+ This package contains the extension built for the Python debug
+ interpreter.

-- 
Packaging for numexpr



More information about the debian-science-commits mailing list