--- id3-0.15.orig/debian/changelog +++ id3-0.15/debian/changelog @@ -0,0 +1,122 @@ +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 --- id3-0.15.orig/debian/copyright +++ id3-0.15/debian/copyright @@ -0,0 +1,48 @@ +This package was debianized by Robert Woodcock on +Sun, 21 Feb 1999 14:13:01 -0800. + +It is made available at: http://frantica.lly.org/~rcw/id3/ + +Upstream Author: me :) + +You can find the GNU General Public License at /usr/share/common-licenses/GPL 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + * USA. + */ --- id3-0.15.orig/debian/dirs +++ id3-0.15/debian/dirs @@ -0,0 +1 @@ +usr/bin --- id3-0.15.orig/debian/docs +++ id3-0.15/debian/docs @@ -0,0 +1,2 @@ +README + --- id3-0.15.orig/debian/control +++ id3-0.15/debian/control @@ -0,0 +1,15 @@ +Source: id3 +Section: sound +Priority: optional +Maintainer: Robert Woodcock +Build-Depends: debhelper +Standards-Version: 3.6.1 + +Package: id3 +Architecture: any +Depends: ${shlibs:Depends} +Description: An ID3 Tag Editor + 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. --- id3-0.15.orig/debian/rules +++ id3-0.15/debian/rules @@ -0,0 +1,74 @@ +#!/usr/bin/make -f +# Made with the aid of dh_make, by Craig Small +# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess. +# Some lines taken from debmake, by Cristoph Lameter. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +build: build-stamp +build-stamp: + dh_testdir + + + # Add here commands to compile the package. + $(MAKE) + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp install-stamp + + # Add here commands to clean up after the build process. + -$(MAKE) clean + + dh_clean + +install: install-stamp +install-stamp: build-stamp + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/tmp. + $(MAKE) install DESTDIR=`pwd`/debian/tmp + + touch install-stamp + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install +# dh_testversion + dh_testdir + dh_testroot + dh_installdocs + dh_installexamples + dh_installmenu +# dh_installemacsen +# dh_installinit + dh_installcron + dh_installman +# dh_undocumented + dh_installchangelogs + dh_link + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol +# dh_makeshlibs + dh_md5sums + dh_builddeb + +source diff: + @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary