tags 687882 + patch
thanks

Dear maintainer,

I've prepared an NMU for python-dmidecode (versioned as 3.10.13-1.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.

David
diff -Nru python-dmidecode-3.10.13/debian/changelog python-dmidecode-3.10.13/debian/changelog
--- python-dmidecode-3.10.13/debian/changelog	2012-01-07 10:56:39.000000000 -0400
+++ python-dmidecode-3.10.13/debian/changelog	2012-09-27 10:27:40.000000000 -0400
@@ -1,3 +1,11 @@
+python-dmidecode (3.10.13-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/python-dmidecode-dbg.postinst: Fix directory to symlink upgrade in
+    postinst. (Closes: #687882)
+
+ -- David Prévot <taf...@debian.org>  Thu, 27 Sep 2012 10:27:35 -0400
+
 python-dmidecode (3.10.13-1) unstable; urgency=low
 
   [ Nima Talebi]
diff -Nru python-dmidecode-3.10.13/debian/python-dmidecode-dbg.postinst python-dmidecode-3.10.13/debian/python-dmidecode-dbg.postinst
--- python-dmidecode-3.10.13/debian/python-dmidecode-dbg.postinst	1969-12-31 20:00:00.000000000 -0400
+++ python-dmidecode-3.10.13/debian/python-dmidecode-dbg.postinst	2012-09-27 10:27:17.000000000 -0400
@@ -0,0 +1,14 @@
+#!/bin/sh
+set -e
+
+# Replace documentation directory with symlink
+docdir="/usr/share/doc/python-dmidecode-dbg"
+if [ -d $docdir ] && [ ! -L $docdir ]; then
+    if rmdir $docdir 2>/dev/null; then
+        ln -sf python-dmidecode $docdir
+    fi
+fi
+
+#DEBHELPER#
+
+exit 0

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to