[SCM] A Python IDE for scientists branch, master, updated. debian/2.1.8-1-2-g08bd034

Picca Frédéric-Emma?==?UTF-8?Q?nuel picca at debian.org
Fri Feb 24 20:19:31 UTC 2012


The following commit has been merged in the master branch:
commit 08bd034e1837c7caf164860550b6ca0e44faf181
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date:   Fri Feb 24 21:19:18 2012 +0100

    fix debian control file with cme

diff --git a/debian/control b/debian/control
index 986636a..f01873e 100644
--- a/debian/control
+++ b/debian/control
@@ -1,28 +1,28 @@
 Source: spyder
-Section: science
-Priority: extra
 Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Ludovic Aubry <laubrycomm at free.fr>,
-	   Alexandre Fayolle <afayolle at debian.org>,
-	   Picca Frédéric-Emmanuel <picca at debian.org>
-DM-Upload-Allowed: yes
+           Alexandre Fayolle <afayolle at debian.org>,
+           Picca Frédéric-Emmanuel <picca at debian.org>
+Section: science
+Priority: extra
 Build-Depends: debhelper (>= 8),
-	       python-all (>= 2.6.6-3~)
+               python-all (>= 2.6.6-3~)
 Build-Depends-Indep: python-sphinx,
-		     xsltproc
+                     xsltproc
 Standards-Version: 3.9.2
-X-Python-Version: >= 2.6
-Vcs-Git: git://anonscm.debian.org/debian-science/packages/spyder.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/spyder.git
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/spyder.git
+DM-Upload-Allowed: yes
 Homepage: http://code.google.com/p/spyderlib/
+X-Python-Version: >= 2.6
 
 Package: spyder
 Architecture: all
 Section: devel
 Depends: ${misc:Depends},
-	 ${python:Depends},
-	 python-spyderlib (= ${binary:Version})
-Description: Python IDE for scientists
+         ${python:Depends},
+         python-spyderlib (= ${binary:Version})
+Description: python IDE for scientists
  Spyder (previously known as Pydee) is a free open-source Python
  development environment providing MATLAB-like features in a simple
  and light-weighted software
@@ -31,22 +31,23 @@ Package: python-spyderlib
 Architecture: all
 Section: python
 Depends: ${misc:Depends},
-	 ${python:Depends},
-	 ${sphinxdoc:Depends},
-	 python-qt4
+         ${python:Depends},
+         ${sphinxdoc:Depends},
+         python-qt4
 Recommends: ipython,
-	    pep8,
-	    pyflakes (>= 0.5.0),
-	    pylint,
-	    python-matplotlib,
-	    python-rope (>= 0.9.2),
-	    python-numpy,
-	    python-scipy,
-	    python-sphinx (>= 0.6.0)
+            pep8,
+            pyflakes (>= 0.5.0),
+            pylint,
+            python-matplotlib,
+            python-rope,
+            python-numpy,
+            python-scipy,
+            python-sphinx (>= 0.6.0)
+Breaks: ${python:Breaks},
+        spyder (<< 2.0.12-1)
 Provides: ${python:Provides}
-Breaks: ${python:Breaks}, spyder (<< 2.0.12-1),
 Replaces: spyder (<< 2.0.12-1)
-Description: Python IDE for scientists
+Description: python IDE for scientists
  Originally written to design Spyder (the Scientific PYthon
  Development EnviRonment), the spyderlib Python library provides
  ready-to-use pure-Python widgets: source code editor with syntax
@@ -54,3 +55,4 @@ Description: Python IDE for scientists
  editor, dictionary editor, Python console, etc. It's based on the Qt
  Python binding module PyQt4 (and is compatible with PySide since
  v2.2).
+

-- 
A Python IDE for scientists



More information about the debian-science-commits mailing list