[Python-modules-commits] r13943 - in packages/numpy/trunk/debian (README.f2py changelog control)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Tue Jul 13 17:24:57 UTC 2010
Date: Tuesday, July 13, 2010 @ 17:24:28
Author: morph
Revision: 13943
* debian/{control, README.f2py}
- properly support f2py executables, Suggesting python-dev and gfortran and
adding a readme file to explain that; thanks to Kevin Mitchell for the
report; Closes: #586395
Added:
packages/numpy/trunk/debian/README.f2py
Modified:
packages/numpy/trunk/debian/changelog
packages/numpy/trunk/debian/control
Added: packages/numpy/trunk/debian/README.f2py
===================================================================
--- packages/numpy/trunk/debian/README.f2py (rev 0)
+++ packages/numpy/trunk/debian/README.f2py 2010-07-13 17:24:28 UTC (rev 13943)
@@ -0,0 +1,17 @@
+This file is meant to document what's needed to make f2py work.
+
+First of all, it needs 2 packages mentioned in Suggests field:
+
+ - python-dev, it contains Python.h file, needed for numpy header files;
+ - gfortran, the Fortran compiler.
+
+Also, please note that under /usr/bin there are currently two scripts:
+
+ - f2py2.6, f2py for Python 2.6 and
+ - f2py2.5, f2py for Python 2.5.
+
+/usr/bin/f2py is actually a symlink to the f2pyX.Y where X.Y is the version of
+the default Python interpreter at the time of package preparation. In case this
+changes, you might want to change that symlink or change/add the above scripts,
+but do that at your own danger (i.e. don't submit bugs if you mess up with
+that).
Modified: packages/numpy/trunk/debian/changelog
===================================================================
--- packages/numpy/trunk/debian/changelog 2010-07-13 16:32:20 UTC (rev 13942)
+++ packages/numpy/trunk/debian/changelog 2010-07-13 17:24:28 UTC (rev 13943)
@@ -39,6 +39,10 @@
from internet at doc build-time
* debian/patches/03_force_f2py_version.patch
- added description
+ * debian/{control, README.f2py}
+ - properly support f2py executables, Suggesting python-dev and gfortran and
+ adding a readme file to explain that; thanks to Kevin Mitchell for the
+ report; Closes: #586395
[ Piotr Ożarowski ]
* debian/control: add XB-Python-Version to python-numpy-dbg package
@@ -58,7 +62,7 @@
* Use setup.py install --install-layout; specifying --prefix installs
into the wrong location.
- -- Sandro Tosi <morph at debian.org> Tue, 13 Jul 2010 18:30:29 +0200
+ -- Sandro Tosi <morph at debian.org> Tue, 13 Jul 2010 19:15:55 +0200
python-numpy (1:1.3.0-3) unstable; urgency=low
Modified: packages/numpy/trunk/debian/control
===================================================================
--- packages/numpy/trunk/debian/control 2010-07-13 16:32:20 UTC (rev 13942)
+++ packages/numpy/trunk/debian/control 2010-07-13 17:24:28 UTC (rev 13943)
@@ -14,7 +14,7 @@
Package: python-numpy
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
-Suggests: python-numpy-doc, python-numpy-dbg, python-nose (>= 0.10.1)
+Suggests: python-numpy-doc, python-numpy-dbg, python-nose (>= 0.10.1), python-dev, gfortran
XB-Python-Version: ${python:Versions}
Provides: ${python:Provides}, python-numpy-dev, python-f2py
Description: Numerical Python adds a fast array facility to the Python language
More information about the Python-modules-commits
mailing list