Package: libid3-3.8.3c2a Version: 3.8.3-14 Severity: minor When using id3v2 utility, I found that when stripping id3v1 tags, file GID changes to current GID. When stripping only id3v2 tags, the behaviour is normal. I look at the documentation and source code of id3v2 package and found calls to libid3 library. Example how to reproduce it:
user@hostname:~$ ls -l 01.mp3 -rw-rw---- 1 user audio 8034304 Jun 18 08:43 01.mp3 # ^^^^^ user@hostname:~$ id3v2 -d 01.mp3 Stripping id3 tag in "01.mp3"...id3v2 stripped. user@hostname:~$ ls -l 01.mp3 -rw-rw---- 1 user audio 8032660 Jun 18 08:44 01.mp3 # ^^^^^ - All OK # add some tags... user@hostname:~$ id3v2 -y 2000 01.mp3 user@hostname:~$ id3v2 -s 01.mp3 Stripping id3 tag in "01.mp3"...id3v1 stripped. user@hostname:~$ ls -l 01.mp3 -rw-rw---- 1 user user 8034176 Jun 18 08:44 01.mp3 # ^^^^ - ??? -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.38-2-686 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages libid3-3.8.3c2a depends on: ii libc6 2.13-4 Embedded GNU C Library: Shared lib ii libgcc1 1:4.6.0-10 GCC support library ii libstdc++6 4.6.0-10 The GNU Standard C++ Library v3 ii zlib1g 1:1.2.3.4.dfsg-3 compression library - runtime libid3-3.8.3c2a recommends no packages. Versions of packages libid3-3.8.3c2a suggests: pn libid3-tools <none> (no description available) -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org