Your message dated Thu, 10 Feb 2000 18:49:04 -0700 (MST)
with message-id <[EMAIL PROTECTED]>
and subject line Fixed
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.)

Darren Benham
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 15 Jan 2000 17:38:34 +0000
Received: (qmail 22813 invoked from network); 15 Jan 2000 17:38:33 -0000
Received: from scrabble.freeuk.net (212.126.144.6)
  by master.debian.org with SMTP; 15 Jan 2000 17:38:33 -0000
Received: from [212.126.151.244] (helo=voyager.drocher.com ident=mail)
        by scrabble.freeuk.net with esmtp (Exim 3.12 #1)
        id 129X9i-0003DZ-00
        for [EMAIL PROTECTED]; Sat, 15 Jan 2000 17:38:30 +0000
Received: from djr by voyager.drocher.com with local (Exim 3.12 #1 (Debian))
        id 129XBf-0002ke-00
        for <[EMAIL PROTECTED]>; Sat, 15 Jan 2000 17:40:31 +0000
Date: Sat, 1 Jan 2000 17:21:43 +0000
From: David Rocher <djr>
To: [EMAIL PROTECTED]
Subject: apt: last question in install method
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="mYCpIKhGyMATD0i+"
User-Agent: Mutt/1.0i
Resent-From: [EMAIL PROTECTED]
Resent-Date: Sat, 15 Jan 2000 17:40:31 +0000
Resent-To: [EMAIL PROTECTED]
Resent-Message-Id: <[EMAIL PROTECTED]>


--mYCpIKhGyMATD0i+
Content-Type: text/plain; charset=us-ascii

Package: apt
Version: 0.3.15
Severity: wishlist

Here is a patch to /usr/lib/dpkg/methods/apt/install to have the last
question (delete downloaded files) with the same look&feel as the
others.

David.

--mYCpIKhGyMATD0i+
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="install.patch"

--- /usr/lib/dpkg/methods/apt/install   Sun Dec  5 07:55:30 1999
+++ install     Sat Jan  1 17:21:08 2000
@@ -20,15 +20,15 @@
        local ans def defp
        if [ "$2" ];then
                case $2 in
-                       Y|y)    defp="(Y/n)" def=y;;
-                       N|n)    defp="(y/N)" def=n;;
+                       Y|y)    defp="[Y/n]" def=y;;
+                       N|n)    defp="[y/N]" def=n;;
                        *)      echo "Bad default setting!" 1>&2; exit 1;;
                esac
        else
-               defp="(y/N)" def=n
+               defp="[y/N]" def=n
        fi
        while :;do
-               echo -n "$1$defp" 1>&3
+               echo -n "$1 $defp" 1>&3
                read ans
                case $ans in
                        Y|y|N|n)        break;;
@@ -72,7 +72,7 @@
        ;;
      prompt)
        exec 3>&1
-       if [ `yesno "Do you want to erase the downloaded .deb files " y` = y ]; 
then
+       if [ `yesno "Do you want to erase the downloaded .deb files?" y` = y ]; 
then
           $APTGET clean && echo "Press enter to continue." && read RES && exit 
0;
        fi
        ;;

--mYCpIKhGyMATD0i+--
---------------------------------------
Received: (at 55214-done) by bugs.debian.org; 11 Feb 2000 01:48:21 +0000
Received: (qmail 32246 invoked from network); 11 Feb 2000 01:48:21 -0000
Received: from wakko.powersurfr.com (HELO wakko.deltatee.com) ([EMAIL 
PROTECTED])
  by master.debian.org with SMTP; 11 Feb 2000 01:48:21 -0000
Received: from localhost (wakko.deltatee.com) [127.0.0.1] (jgg)
        by wakko.deltatee.com with smtp (Exim 2.11 #1)
        id 12J5Ci-00051G-00 (Debian); Thu, 10 Feb 2000 18:49:04 -0700
Date: Thu, 10 Feb 2000 18:49:04 -0700 (MST)
From: Jason Gunthorpe <[EMAIL PROTECTED]>
X-Sender: [EMAIL PROTECTED]
To: [EMAIL PROTECTED], [EMAIL PROTECTED], 
    [EMAIL PROTECTED], [EMAIL PROTECTED], 
    [EMAIL PROTECTED]
Subject: Fixed
Message-ID: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII


Fixed in 0.3.17

apt (0.3.17) unstable; urgency=low

  * RFC 2732 usage for CDROM URIs and fixes to apt-cdrom
  * Fixed the configuration parser to not blow up if ; is in the config
    string
  * Applied visual patch to dselect install script . Closes #55214
  * Included the configure-index example
  * Minimal CD swaps
  * Library soname has increased
  * Fixed default sources.list to have correct URLs for potato when it
    becomes stable
  * Added a message about erasing sources.list to dselect setup script
    Closes: #55755
  * No remove prompt if the archives dir has not changed. Closes: #55709
  * Fixed inclusion of 2nd sample config file. Closes: #55374
  * Made file mtimes of 0 not confuse the methods If-Modifed-Since check.
    Closes: #55991

Reply via email to