tags 642903 + patch
tags 642903 + pending
thanks

Dear maintainer,

I've prepared an NMU for nodm (versioned as 0.11-1.3) and
uploaded it to DELAYED/5. 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: Grandmaster Flash: New York New York
diff -u nodm-0.11/debian/changelog nodm-0.11/debian/changelog
--- nodm-0.11/debian/changelog
+++ nodm-0.11/debian/changelog
@@ -1,3 +1,12 @@
+nodm (0.11-1.3) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "subprocess installed post-installation script returned error exit
+    status 10": nodm.config: don't fail if the nodm/xinit debconf value was
+    already unregistered. (Closes: #642903)
+
+ -- gregor herrmann <gre...@debian.org>  Sat, 15 Sep 2012 16:47:18 +0200
+
 nodm (0.11-1.2) unstable; urgency=low
 
   * Non-maintainer upload.
diff -u nodm-0.11/debian/nodm.config nodm-0.11/debian/nodm.config
--- nodm-0.11/debian/nodm.config
+++ nodm-0.11/debian/nodm.config
@@ -17,7 +17,8 @@
 	if [ -n "$2" ] && dpkg --compare-versions "$2" lt "0.10"
 	then
 		# After 0.10 nodm/xinit is not needed anymore
-		db_unregister nodm/xinit
+		# don't fail if it was unregistered before
+		db_unregister nodm/xinit || true
 	fi
 
 	if [ -n "$2" ] && dpkg --compare-versions "$2" lt "0.5"

Attachment: signature.asc
Description: Digital signature

Reply via email to