[Python-modules-commits] r4019 - in packages/numpy/trunk/debian (control)

certik-guest at users.alioth.debian.org certik-guest at users.alioth.debian.org
Sat Dec 22 17:18:33 UTC 2007


    Date: Saturday, December 22, 2007 @ 17:18:33
  Author: certik-guest
Revision: 4019

use All instead of Any for -ext and -doc

Modified:
  packages/numpy/trunk/debian/control

Modified: packages/numpy/trunk/debian/control
===================================================================
--- packages/numpy/trunk/debian/control	2007-12-22 17:04:46 UTC (rev 4018)
+++ packages/numpy/trunk/debian/control	2007-12-22 17:18:33 UTC (rev 4019)
@@ -40,7 +40,7 @@
  This package contains the extension built for the python debug interpreter.
 
 Package: python-numpy-ext
-Architecture: any
+Architecture: all
 Depends: python-numpy (= ${binary:Version})
 Description: NumPy adds a fast array facility to the Python language
  This package is a transitional package; it can safely be 
@@ -48,7 +48,7 @@
 
 Package: python-numpy-doc
 Section: doc
-Architecture: any
+Architecture: all
 Description: NumPy documentation
  This package contains a powerful N-dimensional array object,
  sophisticated (broadcasting) functions, tools for integrating C/C++




More information about the Python-modules-commits mailing list