[Python-modules-commits] r4574 - in packages/numpy/trunk/debian (4 files)
kumanna-guest at users.alioth.debian.org
kumanna-guest at users.alioth.debian.org
Mon Feb 18 04:48:00 UTC 2008
Date: Monday, February 18, 2008 @ 04:47:58
Author: kumanna-guest
Revision: 4574
* debian/control:
+ Build using gfortran, libblas-dev, liblapack-dev. (Closes: #464784)
+ Conflict with python-scipy (<= 0.6.0-6), python-matplotlib (<< 0.90.1-3),
built with g77.
+ Add build-conflict with atlas3-base-dev.
+ Build again using python-central as done up to version 1:1.0.4-2.
+ Spell python with small `p', as per new description norms.
* debian/copyright:
+ Fix by adding copyright date and symbol.
Modified:
packages/numpy/trunk/debian/changelog
packages/numpy/trunk/debian/control
packages/numpy/trunk/debian/copyright
packages/numpy/trunk/debian/rules
Modified: packages/numpy/trunk/debian/changelog
===================================================================
--- packages/numpy/trunk/debian/changelog 2008-02-18 04:31:10 UTC (rev 4573)
+++ packages/numpy/trunk/debian/changelog 2008-02-18 04:47:58 UTC (rev 4574)
@@ -1,12 +1,13 @@
python-numpy (1:1.0.4-6) unstable; urgency=low
- * Switch back to python-central.
* Remove unnecessary README.numpy-dbg.
- * Build using gfortran, libblas-dev, liblapack-dev. (Closes: #464784)
- * Conflict with python-scipy (<= 0.6.0-6), python-matplotlib (<< 0.90.1-3),
- built with g77.
- * Add build-conflict with atlas3-base-dev.
- * Build again using python-central as done up to version 1:1.0.4-2.
+ * debian/control:
+ + Build using gfortran, libblas-dev, liblapack-dev. (Closes: #464784)
+ + Conflict with python-scipy (<= 0.6.0-6), python-matplotlib (<< 0.90.1-3),
+ built with g77.
+ + Add build-conflict with atlas3-base-dev.
+ + Build again using python-central as done up to version 1:1.0.4-2.
+ + Spell python with small `p', as per new description norms.
* debian/rules:
+ Add proper symlinks in /usr/include/python<version>/numpy
for numpy headers.
@@ -14,7 +15,9 @@
* debian/python-numpy.links:
+ Symlink old numarray headers to numpy include directory.
(Closes: #463007)
-
+ * debian/copyright:
+ + Fix by adding copyright date and symbol.
+
-- Kumar Appaiah <akumar at ee.iitm.ac.in> Mon, 18 Feb 2008 09:55:35 +0530
python-numpy (1:1.0.4-5) unstable; urgency=low
Modified: packages/numpy/trunk/debian/control
===================================================================
--- packages/numpy/trunk/debian/control 2008-02-18 04:31:10 UTC (rev 4573)
+++ packages/numpy/trunk/debian/control 2008-02-18 04:47:58 UTC (rev 4574)
@@ -18,7 +18,7 @@
Conflicts: python-f2py (<= 2.45.241+1926-5), python2.3-f2py, python2.4-f2py, python-scipy (<= 0.6.0-6), python-matplotlib (<< 0.90.1-3), python-numpy-dev (<= 1:1.0.3-2)
XB-Python-Version: ${python:Versions}
Provides: ${python:Provides}, python-numpy-ext, python-numpy-dev, python-f2py
-Description: Numerical Python adds a fast array facility to the Python language
+Description: Numerical Python adds a fast array facility to the python language
Numpy contains a powerful N-dimensional array object,
sophisticated (broadcasting) functions, tools for integrating C/C++
and Fortran code, and useful linear algebra, Fourier transform, and
@@ -31,7 +31,7 @@
Priority: extra
Architecture: any
Depends: python-numpy (= ${binary:Version}), python-dbg, ${shlibs:Depends}
-Description: Fast array facility to the Python language (debug extension)
+Description: Fast array facility to the python language (debug extension)
Numpy contains a powerful N-dimensional array object,
sophisticated (broadcasting) functions, tools for integrating C/C++
and Fortran code, and useful linear algebra, Fourier transform, and
@@ -45,7 +45,7 @@
Package: python-numpy-ext
Architecture: all
Depends: python-numpy (>= 1.0.1-1)
-Description: NumPy adds a fast array facility to the Python language
+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/copyright
===================================================================
--- packages/numpy/trunk/debian/copyright 2008-02-18 04:31:10 UTC (rev 4573)
+++ packages/numpy/trunk/debian/copyright 2008-02-18 04:47:58 UTC (rev 4574)
@@ -3,7 +3,7 @@
It was downloaded from http://www.numpy.org/
-Copyright Holders: SciPy Developers <scipy-dev at scipy.org>
+Copyright Holders: Copyright (C) 2005 - 2007, SciPy Developers <scipy-dev at scipy.org>
License:
Modified: packages/numpy/trunk/debian/rules
===================================================================
--- packages/numpy/trunk/debian/rules 2008-02-18 04:31:10 UTC (rev 4573)
+++ packages/numpy/trunk/debian/rules 2008-02-18 04:47:58 UTC (rev 4574)
@@ -62,9 +62,9 @@
dh_link usr/share/pycentral/python-numpy/site-packages/numpy/core/include/numpy usr/include/python$$i/numpy; \
done
for i in $(cdbs_python_build_versions); do \
- [ -d $(CURDIR)/debian/python-numpy/usr/include/python$$i_d ] || \
- mkdir -p $(CURDIR)/debian/python-numpy/usr/include/python$$i_d; \
- dh_link usr/share/pycentral/python-numpy/site-packages/numpy/core/include/numpy usr/include/python$$i_d/numpy; \
+ [ -d $(CURDIR)/debian/python-numpy/usr/include/python$${i}_d ] || \
+ mkdir -p $(CURDIR)/debian/python-numpy/usr/include/python$${i}_d; \
+ dh_link usr/share/pycentral/python-numpy/site-packages/numpy/core/include/numpy usr/include/python$${i}_d/numpy; \
done
binary-install/python-numpy-doc::
More information about the Python-modules-commits
mailing list