[Python-modules-commits] r4020 - in packages/numpy/trunk/debian (changelog control rules)
kumanna-guest at users.alioth.debian.org
kumanna-guest at users.alioth.debian.org
Sat Dec 22 17:49:22 UTC 2007
Date: Saturday, December 22, 2007 @ 17:49:22
Author: kumanna-guest
Revision: 4020
* debian/control:
+ Set python-numpy-doc and python-numpy-ext to Architecture: all.
+ Don't call dh_python for python-numpy-ext.
Modified:
packages/numpy/trunk/debian/changelog
packages/numpy/trunk/debian/control
packages/numpy/trunk/debian/rules
Modified: packages/numpy/trunk/debian/changelog
===================================================================
--- packages/numpy/trunk/debian/changelog 2007-12-22 17:18:33 UTC (rev 4019)
+++ packages/numpy/trunk/debian/changelog 2007-12-22 17:49:22 UTC (rev 4020)
@@ -8,6 +8,9 @@
* debian/python-numpy.links:
+ Symlink the numpy include directory to appear in
/usr/include/numpy to adhere to the FHS. (Closes: #457060).
+ * debian/control:
+ + Set python-numpy-doc and python-numpy-ext to Architecture: all.
+ + Don't call dh_python for python-numpy-ext.
-- Kumar Appaiah <akumar at ee.iitm.ac.in> Sat, 22 Dec 2007 22:19:32 +0530
Modified: packages/numpy/trunk/debian/control
===================================================================
--- packages/numpy/trunk/debian/control 2007-12-22 17:18:33 UTC (rev 4019)
+++ packages/numpy/trunk/debian/control 2007-12-22 17:49:22 UTC (rev 4020)
@@ -41,7 +41,7 @@
Package: python-numpy-ext
Architecture: all
-Depends: python-numpy (= ${binary:Version})
+Depends: python-numpy (>= 1.0.1-1)
Description: NumPy adds a fast array facility to the Python language
This package is a transitional package; it can safely be
removed after an upgrade.
Modified: packages/numpy/trunk/debian/rules
===================================================================
--- packages/numpy/trunk/debian/rules 2007-12-22 17:18:33 UTC (rev 4019)
+++ packages/numpy/trunk/debian/rules 2007-12-22 17:49:22 UTC (rev 4020)
@@ -64,7 +64,6 @@
binary-fixup/python-numpy-ext::
dh_pysupport -p$(cdbs_curpkg)
- dh_python -p$(cdbs_curpkg)
build/python-numpy-dbg::
set -e; \
More information about the Python-modules-commits
mailing list