[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:10 UTC 2011


The following commit has been merged in the master branch:
commit a687c0c814ccc93b3e440dda16d4ba50a93a07b9
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date:   Sun Aug 7 12:26:34 2011 +0200

    solve the piuparts problem

diff --git a/debian/python-spyderlib.preinst b/debian/python-spyderlib.preinst
new file mode 100644
index 0000000..c935cce
--- /dev/null
+++ b/debian/python-spyderlib.preinst
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+set -e
+
+if [ "$1" = "upgrade" ] && dpkg --compare-versions "$2" lt-nl 2.0.12-2; then
+    if [ -L /usr/share/doc/python-spyderlib/html ]; then
+        rm -f /usr/share/doc/python-spyderlib/html
+    fi
+fi
+
+#DEBHELPER#
\ No newline at end of file

-- 
A Python IDE for scientists



More information about the debian-science-commits mailing list