Your message dated Thu, 02 Jun 2005 16:02:30 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#311582: fixed in tla-load-dirs 1.0.23
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; 2 Jun 2005 01:38:14 +0000
>From [EMAIL PROTECTED] Wed Jun 01 18:38:14 2005
Return-path: <[EMAIL PROTECTED]>
Received: from sccrmhc11.comcast.net [204.127.202.55] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1Ddef0-0005OX-00; Wed, 01 Jun 2005 18:38:14 -0700
Received: from debil.jamessan.com 
(c-24-218-220-129.hsd1.ma.comcast.net[24.218.220.129])
          by comcast.net (sccrmhc11) with ESMTP
          id <2005060201374201100miajre>; Thu, 2 Jun 2005 01:37:43 +0000
Received: by debil.jamessan.com (Postfix, from userid 1000)
        id 33A36636C0; Wed,  1 Jun 2005 21:38:00 -0400 (EDT)
Content-Type: multipart/mixed; boundary="===============1891749503=="
MIME-Version: 1.0
From: James Vega <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: load-dirs-common: TypeError in wc.addTag
X-Mailer: reportbug 3.12
Date: Wed, 01 Jun 2005 21:37:59 -0400
Message-Id: <[EMAIL PROTECTED]>
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.

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

Package: load-dirs-common
Version: 1.0.22
Severity: normal
Tags: patch

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

A TypeError is raised when calling the addTag method of a wc object (in
tla_wc.py).  This is from trying to concatenate a list and a string.
Attached patch fixes the problem.

James
- -- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (499, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-debil-2
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

- -- no debconf information

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

iEYEARECAAYFAkKeYvcACgkQDb3UpmEybUAtHwCbBLCCvVRPcXxbSpbAAaKB4G65
MF0AoJN9g1O7atDzbMRLn12jX6YAdBTC
=7lDK
-----END PGP SIGNATURE-----

--===============1891749503==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="tla_wc.py.diff"

diff -ur tla-load-dirs-1.0.22.orig/tla_support/tla_wc.py 
tla-load-dirs-1.0.22/tla_support/tla_wc.py
--- tla-load-dirs-1.0.22.orig/tla_support/tla_wc.py     2005-05-31 
12:14:57.000000000 -0400
+++ tla-load-dirs-1.0.22/tla_support/tla_wc.py  2005-06-01 21:25:16.000000000 
-0400
@@ -68,7 +68,7 @@
                 raise
         file = self.slashstrip(file)
         util.chdircmd(self.wcpath, util.safeexec, tlacmd,
-                      cmd().add + file)
+                      cmd().add.append(file))
 
     def movetag(self, src, dest):
         if self.verb:

--===============1891749503==--

---------------------------------------
Received: (at 311582-close) by bugs.debian.org; 2 Jun 2005 20:08:03 +0000
>From [EMAIL PROTECTED] Thu Jun 02 13:08:03 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 1Ddvz1-0002Q1-00; Thu, 02 Jun 2005 13:08:03 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1Ddvte-0004i9-00; Thu, 02 Jun 2005 16:02:30 -0400
From: John Goerzen <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#311582: fixed in tla-load-dirs 1.0.23
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Thu, 02 Jun 2005 16:02:30 -0400
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: 

Source: tla-load-dirs
Source-Version: 1.0.23

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

darcs-load-dirs_1.0.23_all.deb
  to pool/main/t/tla-load-dirs/darcs-load-dirs_1.0.23_all.deb
load-dirs-common_1.0.23_all.deb
  to pool/main/t/tla-load-dirs/load-dirs-common_1.0.23_all.deb
tla-load-dirs_1.0.23.dsc
  to pool/main/t/tla-load-dirs/tla-load-dirs_1.0.23.dsc
tla-load-dirs_1.0.23.tar.gz
  to pool/main/t/tla-load-dirs/tla-load-dirs_1.0.23.tar.gz
tla-load-dirs_1.0.23_all.deb
  to pool/main/t/tla-load-dirs/tla-load-dirs_1.0.23_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.
John Goerzen <[EMAIL PROTECTED]> (supplier of updated tla-load-dirs 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: Wed,  1 Jun 2005 21:20:09 -0500
Source: tla-load-dirs
Binary: load-dirs-common tla-load-dirs darcs-load-dirs
Architecture: source all
Version: 1.0.23
Distribution: unstable
Urgency: low
Maintainer: John Goerzen <[EMAIL PROTECTED]>
Changed-By: John Goerzen <[EMAIL PROTECTED]>
Description: 
 darcs-load-dirs - Import upstream archives into darcs
 load-dirs-common - Common files for tla-load-dirs and darcs-load-dirs
 tla-load-dirs - Import upstream archives into tla/arch
Closes: 311582
Changes: 
 tla-load-dirs (1.0.23) unstable; urgency=low
 .
   * Missed a change to tla_wc.py that resulted because of the changes in
     1.0.22.  Thanks James Vega for the helpful bug report.  Closes: #311582.
Files: 
 28d696299296615a0be594cc76cc40a0 643 devel optional tla-load-dirs_1.0.23.dsc
 a7d818c7e3722e79e5642f46d7b9313f 42004 devel optional 
tla-load-dirs_1.0.23.tar.gz
 2f0d9552a0c0c393d6b9e072ac764aba 9658 devel optional 
tla-load-dirs_1.0.23_all.deb
 60d627c15a7c06bc6a00be27052fadb7 9692 devel optional 
darcs-load-dirs_1.0.23_all.deb
 a5a2865db12681911316ae96e4365863 12908 devel optional 
load-dirs-common_1.0.23_all.deb

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

iD8DBQFCn2Mm7B2mSKdID5ERAjBsAJ9BLX1I7a1rp07iV4DKggevKrx9jQCeNBxj
s7kxQfgnLdzKCDfWKc1fdRs=
=Vz9P
-----END PGP SIGNATURE-----


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

Reply via email to