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

Bug#690440: unblock: libpst 0.6.54-4.1



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
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                                      jmw@debian.org
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 <gregoa@debian.org>  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

Attachment: signature.asc
Description: Digital signature


Reply to: