tags 690124 + patch
thanks

Dear maintainer,

I've prepared an NMU for mahara (versioned as 1.5.1-2.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.

David
diff -Nru mahara-1.5.1/debian/changelog mahara-1.5.1/debian/changelog
--- mahara-1.5.1/debian/changelog	2012-08-13 07:14:51.000000000 -0400
+++ mahara-1.5.1/debian/changelog	2012-10-27 22:11:42.000000000 -0400
@@ -1,3 +1,11 @@
+mahara (1.5.1-2.1) unstable; urgency=low
+
+  * Non-maintainer upload
+  * debian/mahara.preinst: Remove previous symlink that is replaced by a
+    directory (closes: #690124)
+
+ -- David Prévot <taf...@debian.org>  Sat, 27 Oct 2012 22:10:31 -0400
+
 mahara (1.5.1-2) unstable; urgency=high
 
   * SECURITY UPDATE: Fix multiple cross-site scripting vulnerabilities
diff -Nru mahara-1.5.1/debian/mahara.preinst mahara-1.5.1/debian/mahara.preinst
--- mahara-1.5.1/debian/mahara.preinst	2012-08-13 07:14:51.000000000 -0400
+++ mahara-1.5.1/debian/mahara.preinst	2012-10-27 22:07:47.000000000 -0400
@@ -27,6 +27,12 @@
     ;;
 esac
 
+# Delete symlink that will be replaced by a directory
+dir="/usr/share/mahara/lib/dwoo/dwoo"
+if [ -L $dir ]; then
+    rm $dir 2>/dev/null
+fi
+
 # dh_installdeb will replace this with shell code automatically
 # generated by other debhelper scripts.
 

Attachment: signature.asc
Description: Digital signature

Reply via email to