--- ears-1.0.1.orig/setup.py +++ ears-1.0.1/setup.py @@ -28,6 +28,7 @@ data_files=[ ('share/man/man1', [ 'doc/mbget.1', + 'doc/peel.1', ]), ], ) --- ears-1.0.1.orig/doc/peel.1 +++ ears-1.0.1/doc/peel.1 @@ -0,0 +1,25 @@ +.TH lastfm 1 +.SH NAME +peel \- CD ripper +.SH SYNOPSIS +.B peel [-q] [-c] < TRACKS +.SH DESCRIPTION +.B peel +rips and encodes the tracks specified on standard input, using +cdparanoia and (by default) oggenc. +.SH OPTIONS +.TP +.B \-q, \-\-quiet +Do not play songs as they are ripped. +.TP +.B \-c, \-\-continue +Instead of invoking cdparanoia, read from WAV files in the current +directory named as with cdparanoia -B. +.SH EXAMPLES +mbget | vipe | peel +.P +cdparanoia -B; mbget | peel -c +.SH FILES +$HOME/.peelrc +.SH AUTHOR +Decklin Foster . --- ears-1.0.1.orig/debian/copyright +++ ears-1.0.1/debian/copyright @@ -0,0 +1,34 @@ +This package was debianized by Decklin Foster on +Fri, 02 Jan 2009 17:08:19 -0500. + +It was downloaded from + +Upstream Author: Decklin Foster + +Copyright: + + Copyright © 2006-2008 Decklin Foster . + +License: + + Permission is hereby granted, free of charge, to any person obtaining a + copy of this software and associated documentation files (the + "Software"), to deal in the Software without restriction, including + without limitation the rights to use, copy, modify, merge, publish, + distribute, sublicense, and/or sell copies of the Software, and to + permit persons to whom the Software is furnished to do so, subject to + the following conditions: + + The above copyright notice and this permission notice shall be included + in all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS + OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. + IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + DEALINGS IN THE SOFTWARE. + +The Debian packaging is copyright 2009, Decklin Foster +and is licensed under the same terms as above. --- ears-1.0.1.orig/debian/rules +++ ears-1.0.1/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --- ears-1.0.1.orig/debian/changelogs +++ ears-1.0.1/debian/changelogs @@ -0,0 +1 @@ +NEWS --- ears-1.0.1.orig/debian/dirs +++ ears-1.0.1/debian/dirs @@ -0,0 +1,2 @@ +usr/bin +usr/sbin --- ears-1.0.1.orig/debian/changelog +++ ears-1.0.1/debian/changelog @@ -0,0 +1,20 @@ +ears (1.0.1-2.1) unstable; urgency=low + + * Non-maintainer upload. + * Changed depends from python-musicbrainz to python-musicbrainz2 (Closes: #628475) + + -- Billy Zhe-Wei Lin, 林哲瑋 (billy3321, 雨蒼) Sun, 29 Apr 2012 16:35:39 +0800 + +ears (1.0.1-2) unstable; urgency=low + + * Conflict with lastfmsubmitd 0.x + * Fix section + * Install the peel manpage + + -- Decklin Foster Sun, 01 Feb 2009 11:00:28 -0500 + +ears (1.0.1-1) unstable; urgency=low + + * Initial release (Closes: #500049) + + -- Decklin Foster Fri, 02 Jan 2009 17:08:19 -0500 --- ears-1.0.1.orig/debian/links +++ ears-1.0.1/debian/links @@ -0,0 +1,3 @@ +usr/share/man/man1/mbget.1 usr/share/man/man1/mbfind.1 +usr/share/man/man1/mbget.1 usr/share/man/man1/mbsubmit.1 +usr/share/man/man1/mbget.1 usr/share/man/man1/lastcd.1 --- ears-1.0.1.orig/debian/compat +++ ears-1.0.1/debian/compat @@ -0,0 +1 @@ +7 --- ears-1.0.1.orig/debian/docs +++ ears-1.0.1/debian/docs @@ -0,0 +1 @@ +README --- ears-1.0.1.orig/debian/control +++ ears-1.0.1/debian/control @@ -0,0 +1,25 @@ +Source: ears +Section: sound +Priority: optional +Maintainer: Decklin Foster +Build-Depends: debhelper (>= 7), python-dev +Standards-Version: 3.8.0 +Homepage: http://www.red-bean.com/decklin/ears/ + +Package: ears +Architecture: all +Depends: ${misc:Depends}, python, python-musicbrainz2 +Conflicts: lastfmsubmitd (<= 1.0.0) +Recommends: cdparanoia, vorbis-tools +Suggests: lastfmsubmitd +Description: collection of Last.fm clients and CD-ripping tools + Ears contains a number of scripts originally distributed with + lastfmsubmitd for querying MusicBrainz (mbfind, mbget, mbsubmit) and + using that data to send submissions to Last.fm (lastcd) or rip CDs + (peel), or both. The unix-pipe design makes it easy to alter data or + work offline. + . + lastfmsubmitd and a Last.fm account are not required; peel functions + as a perfectly good CD ripper without them. The author welcomes + contributions of additional scripts utilizing the lastfmsubmitd + serialization format.