Your message dated Thu, 28 Jul 2005 16:02:38 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#172634: fixed in jack 3.1.1-6
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; 11 Dec 2002 13:36:11 +0000
>From [EMAIL PROTECTED] Wed Dec 11 07:36:10 2002
Return-path: <[EMAIL PROTECTED]>
Received: from bangpath.uucico.de [195.71.9.197] 
        by master.debian.org with esmtp (Exim 3.12 1 (Debian))
        id 18M721-0008WA-00; Wed, 11 Dec 2002 07:36:09 -0600
Received: by bangpath.uucico.de (Postfix, from userid 10)
        id 6274A26B2C; Wed, 11 Dec 2002 14:35:11 +0100 (CET)
Received: by vile.cyrius.com (Postfix, from userid 1000)
        id 1F346BE228; Wed, 11 Dec 2002 14:39:07 +0100 (CET)
Date: Wed, 11 Dec 2002 14:39:07 +0100
From: Martin Michlmayr <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: jack: Doesn't
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.4i
X-Reportbug-Version: 1.50
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=-7.8 required=5.0
        tests=PATCH_UNIFIED_DIFF,SIGNATURE_SHORT_DENSE,SPAM_PHRASE_00_01,
              USER_AGENT,USER_AGENT_MUTT
        version=2.41
X-Spam-Level: 

Package: jack
Version: 2.99.7-7
Severity: normal

I wanted to submit some CDDB data but jack complained that it's not a
valid freedb file.  Unfortunately, it didn't say _what_ is wrong with
my file:

2322:[EMAIL PROTECTED]: ..ogg/tmp/todo/jack-dd0bf00e] ./jack --submit
This is  jack 2.99.8 (C) 2002  Arne Zellentin <[EMAIL PROTECTED]>
Error: invalid freedb file.


freedb_names() has a parameter verb (for verbose).  I would turn that
on.  Then it looks like this:

2324:[EMAIL PROTECTED]: ..ogg/tmp/todo/jack-dd0bf00e] ./jack --submit
This is  jack 2.99.8 (C) 2002  Arne Zellentin <[EMAIL PROTECTED]>
Error: could not separate artist and title in all TTITLEs.
       Try setting freedb_pedantic = 0 or use --no-various
       Maybe additional information is contained in the EXTT fields.
       check jack.freedb and use either --extt-is-artist or --extt-is-title.
Error: invalid freedb file.


--- /home/tbm/bin/jack  Wed Nov 13 13:02:01 2002
+++ jack        Wed Dec 11 14:36:21 2002
@@ -3380,14 +3380,14 @@
 
 if is_submittable:
     if freedb_submit:               # freedb submit
-        err, track_names, cd_id, revision = 
freedb_names(freedb_id(all_tracks), all_tracks, freedb_form_file)
+        err, track_names, cd_id, revision = 
freedb_names(freedb_id(all_tracks), all_tracks, freedb_form_file, 1)
         if not err:
             do_freedb_submit(freedb_form_file, cd_id)
         else:
             print "Error: invalid freedb file."
         exit()
     elif freedb_mailsubmit:
-        err, track_names, cd_id, revision = 
freedb_names(freedb_id(all_tracks), all_tracks, freedb_form_file)
+        err, track_names, cd_id, revision = 
freedb_names(freedb_id(all_tracks), all_tracks, freedb_form_file, 1)
         if not err:
             do_freedb_mailsubmit(freedb_form_file, cd_id)
         else:


-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux vile 2.4.19-k6 #1 Sun Oct 6 19:53:19 EST 2002 i586
Locale: LANG=en_US, LC_CTYPE=en_US

Versions of packages jack depends on:
ii  cdda2wav                      4:1.10-7   Creates WAV files from audio CDs
ii  cdparanoia                    3a9.8-6    An audio extraction tool for sampl
ii  python                        2.1.3-3.2  An interactive object-oriented scr
ii  python-cddb                   1.3-7      Python interface to CD-IDs and Fre
ii  python-id3                    1.2-1      Python module for id3-tags manipul
ii  python-pyvorbis               1.0-1.1    A Python interface to the Ogg Vorb
ii  vorbis-tools                  1.0.0-1    Several Ogg Vorbis Tools

-- 
Martin Michlmayr
[EMAIL PROTECTED]

---------------------------------------
Received: (at 172634-close) by bugs.debian.org; 28 Jul 2005 23:11:08 +0000
>From [EMAIL PROTECTED] Thu Jul 28 16:11:08 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1DyHOg-0001ZL-00; Thu, 28 Jul 2005 16:02:38 -0700
From: Martin Michlmayr <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#172634: fixed in jack 3.1.1-6
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Thu, 28 Jul 2005 16:02:38 -0700
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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 3

Source: jack
Source-Version: 3.1.1-6

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

jack_3.1.1-6.diff.gz
  to pool/main/j/jack/jack_3.1.1-6.diff.gz
jack_3.1.1-6.dsc
  to pool/main/j/jack/jack_3.1.1-6.dsc
jack_3.1.1-6_i386.deb
  to pool/main/j/jack/jack_3.1.1-6_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.
Martin Michlmayr <[EMAIL PROTECTED]> (supplier of updated jack 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: Thu, 28 Jul 2005 23:42:82 +0100
Source: jack
Binary: jack
Architecture: source i386
Version: 3.1.1-6
Distribution: unstable
Urgency: low
Maintainer: Michael Banck <[EMAIL PROTECTED]>
Changed-By: Martin Michlmayr <[EMAIL PROTECTED]>
Description: 
 jack       - Rip and encode CDs with one command
Closes: 172634 224107 272619 293332 310478
Changes: 
 jack (3.1.1-6) unstable; urgency=low
 .
   [ Martin Michlmayr ]
   * debian/patches/59_ogg_parsing.patch: Make OGG parsing more robust;
     closes: #224107.
   * debian/patches/78_ripper_parsing.patch: Make the parsing of the
     output of various rippers (most notably, cdparanoia and cdda2wav)
     more robust; closes: #272619, #310478.
   * debian/patches/79_verbose_submit_error.patch: When an invalid
     FreeDB file is encountered before submission, print more verbous
     diagnostic messages; closes: #172634.
   * debian/patches/80_dest_exists_abs_path.patch: When a "destination
     exists already" error is displayed, show the absolute path rather
     than the one corresponding to the album name; closes: #293332.
Files: 
 370b58941fcebb7604efd0ccff319eb3 650 sound optional jack_3.1.1-6.dsc
 1e48f3634cd30e3a9bed3a9e48a1f58a 48988 sound optional jack_3.1.1-6.diff.gz
 c4eaa7e81f8791089023620f043f50f7 120776 sound optional jack_3.1.1-6_i386.deb

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

iD8DBQFC6WEiKb5dImj9VJ8RAgBbAJ9kp/j9StYvy15C2n+v2JUZsye0oACfXyCx
MBE+AvCGj4cAbfLmNVVvmXY=
=dhGb
-----END PGP SIGNATURE-----


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

Reply via email to