[Python-modules-commits] r4584 - in packages/numpy/trunk/debian (changelog control)
certik-guest at users.alioth.debian.org
certik-guest at users.alioth.debian.org
Wed Feb 20 14:07:32 UTC 2008
Date: Wednesday, February 20, 2008 @ 14:07:31
Author: certik-guest
Revision: 4584
lintian warning fix
Modified:
packages/numpy/trunk/debian/changelog
packages/numpy/trunk/debian/control
Modified: packages/numpy/trunk/debian/changelog
===================================================================
--- packages/numpy/trunk/debian/changelog 2008-02-19 23:10:12 UTC (rev 4583)
+++ packages/numpy/trunk/debian/changelog 2008-02-20 14:07:31 UTC (rev 4584)
@@ -1,5 +1,6 @@
-python-numpy (1:1.0.4-6) UNRELEASED; urgency=low
+python-numpy (1:1.0.4-6) unstable; urgency=low
+ [ Kumar Appaiah ]
* Remove unnecessary README.numpy-dbg.
* debian/control:
+ Build using gfortran, libblas-dev, liblapack-dev. (Closes: #464784)
@@ -17,9 +18,12 @@
(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
+ [ Ondrej Certik ]
+ * Package description update: python -> Python (fixes a lintian warning)
+
+ -- Ondrej Certik <ondrej at certik.cz> Wed, 20 Feb 2008 15:06:55 +0100
+
python-numpy (1:1.0.4-5) unstable; urgency=low
[ Kumar Appaiah ]
Modified: packages/numpy/trunk/debian/control
===================================================================
--- packages/numpy/trunk/debian/control 2008-02-19 23:10:12 UTC (rev 4583)
+++ packages/numpy/trunk/debian/control 2008-02-20 14:07:31 UTC (rev 4584)
@@ -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
@@ -40,12 +40,12 @@
features introduced by numarray and can be used to replace numarray.
Numeric users should find the transition very easy
.
- This package contains the extension built for the python debug interpreter.
+ This package contains the extension built for the Python debug interpreter.
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.
More information about the Python-modules-commits
mailing list