[SCM] A Python IDE for scientists branch, master, updated. debian/2.0.11-1-12-ga687c0c

Picca Frédéric-Emma?==?UTF-8?Q?nuel picca at debian.org
Sun Aug 7 10:27:09 UTC 2011


The following commit has been merged in the master branch:
commit e6452b1976414295eba68a79f49f24bc02dd6670
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date:   Fri Aug 5 22:25:10 2011 +0200

    fix the Replaces and Break fields. I did a mistake.

diff --git a/debian/changelog b/debian/changelog
index 9ccfbb4..04e53a5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
 spyder (2.0.12-2) UNRELEASED; urgency=low
 
+  * debian/control
+    - fix Breaks and Replace
   * debian/copyright fixed using config-edit
   * debian/patches
     - 0002-feature-forwarded-fix-for-ipython-0.11.patch (new)
diff --git a/debian/control b/debian/control
index 80fed1d..33dfca9 100644
--- a/debian/control
+++ b/debian/control
@@ -34,8 +34,8 @@ Depends: ${misc:Depends},
 	 libjs-jquery
 Recommends: python-scipy, python-numpy, python-matplotlib, ipython, pyflakes, pylint, python-rope, python-sphinx
 Provides: ${python:Provides}
-Breaks: ${python:Breaks}, spyder (<< 2.0.11-1),
-Replaces: spyder (<< 2.0.11-1)
+Breaks: ${python:Breaks}, spyder (<< 2.0.12-1),
+Replaces: spyder (<< 2.0.12-1)
 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

-- 
A Python IDE for scientists



More information about the debian-science-commits mailing list