Your message dated Sun, 05 Feb 2006 13:32:20 -0800 with message-id <[EMAIL PROTECTED]> and subject line Bug#351362: fixed in abcde 2.3.99.4-1 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)
--- Begin Message --->From [EMAIL PROTECTED] Sat Feb 04 03:58:15 2006 Received: (at submit) by bugs.debian.org; 4 Feb 2006 11:58:15 +0000 Return-path: <[EMAIL PROTECTED]> Received: from 26.mail-out.ovh.net ([213.186.42.179]) by spohr.debian.org with esmtp (Exim 4.50) id 1F5M3T-0002Sr-7C for [EMAIL PROTECTED]; Sat, 04 Feb 2006 03:58:15 -0800 Received: (qmail 8157 invoked by uid 503); 4 Feb 2006 11:58:30 -0000 Received: (QMFILT: 1.0); 04 Feb 2006 11:58:30 -0000 Received: from b6.ovh.net (HELO mail50.ha.ovh.net) (213.186.33.56) by 26.mail-out.ovh.net with SMTP; 4 Feb 2006 11:58:30 -0000 Received: from b0.ovh.net (HELO queue-out) (213.186.33.50) by b0.ovh.net with SMTP; 4 Feb 2006 11:58:13 -0000 Received: from mail50.ha.ovh.net (10.0.50.50) by mail50.ha.ovh.net with SMTP; 4 Feb 2006 11:58:09 -0000 Received: from b0.ovh.net (HELO queue-pre) (213.186.33.50) by b0.ovh.net with SMTP; 4 Feb 2006 11:58:09 -0000 Received: from 163.104.76.83.cust.bluewin.ch (HELO localhost) (83.76.104.163) by ns0.ovh.net with SMTP; 4 Feb 2006 11:58:09 -0000 Received: from glove by localhost with local (Exim 3.36 #1 (Debian)) id 1F5M3J-0005h3-00; Sat, 04 Feb 2006 12:58:05 +0100 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Christian Grigis <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: abcde: Incorrect output file naming when encoding to multiple formats Reply-To: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> X-Mailer: reportbug 3.18 Date: Sat, 04 Feb 2006 12:58:05 +0100 Sender: Christian Grigis <[EMAIL PROTECTED]> X-Ovh-Remote: 83.76.104.163 (163.104.76.83.cust.bluewin.ch) X-Ovh-Local: 213.186.33.20 (ns0.ovh.net) X-Spam-Check: fait|type 1&3|0.0|H 0.5 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: abcde Version: 2.3.99.3-1 Severity: normal Tags: patch Hello, When encoding to multiple formats ("OUTPUTTYPE=ogg,mp3", for example), the output file name of the formats after the first one is incorrect (".ogg" even for the mp3 file, in our example). I believe it is just a missed namechange in a variable name; the following patch fixes it for me: --- /usr/bin/abcde-2.3.99.3-1 2006-01-31 13:26:44.000000000 +0100 +++ /usr/bin/abcde 2006-02-04 12:44:07.000000000 +0100 @@ -909,7 +909,7 @@ OUTPUT=$FLACOUTPUTCONTAINER ;; *) - OUT="$ABCDETEMPDIR/track$1.$OUTPUT" + OUT="$ABCDETEMPDIR/track$1.$TMPOUTPUT" OUTPUT=$TMPOUTPUT ;; esac Thanks, and best regards! -Christian -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.15.1-mooch.1 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to en_US.UTF-8) Versions of packages abcde depends on: ii cd-discid 0.9-1 CDDB DiscID utility ii cdda2wav 4:2.01+01a03-5 Creates WAV files from audio CDs ii cdparanoia 3a9.8-11 An audio extraction tool for sampl ii flac 1.1.2-3+b1 Free Lossless Audio Codec - comman ii lame 3.96.1-1 LAME Ain't an MP3 Encoder ii vorbis-tools 1.1.1-3 several Ogg Vorbis tools ii wget 1.10.2-1 retrieves files from the web abcde recommends no packages. -- no debconf information
--- End Message ---
--- Begin Message --->From [EMAIL PROTECTED] Sun Feb 05 13:40:33 2006 Received: (at 351362-close) by bugs.debian.org; 5 Feb 2006 21:40:33 +0000 Return-path: <[EMAIL PROTECTED]> Received: from katie by spohr.debian.org with local (Exim 4.50) id 1F5rUa-0006s6-5A; Sun, 05 Feb 2006 13:32:20 -0800 From: Jesus Climent <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.65 $ Subject: Bug#351362: fixed in abcde 2.3.99.4-1 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Sun, 05 Feb 2006 13:32:20 -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: abcde Source-Version: 2.3.99.4-1 We believe that the bug you reported is fixed in the latest version of abcde, which is due to be installed in the Debian FTP archive: abcde_2.3.99.4-1.diff.gz to pool/main/a/abcde/abcde_2.3.99.4-1.diff.gz abcde_2.3.99.4-1.dsc to pool/main/a/abcde/abcde_2.3.99.4-1.dsc abcde_2.3.99.4-1_all.deb to pool/main/a/abcde/abcde_2.3.99.4-1_all.deb abcde_2.3.99.4.orig.tar.gz to pool/main/a/abcde/abcde_2.3.99.4.orig.tar.gz 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. Jesus Climent <[EMAIL PROTECTED]> (supplier of updated abcde 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, 05 Feb 2006 15:24:00 +0200 Source: abcde Binary: abcde Architecture: source all Version: 2.3.99.4-1 Distribution: unstable Urgency: low Maintainer: Jesus Climent <[EMAIL PROTECTED]> Changed-By: Jesus Climent <[EMAIL PROTECTED]> Description: abcde - A Better CD Encoder Closes: 351362 Changes: abcde (2.3.99.4-1) unstable; urgency=low . * Repaired multiple output encoding (Closes: #351362). * Added missing space on a [] test statement. * Added "default" action, so that one can add things on top of what we do regularly, without having to list everything: "-a default,playlist" works. * Restored all the > /dev/null instead of using grep -q, since it is not portable. * Added Solaris OS entry, in case we need to define things for it. Files: 9342e7a4ca66ee123a9a114a06872743 563 sound optional abcde_2.3.99.4-1.dsc d9bf1f3abf1115dff6b61af607ed57c0 87127 sound optional abcde_2.3.99.4.orig.tar.gz 55efb89c417f39bbfcc85c7a4b7b7084 18282 sound optional abcde_2.3.99.4-1.diff.gz f8ec5dc41b83835f4fb66a6a8b19db9f 105950 sound optional abcde_2.3.99.4-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFD5mVUZvwdf4aUbWkRApqiAKDqT303yB3iBGV88uICMU9raWQHogCfRhhG VFp5e5c2dQdr3WDX9eo8BDU= =f7Nm -----END PGP SIGNATURE-----
--- End Message ---

