[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#689151: unblock: libfsoframework/0.11.0-1.1



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package libfsoframework

It fixes a serious mess of the “directory replaced by symlink”-kind.

unblock libfsoframework/0.11.0-1.1

Thanks in advance, regards.

David

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.5-trunk-amd64 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru libfsoframework-0.11.0/debian/changelog libfsoframework-0.11.0/debian/changelog
--- libfsoframework-0.11.0/debian/changelog	2012-05-25 13:19:11.000000000 -0400
+++ libfsoframework-0.11.0/debian/changelog	2012-09-27 09:17:51.000000000 -0400
@@ -1,3 +1,11 @@
+libfsoframework (0.11.0-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/libfsoframework-{dbg,dev}.postinst: Fix directory to symlink
+    upgrade in postinst. (Closes: #687871)
+
+ -- David Prévot <taffit@debian.org>  Thu, 27 Sep 2012 09:17:37 -0400
+
 libfsoframework (0.11.0-1) unstable; urgency=low
 
   [ Simon Busch ]
diff -Nru libfsoframework-0.11.0/debian/libfsoframework-dbg.postinst libfsoframework-0.11.0/debian/libfsoframework-dbg.postinst
--- libfsoframework-0.11.0/debian/libfsoframework-dbg.postinst	1969-12-31 20:00:00.000000000 -0400
+++ libfsoframework-0.11.0/debian/libfsoframework-dbg.postinst	2012-09-27 09:14:22.000000000 -0400
@@ -0,0 +1,14 @@
+#!/bin/sh
+set -e
+
+# Replace documentation directory with symlink
+docdir="/usr/share/doc/libfsoframework-dbg"
+if [ -d $docdir ] && [ ! -L $docdir ]; then
+    if rmdir $docdir 2>/dev/null; then
+        ln -sf libfsoframework0 $docdir
+    fi
+fi
+
+#DEBHELPER#
+
+exit 0
diff -Nru libfsoframework-0.11.0/debian/libfsoframework-dev.postinst libfsoframework-0.11.0/debian/libfsoframework-dev.postinst
--- libfsoframework-0.11.0/debian/libfsoframework-dev.postinst	1969-12-31 20:00:00.000000000 -0400
+++ libfsoframework-0.11.0/debian/libfsoframework-dev.postinst	2012-09-27 09:15:02.000000000 -0400
@@ -0,0 +1,14 @@
+#!/bin/sh
+set -e
+
+# Replace documentation directory with symlink
+docdir="/usr/share/doc/libfsoframework-dev"
+if [ -d $docdir ] && [ ! -L $docdir ]; then
+    if rmdir $docdir 2>/dev/null; then
+        ln -sf libfsoframework0 $docdir
+    fi
+fi
+
+#DEBHELPER#
+
+exit 0

Reply to: