Your message dated Fri, 02 Dec 2005 13:47:58 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#341564: fixed in pychecker 0.8.16-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; 1 Dec 2005 12:33:42 +0000
>From [EMAIL PROTECTED] Thu Dec 01 04:33:42 2005
Return-path: <[EMAIL PROTECTED]>
Received: from mail.cs.tu-berlin.de ([130.149.17.13] ident=root)
by spohr.debian.org with esmtp (Exim 4.50)
id 1Ehnd8-0000gd-Di
for [EMAIL PROTECTED]; Thu, 01 Dec 2005 04:33:42 -0800
Received: from mailhost.cs.tu-berlin.de ([EMAIL PROTECTED] [130.149.17.13])
by mail.cs.tu-berlin.de (8.9.3p2/8.9.3) with ESMTP id NAA19345
for <[EMAIL PROTECTED]>; Thu, 1 Dec 2005 13:33:40 +0100 (MET)
Received: from localhost (localhost [127.0.0.1])
by mailhost.cs.tu-berlin.de (Postfix) with ESMTP id D9F1EF2B2
for <[EMAIL PROTECTED]>; Thu, 1 Dec 2005 13:33:39 +0100 (MET)
Received: from mailhost.cs.tu-berlin.de ([127.0.0.1])
by localhost (bueno [127.0.0.1]) (amavisd-new, port 10224) with ESMTP
id 13952-34 for <[EMAIL PROTECTED]>;
Thu, 1 Dec 2005 13:33:39 +0100 (MET) 13824
Received: from bolero.cs.tu-berlin.de (bolero.cs.tu-berlin.de [130.149.19.1])
by mailhost.cs.tu-berlin.de (Postfix) with ESMTP
for <[EMAIL PROTECTED]>; Thu, 1 Dec 2005 13:33:39 +0100 (MET)
Received: (from [EMAIL PROTECTED])
by bolero.cs.tu-berlin.de (8.12.10+Sun/8.12.8/Submit) id jB1CXdpL027293;
Thu, 1 Dec 2005 13:33:39 +0100 (MET)
From: Matthias Klose <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <[EMAIL PROTECTED]>
Date: Thu, 1 Dec 2005 13:33:39 +0100
To: [EMAIL PROTECTED]
Subject: package does not clean
X-Mailer: VM 7.17 under 21.4 (patch 17) "Jumbo Shrimp" XEmacs Lucid
X-Virus-Scanned: by amavisd-new at cs.tu-berlin.de
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-Level:
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
Package: pychecker
Version: 0.8.16-1
some cruft is left:
only in patch2:
unchanged:
--- pychecker-0.8.16.orig/test_expected/test68.results
+++ pychecker-0.8.16/test_expected/test68.results
@@ -0,0 +1,5 @@
+Processing test68...
+
+Warnings...
+
+None
only in patch2:
unchanged:
--- pychecker-0.8.16.orig/test_expected/test85.results
+++ pychecker-0.8.16/test_expected/test85.results
@@ -0,0 +1,6 @@
+Processing test85...
+
+Warnings...
+
+test_input/test85.py:13: Using a conditional statement with a constant value
(None)
+test_input/test85.py:17: Using a conditional statement with a constant value
([])
only in patch2:
unchanged:
--- pychecker-0.8.16.orig/test_expected/test88.results
+++ pychecker-0.8.16/test_expected/test88.results
@@ -0,0 +1,11 @@
+Processing test88...
+/usr/lib/python2.4/whrandom.py:38: DeprecationWarning: the whrandom module is
deprecated; please use the random module
+ DeprecationWarning)
+
+Warnings...
+
+test_input/test88.py:7: whrandom module is deprecated, consider using random
+test_input/test88.py:8: gopherlib module is deprecated
+test_input/test88.py:16: os.tempnam() is a security problem
+test_input/test88.py:17: os.tmpnam() is a security problem
+test_input/test88.py:19: string.atof is deprecated
only in patch2:
unchanged:
--- pychecker-0.8.16.orig/test_expected/test3.results
+++ pychecker-0.8.16/test_expected/test3.results
@@ -0,0 +1,8 @@
+Processing test3...
+
+Warnings...
+
+/usr/lib/python2.4/UserDict.py:4: No doc string for class UserDict
+
+test_input/test3.py:7: No global (x) found
+test_input/test3.py:12: No doc string for class jj
only in patch2:
unchanged:
--- pychecker-0.8.16.orig/test_expected/test17.results
+++ pychecker-0.8.16/test_expected/test17.results
@@ -0,0 +1,7 @@
+Processing test17...
+
+Warnings...
+
+test_input/test17.py:7: Cannot return a value from __init__
+test_input/test17.py:13: Cannot return a value from __init__
+test_input/test17.py:15: Cannot return a value from __init__
only in patch2:
unchanged:
--- pychecker-0.8.16.orig/test_expected/test34.results
+++ pychecker-0.8.16/test_expected/test34.results
@@ -0,0 +1,14 @@
+Processing test34...
+
+Warnings...
+
+/usr/lib/python2.4/getopt.py:42: No doc string for class GetoptError
+
+test_input/test34.py:1: No doc string for class Error
+test_input/test34.py:6: Module member (string) re-imported with *
+test_input/test34.py:9: Using import and from ... import for (locale)
+test_input/test34.py:10: Using import and from ... import for (locale)
+test_input/test34.py:13: Using import and from ... import for (getopt)
+test_input/test34.py:16: Using import and from ... import for (copy)
+test_input/test34.py:19: Module member (from re import sub) re-imported
+test_input/test34.py:22: Module (ihooks) re-imported
---------------------------------------
Received: (at 341564-close) by bugs.debian.org; 2 Dec 2005 21:52:02 +0000
>From [EMAIL PROTECTED] Fri Dec 02 13:52:02 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
id 1EiIl4-0002EO-1P; Fri, 02 Dec 2005 13:47:58 -0800
From: [EMAIL PROTECTED] (Kenneth J. Pronovici)
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.60 $
Subject: Bug#341564: fixed in pychecker 0.8.16-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Fri, 02 Dec 2005 13:47:58 -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: pychecker
Source-Version: 0.8.16-2
We believe that the bug you reported is fixed in the latest version of
pychecker, which is due to be installed in the Debian FTP archive:
pychecker_0.8.16-2.diff.gz
to pool/main/p/pychecker/pychecker_0.8.16-2.diff.gz
pychecker_0.8.16-2.dsc
to pool/main/p/pychecker/pychecker_0.8.16-2.dsc
pychecker_0.8.16-2_all.deb
to pool/main/p/pychecker/pychecker_0.8.16-2_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.
Kenneth J. Pronovici <[EMAIL PROTECTED]> (supplier of updated pychecker 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, 2 Dec 2005 14:02:37 -0600
Source: pychecker
Binary: pychecker
Architecture: source all
Version: 0.8.16-2
Distribution: unstable
Urgency: low
Maintainer: Kenneth J. Pronovici <[EMAIL PROTECTED]>
Changed-By: Kenneth J. Pronovici <[EMAIL PROTECTED]>
Description:
pychecker - Finds common bugs in python source code
Closes: 337707 341564
Changes:
pychecker (0.8.16-2) unstable; urgency=low
.
* Fix a few README.Debian lines longer than 80 characters (closes: #337707).
* Modify debian/rules to remove test_expected/*.results on clean (closes:
#341564).
* Comment in debian/rules that build will fail if any regression test fails.
* Add a few comments to debian/rules about how regression tests work.
* Add test96 and test97 to debian/regression.list (missed them before).
Files:
1576a58160cd18e8e96affbe600b2b59 604 devel optional pychecker_0.8.16-2.dsc
b224b3bcc0e7f49de9683f9e7f0e6b90 15270 devel optional
pychecker_0.8.16-2.diff.gz
74e5b911260c39d48ec81e689857dae9 79776 devel optional
pychecker_0.8.16-2_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFDkLAM8On2ujzZUQQRAl3rAJ93/IlNJAaEMQz96FCRDzSh/8U16wCg4KYK
Q/kaOwni1DniljqgcFgKkvY=
=376c
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]