--- dradio-3.3.orig/debian/control +++ dradio-3.3/debian/control @@ -0,0 +1,15 @@ +Source: dradio +Section: sound +Priority: extra +Maintainer: Alejandro Garrido Mota +Build-Depends: debhelper (>= 7), libncursesw5-dev, quilt, + libexpat1-dev, libcurl4-openssl-dev +Standards-Version: 3.8.3 +Homepage: http://thrysoee.dk/dradio/ + +Package: dradio +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, mplayer +Description: Danmarks Radio netradio, podcast, and TV player + Dradio is a terminal based frontend to MPlayer that collects the + available channels/podcasts for convenient browsing. --- dradio-3.3.orig/debian/copyright +++ dradio-3.3/debian/copyright @@ -0,0 +1,40 @@ +This package was debianized by: + + Alejandro Garrido Mota on Mon, 07 Sep 2009 15:07:31 -0430 + +It was downloaded from: + + http://thrysoee.dk/dradio/ + +Upstream Author: + + Jess Thrysoee + +Copyright: + + 2009, Jess Thrysoee + +License: + + 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 3 of the License, or + (at your option) any later version. + + 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 program. If not, see . + +On Debian systems, the complete text of the GNU General +Public License version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +The Debian packaging is: + + Copyright (C) 2009 Alejandro Garrido Mota + +and is licensed under the GPL version 3, or (at your option) any later +version. See above. --- dradio-3.3.orig/debian/watch +++ dradio-3.3/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://thrysoee.dk/dradio/dradio-(.*)\.tar\.gz --- dradio-3.3.orig/debian/compat +++ dradio-3.3/debian/compat @@ -0,0 +1 @@ +7 --- dradio-3.3.orig/debian/README.source +++ dradio-3.3/debian/README.source @@ -0,0 +1,5 @@ +This package uses quilt to manage all modifications to the upstream source. +Changes are stored in the source package as diffs in debian/patches and +applied during the build. + +See /usr/share/doc/quilt/README.source for a detailed explanation. --- dradio-3.3.orig/debian/changelog +++ dradio-3.3/debian/changelog @@ -0,0 +1,5 @@ +dradio (3.3-1) unstable; urgency=low + + * Initial release (Closes: #545541) + + -- Alejandro Garrido Mota Mon, 07 Sep 2009 15:07:31 -0430 --- dradio-3.3.orig/debian/rules +++ dradio-3.3/debian/rules @@ -0,0 +1,5 @@ +#!/usr/bin/make -f +#export DH_VERBOSE=1 + +%: + dh --with quilt $@ --- dradio-3.3.orig/debian/patches/01_fix-manpages-entries.patch +++ dradio-3.3/debian/patches/01_fix-manpages-entries.patch @@ -0,0 +1,34 @@ +Fix manpage syntax errors. +--- a/doc/dradio.1 ++++ b/doc/dradio.1 +@@ -43,7 +43,7 @@ + .\" + .SH OPTIONS + .IP "\fBMPLAYER_OPTIONS\fR" +-Options are passed to the mplayer child process, e.g. 'dradio -nocache' will turn ++Options are passed to the mplayer child process, e.g. 'dradio \-nocache' will turn + off mplayer caching. See + .BR mplayer (1) + for a description of the available options. +--- a/doc/dradio.5 ++++ b/doc/dradio.5 +@@ -33,7 +33,7 @@ + .TP + .B + A menu item. The LABEL attribute value is the display name of the channel/podcast. The SRC attribute value is the channel/podcast URL. +-The type attribute determines which kind of URL the SRC points to, and how mplayer must be invoked to play it. If the type is 'direct' no extra mplayer options are applied, if the type is 'playlist' the mplayer -playlist option is applied, if the type is 'rss' it is assumed SRC is a RSS 2.0 podcast URL. ++The type attribute determines which kind of URL the SRC points to, and how mplayer must be invoked to play it. If the type is 'direct' no extra mplayer options are applied, if the type is 'playlist' the mplayer \-playlist option is applied, if the type is 'rss' it is assumed SRC is a RSS 2.0 podcast URL. + .SH FILES + .I ~/.config/dradio/menu.xml + .RS +--- a/doc/dradio-config.1 ++++ b/doc/dradio-config.1 +@@ -37,7 +37,7 @@ + + .nf + .sp +- dradio-config --rss > podcast.xml ++ dradio-config \-\-rss > podcast.xml + .sp + .fi + .SH FILES --- dradio-3.3.orig/debian/patches/series +++ dradio-3.3/debian/patches/series @@ -0,0 +1 @@ +01_fix-manpages-entries.patch