~ubuntu-branches/ubuntu/raring/xmltv/raring

« back to all changes in this revision

Viewing changes to lib/exe_wrap.pl

  • Committer: Bazaar Package Importer
  • Author(s): Chris Butler
  • Date: 2009-08-15 11:24:58 UTC
  • mfrom: (1.2.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20090815112458-8isr2g00r9670mn5
Tags: 0.5.56-1
* New upstream release
  - tv_grab_uk_rt: improve UTF8 support, improve actor support
  - tv_grab_huro:   Add Slovakian episode parsing
  - tv_grab_za:     South African grabber fixed
* Disabled grab/it_dvb as Linux::DVB module is currently not packaged
  for Debian
* Refreshed nl_icons usage patch
* Added libdatetime-format-strptime-perl to (Build-)Depends
* Migrated packaging to dh
* Updated to Standards-Version 3.8.2 (no changes required)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!perl -w
2
2
#
3
 
# $Id: exe_wrap.pl,v 1.82 2009/03/14 07:15:14 rmeden Exp $
 
3
# $Id: exe_wrap.pl,v 1.83 2009/08/10 05:22:04 rmeden Exp $
4
4
# This is a quick XMLTV shell routing to use with the windows exe
5
5
#
6
6
# A single EXE is needed to allow sharing of modules and dlls of all the
69
69
$cmd = shift || "";
70
70
 
71
71
# --version (and abbreviations thereof)
72
 
my $VERSION = '0.5.55';
 
72
my $VERSION = '0.5.56';
73
73
if (index('--version', $cmd) == 0 and length $cmd >= 3) {
74
74
    print "xmltv $VERSION\n";
75
75
    exit;