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

Bug#689138: unblock: freedink/1.08.20120427-2.1



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

Please unblock package freedink

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

unblock freedink/1.08.20120427-2.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 freedink-1.08.20120427/debian/changelog freedink-1.08.20120427/debian/changelog
--- freedink-1.08.20120427/debian/changelog	2012-05-02 07:35:05.000000000 -0400
+++ freedink-1.08.20120427/debian/changelog	2012-09-26 17:19:34.000000000 -0400
@@ -1,3 +1,11 @@
+freedink (1.08.20120427-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/freedink{,-engine-dbg}.postinst: Fix directory to symlink upgrade
+    in postinst (Closes: #687860, #687851)
+
+ -- David Prévot <taffit@debian.org>  Wed, 26 Sep 2012 17:19:26 -0400
+
 freedink (1.08.20120427-2) unstable; urgency=low
 
   * Update install-reloc (Closes: #671044)
diff -Nru freedink-1.08.20120427/debian/freedink-engine-dbg.postinst freedink-1.08.20120427/debian/freedink-engine-dbg.postinst
--- freedink-1.08.20120427/debian/freedink-engine-dbg.postinst	1969-12-31 20:00:00.000000000 -0400
+++ freedink-1.08.20120427/debian/freedink-engine-dbg.postinst	2012-09-26 17:11:03.000000000 -0400
@@ -0,0 +1,14 @@
+#!/bin/sh
+set -e
+
+# Replace documentation directory with symlink
+docdir="/usr/share/doc/freedink-engine-dbg"
+if [ -d $docdir ] && [ ! -L $docdir ]; then
+    if rmdir $docdir 2>/dev/null; then
+        ln -sf freedink-engine $docdir
+    fi
+fi
+
+#DEBHELPER#
+
+exit 0
diff -Nru freedink-1.08.20120427/debian/freedink.postinst freedink-1.08.20120427/debian/freedink.postinst
--- freedink-1.08.20120427/debian/freedink.postinst	1969-12-31 20:00:00.000000000 -0400
+++ freedink-1.08.20120427/debian/freedink.postinst	2012-09-26 17:10:35.000000000 -0400
@@ -0,0 +1,14 @@
+#!/bin/sh
+set -e
+
+# Replace documentation directory with symlink
+docdir="/usr/share/doc/freedink"
+if [ -d $docdir ] && [ ! -L $docdir ]; then
+    if rmdir $docdir 2>/dev/null; then
+        ln -sf freedink-engine $docdir
+    fi
+fi
+
+#DEBHELPER#
+
+exit 0

Reply to: