Your message dated Tue, 11 Jan 2005 05:17:13 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#289672: fixed in devscripts 2.8.8
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; 10 Jan 2005 13:52:39 +0000
>From [EMAIL PROTECTED] Mon Jan 10 05:52:39 2005
Return-path: <[EMAIL PROTECTED]>
Received: from rndf-146-62-103.telkomadsl.co.za (quotemaster.co.za) 
[165.146.62.103] (qmailr)
        by spohr.debian.org with smtp (Exim 3.35 1 (Debian))
        id 1CnzyI-0007FW-00; Mon, 10 Jan 2005 05:52:39 -0800
Received: (qmail 11554 invoked by uid 1000); 10 Jan 2005 13:52:28 -0000
Message-ID: <[EMAIL PROTECTED]>
Content-Type: multipart/mixed; boundary="===============0128487425=="
MIME-Version: 1.0
From: Tristan Seligmann <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: bts: -o / --offline option is not recognized
X-Mailer: reportbug 3.5
Date: Mon, 10 Jan 2005 15:52:28 +0200
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: 

This is a multi-part MIME message sent by reportbug.

--===============0128487425==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: devscripts
Version: 2.8.6
Severity: normal
Tags: patch

Attempting to pass this option results in output like:

    $ bts -o bugs
    bts: Unknown option, "-o"
    Run bts --help for more information

I'm attaching a patch which fixes what would appear to be a simple
oversight in the option handling code.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.4.26-server
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages devscripts depends on:
ii  debianutils                 2.11.2       Miscellaneous utilities specific t
ii  dpkg-dev                    1.10.25      Package building tools for Debian
ii  libc6                       2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  perl                        5.8.4-5      Larry Wall's Practical Extraction 

-- no debconf information

--===============0128487425==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="bts.patch"

--- /usr/bin/bts        2004-12-28 21:57:14.000000000 +0200
+++ bts 2005-01-10 15:40:11.000000000 +0200
@@ -285,7 +285,7 @@
        elsif ($option eq 'online' || $option =~ /^no-?offline$/) {
            $offlinemode=0;
        }
-       if ($option eq 'cache') {
+       elsif ($option eq 'cache') {
            $cachemode=1;
        }
        elsif ($option =~ /^no-?cache$/) {

--===============0128487425==--

---------------------------------------
Received: (at 289672-close) by bugs.debian.org; 11 Jan 2005 10:22:00 +0000
>From [EMAIL PROTECTED] Tue Jan 11 02:22:00 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 1CoJA0-0005nq-00; Tue, 11 Jan 2005 02:22:00 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1CoJ5N-00058S-00; Tue, 11 Jan 2005 05:17:13 -0500
From: Julian Gilbey <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.54 $
Subject: Bug#289672: fixed in devscripts 2.8.8
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Tue, 11 Jan 2005 05:17:13 -0500
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: devscripts
Source-Version: 2.8.8

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

devscripts_2.8.8.dsc
  to pool/main/d/devscripts/devscripts_2.8.8.dsc
devscripts_2.8.8.tar.gz
  to pool/main/d/devscripts/devscripts_2.8.8.tar.gz
devscripts_2.8.8_i386.deb
  to pool/main/d/devscripts/devscripts_2.8.8_i386.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.
Julian Gilbey <[EMAIL PROTECTED]> (supplier of updated devscripts 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, 11 Jan 2005 09:58:38 +0000
Source: devscripts
Binary: devscripts
Architecture: source i386
Version: 2.8.8
Distribution: unstable
Urgency: low
Maintainer: Julian Gilbey <[EMAIL PROTECTED]>
Changed-By: Julian Gilbey <[EMAIL PROTECTED]>
Description: 
 devscripts - Scripts to make the life of a Debian Package maintainer easier
Closes: 251099 289672
Changes: 
 devscripts (2.8.8) unstable; urgency=low
 .
   * bts: fix mbox handling in 2.8.7; this also obviates the need for
     cleaning out the cache if upgrading from 2.8.6.
 .
 devscripts (2.8.7) unstable; urgency=low
 .
   * bts: fix option handling, thanks to Tristan Seligmann (closes:
     #289672)
   * bts: support reading downloaded mbox versions of bugs with mutt or
     alternative mail readers; also provide finer grained control over what
     gets cached in general.  NOTE that this has changed some incompatible
     changes from those introduced in version 2.8.6 (closes: #251099)
   * debclean: remove obsolete French translation of manpage
Files: 
 a5c8d7e3e534186fe102f0add74469d7 590 devel optional devscripts_2.8.8.dsc
 72e39e41a8f70263aeb07659a01e8efa 175721 devel optional devscripts_2.8.8.tar.gz
 25fbbd6cbdabd796969ae8e8a9a9ac39 190168 devel optional 
devscripts_2.8.8_i386.deb

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

iD8DBQFB46PSDU59w/205FkRAoMtAKDbtFi/IEdvsv5PdJUO8wdR+wIvawCfRRgT
d+YYjB3ah5qoA/TkkVZcA/c=
=QTem
-----END PGP SIGNATURE-----


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

Reply via email to