debian/0000775000000000000000000000000012230634451007170 5ustar debian/changelog0000664000000000000000000001217012230632331011036 0ustar id3 (0.15-4) unstable; urgency=low * debian/control: - Bumped Standards-Version to 3.9.4 - Fixed description synopsis - Use canonical URIs for Vcs-* fields * Use debhelper 9 to get the correct CFLAGS * debian/patches/03-buildflags.patch: get build flags from dpkg-buildflags * Added lintian override because upstream does not provide a changelog -- Stefan Ott Sun, 20 Oct 2013 03:41:30 +0200 id3 (0.15-3) unstable; urgency=low * Changed source format to 3.0 (quilt) * debian/control: - Bumped Standards-Version to 3.8.4 (no changes needed) - Updated upstream homepage - Removed quilt dependency * debian/copyright: Corrected upstream author / url * Added watch file * Removed debian/README.source * Added debian/patches/02-help_text.patch to remove backticks from the --help output closes: #192818 * Added DEP-3 headers to debian/patches/01-dont_strip_binary.patch -- Stefan Ott Sat, 20 Mar 2010 14:35:19 +0100 id3 (0.15-2) unstable; urgency=low * debian/control: - New maintainer closes: #527478 - Set debhelper dependency to version 7 - Build-depend on quilt - Bumped Standards-Version to 3.8.1 - Added ${misc:Depends} dependency - Added homepage field - Added Vcs-* fields * debian/compat: Set compatibility to version 7 * debian/copyright: - Fixed FSF address - Changed path to license from GPL to GPL-2 * debian/rules: Rewrote to use current debhelper * Added debian/patches/01-dont_strip_binary.patch closes: #437190 * Added debian/README.source to document quilt usage * Removed debian/dirs -- Stefan Ott Sat, 06 Jun 2009 03:41:41 +0200 id3 (0.15-1) unstable; urgency=low * Fix infinite loop when setting genre to Fusion (the official ID3v1 genre list has Fusion as both #30 and #84). Thanks to Matthew Garman for reporting this bug. -- Robert Woodcock Mon, 31 Jul 2006 21:42:52 -0700 id3 (0.14-2) unstable; urgency=low * Rebuild to remove /usr/doc/id3 symlink, closes: #322808 * Fixed spelling of Psychedelic, closes: #275155 * Fixed version number, closes: #198439 * Updated manual page -- Robert Woodcock Fri, 12 Aug 2005 16:23:24 -0700 id3 (0.14-1) unstable; urgency=low * Added Hwei Sheng Teoh's patches to a new release * Added directory sanity checking -- Robert Woodcock Sun, 24 Nov 2002 11:35:06 -0800 id3 (0.13-3.1) unstable; urgency=low * Non-maintainer upload * Clean up id3 tag structure after done processing with a file. (Closes: #66962) * Verified that #71795 has already been fixed. (Closes: #71795) -- Hwei Sheng Teoh Sat, 23 Nov 2002 10:36:03 -0500 id3 (0.13-3) unstable; urgency=low * Added Build-Depends line -- Robert Woodcock Fri, 24 May 2002 10:27:09 -0700 id3 (0.13-2) unstable; urgency=low * Accidentally built 0.13-1 as a debian-native package. Recompiled. -- Robert Woodcock Sat, 23 Sep 2000 14:04:03 -0700 id3 (0.13-1) unstable; urgency=low * -R outputs genre numbers correctly, thanks to Ma.Fr@t-online.de, closes: bug #71795 -- Robert Woodcock Fri, 22 Sep 2000 20:08:27 -0700 id3 (0.12-1) unstable; urgency=low * ID3 v1.1 support -- Robert Woodcock Fri, 24 Dec 1999 16:19:50 -0800 id3 (0.11-1) unstable; urgency=low * Adds -L option (lists all genres) -- Robert Woodcock Tue, 23 Nov 1999 18:36:14 -0800 id3 (0.10-1) unstable; urgency=low * Removed a spurious argv[i] from a printf. Reckless cutting 'n pasting is bad, mmmmmkay? closes: bug #50118 -- Robert Woodcock Sun, 14 Nov 1999 08:41:58 -0800 id3 (0.9-1) unstable; urgency=low * Added rfc822-style output feature (-R) -- Robert Woodcock Thu, 21 Oct 1999 21:35:06 -0700 id3 (0.8-1) unstable; urgency=low * Changed output from stderr to stdout to appease the masses closes: bug #47835 -- Robert Woodcock Tue, 19 Oct 1999 21:01:13 -0700 id3 (0.7-2) unstable; urgency=low * FHS compliance -- Robert Woodcock Mon, 11 Oct 1999 22:27:58 -0700 id3 (0.7-1) unstable; urgency=low * Fixed exit codes on errors, closes: bug #38482 -- Robert Woodcock Sun, 6 Jun 1999 18:12:31 -0700 id3 (0.6-1) unstable; urgency=low * Merged in changes from Ben Gertzfield (new set of id3 genres, and a couple bug fixes regarding genre handling that managed to slip by in 0.5). * This version also makes -l the default when no action is specified. -- Robert Woodcock Sat, 1 May 1999 15:11:40 -0700 id3 (0.5-1) unstable; urgency=low * Fixed thinko in genre listing that caused a weird offset effect -- Robert Woodcock Tue, 13 Apr 1999 07:41:55 -0700 id3 (0.4-1) unstable; urgency=low * id3 now only uses read/write file access when it needs to. closes: bug #33960 -- Robert Woodcock Sat, 6 Mar 1999 21:13:06 -0800 id3 (0.3-1) unstable; urgency=low * Initial Release. -- Robert Woodcock Sun, 21 Feb 1999 14:13:01 -0800 debian/rules0000775000000000000000000000003511310312147010237 0ustar #!/usr/bin/make -f %: dh $@ debian/docs0000664000000000000000000000000711310312222010023 0ustar README debian/copyright0000664000000000000000000000322611351145245011127 0ustar This package was debianized by Robert Woodcock on Sun, 21 Feb 1999 14:13:01 -0800. It is made available at: http://id3.googlecode.com/ Upstream Author: Stefan Ott You can find the GNU General Public License at /usr/share/common-licenses/GPL-2 on Debian systems. Copyright: id3.c: /* id3 - an ID3 tag editor * Copyright (c) 1998,1999 Robert Woodcock * This code is hereby licensed for public consumption under either the * GNU GPL v2 or greater, or Larry Wall's Artistic license - your choice. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * * genre.h is (c) 1998 Robert Alto and licensed only * under the GPL. */ genre.h: /* id3 Renamer * genre.h - Header for music genres * Copyright (C) 1998 Robert Alto (badcrc@tscnet.com) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 * of the License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. */ debian/source/0000775000000000000000000000000012230634451010470 5ustar debian/source/format0000664000000000000000000000001411310030671011666 0ustar 3.0 (quilt) debian/watch0000664000000000000000000000011411452756556010235 0ustar version=3 http://code.google.com/p/id3/downloads/list .*/id3-(.*)\.tar\.gz debian/id3.lintian-overrides0000664000000000000000000000011512230626177013232 0ustar # There is no upstream changelog available id3 binary: no-upstream-changelog debian/compat0000664000000000000000000000000212230621143010360 0ustar 9 debian/control0000664000000000000000000000125612230625757010610 0ustar Source: id3 Section: sound Priority: optional Maintainer: Stefan Ott Build-Depends: debhelper (>= 9) Standards-Version: 3.9.4 Homepage: http://id3.googlecode.com/ Vcs-Svn: svn://anonscm.debian.org/collab-maint/deb-maint/id3/trunk/ Vcs-Browser: http://anonscm.debian.org/viewvc/collab-maint/deb-maint/id3/trunk/ Package: id3 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Editor for ID3 tags A command-line based program that can list, modify, or delete ID3 tags from a file. ID3 tags are a way of identifying streaming music files. You can store Artist, Album, Title, Track, Year, and Genre in a tag, as well as a 28-character comment. debian/patches/0000775000000000000000000000000012230753532010621 5ustar debian/patches/03-buildflags.patch0000664000000000000000000000103012230624731014166 0ustar Use CFLAGS and LDFLAGS provided by dpkg-buildflags Author: Stefan Ott Last-Update: 2013-10-20 --- a/Makefile +++ b/Makefile @@ -4,8 +4,9 @@ SHELL = /bin/sh CC = gcc -CFLAGS = -g -O2 -LDFLAGS = +CFLAGS = `dpkg-buildflags --get CFLAGS` +LDFLAGS = `dpkg-buildflags --get LDFLAGS` +CPPFLAGS = `dpkg-buildflags --get CPPFLAGS` LIBS = DEFS = INSTALL = /usr/bin/install -c @@ -23,7 +24,7 @@ .SUFFIXES: .c .o .c.o: - $(CC) $(DEFS) $(CFLAGS) -c $< + $(CC) $(CPPFLAGS) $(DEFS) $(CFLAGS) -c $< all: $(PRODUCT) debian/patches/01-dont_strip_binary.patch0000664000000000000000000000106411351150155015605 0ustar Description: debhelper strips the binary if required, don't do it ourselves Author: Stefan Ott Bug-Debian: http://bugs.debian.org/437190 Last-Update: 2009-06-06 diff -Naur a/Makefile b/Makefile --- a/Makefile 2000-09-23 05:08:39.000000000 +0200 +++ b/Makefile 2009-06-06 04:04:25.000000000 +0200 @@ -35,6 +35,6 @@ install: $(PRODUCT) $(INSTALL) -d -m 755 $(bindir) - $(INSTALL) -s -m 755 -o 0 $(PRODUCT) $(bindir) + $(INSTALL) -m 755 -o 0 $(PRODUCT) $(bindir) $(INSTALL) -d -m 755 $(mandir) $(INSTALL) -m 644 -o 0 $(PRODUCT).1 $(mandir) debian/patches/02-help_text.patch0000664000000000000000000000106111351143660014051 0ustar Description: The --help output contains backticks that cannot be copy&pasted Author: Stefan Ott Bug-Debian: http://bugs.debian.org/192818 Last-Update: 2010-03-12 --- a/id3.c 2010-03-12 00:53:07.000000000 +0100 +++ b/id3.c 2010-03-12 00:58:26.629974207 +0100 @@ -13,7 +13,7 @@ const char version[]="0.15"; -const char usage[]= "usage: id3 -[tTaAycg] `text' file1 [file2...]\n\ +const char usage[]= "usage: id3 -[tTaAycg] \"value\" file1 [file2...]\n\ id3 -d file1 [file2...]\n\ id3 -l file1 [file2...]\n\ id3 -L\n\ debian/patches/series0000664000000000000000000000010212230623603012022 0ustar 01-dont_strip_binary.patch 02-help_text.patch 03-buildflags.patch