[Python-modules-commits] r3773 - in packages/numpy/trunk/debian (changelog control rules)
certik-guest at users.alioth.debian.org
certik-guest at users.alioth.debian.org
Fri Nov 30 11:33:10 UTC 2007
Date: Friday, November 30, 2007 @ 11:32:16
Author: certik-guest
Revision: 3773
applying Jonas' patch
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-11-30 11:16:36 UTC (rev 3772)
+++ packages/numpy/trunk/debian/changelog 2007-11-30 11:32:16 UTC (rev 3773)
@@ -1,3 +1,14 @@
+python-numpy (1:1.0.3-2) unstable; urgency=low
+
+ [Jonas Smedegaard]
+ * Fix installing both versioned and unversioned f2py (Closes: 450443)
+
+ [Ondrej Certik]
+ * Changed the Maintainer to the DPMT team, added Ondrej Certik to Uploaders.
+ * XS-Vcs-Svn and XS-Vcs-Browser fields added
+
+ -- Ondrej Certik <ondrej at certik.cz> Fri, 30 Nov 2007 12:27:18 +0100
+
python-numpy (1:1.0.3-1) unstable; urgency=low
* New upstream version.
Modified: packages/numpy/trunk/debian/control
===================================================================
--- packages/numpy/trunk/debian/control 2007-11-30 11:16:36 UTC (rev 3772)
+++ packages/numpy/trunk/debian/control 2007-11-30 11:32:16 UTC (rev 3773)
@@ -1,12 +1,14 @@
Source: python-numpy
Section: python
Priority: optional
-Maintainer: Debian Scipy Team <deb-scipy-devel at lists.alioth.debian.org>
-Uploaders: Marco Presi (Zufus) <zufus at debian.org>, Alexandre Fayolle <afayolle at debian.org>, José Fonseca <j_r_fonseca at yahoo.co.uk>, Matthias Klose <doko at debian.org>
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Marco Presi (Zufus) <zufus at debian.org>, Alexandre Fayolle <afayolle at debian.org>, José Fonseca <j_r_fonseca at yahoo.co.uk>, Matthias Klose <doko at debian.org>, Ondrej Certik <ondrej at certik.cz>
Build-Depends: cdbs (>= 0.4.43), python-all-dev, python-all-dbg, python-central (>= 0.5.6), refblas3-dev [!arm !m68k], lapack3-dev [!arm !m68k], debhelper (>= 5.0.38), g77, patchutils, python-docutils, fftw3-dev
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/
Package: python-numpy
Architecture: any
Modified: packages/numpy/trunk/debian/rules
===================================================================
--- packages/numpy/trunk/debian/rules 2007-11-30 11:16:36 UTC (rev 3772)
+++ packages/numpy/trunk/debian/rules 2007-11-30 11:32:16 UTC (rev 3773)
@@ -45,8 +45,8 @@
done
: # Add unversioned f2py script
- [ -f debian/python-numpy/usr/bin/f2py ] \
- || ln -s f2py$(cdbs_python_current_version) debian/python-numpy/usr/bin/f2py
+ mv $(DEB_DESTDIR)/usr/bin/f2py $(DEB_DESTDIR)/usr/bin/f2py$(cdbs_python_current_version)
+ ln -s f2py$(cdbs_python_current_version) debian/python-numpy/usr/bin/f2py
# : # Add more f2py files
# for v in $(cdbs_python_build_versions); do \
More information about the Python-modules-commits
mailing list