Your message dated Tue, 18 Sep 2012 13:21:59 +0100
with message-id <[email protected]>
and subject line Re: Bug#687971: unblock: blackbox/0.70.1-13
has caused the Debian Bug report #687971,
regarding unblock: blackbox/0.70.1-13
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
687971: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=687971
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
Please unblock package blackbox, it fixes an RC-bug: directory to
symlink upgrade in postinst.
Thanks in advance, regards
David
unblock blackbox/0.70.1-13
-- 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.2.0-3-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 blackbox-0.70.1/debian/changelog blackbox-0.70.1/debian/changelog
--- blackbox-0.70.1/debian/changelog 2012-06-02 11:42:52.000000000 -0400
+++ blackbox-0.70.1/debian/changelog 2012-09-16 18:14:20.000000000 -0400
@@ -1,3 +1,11 @@
+blackbox (0.70.1-13) unstable; urgency=low
+
+ * QA upload.
+ * debian/libbt.postinst: Fix directory to symlink upgrade in postinst.
+ (Closes: #687859)
+
+ -- David Prévot <[email protected]> Sun, 16 Sep 2012 18:14:16 -0400
+
blackbox (0.70.1-12) unstable; urgency=medium
* QA upload.
diff -Nru blackbox-0.70.1/debian/libbt.postinst blackbox-0.70.1/debian/libbt.postinst
--- blackbox-0.70.1/debian/libbt.postinst 1969-12-31 20:00:00.000000000 -0400
+++ blackbox-0.70.1/debian/libbt.postinst 2012-09-16 18:12:07.000000000 -0400
@@ -0,0 +1,14 @@
+#!/bin/sh
+set -e
+
+# Replace documentation directory with symlink
+docdir="/usr/share/doc/libbt"
+if [ -d $docdir ] && [ ! -L $docdir ]; then
+ if rmdir $docdir 2>/dev/null; then
+ ln -sf libbt0 $docdir
+ fi
+fi
+
+#DEBHELPER#
+
+exit 0
--- End Message ---
--- Begin Message ---
On 17.09.2012 18:40, David Prévot wrote:
Please unblock package blackbox, it fixes an RC-bug: directory to
symlink upgrade in postinst.
Unblocked; thanks.
Regards,
Adam
--- End Message ---