Your message dated Sat, 01 Feb 2003 14:45:32 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#178402: fixed in cdebconf 0.30
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; 25 Jan 2003 22:16:33 +0000
>From [EMAIL PROTECTED] Sat Jan 25 16:16:32 2003
Return-path: <[EMAIL PROTECTED]>
Received: from ngt092.uio.no (minerva.intern) [129.240.242.92] 
        by master.debian.org with esmtp (Exim 3.12 1 (Debian))
        id 18cYbI-0002xD-00; Sat, 25 Jan 2003 16:16:32 -0600
Received: from pere by minerva.intern with local (Exim 3.35 #1 (Debian))
        id 18cYbD-00006C-00; Sat, 25 Jan 2003 23:16:27 +0100
To: [EMAIL PROTECTED]
Subject: cdebconf/slang: do not accept multiple selections with multiselect
From: Petter Reinholdtsen <[EMAIL PROTECTED]>
Message-Id: <[EMAIL PROTECTED]>
Sender: Petter Reinholdtsen <[EMAIL PROTECTED]>
Date: Sat, 25 Jan 2003 23:16:27 +0100
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=0.6 required=5.0
        tests=SPAM_PHRASE_00_01
        version=2.41
X-Spam-Level: 


Package: cdebconf
Version: CVS version 2003-01-25

I am testing the slang frontend to cdebconf.  Something goes wrong
when trying to select multiple values with a multiselection question.
The script asking the question is terminated.  If I only choose one
value, the script exits normally.

The same script works just fine with the text frontend.

(I tested this from a boot CD, and the debugging environment is a bit
rough.  Sorry for not being able to provide more info.)

---------------------------------------
Received: (at 178402-close) by bugs.debian.org; 1 Feb 2003 19:53:14 +0000
>From [EMAIL PROTECTED] Sat Feb 01 13:53:14 2003
Return-path: <[EMAIL PROTECTED]>
Received: from auric.debian.org [206.246.226.45] (mail)
        by master.debian.org with esmtp (Exim 3.12 1 (Debian))
        id 18f3hR-0006p6-00; Sat, 01 Feb 2003 13:53:13 -0600
Received: from rmurray by auric.debian.org with local (Exim 3.35 1 (Debian))
        id 18f3a0-0007bq-00; Sat, 01 Feb 2003 14:45:32 -0500
From: Randolph Chung <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: lisa $Revision: 1.20 $
Subject: Bug#178402: fixed in cdebconf 0.30
Message-Id: <[EMAIL PROTECTED]>
Sender: Ryan Murray <[EMAIL PROTECTED]>
Date: Sat, 01 Feb 2003 14:45:32 -0500
Delivered-To: [EMAIL PROTECTED]

We believe that the bug you reported is fixed in the latest version of
cdebconf, which is due to be installed in the Debian FTP archive:

cdebconf-slang-udeb_0.30_ia64.udeb
  to pool/main/c/cdebconf/cdebconf-slang-udeb_0.30_ia64.udeb
cdebconf-udeb_0.30_ia64.udeb
  to pool/main/c/cdebconf/cdebconf-udeb_0.30_ia64.udeb
cdebconf_0.30.dsc
  to pool/main/c/cdebconf/cdebconf_0.30.dsc
cdebconf_0.30.tar.gz
  to pool/main/c/cdebconf/cdebconf_0.30.tar.gz
cdebconf_0.30_ia64.deb
  to pool/main/c/cdebconf/cdebconf_0.30_ia64.deb
libdebconf1-dev_0.30_ia64.deb
  to pool/main/c/cdebconf/libdebconf1-dev_0.30_ia64.deb
libdebconf1_0.30_ia64.deb
  to pool/main/c/cdebconf/libdebconf1_0.30_ia64.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.
Randolph Chung <[EMAIL PROTECTED]> (supplier of updated cdebconf 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: Tue, 28 Jan 2003 21:14:43 -0800
Source: cdebconf
Binary: libdebconf1 cdebconf-udeb cdebconf-slang-udeb cdebconf libdebconf1-dev
Architecture: source ia64
Version: 0.30
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team <[EMAIL PROTECTED]>
Changed-By: Randolph Chung <[EMAIL PROTECTED]>
Description: 
 cdebconf   - Debian Configuration Management System (C-implementation)
 cdebconf-slang-udeb - S-Lang frontend for Debian Configuration Management System 
(udeb)
 cdebconf-udeb - Debian Configuration Management System (C-implementation) (udeb)
 libdebconf1 - Debian Configuration Management System (C-implementation)
 libdebconf1-dev - Development files for cdebconf
Closes: 84230 177720 178402
Changes: 
 cdebconf (0.30) unstable; urgency=low
 .
   * Randolph Chung
     - added support for progress bars; bump the minor so version
     - add a printf style api for debconfclient; add helper macros
       for debconf commands (not yet completely verified)
     - add debconf-communicate utility program
     - fix text frontend so it never thinks the screen width is 0
   * Denis Barbier:
     - in databases encode strings as debconf does
     - when reading templates files, newlines at the end of lines which
       are not reformatted were gobbled
     - finish support for backing up; names of seen questions are
       stored in a new member of confmodule, these questions are
       only marked as seen when session is over.
     - when SIGUSR1 is received, reads debian-installer/language value
       and sets LANGUAGE environment variable accordingly.
     - change progress bars interface: displayed strings are extracted
       from a template in order to help their l10n.
     - with text frontend, do not display title when question is
       skipped.  (closes: #177720)
   * Tollef Fog Heen:
     - Move rfc822 functions into libcdebconf from rfc822db module
     - Fix getwidth to work properly on serial consoles.  Hopefully.
   * Martin Sjögren:
     - Make the slang frontend slightly friendlier to programs that produce
       output themselves.
   * Petter Reinholdtsen
     - Add configure option --with-default-frontend to make it easier to
       change frontend at compile time.
     - In cdebconf-udeb, do not change the debconf priority setting if
       environment DEBCONF_PRIORITY is set.
     - The slang frontend is no longer part of cdebconf-udeb, but is
       a separate package (Closes: #84230).
   * Matt Kraai
     - Add a cdebconf-slang-udeb package.
     - NULL-terminate strvacat argument lists (Closes: #178402).
Files: 
 1521bd61f9c3fa2fe272ba94d0cd165e 820 utils optional cdebconf_0.30.dsc
 55fd07198c98224821b50939043d9548 250811 utils optional cdebconf_0.30.tar.gz
 88eced358c51bdc7918548eff196b3d5 220226 devel optional libdebconf1-dev_0.30_ia64.deb
 016c791ca4ab1a41232d199404cf3a31 39272 libs optional libdebconf1_0.30_ia64.deb
 be954461c2fa33e99783fdd9c5aecf70 80574 utils optional cdebconf_0.30_ia64.deb
 53e480b6d7366fa22d577cfc357841e6 59748 debian-installer standard 
cdebconf-udeb_0.30_ia64.udeb
 cee2966730e4df1cac97fda4c49de83b 10848 debian-installer standard 
cdebconf-slang-udeb_0.30_ia64.udeb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+N2SfULspdC1Zp9IRAtO/AKCT2OuwwJ1YJe5zbBKR/oXf//ZoDgCfaA0t
fhm/o2JodWvWkhBFMYCZeCk=
=M7MK
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to