--- mp3cd-1.25.4.orig/debian/copyright +++ mp3cd-1.25.4/debian/copyright @@ -0,0 +1,27 @@ +This package was debianized by Kees Cook on +Sun, 1 Oct 2006 09:49:28 -0700 + +It was downloaded from http://outflux.net/software/pkgs/mp3cd/ + +Upstream Author: Kees Cook + +Copyright (C) 2003-2006 Kees Cook +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'. --- mp3cd-1.25.4.orig/debian/changelog +++ mp3cd-1.25.4/debian/changelog @@ -0,0 +1,31 @@ +mp3cd (1.25.4-1) unstable; urgency=low + + * New upstream release (Closes: #415753). + + -- Kees Cook Thu, 22 Mar 2007 17:54:33 -0700 + +mp3cd (1.25.3-1) unstable; urgency=low + + * New upstream release (Closes: #413261). + * debian/rules: dropping tarball cdbs method. + + -- Kees Cook Sat, 3 Mar 2007 11:15:18 -0800 + +mp3cd (1.25.2-1) unstable; urgency=low + + * New upstream version (Closes: #396743, #399619). + + -- Kees Cook Mon, 20 Nov 2006 14:46:17 -0800 + +mp3cd (1.25.1-2) unstable; urgency=low + + * debian/control: drop old 'oggdec' Recommends (Closes: 394660), + adjust package priority to "extra" to match dependencies. + + -- Kees Cook Sun, 22 Oct 2006 09:30:48 -0700 + +mp3cd (1.25.1-1) unstable; urgency=low + + * Initial release. (Closes: #390371) + + -- Kees Cook Sun, 1 Oct 2006 09:49:28 -0700 --- mp3cd-1.25.4.orig/debian/rules +++ mp3cd-1.25.4/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +#export DH_VERBOSE=1 + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/perlmodule.mk --- mp3cd-1.25.4.orig/debian/compat +++ mp3cd-1.25.4/debian/compat @@ -0,0 +1 @@ +5 --- mp3cd-1.25.4.orig/debian/control +++ mp3cd-1.25.4/debian/control @@ -0,0 +1,32 @@ +Source: mp3cd +Section: sound +Priority: extra +Build-Depends: cdbs (>= 0.4.32), debhelper (>= 5.0.7) +Build-Depends-Indep: perl (>= 5.8.0-7), libconfig-simple-perl +Maintainer: Kees Cook +Standards-Version: 3.7.2 + +Package: mp3cd +Architecture: all +Depends: ${perl:Depends}, libconfig-simple-perl, cdrdao, sox, normalize-audio|normalize +Recommends: mpg321 | mpg123, flac, vorbis-tools +Description: Burns normalized audio CDs from lists of MP3s/WAVs/Oggs/FLACs + This program implements the suggested methods outlined in the Linux MP3 + CD Burning mini-HOWTO: + http://tldp.org/HOWTO/mini/MP3-CD-Burning/ + . + This will burn a playlist (.m3u, XMLPlaylist or command line list) of + MP3s, Oggs, and/or WAVs to an audio CD. The ".m3u" format is really + nothing more than a list of fully qualified filenames. The script han- + dles making the WAVs sane by resampling if needed, and normalizing the + volume across all tracks. + . + If a failure happens, earlier stages can be skipped with the '-s' flag. + The file "tool-output.txt" in the temp directory can be examined to see + what went wrong during the stage. Some things are time-consuming (like + writing the WAVs from MP3s) and if the CD burn failed, it's much nicer + not to have to start over from scratch. When doing this, you will not + need the m3u file any more, since the files have already been built. + See the list of stages using '-h'. + . + Homepage: http://outflux.net/software/pkgs/mp3cd/