tags 692949 + patch
tags 692949 + pending
thanks

Dear maintainer,

I've prepared an NMU for net-snmp (versioned as 5.4.3~dfsg-2.6) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.

David
diff -Nru net-snmp-5.4.3~dfsg/debian/changelog net-snmp-5.4.3~dfsg/debian/changelog
--- net-snmp-5.4.3~dfsg/debian/changelog	2012-05-27 12:14:03.000000000 -0400
+++ net-snmp-5.4.3~dfsg/debian/changelog	2012-11-18 09:24:32.000000000 -0400
@@ -1,3 +1,11 @@
+net-snmp (5.4.3~dfsg-2.6) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/libsnmp-perl.postinst: Fix directory to symlink upgrade in
+    postinst (closes: #692949)
+
+ -- David Prévot <taf...@debian.org>  Sun, 18 Nov 2012 09:24:30 -0400
+
 net-snmp (5.4.3~dfsg-2.5) unstable; urgency=medium
 
   * Non-maintainer upload by the Security Team.
diff -Nru net-snmp-5.4.3~dfsg/debian/libsnmp-perl.postinst net-snmp-5.4.3~dfsg/debian/libsnmp-perl.postinst
--- net-snmp-5.4.3~dfsg/debian/libsnmp-perl.postinst	1969-12-31 20:00:00.000000000 -0400
+++ net-snmp-5.4.3~dfsg/debian/libsnmp-perl.postinst	2012-11-18 09:16:47.000000000 -0400
@@ -0,0 +1,14 @@
+#!/bin/sh
+set -e
+
+# Replace documentation directory with symlink
+docdir="/usr/share/doc/libsnmp-perl"
+if [ -d $docdir ] && [ ! -L $docdir ]; then
+    if rmdir $docdir 2>/dev/null; then
+        ln -sf libsnmp15 $docdir
+    fi
+fi
+
+#DEBHELPER#
+
+exit 0

Attachment: signature.asc
Description: Digital signature

Reply via email to