--- get-iplayer-2.41.orig/debian/options +++ get-iplayer-2.41/debian/options @@ -0,0 +1,7 @@ +# For Debian-based systems, inhibit automatic updates +packagemanager apt + +# Add site-wide configuration in this file + + + --- get-iplayer-2.41.orig/debian/rules +++ get-iplayer-2.41/debian/rules @@ -0,0 +1,12 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +override_dh_install: + dh_install + chmod -x $(CURDIR)/debian/get-iplayer/usr/share/get_iplayer/plugins/* + +%: + dh $@ --- get-iplayer-2.41.orig/debian/manpages +++ get-iplayer-2.41/debian/manpages @@ -0,0 +1 @@ +get_iplayer.1 --- get-iplayer-2.41.orig/debian/docs +++ get-iplayer-2.41/debian/docs @@ -0,0 +1 @@ +README.txt --- get-iplayer-2.41.orig/debian/compat +++ get-iplayer-2.41/debian/compat @@ -0,0 +1 @@ +7 --- get-iplayer-2.41.orig/debian/README.Debian +++ get-iplayer-2.41/debian/README.Debian @@ -0,0 +1,7 @@ +This is the Debian package for get_iplayer. + +Because of naming restrictions, the source package is called get-iplayer, and +so to avoid confusion the following symbolic links are also created: + +/usr/bin/get-iplayer -> /usr/bin/get_iplayer +/usr/share/man/man1/get-iplayer.1.gz -> /usr/share/man/man1/get_iplayer.1.gz --- get-iplayer-2.41.orig/debian/control +++ get-iplayer-2.41/debian/control @@ -0,0 +1,23 @@ +Source: get-iplayer +Section: video +Priority: optional +Maintainer: Jonathan Wiltshire +Build-Depends: debhelper (>= 7.2.8) +Standards-Version: 3.8.3 +Homepage: http://linuxcentre.net/iplayer +Dm-Upload-Allowed: yes + +Package: get-iplayer +Architecture: all +Depends: libwww-perl, ${perl:Depends}, ${misc:Depends} +Recommends: flvstreamer, id3v2, libmp3-info-perl +Suggests: mplayer, ffmpeg +Description: download/stream available BBC iPlayer TV and radio programmes + get_iplayer lists, searches and records BBC iPlayer TV/Radio, BBC Podcast + programmes. Other third-party plugins may be available. + . + get_iplayer has three modes: recording a complete programme for later + playback, streaming a programme directly to a playback application, + such as mplayer; and as a Personal Video Recorder (PVR), subscribing to + search terms and recording programmes automatically. It can also stream + or record live BBC iPlayer output. --- get-iplayer-2.41.orig/debian/changelog +++ get-iplayer-2.41/debian/changelog @@ -0,0 +1,47 @@ +get-iplayer (2.41-1) unstable; urgency=low + + * New upstream release + + -- Jonathan Wiltshire Sun, 18 Oct 2009 15:03:19 +0100 + +get-iplayer (2.39-1) unstable; urgency=low + + * New upstream release + * Tidy long description formatting (Closes: #543769) + * Remove suggestion for package lame (Closes: #548342) + + -- Jonathan Wiltshire Fri, 25 Sep 2009 19:05:22 +0100 + +get-iplayer (2.36-1) unstable; urgency=low + + [ Jonathan Wiltshire ] + * New upstream release + * Add recommendation for libmp3-info-perl (MP3::Info) + + [ Martin Meredith ] + * Added DM-Upload-Allowed field to control + + -- Jonathan Wiltshire Thu, 17 Sep 2009 17:29:51 +0100 + +get-iplayer (2.26-1) unstable; urgency=low + + * New upstream version + * Set section to video from misc + * Add Recommends: flvstreamer, id3v2; Suggests: mplayer, ffmpeg, lame + (Closes: #545130) + + -- Jonathan Wiltshire Sat, 05 Sep 2009 17:53:47 +0100 + +get-iplayer (2.22-1) unstable; urgency=low + + * New upstream version + * Standards-Version 3.8.3 (no changes required) + * Install options to /var/lib/get_iplayer + + -- Jonathan Wiltshire Sat, 29 Aug 2009 20:52:27 +0100 + +get-iplayer (2.09-1) unstable; urgency=low + + * Initial release (Closes: #512754) + + -- Jonathan Wiltshire Mon, 13 Jul 2009 23:26:34 +0100 --- get-iplayer-2.41.orig/debian/watch +++ get-iplayer-2.41/debian/watch @@ -0,0 +1,6 @@ +# See uscan(1) for format + +# Compulsory line, this is a version 3 file +version=3 + +http://linuxcentre.net/get_iplayer/packages/get_iplayer-([0-9].*)\.tar\.gz --- get-iplayer-2.41.orig/debian/NEWS +++ get-iplayer-2.41/debian/NEWS @@ -0,0 +1,6 @@ +get-iplayer (2.36-1) unstable; urgency=low + + The ITV player plugin no longer works and has been removed by the + upstream developer. + + -- Jonathan Wiltshire Thu, 17 Sep 2009 17:07:01 +0100 --- get-iplayer-2.41.orig/debian/copyright +++ get-iplayer-2.41/debian/copyright @@ -0,0 +1,16 @@ +Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=427 +Upstream-Name: get_iplayer +Upstream-Maintainer: Phil Lewis +Upstream-Source: http://linuxcentre.net/iplayer + +Files: * +Copyright: Copyright (C) 2009 Phil Lewis +License: GPL-3+ + On Debian systems the full text of the GNU General Public License can be found + in the `/usr/share/common-licenses/GPL-3' file. + +Files: debian/* +Copyright: Copyright (C) 2009 Jonathan Wiltshire +License: GPL-3+ + On Debian systems the full text of the GNU General Public License can be found + in the `/usr/share/common-licenses/GPL-3' file. --- get-iplayer-2.41.orig/debian/dirs +++ get-iplayer-2.41/debian/dirs @@ -0,0 +1 @@ +usr/bin --- get-iplayer-2.41.orig/debian/links +++ get-iplayer-2.41/debian/links @@ -0,0 +1,2 @@ +usr/bin/get_iplayer usr/bin/get-iplayer +usr/share/man/man1/get_iplayer.1.gz usr/share/man/man1/get-iplayer.1.gz --- get-iplayer-2.41.orig/debian/install +++ get-iplayer-2.41/debian/install @@ -0,0 +1,3 @@ +get_iplayer usr/bin +plugins/ usr/share/get_iplayer +debian/options var/lib/get_iplayer