Hello, I've prepared a patch (attached) which fixes a minor issue (#534516) for postinst script of mldonkey but several users have already reported the same issue.
Would it be accepted for the next point-release of lenny? Cheers, -- Mehdi Dogguy مهدي الدڤي http://www.pps.jussieu.fr/~dogguy Tel.: (+33).1.44.27.28.38
commit 3a49b19ddb9290e667cd69624a1e3d3d672fccc3 Author: Mehdi Dogguy <dog...@pps.jussieu.fr> Date: Thu Jun 25 15:37:46 2009 +0200 Fix call to ucf in postinst script: pass --debconf-ok to ucf diff --git a/debian/changelog b/debian/changelog index 7110efc..48921cb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +mldonkey (2.9.5-2+lenny2) stable-proposed-updates; urgency=low + + * Fix call to ucf in postinst script: pass --debconf-ok to ucf + (Closes: #534516). + + -- Mehdi Dogguy <dog...@pps.jussieu.fr> Thu, 25 Jun 2009 15:33:59 +0200 + mldonkey (2.9.5-2+lenny1) stable-security; urgency=high * Non-maintainer upload by the security team diff --git a/debian/mldonkey-server.postinst b/debian/mldonkey-server.postinst index 90e9a2c..dfe2a53 100644 --- a/debian/mldonkey-server.postinst +++ b/debian/mldonkey-server.postinst @@ -224,7 +224,7 @@ LAUNCH_AT_STARTUP=$launch_at_startup MLDONKEY_NICENESS=$mldonkey_niceness EOF - ucf "$CONF_NEW" "$CONF" + ucf --debconf-ok "$CONF_NEW" "$CONF" $DEBUG && echo "done." ;;