Package: dibbler-client
Version: 0.7.3-1.3
Severity: normal
It's due to an incorrect processing of debconf multiselect values in
postinst.
Attached patch fix this.
-- System Information:
Debian Release: 6.0.1
APT prefers stable
APT policy: (500, 'stable')
Architecture: i386 (i686)
Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set
to fr_FR.UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages dibbler-client depends on:
ii debconf [debconf-2.0] 1.5.36.1 Debian configuration management sy
ii libc6 2.11.2-10 Embedded GNU C Library: Shared lib
ii libgcc1 1:4.4.5-8 GCC support library
ii libstdc++6 4.6.0-2 The GNU Standard C++ Library v3
ii ucf 3.0025+nmu1 Update Configuration File: preserv
Versions of packages dibbler-client recommends:
pn dibbler-doc <none> (no description available)
ii resolvconf 1.46 name server information handler
dibbler-client suggests no packages.
-- debconf information:
* dibbler-client/start: true
dibbler-client/title:
* dibbler-client/options: dns, domain
* dibbler-client/interfaces: eth0
--- debian/dibbler-client.postinst~ 2011-06-08 16:07:06.000000000 +0200
+++ debian/dibbler-client.postinst 2011-06-08 16:29:48.000000000 +0200
@@ -71,6 +71,7 @@
# insert options
echo "# ask for options" >> ${CONFFILE_NEW}
for j in ${OPTS}; do
+ j=${j%,}
if [ $j == "dns" ]; then
echo " option dns-server" >> ${CONFFILE_NEW}
else