[SCM] A Python IDE for scientists branch, master, updated. debian/2.0.10-1-3-g84e62b5

Picca Frédéric-Emmanuel picca at synchrotron-soleil.fr
Fri Apr 29 19:44:05 UTC 2011


The following commit has been merged in the master branch:
commit 84e62b58f21475ed9f63c22fcbe0f3ad3a620705
Author: Picca Frédéric-Emmanuel <picca at synchrotron-soleil.fr>
Date:   Fri Apr 29 21:27:49 2011 +0200

    update for upstream 2.0.11

diff --git a/debian/changelog b/debian/changelog
index b8c5bbc..4762c48 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+spyder (2.0.11-1) unstable; urgency=low
+
+  * Imported Upstream version 2.0.11
+  * Updated standards to 3.9.2 (no changes required)
+  * switch from python-support to dh_python2 helper
+  * drop python2.5 and add python2.7
+
+ -- Picca Frédéric-Emmanuel <picca at synchrotron-soleil.fr>  Fri, 29 Apr 2011 21:19:10 +0200
+
 spyder (2.0.10-1) unstable; urgency=low
 
   * Imported Upstream version 2.0.10
diff --git a/debian/control b/debian/control
index 0510185..598e2f9 100644
--- a/debian/control
+++ b/debian/control
@@ -6,10 +6,10 @@ Uploaders: Ludovic Aubry <laubrycomm at free.fr>,
 	   Alexandre Fayolle <afayolle at debian.org>,
 	   Picca Frédéric-Emmanuel <picca at synchrotron-soleil.fr>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 8.1.1), python-all, python-support (>= 0.5.3)
+Build-Depends: debhelper (>= 8.1.1), python-all (>= 2.6.6-3~)
 Build-Depends-Indep: python-sphinx, xsltproc
-Standards-Version: 3.9.1
-XS-Python-Version: >= 2.5
+Standards-Version: 3.9.2
+X-Python-Version: >= 2.6
 Homepage: http://code.google.com/p/spyderlib/
 
 Package: spyder
@@ -20,7 +20,6 @@ Depends: ${misc:Depends},
 	 python-qt4,
 	 libjs-jquery
 Recommends: python-scipy, python-numpy, python-matplotlib, ipython, pyflakes, pylint, python-rope, python-sphinx
-XB-Python-Version: ${python:Versions}
 Provides: ${python:Provides}
 Description: Python IDE for scientists
  Spyder (previously known as Pydee) is a free open-source Python
diff --git a/debian/rules b/debian/rules
index aa1e577..f12dbac 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,4 +20,4 @@ installman: spyder.1
 	dh installman
 
 %:
-	dh  $@ --with python-support
+	dh  $@ --with python2

-- 
A Python IDE for scientists



More information about the debian-science-commits mailing list