diff -Nru vdr-addon-seriestimer-0.3.0~beta6/debian/changelog vdr-addon-seriestimer-0.3.0~beta6/debian/changelog --- vdr-addon-seriestimer-0.3.0~beta6/debian/changelog 2010-11-11 21:46:36.000000000 +0000 +++ vdr-addon-seriestimer-0.3.0~beta6/debian/changelog 2011-01-26 07:53:50.000000000 +0000 @@ -1,3 +1,18 @@ +vdr-addon-seriestimer (0.3.0~beta6-1yavdr6) lucid; urgency=low + + * /etc/cron.daily/vdr-addon-seriestimer (download eplists with option -e UTF8 ) + + [Tobias Grimm] + + * 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 + + -- Holger Schvestka Wed, 26 Jan 2011 08:51:11 +0100 + vdr-addon-seriestimer (0.3.0~beta6-1yavdr5) lucid; urgency=low * Initial release diff -Nru vdr-addon-seriestimer-0.3.0~beta6/debian/control vdr-addon-seriestimer-0.3.0~beta6/debian/control --- vdr-addon-seriestimer-0.3.0~beta6/debian/control 2010-11-11 13:53:41.000000000 +0000 +++ vdr-addon-seriestimer-0.3.0~beta6/debian/control 2011-01-26 07:47:59.000000000 +0000 @@ -2,18 +2,18 @@ Section: video Priority: extra Maintainer: Holger Schvestka -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. diff -Nru vdr-addon-seriestimer-0.3.0~beta6/debian/copyright vdr-addon-seriestimer-0.3.0~beta6/debian/copyright --- vdr-addon-seriestimer-0.3.0~beta6/debian/copyright 2010-11-04 07:37:08.000000000 +0000 +++ vdr-addon-seriestimer-0.3.0~beta6/debian/copyright 2011-01-26 07:47:59.000000000 +0000 @@ -2,7 +2,7 @@ http://eplists.constabel.net/projects/eplists Upstream Author: - Mike Constabel + Mike Constabel Debian Maintainer(s): Holger Schvestka diff -Nru vdr-addon-seriestimer-0.3.0~beta6/debian/cron.daily vdr-addon-seriestimer-0.3.0~beta6/debian/cron.daily --- vdr-addon-seriestimer-0.3.0~beta6/debian/cron.daily 2010-11-10 07:38:15.000000000 +0000 +++ vdr-addon-seriestimer-0.3.0~beta6/debian/cron.daily 2011-01-26 07:54:21.000000000 +0000 @@ -8,5 +8,5 @@ # Use TGET (since|newer than) x (minutes|hours|days|weeks|months|years). -svdrpsend-ng -d eplists.constabel.net -p 2006 -c -o "${LISTSDIR}" TGET newer than 25 hours +svdrpsend-ng -d eplists.constabel.net -p 2006 -c -e UTF8 -o "${LISTSDIR}" TGET newer than 25 hours diff -Nru vdr-addon-seriestimer-0.3.0~beta6/debian/install vdr-addon-seriestimer-0.3.0~beta6/debian/install --- vdr-addon-seriestimer-0.3.0~beta6/debian/install 2010-11-04 18:28:51.000000000 +0000 +++ vdr-addon-seriestimer-0.3.0~beta6/debian/install 2011-01-26 07:47:59.000000000 +0000 @@ -1,2 +1,2 @@ -debian/epgsearchuservars.conf etc/vdr/plugins/epgsearch/ -etc/vdrseriestimer.conf etc/eplists/ +debian/epgsearchuservars.conf etc/vdr/plugins/epgsearch/ +etc/vdrseriestimer.conf etc/eplists/ diff -Nru vdr-addon-seriestimer-0.3.0~beta6/debian/links vdr-addon-seriestimer-0.3.0~beta6/debian/links --- vdr-addon-seriestimer-0.3.0~beta6/debian/links 2010-11-10 07:10:23.000000000 +0000 +++ vdr-addon-seriestimer-0.3.0~beta6/debian/links 2011-01-26 07:47:59.000000000 +0000 @@ -1 +1 @@ -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 diff -Nru vdr-addon-seriestimer-0.3.0~beta6/debian/postinst vdr-addon-seriestimer-0.3.0~beta6/debian/postinst --- vdr-addon-seriestimer-0.3.0~beta6/debian/postinst 2010-11-04 18:21:54.000000000 +0000 +++ vdr-addon-seriestimer-0.3.0~beta6/debian/postinst 2011-01-26 07:47:59.000000000 +0000 @@ -4,14 +4,14 @@ 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)