Control: tags -1 + patch pending

Dear maintainer,

I've prepared an NMU for newt (versioned as 0.52.14-11.1) and
uploaded it to DELAYED/1. Please feel free to tell me if I
should delay it longer.

Regards
-- 
Sebastian Ramacher
diff -Nru newt-0.52.14/debian/changelog newt-0.52.14/debian/changelog
--- newt-0.52.14/debian/changelog	2012-06-15 15:41:04.000000000 +0200
+++ newt-0.52.14/debian/changelog	2013-02-25 19:58:45.000000000 +0100
@@ -1,3 +1,11 @@
+newt (0.52.14-11.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * python-newt-dbg.preinst: Handle symlink to directory conversion. (Closes:
+    #700781)
+
+ -- Sebastian Ramacher <sramac...@debian.org>  Mon, 25 Feb 2013 19:58:40 +0100
+
 newt (0.52.14-11) unstable; urgency=low
 
   * Add Latvian translation. Closes: #674705.
diff -Nru newt-0.52.14/debian/python-newt-dbg.preinst newt-0.52.14/debian/python-newt-dbg.preinst
--- newt-0.52.14/debian/python-newt-dbg.preinst	1970-01-01 01:00:00.000000000 +0100
+++ newt-0.52.14/debian/python-newt-dbg.preinst	2013-02-25 19:50:46.000000000 +0100
@@ -0,0 +1,10 @@
+#!/bin/sh
+set -e
+
+# handle symlink to directory conversion (#700781)
+DOCDIR=/usr/share/doc/python-newt-dbg
+if [ -L $DOCDIR ] ; then
+  rm $DOCDIR
+fi
+
+#DEBHELPER#

Attachment: signature.asc
Description: Digital signature

Reply via email to