Package: python-numarray
Version: 1.5.2-2
Severity: normal
Tags: patch
... because you used ${Python:Provides} instead of ${python:Provides} in
the debian/control file.
Attached is the diff for my python-numarray 1.5.2-2.1 NMU.
Cheers,
--
Raphaël Hertzog
Premier livre français sur Debian GNU/Linux :
http://www.ouaza.com/livre/admin-debian/
diff -u python-numarray-1.5.2/debian/changelog
python-numarray-1.5.2/debian/changelog
--- python-numarray-1.5.2/debian/changelog
+++ python-numarray-1.5.2/debian/changelog
@@ -1,3 +1,11 @@
+python-numarray (1.5.2-2.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Change Provides fields to refer to ${python:Provides} instead of
+ erroneous ${Python:Provides}.
+
+ -- Raphael Hertzog <[EMAIL PROTECTED]> Wed, 22 Nov 2006 23:46:58 +0100
+
python-numarray (1.5.2-2) unstable; urgency=low
* Re-apply lost changes from 1.5.1-3 and 1.5.1-4.
diff -u python-numarray-1.5.2/debian/control
python-numarray-1.5.2/debian/control
--- python-numarray-1.5.2/debian/control
+++ python-numarray-1.5.2/debian/control
@@ -13,7 +13,7 @@
Suggests: python-numarray-doc
Conflicts: python2.3-numarray, python2.4-numarray, python-numarray-ext (<<
1.5.1-3)
Replaces: python2.3-numarray, python2.4-numarray, python-numarray-ext (<<
1.5.1-3)
-Provides: ${Python:Provides}
+Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: An array processing package modelled after Python-Numeric
Numarray is a set of extensions to the Python programming language
@@ -31,7 +31,7 @@
Depends: ${python:Depends}, python-numarray (= ${Source-Version}),
${shlibs:Depends}
Conflicts: python2.3-numarray-ext, python2.4-numarray-ext
Replaces: python2.3-numarray-ext, python2.4-numarray-ext
-Provides: ${Python:Provides}
+Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: Extension modules for Python array processing
Interfaces to existing numerical libraries: