--- id3-0.7.orig/debian/changelog
+++ id3-0.7/debian/changelog
@@ -0,0 +1,43 @@
+id3 (0.7-2) unstable; urgency=low
+
+  * FHS compliance
+
+ -- Robert Woodcock <rcw@debian.org>  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 <rcw@debian.org>  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 <rcw@debian.org>  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 <rcw@debian.org>  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 <rcw@debian.org>  Sat,  6 Mar 1999 21:13:06 -0800
+
+id3 (0.3-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Robert Woodcock <rcw@debian.org>  Sun, 21 Feb 1999 14:13:01 -0800
+
+Local variables:
+mode: debian-changelog
+add-log-mailing-address: "rcw@debian.org"
+End:
--- id3-0.7.orig/debian/copyright
+++ id3-0.7/debian/copyright
@@ -0,0 +1,48 @@
+This package was debianized by Robert Woodcock <rcw@debian.org> 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/doc/copyright/GPL on
+Debian systems.
+
+Copyright:
+
+id3.c:
+
+/* id3 - an ID3 tag editor
+ * Copyright (c) 1998,1999 Robert Woodcock <rcw@debian.org>
+ * 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 <badcrc@tscnet.com> 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.7.orig/debian/dirs
+++ id3-0.7/debian/dirs
@@ -0,0 +1 @@
+usr/bin
--- id3-0.7.orig/debian/docs
+++ id3-0.7/debian/docs
@@ -0,0 +1,2 @@
+README
+
--- id3-0.7.orig/debian/control
+++ id3-0.7/debian/control
@@ -0,0 +1,14 @@
+Source: id3
+Section: sound
+Priority: optional
+Maintainer: Robert Woodcock <rcw@debian.org>
+Standards-Version: 2.5.0.0
+
+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, Year, and Genre in a tag, as well
+ as a 30-character comment.
--- id3-0.7.orig/debian/rules
+++ id3-0.7/debian/rules
@@ -0,0 +1,75 @@
+#!/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_installmanpages
+#	dh_undocumented
+	dh_installchangelogs 
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_suidregister
+	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
--- id3-0.7.orig/Makefile
+++ id3-0.7/Makefile
@@ -13,7 +13,7 @@
 # Installation directories
 prefix = ${DESTDIR}/usr
 exec_prefix = ${prefix}
-mandir = ${prefix}/man/man1
+mandir = ${prefix}/share/man/man1
 bindir = ${exec_prefix}/bin
 
 INCL = 
