--- mp3cd-1.26.1.orig/debian/rules +++ mp3cd-1.26.1/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.26.1.orig/debian/control +++ mp3cd-1.26.1/debian/control @@ -0,0 +1,31 @@ +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.8.1.0 +Homepage: http://outflux.net/software/pkgs/mp3cd/ + +Package: mp3cd +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, libconfig-simple-perl, cdrdao, sox (>= 14.1.0-1), normalize-audio, gstreamer-tools +Recommends: mpg321 | mpg123, flac, vorbis-tools, gstreamer0.10-plugins-good +Description: Burns normalized audio CDs from lists of MP3s/WAVs/Oggs/FLACs + This script burns 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 + handles making the WAVs sane by resampling if needed, and normalizing the + volume across all tracks. Reading tags and writing CD-TEXT is supported. + . + 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'. + . + This script implements the suggested methods outlined in the Linux MP3 + CD Burning mini-HOWTO: + http://tldp.org/HOWTO/mini/MP3-CD-Burning/ --- mp3cd-1.26.1.orig/debian/changelog +++ mp3cd-1.26.1/debian/changelog @@ -0,0 +1,67 @@ +mp3cd (1.26.1-1) unstable; urgency=low + + * New upstream release + * debian/watch: actually use uupdate for real. + + -- Kees Cook Fri, 19 Jun 2009 18:23:54 -0700 + +mp3cd (1.26.0-1) unstable; urgency=low + + * New upstream release + * debian/control: + - add GStreamer depends and recommends (for tag reading). + - update description to include mention of CD-TEXT support. + - bump standards version (no changes needed). + - add misc:Depends to make lintian happy. + * debian/copyright: clarify GPL version and update years. + * debian/watch: automatically run uupdate. + + -- Kees Cook Sun, 14 Jun 2009 13:49:14 -0700 + +mp3cd (1.25.5-1) unstable; urgency=medium + + * New upstream release. Fixes incompatibility with sox 14.1.0 + (Closes: #500964). + * debian/control: update standards version, add homepage. + + -- Kees Cook Sun, 05 Oct 2008 16:44:27 -0700 + +mp3cd (1.25.4-2) unstable; urgency=low + + * debian/control: drop "normalized" package Depend, clean up description. + * debian/copyright: add license notice for packaging. + * debian/watch: created. + + -- Kees Cook Sat, 16 Jun 2007 00:47:14 -0700 + +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.26.1.orig/debian/copyright +++ mp3cd-1.26.1/debian/copyright @@ -0,0 +1,30 @@ +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-2009 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-2'. + +The Debian packaging is (C) 2006-2009, Kees Cook and +is licensed under the GPL, see above. --- mp3cd-1.26.1.orig/debian/compat +++ mp3cd-1.26.1/debian/compat @@ -0,0 +1 @@ +5 --- mp3cd-1.26.1.orig/debian/watch +++ mp3cd-1.26.1/debian/watch @@ -0,0 +1,8 @@ +# format version number, currently 3; this line is compulsory! +version=3 + +# HTTP +# Handle the horrible, horrible Perl versioning +opts=uversionmangle=s|^(\d+)$|$1.|;s|([\.\d]+)|${1}000000|;s|(\d+)\.(\d{3})(\d{3})\d+|"$1.".($2+0).".".($3+0)|e \ + http://outflux.net/software/pkgs/mp3cd/download/mp3cd-(.*)\.tar\.gz \ + debian uupdate