Project

General

Profile

Feature #453 ยป changes.diff

etobi, 11/13/2010 04:53 PM

View differences:

vdr-addon-seriestimer-0.3.0~beta6.neu/debian/changelog 2010-11-13 16:40:07.000000000 +0100
vdr-addon-seriestimer (0.3.0~beta6-1yavdr6) lucid; urgency=low
* Reformatted dependencies
* Improved package description
* Dropped cdbs build dependency
* Standards-Version: 3.9.1
* Use upstreams real email address
* Dropped shlibs:Depends and vdr:Depends
-- Tobias Grimm <etobi@debian.org> Sat, 13 Nov 2010 15:51:11 +0100
vdr-addon-seriestimer (0.3.0~beta6-1yavdr5) lucid; urgency=low
* Initial release
vdr-addon-seriestimer-0.3.0~beta6.neu/debian/control 2010-11-13 16:39:15.000000000 +0100
Section: video
Priority: extra
Maintainer: Holger Schvestka <hotzenplotz5@gmx.de>
Build-Depends: cdbs, debhelper (>= 7), gettext, perl (>= 5.6.0-16), perl-modules
Standards-Version: 3.8.4
Build-Depends: debhelper (>= 7.0.50~), gettext, perl (>= 5.6.0-16), perl-modules
Standards-Version: 3.9.1
Homepage: http://eplists.constabel.net/projects/eplists
Package: vdr-addon-seriestimer
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, ${vdr:Depends}, perl-modules, libintl-perl, libunicode-string-perl, libio-socket-ssl-perl, libconfig-general-perl, libio-compress-perl, libtext-levenshteinxs-perl, vdr-plugin-epgsearch, vdr
Description: VDRSeriesTimer.pl an addon to the VDR plugin epgsearch
VDRSeriesTimer.pl is a Perl-Script, which, if called with an episode name,
searches the Eplists-db for the season information according to this name.
VDRSeriesTimer is called out of the epgsearchuservars.conf with
some parameters. This allows you to configure the timer which is set by an
series-searchtimer
Depends: ${misc:Depends}, perl-modules,
libintl-perl, libunicode-string-perl, libio-socket-ssl-perl,
libconfig-general-perl, libio-compress-perl, libtext-levenshteinxs-perl,
vdr-plugin-epgsearch, vdr
Description: Provides episode information of TV series to VDR's EPGSearch plugin
The VDRSeriesTimer addon allows the EPGSearch plugin of the Linux Video Disc
Recorder (VDR) to retrieve season information for TV shows from an online
database. This makes it possible to automatically record TV shows with
their season and episode numbers.
vdr-addon-seriestimer-0.3.0~beta6.neu/debian/copyright 2010-11-13 16:38:23.000000000 +0100
http://eplists.constabel.net/projects/eplists
Upstream Author:
Mike Constabel <vejoun @ vdrportal>
Mike Constabel <eplists (at) constabel (dot) net>
Debian Maintainer(s):
Holger Schvestka <hotzenplotz5@gmx.de>
vdr-addon-seriestimer-0.3.0~beta6.neu/debian/install 2010-11-13 16:36:36.000000000 +0100
debian/epgsearchuservars.conf etc/vdr/plugins/epgsearch/
etc/vdrseriestimer.conf etc/eplists/
debian/epgsearchuservars.conf etc/vdr/plugins/epgsearch/
etc/vdrseriestimer.conf etc/eplists/
vdr-addon-seriestimer-0.3.0~beta6.neu/debian/links 2010-11-13 16:42:06.000000000 +0100
etc/vdr/plugins/epgsearch/epgsearchuservars.conf var/lib/vdr/plugins/epgsearch/epgsearchuservars.conf
etc/vdr/plugins/epgsearch/epgsearchuservars.conf var/lib/vdr/plugins/epgsearch/epgsearchuservars.conf
vdr-addon-seriestimer-0.3.0~beta6.neu/debian/postinst 2010-11-13 16:42:59.000000000 +0100
case "$1" in
configure)
if [ ! -d /var/cache/eplists/episodes ]
then
wget --no-check-certificate https://ssl.constabel-it.de/eplists.constabel.net/eplists_full_utf8.tgz
tar xvfz eplists_full_utf8.tgz -C /var/cache/eplists/
rm eplists_full_utf8.tgz
fi
chown -R vdr:vdr /var/cache/eplists
chown -R vdr:vdr /var/lib/vdr/plugins/epgsearch/epgsearchuservars.conf
if [ ! -d /var/cache/eplists/episodes ]
then
wget --no-check-certificate https://ssl.constabel-it.de/eplists.constabel.net/eplists_full_utf8.tgz
tar xvfz eplists_full_utf8.tgz -C /var/cache/eplists/
rm eplists_full_utf8.tgz
fi
chown -R vdr:vdr /var/cache/eplists
chown -R vdr:vdr /var/lib/vdr/plugins/epgsearch/epgsearchuservars.conf
;;
abort-upgrade|abort-remove|abort-deconfigure)
    (1-1/1)