[Python-modules-commits] r21721 - in packages/scipy/trunk/debian (changelog control rules)

jtaylor-guest at users.alioth.debian.org jtaylor-guest at users.alioth.debian.org
Sat May 12 10:52:11 UTC 2012


    Date: Saturday, May 12, 2012 @ 10:52:10
  Author: jtaylor-guest
Revision: 21721

* use dh_numpy3
  - build depend on python-numpy >= 1:1.6.2~rc1-1~

Modified:
  packages/scipy/trunk/debian/changelog
  packages/scipy/trunk/debian/control
  packages/scipy/trunk/debian/rules

Modified: packages/scipy/trunk/debian/changelog
===================================================================
--- packages/scipy/trunk/debian/changelog	2012-05-12 10:22:57 UTC (rev 21720)
+++ packages/scipy/trunk/debian/changelog	2012-05-12 10:52:10 UTC (rev 21721)
@@ -1,3 +1,10 @@
+python-scipy (0.10.1+dfsg1-4) UNRELEASED; urgency=low
+
+  * use dh_numpy3
+    - build depend on python-numpy >= 1:1.6.2~rc1-1~
+
+ -- Julian Taylor <jtaylor.debian at googlemail.com>  Sat, 12 May 2012 12:50:57 +0200
+
 python-scipy (0.10.1+dfsg1-3) unstable; urgency=low
 
   * wrap-and-sort debian folder

Modified: packages/scipy/trunk/debian/control
===================================================================
--- packages/scipy/trunk/debian/control	2012-05-12 10:22:57 UTC (rev 21720)
+++ packages/scipy/trunk/debian/control	2012-05-12 10:52:10 UTC (rev 21721)
@@ -13,12 +13,12 @@
                libsuitesparse-dev (>= 3.1.0-3),
                python-all-dbg (>= 2.5.4-1~),
                python-all-dev (>= 2.6.6-3~),
-               python-numpy (>= 1:1.5.1),
-               python-numpy-dbg (>= 1:1.5.1),
+               python-numpy (>= 1:1.6.2~rc1-1~),
+               python-numpy-dbg (>= 1:1.6.2~rc1-1~),
                python3-all-dbg,
                python3-all-dev,
-               python3-numpy,
-               python3-numpy-dbg,
+               python3-numpy (>= 1:1.6.2~rc1-1~),
+               python3-numpy-dbg (>= 1:1.6.2~rc1-1~),
                sharutils,
                swig
 X-Python-Version: >= 2.4
@@ -48,7 +48,7 @@
 
 Package: python3-scipy
 Architecture: any
-Depends: python3-numpy, ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
 Recommends: g++ | c++-compiler
 Description: scientific tools for Python 3
  SciPy supplements the popular NumPy module (python-numpy package), gathering a

Modified: packages/scipy/trunk/debian/rules
===================================================================
--- packages/scipy/trunk/debian/rules	2012-05-12 10:22:57 UTC (rev 21720)
+++ packages/scipy/trunk/debian/rules	2012-05-12 10:52:10 UTC (rev 21721)
@@ -46,6 +46,7 @@
 	rm -rf $(BASE)/python3-scipy/usr/lib/python3/dist-packages/scipy/weave
         #call dh_numpy
 	dh_numpy
+	dh_numpy3
 
 override_dh_fixperms:
 	dh_fixperms




More information about the Python-modules-commits mailing list