Your message dated Sat, 26 Apr 2008 19:17:05 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#408484: fixed in cuetools 1.3.1-2
has caused the Debian Bug report #408484,
regarding cuetools: cuetag cannot handle filenames containing spaces
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
408484: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=408484
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: cuetools
Version: 1.3.1-1
Severity: normal
cuetag treats arguments with spaces as multiple files. For example:
$ cuetag "CUE File.cue" "Vorbis File.ogg"
results in
CUE: unknown format
CUE: input file error
File.cue: error opening file
File.cue: input file error
etc.
Attached is a patch which resolves this issue on my system.
-- System Information:
Debian Release: 4.0
APT prefers unstable
APT policy: (990, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.19.1-20061226
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Versions of packages cuetools depends on:
ii libc6 2.3.6.ds1-10 GNU C Library: Shared libraries
cuetools recommends no packages.
-- no debconf information
--- /usr/bin/cuetag 2006-09-06 14:24:47.000000000 -0400
+++ cuetag 2007-01-26 00:13:23.000000000 -0500
@@ -63,7 +63,7 @@
(for field in $fields; do
value=""
for conv in `eval echo \\$$field`; do
- value=`$CUEPRINT -n $1 -t "$conv\n" $cue_file`
+ value=`$CUEPRINT -n $1 -t "$conv\n" "$cue_file"`
if [ -n "$value" ]; then
echo "$field=$value"
@@ -96,7 +96,7 @@
for field in $fields; do
value=""
for conv in `eval echo \\$$field`; do
- value=`$CUEPRINT -n $1 -t "$conv\n" $cue_file`
+ value=`$CUEPRINT -n $1 -t "$conv\n" "$cue_file"`
if [ -n "$value" ]; then
break
@@ -141,14 +141,14 @@
cue_file=$1
shift
- ntrack=`cueprint -d '%N' $cue_file`
+ ntrack=`cueprint -d '%N' "$cue_file"`
trackno=1
if [ $# -ne $ntrack ]; then
echo "warning: number of files does not match number of tracks"
fi
- for file in $@; do
+ for file in "$@"; do
case $file in
*.[Ff][Ll][Aa][Cc])
vorbis $trackno "$file"
--- End Message ---
--- Begin Message ---
Source: cuetools
Source-Version: 1.3.1-2
We believe that the bug you reported is fixed in the latest version of
cuetools, which is due to be installed in the Debian FTP archive:
cuetools_1.3.1-2.diff.gz
to pool/main/c/cuetools/cuetools_1.3.1-2.diff.gz
cuetools_1.3.1-2.dsc
to pool/main/c/cuetools/cuetools_1.3.1-2.dsc
cuetools_1.3.1-2_i386.deb
to pool/main/c/cuetools/cuetools_1.3.1-2_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.
Patrick Matthäi <[EMAIL PROTECTED]> (supplier of updated cuetools 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.8
Date: Sat, 26 Apr 2008 10:41:41 +0100
Source: cuetools
Binary: cuetools
Architecture: source i386
Version: 1.3.1-2
Distribution: unstable
Urgency: low
Maintainer: Patrick Matthäi <[EMAIL PROTECTED]>
Changed-By: Patrick Matthäi <[EMAIL PROTECTED]>
Description:
cuetools - tools for manipulating CUE/TOC files
Closes: 408484 428253 460179
Changes:
cuetools (1.3.1-2) unstable; urgency=low
.
* New maintainer.
Closes: #460179
* Added dpatch and the following patches:
- 01-spaces-in-filenames.dpatch. Closes: #408484
- 02-metaflac-cli-fix.dpatch. Closes: #428253
* Rewritten fuzzy patch 01_overfiend and split it up in:
- 03-manpage-fixes.dpatch
- 04-source-fixes.dpatch
* Removed not needed automake1.4 build depend.
* Removed some useless calls of debhelper in debian/rules.
* Some format fixes in debian/copyright and also in some other files.
* Updated Standards-Version to 3.7.3.
* Bumped debhelper to version 5.
* Change priority of the package from extra to optional.
* Added an little manpage for cuetag.
* Added Homepage control field.
* Added watch file.
Checksums-Sha1:
397c1d3b2a8177b78a752ce91d1916ae294a467f 1030 cuetools_1.3.1-2.dsc
2bae4f5d04b7cd2fda13e6011ca07bac69b70969 11886 cuetools_1.3.1-2.diff.gz
79fd42edb88e4f43bece97d93adc7670cb57526a 78432 cuetools_1.3.1-2_i386.deb
Checksums-Sha256:
ccb11f6d92eb9e652fd234703a6d296f3e9c4beb9f2cd81df86a327bca27eb7a 1030
cuetools_1.3.1-2.dsc
cf6c256a6ff26a24ec659dc9d22406dce62156250057b0acc44bffc28b860539 11886
cuetools_1.3.1-2.diff.gz
96009e28625dac423b6bea546c0dd35b0347f5e4ac693160c264704b66075606 78432
cuetools_1.3.1-2_i386.deb
Files:
ddb63e95bcf365840bc1bcb26a4a6d86 1030 utils optional cuetools_1.3.1-2.dsc
0bb2288ddb5daa82f571b7296e11e953 11886 utils optional cuetools_1.3.1-2.diff.gz
c3a03211f318b3edaae5f6991d8f0904 78432 utils optional cuetools_1.3.1-2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFIE3xzWSOgCCdjSDsRAlhyAKCc3mJm2V8Zj2bOkfAgpoHUpgc/4QCfZhFZ
NFRXQ9YpE6eBlm2JUp1PEYQ=
=TPQU
-----END PGP SIGNATURE-----
--- End Message ---