[Python-modules-commits] r3775 - in packages/numpy/trunk/debian (changelog control)
kumanna-guest at users.alioth.debian.org
kumanna-guest at users.alioth.debian.org
Sat Dec 1 09:29:37 UTC 2007
Date: Saturday, December 1, 2007 @ 09:29:35
Author: kumanna-guest
Revision: 3775
* debian/control:
+ Move XS-Vcs-* to Vcs-*, as dpkg supports them now.
+ Move ${Source-Version} to ${binary:Version}
+ Move python-numpy-doc to section doc.
+ Alter -dbg package description, shorten it.
+ Split -ext package description to two lines.
Modified:
packages/numpy/trunk/debian/changelog
packages/numpy/trunk/debian/control
Modified: packages/numpy/trunk/debian/changelog
===================================================================
--- packages/numpy/trunk/debian/changelog 2007-11-30 16:32:38 UTC (rev 3774)
+++ packages/numpy/trunk/debian/changelog 2007-12-01 09:29:35 UTC (rev 3775)
@@ -1,5 +1,6 @@
python-numpy (1:1.0.3-2) unstable; urgency=low
+ [ Ondrej Certik ]
[Jonas Smedegaard]
* Fix installing both versioned and unversioned f2py (Closes: 450443)
@@ -7,6 +8,14 @@
* Changed the Maintainer to the DPMT team, added Ondrej Certik to Uploaders.
* XS-Vcs-Svn and XS-Vcs-Browser fields added
+ [ Kumar Appaiah ]
+ * debian/control:
+ + Move XS-Vcs-* to Vcs-*, as dpkg supports them now.
+ + Move ${Source-Version} to ${binary:Version}
+ + Move python-numpy-doc to section doc.
+ + Alter -dbg package description, shorten it.
+ + Split -ext package description to two lines.
+
-- Ondrej Certik <ondrej at certik.cz> Fri, 30 Nov 2007 12:27:18 +0100
python-numpy (1:1.0.3-1) unstable; urgency=low
Modified: packages/numpy/trunk/debian/control
===================================================================
--- packages/numpy/trunk/debian/control 2007-11-30 16:32:38 UTC (rev 3774)
+++ packages/numpy/trunk/debian/control 2007-12-01 09:29:35 UTC (rev 3775)
@@ -7,13 +7,13 @@
Build-Conflicts: lapack-dev [!arm !m68k], blas-dev [!arm !m68k], atlas2-base, atlas2-base-dev, atlas3-base, atlas3-base-dev
XS-Python-Version: >=2.3, <<2.6
Standards-Version: 3.7.2
-XS-Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/numpy/trunk
-XS-Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/numpy/trunk/
+Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/numpy/trunk
+Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/numpy/trunk/
Package: python-numpy
Architecture: any
XB-Python-Version: ${python:Versions}
-Depends: ${python:Depends}, ${shlibs:Depends}, python-numpy-dev (= ${Source-Version})
+Depends: ${python:Depends}, ${shlibs:Depends}, python-numpy-dev (= ${binary:Version})
Suggests: python-numpy-doc, python-numpy-dbg
Replaces: python-f2py, python2.3-f2py, python2.4-f2py, python-numpy-ext (<< 1:1.0.1-1)
Conflicts: python-f2py, python2.3-f2py, python2.4-f2py, python-scipy (<= 0.5.2-7+b1), python-matplotlib (<< 0.90.0-1)
@@ -30,8 +30,8 @@
Package: python-numpy-dbg
Priority: extra
Architecture: any
-Depends: python-numpy (= ${Source-Version}), python-dbg, ${shlibs:Depends}
-Description: Numerical Python adds a fast array facility to the Python language (debug extension)
+Depends: python-numpy (= ${binary:Version}), python-dbg, ${shlibs:Depends}
+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
@@ -44,9 +44,10 @@
Package: python-numpy-ext
Architecture: any
-Depends: python-numpy (= ${Source-Version})
+Depends: python-numpy (= ${binary:Version})
Description: Numerical Python adds a fast array facility to the Python language
- This package is a transitional package; it can safely be removed after an upgrade.
+ This package is a transitional package; it can safely be
+ removed after an upgrade.
Package: python-numpy-dev
Architecture: any
@@ -66,6 +67,7 @@
This package contains development files to build python modules based on Numpy.
Package: python-numpy-doc
+Section: doc
Architecture: any
Description: Numpy documentation
This package contains a powerful N-dimensional array object,
More information about the Python-modules-commits
mailing list