tags 687660 + patch
thanks

Dear maintainer,

I've prepared an NMU for minbif (versioned as 1:1.0.5+git20120508-2.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

I'll take care of the unblock request.

Regards.
diff -Nru minbif-1.0.5+git20120508/debian/changelog minbif-1.0.5+git20120508/debian/changelog
--- minbif-1.0.5+git20120508/debian/changelog	2012-08-19 06:39:44.000000000 -0400
+++ minbif-1.0.5+git20120508/debian/changelog	2012-09-26 15:46:19.000000000 -0400
@@ -1,3 +1,11 @@
+minbif (1:1.0.5+git20120508-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/minbif.postinst: Fix directory to symlink upgrade in postinst.
+    (Closes: #687660)
+
+ -- David Prévot <[email protected]>  Wed, 26 Sep 2012 15:46:12 -0400
+
 minbif (1:1.0.5+git20120508-2) unstable; urgency=low
 
   * Re-enable caca so user icons can be displayed; it should not have been
diff -Nru minbif-1.0.5+git20120508/debian/minbif.postinst minbif-1.0.5+git20120508/debian/minbif.postinst
--- minbif-1.0.5+git20120508/debian/minbif.postinst	1969-12-31 20:00:00.000000000 -0400
+++ minbif-1.0.5+git20120508/debian/minbif.postinst	2012-09-26 15:43:15.000000000 -0400
@@ -0,0 +1,14 @@
+#!/bin/sh
+set -e
+
+# Replace documentation directory with symlink
+docdir="/usr/share/doc/minbif"
+if [ -d $docdir ] && [ ! -L $docdir ]; then
+    if rmdir $docdir 2>/dev/null; then
+        ln -sf minbif-common $docdir
+    fi
+fi
+
+#DEBHELPER#
+
+exit 0

Attachment: signature.asc
Description: Digital signature

Reply via email to