[python-scientific] 01/02: handled the link to directory conversion done with the last upload for mpich2python and openmpipython documentation (Closes: #720150)

Frédéric-Emmanuel Picca picca at alioth.debian.org
Mon Aug 19 19:26:41 UTC 2013


This is an automated email from the git hooks/post-receive script.

picca pushed a commit to branch master
in repository python-scientific.

commit 23e4f3b1ce34e77b1391c9bc5d77c2d080c61770
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date:   Mon Aug 19 16:26:53 2013 +0200

    handled the link to directory conversion done with the last
    upload for mpich2python and openmpipython documentation (Closes: #720150)
---
 debian/changelog             |    8 ++++++++
 debian/mpich2python.preinst  |   11 +++++++++++
 debian/openmpipython.preinst |   11 +++++++++++
 3 files changed, 30 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index b8d287c..0d95301 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+python-scientific (2.9.2-5) unstable; urgency=low
+
+  * handled the link to directory conversion done with the
+    last upload of mpich2python and openmpipython documentation
+    (Closes: #720150)
+
+ -- Picca Frédéric-Emmanuel <picca at debian.org>  Mon, 19 Aug 2013 16:26:00 +0200
+
 python-scientific (2.9.2-4) unstable; urgency=low
 
   * debian/rules clean a few file to build twice without problem.
diff --git a/debian/mpich2python.preinst b/debian/mpich2python.preinst
new file mode 100644
index 0000000..7ac9a5c
--- /dev/null
+++ b/debian/mpich2python.preinst
@@ -0,0 +1,11 @@
+#! /bin/sh -e
+
+DOCDIR=/usr/share/doc/mpich2python
+
+if [ -L $DOCDIR ]; then
+   rm $DOCDIR
+fi
+
+#DEBHELPER#
+
+exit 0
diff --git a/debian/openmpipython.preinst b/debian/openmpipython.preinst
new file mode 100644
index 0000000..b9f96fd
--- /dev/null
+++ b/debian/openmpipython.preinst
@@ -0,0 +1,11 @@
+#! /bin/sh -e
+
+DOCDIR=/usr/share/doc/openmpipython
+
+if [ -L $DOCDIR ]; then
+   rm $DOCDIR
+fi
+
+#DEBHELPER#
+
+exit 0

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-scientific.git



More information about the debian-science-commits mailing list