--- mp3roaster-0.3.0.orig/debian/README.debian +++ mp3roaster-0.3.0/debian/README.debian @@ -0,0 +1,16 @@ +MP3Roaster for Debian +-------------------------- + +This MP3roaster Debian GNU/Linux package, is based on the MP3Roaster +upstream version 0.3.0 available freely from http://mp3roaster.sourceforge.net + +Consider reading the upstream README.gz file in /usr/share/doc/mp3roaster/ +for any informations regarding to this software. + +A ready to use, system wide, configuration file is available in +/etc/mp3roaster/mp3roasterrc -- Copy it to ~/.mp3roasterrc for personal +configurations. + +See man mp3roaster for further details regarding the configuration directives. + +Ivo Marino , $Date: 2006-02-23 23:06:25 $ --- mp3roaster-0.3.0.orig/debian/dirs +++ mp3roaster-0.3.0/debian/dirs @@ -0,0 +1,2 @@ +usr/bin +etc/mp3roaster --- mp3roaster-0.3.0.orig/debian/control +++ mp3roaster-0.3.0/debian/control @@ -0,0 +1,18 @@ +Source: mp3roaster +Section: sound +Priority: optional +Build-Depends-Indep: debhelper (>= 4.0.2) +Maintainer: Ivo Marino +Standards-Version: 3.6.2 + +Package: mp3roaster +Architecture: all +Depends: perl (>= 5.8.4), mpg321|mpg123, ogg123|vorbis-tools, flac, cdrecord, libterm-readkey-perl, libfile-mmagic-perl, libmp3-info-perl, libogg-vorbis-header-perl, libaudio-flac-header-perl, normalize-audio, libaudio-wav-perl +Description: A Perl hack for burning audio CDs out of MP3/OGG/FLAC/WAV files + MP3Roaster is a Perl hack for burning audio CDs out of MP3, Ogg Vorbis, FLAC + and WAV files. The main highlights of this application are an easy to use + command line syntax and automatic volume leveling support for best audio CD + quality. + . + In order to normalize the audio level of all files which will be burned on CDs + MP3roaster requires some free hard disk space. --- mp3roaster-0.3.0.orig/debian/rules +++ mp3roaster-0.3.0/debian/rules @@ -0,0 +1,81 @@ +#!/usr/bin/make -f +# +# $Id: rules,v 1.15 2006-02-23 22:45:53 eim Exp $ +# +# Sample debian/rules that uses debhelper. +# GNU copyright 1997 to 1999 by Joey Hess. +# +# This file has been modified for the mp3roaster Debian package by +# Ivo Marino +# + +# Uncomment this to turn on verbose mode. +# export DH_VERBOSE=1 + +configure: + dh_testdir + touch configure-stamp + +build: configure + dh_testdir +# $(MAKE) + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + # Add here commands to clean up after the build process. + #-$(MAKE) clean + rm -rf debian/tmp + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + dh_install + # Add here commands to install the package into debian/tmp. + # $(MAKE) install DESTDIR=$(CURDIR)/debian/mp3roaster/usr/bin + # cp -p mp3roaster $(CURDIR)/debian/mp3roaster/usr/bin + # Rezip man page with best compression, preserve original + install -d debian/tmp + gzip -cd mp3roaster.1.gz |gzip -9 > debian/tmp/mp3roaster.1.gz + +# Build architecture-independent files here. +binary-indep: build install +# dh_testversion + dh_testdir + dh_testroot +# dh_installdebconf + dh_installdocs README + dh_installexamples mp3roasterrc +# dh_installmenu +# dh_installemacsen +# dh_installpam +# dh_installinit +# dh_installcron + dh_installman debian/tmp/mp3roaster.1.gz +# dh_installinfo +# dh_undocumented + dh_installchangelogs ChangeLog + dh_link +# dh_strip + dh_compress + dh_fixperms + # You may want to make some executables suid here. +# dh_suidregister +# dh_makeshlibs + dh_installdeb +# dh_perl +# dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +# Build architecture-dependent files here. +binary-arch: build install +# We have nothing to do for arch "all" package + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure --- mp3roaster-0.3.0.orig/debian/watch +++ mp3roaster-0.3.0/debian/watch @@ -0,0 +1,3 @@ +version=2 + +http://prdownloads.sourceforge.net/mp3roaster/mp3roaster-(.*)\.tar\.gz --- mp3roaster-0.3.0.orig/debian/changelog +++ mp3roaster-0.3.0/debian/changelog @@ -0,0 +1,64 @@ +mp3roaster (0.3.0-1) unstable; urgency=low + + * New upstream release (0.3.0). + * [debian/control] Removed obsolete normalize dependency (Closes: #294527). + * Fixed bug #258276 with new upstream release (Closes: #258276). + * [debian/watch] Updated in order to respect new syntax. + * Removed old debian/[dh_install*] related files, the options have been + migrated into debian/rules. + * [debian/compat] Introduced new compatibility file. + * [debian/rules] Added commands to best-recompresse the upstream man page. + * [debian/README.debian] Updated informations for version 0.3.0. + + -- Ivo Marino Fri, 24 Feb 2006 00:04:56 +0100 + +mp3roaster (0.2.0-5) unstable; urgency=low + + * [debian/control] Depend on normalize (Closes: #258675). + * [debian/control] Added normalize-audio as dependency (Closes: #287671). + + -- Ivo Marino Tue, 4 Jan 2005 12:44:05 +0100 + +mp3roaster (0.2.0-4) unstable; urgency=low + + * [debian/control] Added new dependency: libaudio-flac-perl, this pacakge + has finally just been accepted into Debian so now we can depend on it. + * [debian/copyright] Added specific license informations (GPL) in order + to be Debian policy compatible. + * [debian/conffiles] Added /etc/mp3roaster/mp3roasterrc to be lintian + compatible. + + -- Ivo Marino Tue, 8 Jun 2004 10:46:37 +0200 + +mp3roaster (0.2.0-3) unstable; urgency=low + + * [debian/control] Added more dependencies: flac, libogg-vorbis-header-perl + and libterm-readkey-perl. The dependency libaudio-flac-perl will be added + later once the package is available on Debian. + * [debian/control] Updated package description. + + -- Ivo Marino Fri, 28 May 2004 10:20:44 +0200 + +mp3roaster (0.2.0-2) unstable; urgency=low + + * Fixed serious bug which did not install the mp3roaster.pl script. + * [debian/rules] Introduced dh_install and dh_installdirs. + * Removed the debian/patches directory, we now use 100% debhelper. + + -- Ivo Marino Thu, 27 May 2004 23:39:10 +0200 + +mp3roaster (0.2.0-1) unstable; urgency=low + + * New upstream release. + * [debian/control] New standards version. + * [debian/rules] Removed debhelpet. + * The upstream man page has been recompressed with gzip -9. + + -- Ivo Marino Wed, 19 May 2004 16:58:13 +0200 + +mp3roaster (0.1.0-1) unstable; urgency=low + + * Initial release as Debian GNU/Linux package. + + -- Ivo Marino Wed, 17 Sep 2003 00:46:05 +0200 + --- mp3roaster-0.3.0.orig/debian/compat +++ mp3roaster-0.3.0/debian/compat @@ -0,0 +1 @@ +4 --- mp3roaster-0.3.0.orig/debian/copyright +++ mp3roaster-0.3.0/debian/copyright @@ -0,0 +1,24 @@ +This package was debianized by Ivo Marino + +It was downloaded from http://mp3roaster.sourceforge.net + +Copyright (C) 2002-2006 Ivo Marino +This is free software; see the source for copying conditions. There is +NO warranty; the author is NOT RESPONSIBLE for any use of this program. + + This package 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; version 2 dated June, 1991. + + This package 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 package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + 02110-1301, USA. + +On Debian GNU/Linux systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. --- mp3roaster-0.3.0.orig/debian/install +++ mp3roaster-0.3.0/debian/install @@ -0,0 +1,2 @@ +mp3roaster usr/bin +mp3roasterrc etc/mp3roaster