[Python-modules-commits] r16426 - in packages/scipy/trunk/debian (changelog control rules)
varun at users.alioth.debian.org
varun at users.alioth.debian.org
Thu Apr 7 01:32:25 UTC 2011
Date: Thursday, April 7, 2011 @ 01:32:21
Author: varun
Revision: 16426
* New upstream release (Closes: #614407, #579041, #569008)
* Convert to dh_python2 (Closes: #617028)
Modified:
packages/scipy/trunk/debian/changelog
packages/scipy/trunk/debian/control
packages/scipy/trunk/debian/rules
Modified: packages/scipy/trunk/debian/changelog
===================================================================
--- packages/scipy/trunk/debian/changelog 2011-04-07 00:44:12 UTC (rev 16425)
+++ packages/scipy/trunk/debian/changelog 2011-04-07 01:32:21 UTC (rev 16426)
@@ -1,3 +1,10 @@
+python-scipy (0.9.0+dfsg1-1) unstable; urgency=low
+
+ * New upstream release (Closes: #614407, #579041, #569008)
+ * Convert to dh_python2 (Closes: #617028)
+
+ -- Varun Hiremath <varun at debian.org> Wed, 06 Apr 2011 21:26:25 -0400
+
python-scipy (0.8.0+dfsg1-1) experimental; urgency=low
[ Varun Hiremath ]
Modified: packages/scipy/trunk/debian/control
===================================================================
--- packages/scipy/trunk/debian/control 2011-04-07 00:44:12 UTC (rev 16425)
+++ packages/scipy/trunk/debian/control 2011-04-07 01:32:21 UTC (rev 16426)
@@ -3,12 +3,11 @@
Priority: extra
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Alexandre Fayolle <afayolle at debian.org>, Ondrej Certik <ondrej at certik.cz>, David Cournapeau <cournape at gmail.com>, Varun Hiremath <varun at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), python-all-dev (>= 2.5.4-1~),
- python-all-dbg (>= 2.5.4-1~), python-central (>= 0.6.7),
- python-numpy (>= 1:1.5.1), python-numpy-dbg (>= 1:1.5.1),
+Build-Depends: debhelper (>= 7.0.50~), python-all-dev (>= 2.6.6-3~),
+ python-all-dbg (>= 2.5.4-1~), python-numpy (>= 1:1.5.1), python-numpy-dbg (>= 1:1.5.1),
gfortran, sharutils, swig, libsuitesparse-dev (>= 3.1.0-3),
libblas-dev | libatlas-base-dev, liblapack-dev | libatlas-base-dev
-XS-Python-Version: all
+X-Python-Version: >= 2.4
Standards-Version: 3.9.1
Homepage: http://www.scipy.org/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/scipy/trunk
@@ -17,7 +16,6 @@
Package: python-scipy
Architecture: any
-XB-Python-Version: ${python:Versions}
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
Provides: ${python:Provides}
Recommends: g++ | c++-compiler
@@ -36,7 +34,6 @@
Package: python-scipy-dbg
Section: debug
Architecture: any
-XB-Python-Version: ${python:Versions}
Depends: ${python:Depends}, python-dbg, ${shlibs:Depends}, ${misc:Depends}, python-scipy (= ${binary:Version}), python-numpy-dbg (>= 1:1.5.1)
Description: scientific tools for Python - debugging symbols
SciPy supplements the popular NumPy module (python-numpy package), gathering a
Modified: packages/scipy/trunk/debian/rules
===================================================================
--- packages/scipy/trunk/debian/rules 2011-04-07 00:44:12 UTC (rev 16425)
+++ packages/scipy/trunk/debian/rules 2011-04-07 01:32:21 UTC (rev 16426)
@@ -10,7 +10,7 @@
UVER=$(shell echo $(DVER) | sed "s/+dfsg.*//g")
%:
- dh --with python-central $@
+ dh --with python2 $@
override_dh_auto_clean:
rm -rf build
@@ -50,8 +50,8 @@
chmod +x $$i; \
fi ; \
done
- sed -i '1s|.|#!/usr/bin/python\n&|' $(BASE)/python-scipy/`pycentral pycentraldir python-scipy`/scipy/cluster/tests/vq_test.py
- sed -i '1s|.|#!/usr/bin/python\n&|' $(BASE)/python-scipy/`pycentral pycentraldir python-scipy`/scipy/stats/tests/test_stats.py
+ sed -i '1s|.|#!/usr/bin/python\n&|' $(BASE)/python-scipy//usr/share/pyshared/scipy/cluster/tests/vq_test.py
+ sed -i '1s|.|#!/usr/bin/python\n&|' $(BASE)/python-scipy//usr/share/pyshared/scipy/stats/tests/test_stats.py
override_dh_strip:
dh_strip --dbg-package=python-scipy-dbg
More information about the Python-modules-commits
mailing list