Your message dated Thu, 26 Jan 2006 14:17:14 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#345629: fixed in abcde 2.3.99.3-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)
--------------------------------------
Received: (at submit) by bugs.debian.org; 2 Jan 2006 11:28:55 +0000
>From [EMAIL PROTECTED] Mon Jan 02 03:28:55 2006
Return-path: <[EMAIL PROTECTED]>
Received: from mcr-smtp-002.bulldogdsl.com ([212.158.248.8])
by spohr.debian.org with esmtp (Exim 4.50)
id 1EtNrz-0006MS-Cf
for [EMAIL PROTECTED]; Mon, 02 Jan 2006 03:28:55 -0800
Received: by mcr-smtp-002.bulldogdsl.com (Postfix, from userid 1004)
id 7F294845D70; Mon, 2 Jan 2006 11:26:11 +0000 (GMT)
X-Spam-Abuse: Please report all spam/abuse matters to [EMAIL PROTECTED]
Received: from localhost (host-83-146-61-180.bulldogdsl.com [83.146.61.180])
by mcr-smtp-002.bulldogdsl.com (Postfix) with ESMTP id BC2E7845B3C;
Mon, 2 Jan 2006 11:26:10 +0000 (GMT)
Received: from glyn by localhost with local (Exim 4.60)
(envelope-from <[EMAIL PROTECTED]>)
id 1EtNrP-0003Tg-6W; Mon, 02 Jan 2006 11:28:19 +0000
Content-Type: multipart/mixed; boundary="===============0962717623=="
MIME-Version: 1.0
From: Glyn Kennington <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: abcde: syntax error while processing track numbers
Message-ID: <[EMAIL PROTECTED]>
X-Mailer: reportbug 3.18
Date: Mon, 02 Jan 2006 11:28:19 +0000
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
This is a multi-part MIME message sent by reportbug.
--===============0962717623==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Package: abcde
Version: 2.3.99.2-1
Severity: normal
Tags: patch
$ abcde 1-12
[ERROR] abcde: syntax error while processing track numbers
According to the manpage, this should work:
Accepts ranges of track numbers - "abcde 1-5 7 9" will process tracks
1, 2, 3, 4, 5, 7, and 9.
The problem is line 110:
if echo i | grep -q "[[:digit:]]" ; then
^^^
It works as expected if I change this to
if echo $i | grep -q "[[:digit:]]" ; then
-- System Information:
Debian Release: testing/unstable
APT prefers testing-proposed-updates
APT policy: (500, 'testing-proposed-updates'), (500, 'proposed-updates'),
(500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13.1
Locale: LANG=en_GB.ISO8859-15, LC_CTYPE=en_GB.ISO8859-15 (charmap=ISO-8859-15)
Versions of packages abcde depends on:
ii cd-discid 0.9-1 CDDB DiscID utility
ii cdda2wav 4:2.01+01a03-4 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 vorbis-tools 1.1.1-1 several Ogg Vorbis tools
ii wget 1.10.2-1 retrieves files from the web
abcde recommends no packages.
-- no debconf information
--===============0962717623==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="abcde-range.diff"
--- /usr/bin/abcde 2005-12-12 22:07:20.000000000 +0000
+++ bin/abcde 2006-01-02 11:14:44.000000000 +0000
@@ -107,7 +107,7 @@
f_seq_line ()
{
i=$1
- if echo i | grep -q "[[:digit:]]" ; then
+ if echo $i | grep -q "[[:digit:]]" ; then
while [ $i -ne `expr $2 + 1` ]
do
printf $i" "
--===============0962717623==--
---------------------------------------
Received: (at 345629-close) by bugs.debian.org; 26 Jan 2006 22:21:33 +0000
>From [EMAIL PROTECTED] Thu Jan 26 14:21:33 2006
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
id 1F2FQY-00049n-Ea; Thu, 26 Jan 2006 14:17:14 -0800
From: Jesus Climent <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.65 $
Subject: Bug#345629: fixed in abcde 2.3.99.3-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Thu, 26 Jan 2006 14:17:14 -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
X-CrossAssassin-Score: 2
Source: abcde
Source-Version: 2.3.99.3-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.3-1.diff.gz
to pool/main/a/abcde/abcde_2.3.99.3-1.diff.gz
abcde_2.3.99.3-1.dsc
to pool/main/a/abcde/abcde_2.3.99.3-1.dsc
abcde_2.3.99.3-1_all.deb
to pool/main/a/abcde/abcde_2.3.99.3-1_all.deb
abcde_2.3.99.3.orig.tar.gz
to pool/main/a/abcde/abcde_2.3.99.3.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, 26 Jan 2006 22:33:31 +0200
Source: abcde
Binary: abcde
Architecture: source all
Version: 2.3.99.3-1
Distribution: unstable
Urgency: low
Maintainer: Jesus Climent <[EMAIL PROTECTED]>
Changed-By: Jesus Climent <[EMAIL PROTECTED]>
Description:
abcde - A Better CD Encoder
Closes: 345629 345630 345708
Changes:
abcde (2.3.99.3-1) unstable; urgency=low
.
* The "Mao es nuestro indiscutible lider" release.
* Check the CDROMREADER options we have in Debian which we depend on. Thanks
to Jose Carlos Garcia Sogo for finding the error.
* New recursive option for local CDDB repositories, to cope with other
players saving the entries.
* Brand new CD backup procedure: rip a CD into a single FLAC trac with an
embedded cuesheet using "-1 -M -o flac" and proceed to rip your tracks
from the obtained file using "-d file.flac -o <format>". It needs
cue2discid script from the examples directory to work. OH! If you manage
to get it working with bash, we can get rid of the python dependency...
* Initial steps to make abcde working with musicbrainz, although it is not
ready yet.
* Added a missing $ in a variable (Closes: #345629).
* Added -p to the mkdir's for $ABCDETEMPDIR (Closes: #345630).
* Added iconv + converted to utf-8 the charset of a ready-to-send CDDB
entry (Closes: #345708).
* Added AAC (Mpeg4) support.
* Small cd-discid update.
* Other small changes.
Files:
8ddd612330a82a0f0d7134b34242007b 563 sound optional abcde_2.3.99.3-1.dsc
9d4116f1cb42ca1e35b3bdcb9b1e3c9e 86028 sound optional
abcde_2.3.99.3.orig.tar.gz
dd03b8ae4bb2ab3f6e57551c4ab7f89c 18113 sound optional abcde_2.3.99.3-1.diff.gz
c56d1235e975a30064c3e0b14c13a22b 104580 sound optional abcde_2.3.99.3-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD8DBQFD2TUrZvwdf4aUbWkRAvR1AKCbnPwBIg3Ng0x0ifsNOZfo6XtuwwCfQiig
Ets2VVAc1xccxCKIzctm0Zk=
=59iY
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]