tags 687861 + patch
tags 687880 + patch
thanks

Dear maintainer,

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

I'll take care of the unblock request.

Regards.

David
diff -Nru libfso-glib-2012.05.24.1/debian/changelog libfso-glib-2012.05.24.1/debian/changelog
--- libfso-glib-2012.05.24.1/debian/changelog	2012-05-25 12:41:21.000000000 -0400
+++ libfso-glib-2012.05.24.1/debian/changelog	2012-09-26 18:28:29.000000000 -0400
@@ -1,3 +1,11 @@
+libfso-glib (2012.05.24.1-1.1) unstable; urgency=low
+
+  * Non-maintainer upload
+  * debian/libfso-glib-{dev,dbg}.postinst: Fix directory to symlink upgrade in
+    postinst (Closes: #687861, #687880)
+
+ -- David Prévot <taf...@debian.org>  Wed, 26 Sep 2012 18:28:25 -0400
+
 libfso-glib (2012.05.24.1-1) unstable; urgency=low
 
   [ Simon Busch ]
diff -Nru libfso-glib-2012.05.24.1/debian/libfso-glib-dbg.postinst libfso-glib-2012.05.24.1/debian/libfso-glib-dbg.postinst
--- libfso-glib-2012.05.24.1/debian/libfso-glib-dbg.postinst	1969-12-31 20:00:00.000000000 -0400
+++ libfso-glib-2012.05.24.1/debian/libfso-glib-dbg.postinst	2012-09-26 18:25:53.000000000 -0400
@@ -0,0 +1,14 @@
+#!/bin/sh
+set -e
+
+# Replace documentation directory with symlink
+docdir="/usr/share/doc/libfso-glib-dbg"
+if [ -d $docdir ] && [ ! -L $docdir ]; then
+    if rmdir $docdir 2>/dev/null; then
+        ln -sf libfso-glib1 $docdir
+    fi
+fi
+
+#DEBHELPER#
+
+exit 0
diff -Nru libfso-glib-2012.05.24.1/debian/libfso-glib-dev.postinst libfso-glib-2012.05.24.1/debian/libfso-glib-dev.postinst
--- libfso-glib-2012.05.24.1/debian/libfso-glib-dev.postinst	1969-12-31 20:00:00.000000000 -0400
+++ libfso-glib-2012.05.24.1/debian/libfso-glib-dev.postinst	2012-09-26 18:25:33.000000000 -0400
@@ -0,0 +1,14 @@
+#!/bin/sh
+set -e
+
+# Replace documentation directory with symlink
+docdir="/usr/share/doc/libfso-glib-dev"
+if [ -d $docdir ] && [ ! -L $docdir ]; then
+    if rmdir $docdir 2>/dev/null; then
+        ln -sf libfso-glib1 $docdir
+    fi
+fi
+
+#DEBHELPER#
+
+exit 0

Attachment: signature.asc
Description: Digital signature

Reply via email to