Your message dated Sun, 14 Oct 2012 13:07:59 +0100
with message-id <[email protected]>
and subject line Re: Bug#690440: unblock: libpst 0.6.54-4.1
has caused the Debian Bug report #690440,
regarding unblock: libpst 0.6.54-4.1
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.)
--
690440: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=690440
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
Hi,
Please unblock libpst; the NMU from Gregor is pending upload for
PowerPC and then it will be eligible. His NMU diff is attached.
Thanks,
--
Jonathan Wiltshire [email protected]
Debian Developer http://people.debian.org/~jmw
4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC 74C3 5394 479D D352 4C51
diff -Nru libpst-0.6.54/debian/changelog libpst-0.6.54/debian/changelog
--- libpst-0.6.54/debian/changelog 2012-06-30 19:58:51.000000000 +0200
+++ libpst-0.6.54/debian/changelog 2012-09-30 19:12:46.000000000 +0200
@@ -1,3 +1,12 @@
+libpst (0.6.54-4.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Fix "copyright file missing after upgrade (policy 12.5)":
+ readpst: fix directory to symlink upgrade in postinst.
+ (Closes: #687879)
+
+ -- gregor herrmann <[email protected]> Sun, 30 Sep 2012 19:12:22 +0200
+
libpst (0.6.54-4) unstable; urgency=low
[ Jordi Mallach ]
diff -Nru libpst-0.6.54/debian/readpst.postinst libpst-0.6.54/debian/readpst.postinst
--- libpst-0.6.54/debian/readpst.postinst 1970-01-01 01:00:00.000000000 +0100
+++ libpst-0.6.54/debian/readpst.postinst 2012-09-30 19:19:33.000000000 +0200
@@ -0,0 +1,14 @@
+#!/bin/sh
+set -e
+
+# Replace documentation directory with symlink
+docdir="/usr/share/doc/readpst"
+if [ -d $docdir ] && [ ! -L $docdir ]; then
+ if rmdir $docdir 2>/dev/null; then
+ ln -sf pst-utils $docdir
+ fi
+fi
+
+#DEBHELPER#
+
+exit 0
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
On 14.10.2012 12:52, Jonathan Wiltshire wrote:
Please unblock libpst; the NMU from Gregor is pending upload for
PowerPC and then it will be eligible. His NMU diff is attached.
Unblocked.
Regards,
Adam
--- End Message ---