tags 687879 + patch
tags 687879 + pending
thanks

Dear maintainer,

I've prepared an NMU for libpst (versioned as 0.6.54-4.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   NP: Don McLean: Mother Nature
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 <gre...@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 via email to