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

Picca Frédéric-Emma?==?UTF-8?Q?nuel picca at debian.org
Mon Oct 31 17:26:03 UTC 2011


The following commit has been merged in the master branch:
commit 7ddd4079979bc243561b388785e6a89cf65ac6ea
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date:   Mon Oct 31 17:50:33 2011 +0100

    update the piupart fix for the new 2.1.0 upstream version

diff --git a/debian/python-spyderlib.preinst b/debian/python-spyderlib.preinst
index c935cce..7d39128 100644
--- a/debian/python-spyderlib.preinst
+++ b/debian/python-spyderlib.preinst
@@ -2,7 +2,7 @@
 
 set -e
 
-if [ "$1" = "upgrade" ] && dpkg --compare-versions "$2" lt-nl 2.0.12-2; then
+if [ "$1" = "upgrade" ] && dpkg --compare-versions "$2" lt-nl 2.1.0-1; then
     if [ -L /usr/share/doc/python-spyderlib/html ]; then
         rm -f /usr/share/doc/python-spyderlib/html
     fi

-- 
A Python IDE for scientists



More information about the debian-science-commits mailing list