Your message dated Fri, 09 Jan 2026 12:41:16 +0000 with message-id <[email protected]> and subject line Bug#1122946: Removed package(s) from unstable has caused the Debian Bug report #641638, regarding yaret: flac_cushion.pl uses apparently old metaflac option --set-vc-field 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.) -- 641638: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=641638 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: yaret Version: 2.1.0-5 Severity: normal The flac_cushion.pl script distributed as /usr/share/yaret/flac_cushion.pl seems to use the --set-vc-field metaflac option which does not exist with current metaflac (according to metaflac(1)). Furthermore, even though metaflac most certainly fails due to the unknown option (exit code 1, tested on the commandline), the flac_cushion.pl scripts still exits with success (code 0), thus the user is not informed by yaret of the metaflac invocation failure. The patch included below fixes the first of these problems, but not the latter, as I'm pretty illiterate in Perl (and too lazy to RFTM ATM). --- /usr/share/yaret/flac_cushion.pl 2006-03-05 20:32:29.000000000 +0100 +++ /home/rotty/bin/yaret-flac 2011-09-14 22:02:05.061814267 +0200 @@ -23,12 +23,12 @@ $album, $tracknum, $artist, $genre, $year) = @ARGV; system "flac", "-o", $fout, "-$qual", $fin; unless ($?) { - system "metaflac", "--set-vc-field=TITLE=$track", - "--set-vc-field=ALBUM=$album", - "--set-vc-field=ARTIST=$artist", - "--set-vc-field=TRACKNUMBER=$tracknum", - "--set-vc-field=GENRE=$genre", - "--set-vc-field=YEAR=$year", + system "metaflac", "--set-tag=TITLE=$track", + "--set-tag=ALBUM=$album", + "--set-tag=ARTIST=$artist", + "--set-tag=TRACKNUMBER=$tracknum", + "--set-tag=GENRE=$genre", + "--set-tag=YEAR=$year", $fout; exit 0; } Regards, Rotty -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 3.0.0-1-amd64 (SMP w/2 CPU cores) Locale: LANG=C, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages yaret depends on: ii cdparanoia 3.10.2+debian-10 ii flac 1.2.1-5 ii libappconfig-perl 1.66-1 ii libaudio-cd-perl 0.05-9+b1 ii perl 5.12.4-4 ii vorbis-tools 1.4.0-1 yaret recommends no packages. yaret suggests no packages. -- no debconf information
--- End Message ---
--- Begin Message ---Version: 2.1.0-6+rm Dear submitter, as the package yaret has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/1122946 The version of this package that was in Debian prior to this removal can still be found using https://snapshot.debian.org/. Please note that the changes have been done on the master archive and will not propagate to any mirrors until the next dinstall run at the earliest. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]. Debian distribution maintenance software pp. Thorsten Alteholz (the ftpmaster behind the curtain)
--- End Message ---

