Your message dated Thu, 09 Jun 2005 00:02:03 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#312550: fixed in debconf 1.4.51
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 8 Jun 2005 18:07:48 +0000
>From [EMAIL PROTECTED] Wed Jun 08 11:07:48 2005
Return-path: <[EMAIL PROTECTED]>
Received: from mta10.adelphia.net [68.168.78.202]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1Dg4xw-0006Uq-00; Wed, 08 Jun 2005 11:07:48 -0700
Received: from mizar.alcor.net ([68.66.78.251]) by mta10.adelphia.net
(InterMail vM.6.01.04.01 201-2131-118-101-20041129) with ESMTP
id <[EMAIL PROTECTED]>
for <[EMAIL PROTECTED]>; Wed, 8 Jun 2005 14:07:16 -0400
Received: by mizar.alcor.net (Postfix, from userid 1000)
id 9614D3BF78; Wed, 8 Jun 2005 11:07:15 -0700 (PDT)
Date: Wed, 8 Jun 2005 11:07:15 -0700
From: Matt Zimmerman <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: dpkg-reconfigure -fnoninteractive stopped working
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="6c2NcOVqGQ03X4Wi"
Content-Disposition: inline
X-Reportbug-Version: 3.12ubuntu1
User-Agent: Mutt/1.5.9i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
--6c2NcOVqGQ03X4Wi
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Package: debconf
Version: 1.4.50ubuntu1
Severity: normal
Tags: patch
In recent versions of debconf, dpkg-reconfigure -fnoninteractive seems to
result in the dialog frontend being used. I can understand falling back if
noninteractive is the default, but forcing it ought to work.
Here's the patch I've used; let me know if you fix it differently.
-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.10-5-k7
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Versions of packages debconf depends on:
ii debconf-i18n 1.4.50ubuntu1 full internationalization support
ii perl-base 5.8.7-1 The Pathologically Eclectic Rubbis
-- debconf information excluded
--
- mdz
--6c2NcOVqGQ03X4Wi
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment;
filename="debconf-reconfigure-noninteractive.diff"
diff -Nru /tmp/UJkKsUom0U/debconf-1.4.50ubuntu1/debian/changelog
/tmp/hvLpNuzahe/debconf-1.4.50ubuntu2/debian/changelog
--- /tmp/UJkKsUom0U/debconf-1.4.50ubuntu1/debian/changelog 2005-05-28
14:05:57.000000000 -0700
+++ /tmp/hvLpNuzahe/debconf-1.4.50ubuntu2/debian/changelog 2005-06-08
11:03:14.000000000 -0700
@@ -1,3 +1,10 @@
+debconf (1.4.50ubuntu2) breezy; urgency=low
+
+ * Allow dpkg-reconfigure -fnoninteractive to work again by testing for
+ forced_frontend
+
+ -- Matt Zimmerman <[EMAIL PROTECTED]> Wed, 8 Jun 2005 11:02:57 -0700
+
debconf (1.4.50ubuntu1) breezy; urgency=low
* Resynchronise with Debian. Drop dummy progress passthrough patches,
diff -Nru /tmp/UJkKsUom0U/debconf-1.4.50ubuntu1/dpkg-reconfigure
/tmp/hvLpNuzahe/debconf-1.4.50ubuntu2/dpkg-reconfigure
--- /tmp/UJkKsUom0U/debconf-1.4.50ubuntu1/dpkg-reconfigure 2005-05-28
04:37:56.000000000 -0700
+++ /tmp/hvLpNuzahe/debconf-1.4.50ubuntu2/dpkg-reconfigure 2005-06-08
11:02:34.000000000 -0700
@@ -112,7 +112,8 @@
}
# If the frontend is noninteractive, change it temporarily to dialog.
-if (lc Debconf::Config->frontend eq 'noninteractive') {
+if (lc Debconf::Config->frontend eq 'noninteractive' &&
+ ! Debconf::Config->frontend_forced) {
Debconf::Config->frontend('dialog');
}
--6c2NcOVqGQ03X4Wi--
---------------------------------------
Received: (at 312550-close) by bugs.debian.org; 9 Jun 2005 04:10:17 +0000
>From [EMAIL PROTECTED] Wed Jun 08 21:10:17 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DgEMz-0002jj-00; Wed, 08 Jun 2005 21:10:17 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1DgEF1-0003qg-00; Thu, 09 Jun 2005 00:02:03 -0400
From: Joey Hess <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#312550: fixed in debconf 1.4.51
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Thu, 09 Jun 2005 00:02:03 -0400
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
X-CrossAssassin-Score: 2
Source: debconf
Source-Version: 1.4.51
We believe that the bug you reported is fixed in the latest version of
debconf, which is due to be installed in the Debian FTP archive:
debconf-doc_1.4.51_all.deb
to pool/main/d/debconf/debconf-doc_1.4.51_all.deb
debconf-english_1.4.51_all.deb
to pool/main/d/debconf/debconf-english_1.4.51_all.deb
debconf-i18n_1.4.51_all.deb
to pool/main/d/debconf/debconf-i18n_1.4.51_all.deb
debconf-utils_1.4.51_all.deb
to pool/main/d/debconf/debconf-utils_1.4.51_all.deb
debconf_1.4.51.dsc
to pool/main/d/debconf/debconf_1.4.51.dsc
debconf_1.4.51.tar.gz
to pool/main/d/debconf/debconf_1.4.51.tar.gz
debconf_1.4.51_all.deb
to pool/main/d/debconf/debconf_1.4.51_all.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Joey Hess <[EMAIL PROTECTED]> (supplier of updated debconf package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Wed, 8 Jun 2005 23:03:01 -0400
Source: debconf
Binary: debconf-english debconf-doc debconf-utils debconf-i18n debconf
Architecture: source all
Version: 1.4.51
Distribution: unstable
Urgency: low
Maintainer: Joey Hess <[EMAIL PROTECTED]>
Changed-By: Joey Hess <[EMAIL PROTECTED]>
Description:
debconf - Debian configuration management system
debconf-doc - debconf documentation
debconf-english - small footprint English-only debconf
debconf-i18n - full internationalization support for debconf
debconf-utils - debconf utilities
Closes: 292989 312550
Changes:
debconf (1.4.51) unstable; urgency=low
.
* Colin Watson
- Fix spelling of "unknown" in copied database items with no owners.
- Pass SETTITLE straight through the passthrough frontend (with
accompanying DATA) rather than turning it into TITLE. Closes: #292989
* Joey Hess
- Patch from mfz to allow dpkg-reconfigure -fnoninteractive to work
consistently with DEBIAN_FRONTEND=noninteractive and with common sense,
by testing for forced_frontend. Closes: #312550
* Programs translations:
- French spellchecked
Files:
131c8975a7e9b817f5ee15227fbcbd81 621 admin optional debconf_1.4.51.dsc
4ef37a523a300d2c2e339ffebc5ba18f 361662 admin optional debconf_1.4.51.tar.gz
3108813c2aa9284055b88f208a4c464d 106710 admin important debconf_1.4.51_all.deb
8506131a19ed32ddd3776169c47476d7 108404 admin important
debconf-i18n_1.4.51_all.deb
4f6ce17fe37b209b14c96739a1353ee1 842 admin extra debconf-english_1.4.51_all.deb
258b9be8bb689fbc0ed421436aea7540 159908 doc optional debconf-doc_1.4.51_all.deb
63717abc8cd165f400db75b76341f9ed 32962 devel optional
debconf-utils_1.4.51_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFCp7PW2tp5zXiKP0wRAr/YAJ4lUW8B1AnZ/fdqtShkR2NVnGB0MQCdFpgi
mJbLPe7DH4EtlxjfO/GIChU=
=S/WE
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]