tags 684758 + patch
tags 684758 + pending
thanks

Dear maintainer,

I've prepared an NMU for libphone-utils (versioned as 0.1+git20110523-1.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: Willi Resetarits & Stubnblues: Wos E Aum Schdaahof Darad
diff -Nru libphone-utils-0.1+git20110523/debian/changelog libphone-utils-0.1+git20110523/debian/changelog
--- libphone-utils-0.1+git20110523/debian/changelog	2011-10-19 00:08:47.000000000 +0200
+++ libphone-utils-0.1+git20110523/debian/changelog	2012-09-07 16:52:28.000000000 +0200
@@ -1,3 +1,13 @@
+libphone-utils (0.1+git20110523-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "/usr/share/doc/libphone-utils0-dbg empty after squeeze->wheezy
+    upgrade": add libphone-utils0-dbg.preinst to remove directory before the
+    symlink is created.
+    (Closes: #684758)
+
+ -- gregor herrmann <gre...@debian.org>  Fri, 07 Sep 2012 16:52:01 +0200
+
 libphone-utils (0.1+git20110523-1) unstable; urgency=low
 
   [ Sebastian Reichel ]
diff -Nru libphone-utils-0.1+git20110523/debian/libphone-utils0-dbg.preinst libphone-utils-0.1+git20110523/debian/libphone-utils0-dbg.preinst
--- libphone-utils-0.1+git20110523/debian/libphone-utils0-dbg.preinst	1970-01-01 01:00:00.000000000 +0100
+++ libphone-utils-0.1+git20110523/debian/libphone-utils0-dbg.preinst	2012-09-07 16:45:54.000000000 +0200
@@ -0,0 +1,19 @@
+#!/bin/sh
+
+set -e
+
+DOCDIR=/usr/share/doc/libphone-utils0-dbg
+
+case "$1" in
+	upgrade)
+		if dpkg --compare-versions "$2" lt "0.1+git20110523-1"; then
+			if [ ! -L $DOCDIR ]; then
+				rm -rf $DOCDIR
+			fi
+		fi
+		;;
+	*)
+		;;
+esac
+
+#DEBHELPER#

Attachment: signature.asc
Description: Digital signature

Reply via email to