severity 544553 grave
tag 544553 + patch
kthxbye

Hi,

since this bug causes dpkg to not complete the installation of
dibbler-client, so the package is unusable and I'm raising the
severity to grave since this is clearly an RC bug.

Following a patch which fixes this problem. If I don't get at least a
reaction from the maintainers in the next few days, I'll upload a new
package version with this patch as NMU to DELAYED/10.

diff -u dibbler-0.7.3/debian/changelog dibbler-0.7.3/debian/changelog
--- dibbler-0.7.3/debian/changelog
+++ dibbler-0.7.3/debian/changelog
@@ -1,3 +1,10 @@
+dibbler (0.7.3-0.3) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fixes broken installation with newer ucf versions (Closes: #544553)
+
+ -- Axel Beckert <a...@debian.org>  Tue, 20 Apr 2010 12:01:20 +0200
+
 dibbler (0.7.3-0.2) unstable; urgency=low
 
   * Non-maintainer upload.
diff -u dibbler-0.7.3/debian/dibbler-client.postrm 
dibbler-0.7.3/debian/dibbler-client.postrm
--- dibbler-0.7.3/debian/dibbler-client.postrm
+++ dibbler-0.7.3/debian/dibbler-client.postrm
@@ -11,7 +11,7 @@
     if [ -e ${TMP} ]; then
        rm -f ${TMP}
     fi
-    test -f /usr/bin/ucf && ucf --purge ${CONFFILE}
+    test -f /usr/bin/ucf && ucf --debconf-ok --purge ${CONFFILE}
 fi
 
 #DEBHELPER#
diff -u dibbler-0.7.3/debian/dibbler-client.postinst 
dibbler-0.7.3/debian/dibbler-client.postinst
--- dibbler-0.7.3/debian/dibbler-client.postinst
+++ dibbler-0.7.3/debian/dibbler-client.postinst
@@ -95,7 +95,7 @@
 done
 
 # register this config
-test -x /usr/bin/ucf && ucf ${CONFFILE_NEW} ${CONFFILE}
+test -x /usr/bin/ucf && ucf --debconf-ok ${CONFFILE_NEW} ${CONFFILE}
 
 db_stop
 

                Regards, Axel
-- 
 ,''`.  |  Axel Beckert <a...@debian.org>, http://people.debian.org/~abe/
: :' :  |  Debian Developer, ftp.ch.debian.org Admin
`. `'   |  1024D: F067 EA27 26B9 C3FC 1486  202E C09E 1D89 9593 0EDE
  `-    |  4096R: 2517 B724 C5F6 CA99 5329  6E61 2FF9 CD59 6126 16B5

Attachment: signature.asc
Description: Digital signature

Reply via email to