[Python-apps-commits] r6665 - in packages/cython/trunk/debian (changelog control)

yoh at users.alioth.debian.org yoh at users.alioth.debian.org
Fri Feb 18 04:06:45 UTC 2011


    Date: Friday, February 18, 2011 @ 04:06:38
  Author: yoh
Revision: 6665

Added numpy and profiler into Build-Depends to facilitate all tests above

Modified:
  packages/cython/trunk/debian/changelog
  packages/cython/trunk/debian/control

Modified: packages/cython/trunk/debian/changelog
===================================================================
--- packages/cython/trunk/debian/changelog	2011-02-18 04:06:05 UTC (rev 6664)
+++ packages/cython/trunk/debian/changelog	2011-02-18 04:06:38 UTC (rev 6665)
@@ -1,6 +1,7 @@
 cython (0.14.1-2) unstable; urgency=low
 
   * Run unittests against default Python version during build
+  * Added numpy and profiler into Build-Depends to facilitate all tests above
 
  -- Yaroslav Halchenko <debian at onerussian.com>  Tue, 15 Feb 2011 13:35:52 -0500
 

Modified: packages/cython/trunk/debian/control
===================================================================
--- packages/cython/trunk/debian/control	2011-02-18 04:06:05 UTC (rev 6664)
+++ packages/cython/trunk/debian/control	2011-02-18 04:06:38 UTC (rev 6665)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Uploaders: Ondrej Certik <ondrej at certik.cz>, Yaroslav Halchenko <debian at onerussian.com>
-Build-Depends: cdbs (>= 0.4.49), debhelper (>= 5.0.38), python (>= 2.4.4-6), python-all-dev (>= 2.4.4-6), python-support (>= 0.7.5), python-all-dbg, help2man (>= 1.37.1~)
+Build-Depends: cdbs (>= 0.4.49), debhelper (>= 5.0.38), python (>= 2.4.4-6), python-all-dev (>= 2.4.4-6), python-support (>= 0.7.5), python-all-dbg, help2man (>= 1.37.1~), python-numpy, python-profiler
 Standards-Version: 3.9.1
 Homepage: http://cython.org/
 Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/cython/trunk




More information about the Python-apps-commits mailing list