Package: debconf
Version: 1.4.46
Severity: normal
https://bugzilla.ubuntu.com/show_bug.cgi?id=8345 reports:
since the check in debconf-1.4.42ubuntu4/debconf.py is
if not os.environ.has_key('DEBIAN_HAS_FRONTEND'):
this doesn't work in dpkg-reconfigure:
$ENV{DEBIAN_HAS_FRONTEND}='';
cdebconf does a unsetenv on this, so perhaps change to:
delete $ENV{DEBIAN_HAS_FRONTEND};
I've checked against current trunk and this still applies.
Thanks,
--
Colin Watson [EMAIL PROTECTED]
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]