Your message dated Sat, 30 Jul 2005 16:47:41 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#277932: fixed in jack 3.1.1-7
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; 23 Oct 2004 14:30:39 +0000
>From [EMAIL PROTECTED] Sat Oct 23 07:30:39 2004
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 1CLMul-0001uB-00; Sat, 23 Oct 2004 07:30:39 -0700
Received: from vanzandt.comcast.net 
(h000f66444d29.ne.client2.attbi.com[24.61.94.90])
          by comcast.net (sccrmhc11) with ESMTP
          id <200410231430080110074k28e>; Sat, 23 Oct 2004 14:30:08 +0000
Received: from jrv by vanzandt.comcast.net with local (Exim 3.36 #1 (Debian))
        id 1CLMf1-00052h-00; Sat, 23 Oct 2004 10:14:23 -0400
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: "James R. Van Zandt" <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: jack: blank freedb entry file should include DYEAR and DGENRE lines 
[patch]
X-Mailer: reportbug 2.63
Date: Sat, 23 Oct 2004 10:14:22 -0400
Message-Id: <[EMAIL PROTECTED]>
Sender: "James R. Van Zandt" <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
        (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_2004_03_25
X-Spam-Level: 

Package: jack
Version: 3.0.0-9
Severity: wishlist


CDDB protocol level 5 allows DYEAR and DGENRE lines, described as
follows:

DYEAR:  This field contains the (4-digit) year, in which the CD was released. 
        It should be empty (not 0) if the user hasn't entered a year.

DGENRE: This field contains the exact genre of the disc in a textual form 
        (i.e. write the genre here and do not use e.g. simply the MP3 ID3V1 
        genre code). Please note that this genre is not limited to the 
        11 CDDB-genres. The Genre in this field should be capitalized, e.g. 
        "New Age" instead of "newage" or "new age".

jack should include these entries in its blank file (between DTITLE
and TTITLE0).  It should also fill them in (if the data is available),
and use the DGENRE info to set the default for the the file submission
(if it's a fuzzy match to one of the permitted values).  The patch
below just adds the two lines.

                - Jim Van Zandt

--- jack_freedb.py-orig 2004-10-07 06:13:00.000000000 -0400
+++ jack_freedb.py      2004-10-07 06:13:04.000000000 -0400
@@ -179,6 +179,8 @@
             f.write(freedb_split("DTITLE", names[0][0] + " / " + names[0][1]))
     else:
         f.write("DTITLE=\n")
+    f.write("DYEAR=\n")
+    f.write("DGENRE=\n")
     for i in tracks:
         if names:
             if names[i[NUM]][0]: # various

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.4.27
Locale: LANG=C, LC_CTYPE=C

Versions of packages jack depends on:
ii  cdda2wav                     4:2.0+a34-2 Creates WAV files from audio CDs
ii  cdparanoia                   3a9.8-11    An audio extraction tool for sampl
ii  python                       2.3.4-1     An interactive high-level object-o
ii  python-cddb                  1.4-3       Python interface to CD-IDs and Fre
ii  python-id3                   1.2-6.1     Python module for id3-tags manipul
ii  python-id3lib                0.5.1-1     id3lib wrapper for Python - dummy 
ii  python-pyvorbis              1.3-1       A Python interface to the Ogg Vorb
ii  vorbis-tools                 1.0.1-1     Several Ogg Vorbis Tools

-- no debconf information

---------------------------------------
Received: (at 277932-close) by bugs.debian.org; 31 Jul 2005 00:46:04 +0000
>From [EMAIL PROTECTED] Sat Jul 30 17:46:03 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1Dz13N-0002vw-00; Sat, 30 Jul 2005 16:47:41 -0700
From: Martin Michlmayr <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#277932: fixed in jack 3.1.1-7
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sat, 30 Jul 2005 16:47:41 -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

Source: jack
Source-Version: 3.1.1-7

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-7.diff.gz
  to pool/main/j/jack/jack_3.1.1-7.diff.gz
jack_3.1.1-7.dsc
  to pool/main/j/jack/jack_3.1.1-7.dsc
jack_3.1.1-7_i386.deb
  to pool/main/j/jack/jack_3.1.1-7_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: Sun, 31 Jul 2005 00:37:30 +0100
Source: jack
Binary: jack
Architecture: source i386
Version: 3.1.1-7
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: 200233 272622 277932 293339
Changes: 
 jack (3.1.1-7) unstable; urgency=low
 .
   [ Martin Michlmayr ]
   * debian/watch: Add a watch file.
   * debian/patches/81_check_space.patch: Fix the code which checks whether
     disk space has been freed outside of jack; closes: #200233.
   * debian/patches/82_update_defaults.patch: Update defaults in --help
     with commands passed via command line arguments; closes: #293339.
   * debian/patches/83_man_plugin.patch: Describe the plug-in mechanism
     in the man page; closes: #272622
   * debian/examples: Ship the plug-in exampls files jack_plugin_cddb.py
     and jack_plugin_lame.py.
   * debian/patches/65_fix_genre.patch: Fix the --id3-genre option that
     got broken in 60_utf8_support.patch.
   * debian/patches/84_dyear_dgenre.patch: Add support for DYEAR and
     DYEAR as defined in CDDB protocol level 5; closes: #277932.
   * debian/patches/85_fix_environ.patch: Check whether any files have
     been added to the playlist; to fix a problem in 77_exec_environ.patch.
Files: 
 1aa1b5ed3151840b0102d8b7ebd23718 650 sound optional jack_3.1.1-7.dsc
 fb3627868e687c7ced2609a830be8a28 52209 sound optional jack_3.1.1-7.diff.gz
 2785128c6b79dd97b9d7ba702d1455d7 122932 sound optional jack_3.1.1-7_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFC7A+aKb5dImj9VJ8RAjmfAJ93e7OMuJru4uOVoYlt1Kn6jCSOywCeOjAu
3fVBE9ylWjofylim+S9kSpo=
=bKya
-----END PGP SIGNATURE-----


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

Reply via email to