Your message dated Thu, 19 Jan 2006 16:32:29 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#204416: fixed in psi 0.10-2
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; 7 Aug 2003 02:35:23 +0000
>From [EMAIL PROTECTED] Wed Aug 06 21:35:21 2003
Return-path: <[EMAIL PROTECTED]>
Received: from h-68-165-135-69.dnvtco56.covad.net (asgardsrealm.net) 
[68.165.135.69] 
        by master.debian.org with smtp (Exim 3.35 1 (Debian))
        id 19kaca-0001xD-00; Wed, 06 Aug 2003 21:35:20 -0500
Received: (qmail 8379 invoked from network); 7 Aug 2003 02:35:20 -0000
Received: from unknown (HELO cerberus) (192.168.10.80)
  by forseti.asgardsrealm.net with SMTP; 7 Aug 2003 02:35:20 -0000
Received: from jcollins by cerberus with local (Exim 3.36 #1 (Debian))
        id 19kaca-0007eX-00; Wed, 06 Aug 2003 20:35:20 -0600
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: "Jamin W. Collins" <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: psi: command line options not listed in man page
X-Mailer: reportbug 2.18
Date: Wed, 06 Aug 2003 20:35:20 -0600
Message-Id: <[EMAIL PROTECTED]>
Sender: "Jamin W. Collins" <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=-6.0 required=4.0
        tests=BAYES_20,HAS_PACKAGE
        version=2.53-bugs.debian.org_2003_07_20
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_07_20 
(1.174.2.15-2003-03-30-exp)

Package: psi
Version: 0.9-1
Severity: minor

Psi's man page incorrectly indicates that there are no command line
options for the application.  However, main.cpp clearly looks for
command line options:

        for(int n = 1; n < argc; ++n) {
                QString str = argv[n];
                QString var, val;
                int x = str.find('=');
                if(x == -1) {
                        var = str;
                        val = "";
                }
                else {
                        var = str.mid(0,x);
                        val = str.mid(x+1);
                }

                if(var == "--dtcp-port")
                        dtcp_port = val.toInt();
                else if(var == "--dtcp-hosts")
                        dtcp_hostList = QStringList::split(',', val);
                else if(var == "--linktest")
                        link_test = true;
                else if(var == "--no-gpg")
                        use_gpg = false;
                else if(var == "--no-gpg-agent")
                        no_gpg_agent = true;
        }

Perhaps the man page should be updated to reflect the command line
options supported by the application.

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux cerberus 2.4.20-cerberus #1 Thu May 1 13:44:53 MDT 2003 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages psi depends on:
ii  libc6                      2.3.1-16      GNU C Library: Shared libraries an
ii  libgcc1                    1:3.3.1-0pre0 GCC support library
ii  libqt3c102-mt              3:3.1.1-8     Qt GUI Library (Threaded runtime v
ii  libstdc++5                 1:3.3.1-0pre0 The GNU Standard C++ Library v3
ii  xlibs                      4.2.1-6       X Window System client libraries
ii  zlib1g                     1:1.1.4-12    compression library - runtime

-- no debconf information


---------------------------------------
Received: (at 204416-close) by bugs.debian.org; 20 Jan 2006 00:43:07 +0000
>From [EMAIL PROTECTED] Thu Jan 19 16:43:07 2006
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
        id 1EzkCb-0004RO-G8; Thu, 19 Jan 2006 16:32:29 -0800
From: Jan Niehusmann <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.65 $
Subject: Bug#204416: fixed in psi 0.10-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Thu, 19 Jan 2006 16:32:29 -0800
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-Level: 
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

Source: psi
Source-Version: 0.10-2

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

psi_0.10-2.diff.gz
  to pool/main/p/psi/psi_0.10-2.diff.gz
psi_0.10-2.dsc
  to pool/main/p/psi/psi_0.10-2.dsc
psi_0.10-2_i386.deb
  to pool/main/p/psi/psi_0.10-2_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.
Jan Niehusmann <[EMAIL PROTECTED]> (supplier of updated psi 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: Fri, 20 Jan 2006 00:20:36 +0100
Source: psi
Binary: psi
Architecture: source i386
Version: 0.10-2
Distribution: unstable
Urgency: low
Maintainer: Jan Niehusmann <[EMAIL PROTECTED]>
Changed-By: Jan Niehusmann <[EMAIL PROTECTED]>
Description: 
 psi        - Jabber client using Qt
Closes: 204416 327748
Changes: 
 psi (0.10-2) unstable; urgency=low
 .
   * Added upstream changelog (Closes: Bug#327748)
   * Mention --no-gpg and --no-gpg-agent in manpage (Closes: Bug#204416)
Files: 
 a673ef869cecd886b3c32a201826792d 740 net optional psi_0.10-2.dsc
 d9d4ad74ebbf320f5e81cc21da7b2715 6896 net optional psi_0.10-2.diff.gz
 80b2d081e30005230216cadf0b838e55 2183440 net optional psi_0.10-2_i386.deb

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

iQCVAwUBQ9AlCoFL8fYptN/eAQKuXAQAqYjOp/btLEIEaYN3Q+e+FIcvlWz68/lv
06pfQmjkxAYCGozu5KQAmSE/EVHXnXtlJ6ZD0kYGsHUeen+SsHLDPZNhnzvT8sAa
74vKXywTTTK2hA8Fu1SPe2rcEfr8qc0nNd7nQFb7cPSrVUDaZzAsinhsmTtNE0Fv
QR5MA6k1A18=
=958q
-----END PGP SIGNATURE-----


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

Reply via email to