[SCM] vdr-plugin-externalplayer packaging repository branch, master, updated. debian/0.1.0-15-5-g88bdc3d

etobi git at e-tobi.net
Sun Mar 24 13:53:21 UTC 2013


The following commit has been merged in the master branch:
commit f5d55beabef0edbec1d937c30a79a3ca16528c53
Author: etobi <git at e-tobi.net>
Date:   Sun Mar 24 10:54:38 2013 +0100

    * New upstream release
    * Standards-Version: 3.9.4
    * Build-depend in vdr-dev (>= 1.7.42)
    * Use debhelper 9

diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index 54d6fec..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,7 +0,0 @@
-This package uses the dpatch system to save and apply patches to the
-upstream source code of the software that is packaged. For details
-about how to use dpatch read
-
-   /usr/share/doc/dpatch/README.source.gz
-
-from the dpatch package.
diff --git a/debian/TODO b/debian/TODO
deleted file mode 100644
index 482af1c..0000000
--- a/debian/TODO
+++ /dev/null
@@ -1,3 +0,0 @@
-* Update upstream to CVS
-* ITP
-
diff --git a/debian/changelog b/debian/changelog
index 826e80d..81fc5aa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
-vdr-plugin-externalplayer (0.1.0-16) UNRELEASED; urgency=low
+vdr-plugin-externalplayer (0.2.0-1) unstable; urgency=low
 
   * New upstream homepage
+  * New upstream release
+  * Standards-Version: 3.9.4
+  * Build-depend in vdr-dev (>= 1.7.42)
+  * Use debhelper 9
 
- -- Tobias Grimm <etobi at debian.org>  Sun, 24 Mar 2013 10:42:23 +0100
+ -- Tobias Grimm <etobi at debian.org>  Sun, 24 Mar 2013 10:52:03 +0100
 
 vdr-plugin-externalplayer (0.1.0-15) unstable; urgency=low
 
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index d67f1f0..165102d 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,8 @@ Section: video
 Priority: extra
 Maintainer: Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>
 Uploaders: Tobias Grimm <etobi at debian.org>, Thomas Günther <tom at toms-cafe.de>, Thomas Schmidt <tschmidt at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), vdr-dev (>= 1.7.27), gettext
-Standards-Version: 3.9.3
+Build-Depends: debhelper (>= 9), vdr-dev (>= 1.7.42), gettext, pkg-config
+Standards-Version: 3.9.4
 Homepage: http://www.uli-eckhardt.de/vdr/external.de.shtml
 Vcs-Git: git://git.debian.org/git/pkg-vdr-dvb/vdr-plugin-externalplayer.git
 Vcs-Browser: http://git.debian.org/?p=pkg-vdr-dvb/vdr-plugin-externalplayer.git
diff --git a/debian/copyright b/debian/copyright
index c364d21..7949795 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,6 +3,7 @@ Upstream Homepage:
 
 Upstream Author:
     Felix Haedicke <felixhaedicke at web.de>
+    Ulrich Eckhardt <uli-vdr at uli-eckhardt.de>
 
 Debian Maintainers:
     Tobias Grimm <etobi at debian.org>
@@ -12,10 +13,11 @@ Debian Maintainers:
 
 Copyright:
     (C) 2005 Felix Haedicke
+    (C) 2013 Ulrich Eckhardt
 
 Copyright (Debian packaging):
     (C) 2007        Roman Müllenschläder
-    (C) 2007 - 2010 Tobias Grimm, Thomas Günther, Thomas Schmidt
+    (C) 2007 - 2013 Tobias Grimm, Thomas Günther, Thomas Schmidt
 
 License:
     This program is free software; you can redistribute it and/or modify
diff --git a/debian/examples b/debian/examples
new file mode 100644
index 0000000..e39721e
--- /dev/null
+++ b/debian/examples
@@ -0,0 +1 @@
+examples/*
diff --git a/debian/install b/debian/install
index f11dad8..6591ecd 100644
--- a/debian/install
+++ b/debian/install
@@ -1,3 +1 @@
-libvdr-externalplayer.so.*    usr/lib/vdr/plugins/
 debian/externalplayer.conf    etc/vdr/plugins/
-locale                        usr/share/
diff --git a/debian/patches/01_Makefile-fPIC-fix.patch b/debian/patches/01_Makefile-fPIC-fix.patch
deleted file mode 100644
index 29ab906..0000000
--- a/debian/patches/01_Makefile-fPIC-fix.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 01_Makefile-fPIC-fix.dpatch by Roman Müllenschläder <mms at prodeia.de>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Make compile with -fPIC
-
- at DPATCH@
-
---- vdr-plugin-externalplayer/Makefile		2007-08-28 19:03:15.000000000 +0200
-+++ vdr-plugin-externalplayer/Makefile.neu	2007-08-28 19:32:29.000000000 +0200
-@@ -16,7 +16,7 @@
- ### The C++ compiler and options:
- 
- CXX      ?= g++
--CXXFLAGS ?= -O2 -Wall -Woverloaded-virtual
-+CXXFLAGS ?= -O2 -fPIC -Wall -Woverloaded-virtual
- 
- ### The directory environment:
- 
diff --git a/debian/patches/02_Makefile-API-fix.patch b/debian/patches/02_Makefile-API-fix.patch
deleted file mode 100644
index b9229cd..0000000
--- a/debian/patches/02_Makefile-API-fix.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 02_Makefile-API-fix.dpatch by Roman Müllenschläder <mms at prodeia.de>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Change VDRVERSION to APIVERSION
-
- at DPATCH@
-
---- vdr-plugin-externalplayer/Makefile	2007-08-29 09:35:03.000000000 +0200
-+++ vdr-plugin-externalplayer/Makefile.neu	2007-08-29 09:38:31.000000000 +0200
-@@ -31,7 +31,7 @@
- 
- ### The version number of VDR (taken from VDR's "config.h"):
- 
--VDRVERSION = $(shell grep 'define VDRVERSION ' $(VDRDIR)/config.h | awk '{ print $$3 }' | sed -e 's/"//g')
-+APIVERSION = $(shell grep 'define APIVERSION ' $(VDRDIR)/config.h | awk '{ print $$3 }' | sed -e 's/"//g')
- 
- ### The name of the distribution archive:
- 
-@@ -68,7 +68,7 @@
- 
- libvdr-$(PLUGIN).so: $(OBJS)
- 	$(CXX) $(CXXFLAGS) -shared $(OBJS) -o $@
--	@cp $@ $(LIBDIR)/$@.$(VDRVERSION)
-+	@cp $@ $(LIBDIR)/$@.$(APIVERSION)
- 
- dist: clean
- 	@-rm -rf $(TMPDIR)/$(ARCHIVE)
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index b385a4f..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,3 +0,0 @@
-01_Makefile-fPIC-fix.patch
-02_Makefile-API-fix.patch
-vdr-1.7.27-i18n.patch
diff --git a/debian/patches/vdr-1.7.27-i18n.patch b/debian/patches/vdr-1.7.27-i18n.patch
deleted file mode 100644
index c667f8a..0000000
--- a/debian/patches/vdr-1.7.27-i18n.patch
+++ /dev/null
@@ -1,818 +0,0 @@
-Index: vdr-plugin-externalplayer/Makefile
-===================================================================
---- vdr-plugin-externalplayer.orig/Makefile	2012-05-13 00:37:40.000000000 +0200
-+++ vdr-plugin-externalplayer/Makefile	2012-05-13 00:37:54.000000000 +0200
-@@ -46,7 +46,7 @@
- 
- ### The object files (add further files here):
- 
--OBJS = externalplayer.o externalplayer-config.o externalplayer-control.o  externalplayer-i18n.o externalplayer-player.o externalplayer-remotes.o
-+OBJS = externalplayer.o externalplayer-config.o externalplayer-control.o externalplayer-player.o externalplayer-remotes.o
- 
- ### Implicit rules:
- 
-@@ -62,9 +62,34 @@
- 
- -include $(DEPFILE)
- 
-+### Internationalization (I18N):
-+
-+PODIR     = po
-+LOCALEDIR = $(VDRDIR)/locale
-+I18Npo    = $(wildcard $(PODIR)/*.po)
-+I18Nmsgs  = $(addprefix $(LOCALEDIR)/, $(addsuffix /LC_MESSAGES/vdr-$(PLUGIN).mo, $(notdir $(foreach file, $(I18Npo), $(basename $(file))))))
-+I18Npot   = $(PODIR)/$(PLUGIN).pot
-+
-+%.mo: %.po
-+	msgfmt -c -o $@ $<
-+
-+$(I18Npot): $(wildcard *.c)
-+	xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --msgid-bugs-address='<tobias.grimm at e-tobi.net>' -o $@ $^
-+
-+%.po: $(I18Npot)
-+	msgmerge -U --no-wrap --no-location --backup=none -q $@ $<
-+	@touch $@
-+
-+$(I18Nmsgs): $(LOCALEDIR)/%/LC_MESSAGES/vdr-$(PLUGIN).mo: $(PODIR)/%.mo
-+	@mkdir -p $(dir $@)
-+	cp $< $@
-+
-+.PHONY: i18n
-+i18n: $(I18Nmsgs)
-+
- ### Targets:
- 
--all: libvdr-$(PLUGIN).so
-+all: libvdr-$(PLUGIN).so i18n
- 
- libvdr-$(PLUGIN).so: $(OBJS)
- 	$(CXX) $(CXXFLAGS) -shared $(OBJS) -o $@
-@@ -79,4 +104,5 @@
- 	@echo Distribution package created as $(PACKAGE).tar.gz
- 
- clean:
-+	@-rm -f $(PODIR)/*.mo $(PODIR)/*.pot
- 	@-rm -f $(OBJS) $(DEPFILE) *.so *.tgz core* *~
-Index: vdr-plugin-externalplayer/externalplayer-i18n.c
-===================================================================
---- vdr-plugin-externalplayer.orig/externalplayer-i18n.c	2012-05-13 00:33:26.000000000 +0200
-+++ /dev/null	1970-01-01 00:00:00.000000000 +0000
-@@ -1,31 +0,0 @@
--/*
-- * externalplayer-i18n.c: A plugin for the Video Disk Recorder
-- *
-- * See the README file for copyright information and how to reach the author.
-- *
-- * $Id$
-- */
--
--#include "externalplayer-i18n.h"
--
--const tI18nPhrase ExternalplayerPhrases[] = {
--  { "External Players",
--    "Externe Abspielprogramme",
--    "",// TODO
--    "",// TODO
--    "",// TODO
--    "",// TODO
--    "",// TODO
--    "",// TODO
--    "",// TODO
--    "",// TODO
--    "",// TODO
--    "",// TODO
--    "",// TODO
--    "",// TODO
--    "",// TODO
--    "",// TODO
--    "",// TODO
--  },
--  { NULL }
--  };
-Index: vdr-plugin-externalplayer/externalplayer-i18n.h
-===================================================================
---- vdr-plugin-externalplayer.orig/externalplayer-i18n.h	2012-05-13 00:33:26.000000000 +0200
-+++ /dev/null	1970-01-01 00:00:00.000000000 +0000
-@@ -1,16 +0,0 @@
--/*
-- * externalplayer-i18n.h: A plugin for the Video Disk Recorder
-- *
-- * See the README file for copyright information and how to reach the author.
-- *
-- * $Id$
-- */
--
--#ifndef _EXTERNALPLAYER_I18N__H
--#define _EXTERNALPLAYER_I18N__H
--
--#include <vdr/i18n.h>
--
--extern const tI18nPhrase ExternalplayerPhrases[];
--
--#endif //_EXTERNALPLAYER_I18N__H
-Index: vdr-plugin-externalplayer/externalplayer.c
-===================================================================
---- vdr-plugin-externalplayer.orig/externalplayer.c	2012-05-13 00:33:26.000000000 +0200
-+++ vdr-plugin-externalplayer/externalplayer.c	2012-05-13 00:37:54.000000000 +0200
-@@ -12,7 +12,7 @@
- #include <getopt.h>
- 
- #include "externalplayer.h"
--#include "externalplayer-i18n.h"
-+#include <vdr/i18n.h>
- #include "externalplayer-player.h"
- #include "externalplayer-control.h"
- #include "externalplayer-remotes.h"
-@@ -63,8 +63,6 @@
- }
- 
- bool cPluginExternalplayer::Start() {
--  RegisterI18n(ExternalplayerPhrases);
--
-   if (configFilename == "") {
-     configFilename += ConfigDirectory();
-     configFilename += "/externalplayer.conf";
-Index: vdr-plugin-externalplayer/po/ca_ES.po
-===================================================================
---- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ vdr-plugin-externalplayer/po/ca_ES.po	2012-05-13 00:38:14.000000000 +0200
-@@ -0,0 +1,22 @@
-+# VDR plugin language source file.
-+# Copyright (C) 2007 Klaus Schmidinger <kls at tvdr.de>
-+# This file is distributed under the same license as the VDR package.
-+# Marc Rovira Vall <tm05462 at salleURL.edu>, 2003
-+# Ramon Roca <ramon.roca at xcombo.com>, 2003
-+# Jordi Vilà <jvila at tinet.org>, 2003
-+#
-+msgid ""
-+msgstr ""
-+"Project-Id-Version: VDR 1.5.7\n"
-+"Report-Msgid-Bugs-To: <tobias.grimm at e-tobi.net>\n"
-+"POT-Creation-Date: 2012-05-13 00:37+0200\n"
-+"PO-Revision-Date: 2012-05-13 00:29+0200\n"
-+"Last-Translator: Jordi Vilà <jvila at tinet.org>\n"
-+"Language-Team: <vdr at linuxtv.org>\n"
-+"Language: \n"
-+"MIME-Version: 1.0\n"
-+"Content-Type: text/plain; charset=ISO-8859-1\n"
-+"Content-Transfer-Encoding: 8bit\n"
-+
-+msgid "External Players"
-+msgstr ""
-Index: vdr-plugin-externalplayer/po/cs_CZ.po
-===================================================================
---- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ vdr-plugin-externalplayer/po/cs_CZ.po	2012-05-13 00:38:15.000000000 +0200
-@@ -0,0 +1,20 @@
-+# VDR plugin language source file.
-+# Copyright (C) 2007 Klaus Schmidinger <kls at tvdr.de>
-+# This file is distributed under the same license as the VDR package.
-+# Vladimír Bárta <vladimir.barta at k2atmitec.cz>, 2006
-+#
-+msgid ""
-+msgstr ""
-+"Project-Id-Version: VDR 1.5.7\n"
-+"Report-Msgid-Bugs-To: <tobias.grimm at e-tobi.net>\n"
-+"POT-Creation-Date: 2012-05-13 00:37+0200\n"
-+"PO-Revision-Date: 2012-05-13 00:29+0200\n"
-+"Last-Translator: Vladimír Bárta <vladimir.barta at k2atmitec.cz>\n"
-+"Language-Team: <vdr at linuxtv.org>\n"
-+"Language: \n"
-+"MIME-Version: 1.0\n"
-+"Content-Type: text/plain; charset=ISO-8859-2\n"
-+"Content-Transfer-Encoding: 8bit\n"
-+
-+msgid "External Players"
-+msgstr ""
-Index: vdr-plugin-externalplayer/po/da_DK.po
-===================================================================
---- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ vdr-plugin-externalplayer/po/da_DK.po	2012-05-13 00:38:15.000000000 +0200
-@@ -0,0 +1,20 @@
-+# VDR plugin language source file.
-+# Copyright (C) 2007 Klaus Schmidinger <kls at tvdr.de>
-+# This file is distributed under the same license as the VDR package.
-+# Mogens Elneff <mogens at elneff.dk>, 2004
-+#
-+msgid ""
-+msgstr ""
-+"Project-Id-Version: VDR 1.5.7\n"
-+"Report-Msgid-Bugs-To: <tobias.grimm at e-tobi.net>\n"
-+"POT-Creation-Date: 2012-05-13 00:37+0200\n"
-+"PO-Revision-Date: 2012-05-13 00:29+0200\n"
-+"Last-Translator: Mogens Elneff <mogens at elneff.dk>\n"
-+"Language-Team: <vdr at linuxtv.org>\n"
-+"Language: \n"
-+"MIME-Version: 1.0\n"
-+"Content-Type: text/plain; charset=ISO-8859-15\n"
-+"Content-Transfer-Encoding: 8bit\n"
-+
-+msgid "External Players"
-+msgstr ""
-Index: vdr-plugin-externalplayer/po/de_DE.po
-===================================================================
---- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ vdr-plugin-externalplayer/po/de_DE.po	2012-05-13 00:38:15.000000000 +0200
-@@ -0,0 +1,20 @@
-+# VDR plugin language source file.
-+# Copyright (C) 2007 Klaus Schmidinger <kls at tvdr.de>
-+# This file is distributed under the same license as the VDR package.
-+# Klaus Schmidinger <kls at tvdr.de>, 2000
-+#
-+msgid ""
-+msgstr ""
-+"Project-Id-Version: VDR 1.5.7\n"
-+"Report-Msgid-Bugs-To: <tobias.grimm at e-tobi.net>\n"
-+"POT-Creation-Date: 2012-05-13 00:37+0200\n"
-+"PO-Revision-Date: 2012-05-13 00:29+0200\n"
-+"Last-Translator: Klaus Schmidinger <kls at tvdr.de>\n"
-+"Language-Team: <vdr at linuxtv.org>\n"
-+"Language: \n"
-+"MIME-Version: 1.0\n"
-+"Content-Type: text/plain; charset=ISO-8859-15\n"
-+"Content-Transfer-Encoding: 8bit\n"
-+
-+msgid "External Players"
-+msgstr "Externe Abspielprogramme"
-Index: vdr-plugin-externalplayer/po/el_GR.po
-===================================================================
---- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ vdr-plugin-externalplayer/po/el_GR.po	2012-05-13 00:38:15.000000000 +0200
-@@ -0,0 +1,20 @@
-+# VDR plugin language source file.
-+# Copyright (C) 2007 Klaus Schmidinger <kls at tvdr.de>
-+# This file is distributed under the same license as the VDR package.
-+# Dimitrios Dimitrakos <mail at dimitrios.de>, 2002
-+#
-+msgid ""
-+msgstr ""
-+"Project-Id-Version: VDR 1.5.7\n"
-+"Report-Msgid-Bugs-To: <tobias.grimm at e-tobi.net>\n"
-+"POT-Creation-Date: 2012-05-13 00:37+0200\n"
-+"PO-Revision-Date: 2012-05-13 00:29+0200\n"
-+"Last-Translator: Dimitrios Dimitrakos <mail at dimitrios.de>\n"
-+"Language-Team: <vdr at linuxtv.org>\n"
-+"Language: \n"
-+"MIME-Version: 1.0\n"
-+"Content-Type: text/plain; charset=ISO-8859-7\n"
-+"Content-Transfer-Encoding: 8bit\n"
-+
-+msgid "External Players"
-+msgstr ""
-Index: vdr-plugin-externalplayer/po/es_ES.po
-===================================================================
---- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ vdr-plugin-externalplayer/po/es_ES.po	2012-05-13 00:38:15.000000000 +0200
-@@ -0,0 +1,20 @@
-+# VDR plugin language source file.
-+# Copyright (C) 2007 Klaus Schmidinger <kls at tvdr.de>
-+# This file is distributed under the same license as the VDR package.
-+# Ruben Nunez Francisco <ruben.nunez at tang-it.com>, 2002
-+#
-+msgid ""
-+msgstr ""
-+"Project-Id-Version: VDR 1.5.7\n"
-+"Report-Msgid-Bugs-To: <tobias.grimm at e-tobi.net>\n"
-+"POT-Creation-Date: 2012-05-13 00:37+0200\n"
-+"PO-Revision-Date: 2012-05-13 00:29+0200\n"
-+"Last-Translator: Ruben Nunez Francisco <ruben.nunez at tang-it.com>\n"
-+"Language-Team: <vdr at linuxtv.org>\n"
-+"Language: \n"
-+"MIME-Version: 1.0\n"
-+"Content-Type: text/plain; charset=ISO-8859-15\n"
-+"Content-Transfer-Encoding: 8bit\n"
-+
-+msgid "External Players"
-+msgstr ""
-Index: vdr-plugin-externalplayer/po/et_EE.po
-===================================================================
---- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ vdr-plugin-externalplayer/po/et_EE.po	2012-05-13 00:38:15.000000000 +0200
-@@ -0,0 +1,20 @@
-+# VDR plugin language source file.
-+# Copyright (C) 2007 Klaus Schmidinger <kls at tvdr.de>
-+# This file is distributed under the same license as the VDR package.
-+# Arthur Konovalov <kasjas at hot.ee>, 2004
-+#
-+msgid ""
-+msgstr ""
-+"Project-Id-Version: VDR 1.5.7\n"
-+"Report-Msgid-Bugs-To: <tobias.grimm at e-tobi.net>\n"
-+"POT-Creation-Date: 2012-05-13 00:37+0200\n"
-+"PO-Revision-Date: 2012-05-13 00:29+0200\n"
-+"Last-Translator: Arthur Konovalov <kasjas at hot.ee>\n"
-+"Language-Team: <vdr at linuxtv.org>\n"
-+"Language: \n"
-+"MIME-Version: 1.0\n"
-+"Content-Type: text/plain; charset=ISO-8859-13\n"
-+"Content-Transfer-Encoding: 8bit\n"
-+
-+msgid "External Players"
-+msgstr ""
-Index: vdr-plugin-externalplayer/po/fi_FI.po
-===================================================================
---- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ vdr-plugin-externalplayer/po/fi_FI.po	2012-05-13 00:38:15.000000000 +0200
-@@ -0,0 +1,23 @@
-+# VDR plugin language source file.
-+# Copyright (C) 2007 Klaus Schmidinger <kls at tvdr.de>
-+# This file is distributed under the same license as the VDR package.
-+# Hannu Savolainen <hannu at opensound.com>, 2002
-+# Jaakko Hyvätti <jaakko at hyvatti.iki.fi>, 2002
-+# Niko Tarnanen <niko.tarnanen at hut.fi>, 2003
-+# Rolf Ahrenberg <rahrenbe at cc.hut.fi>, 2003
-+#
-+msgid ""
-+msgstr ""
-+"Project-Id-Version: VDR 1.5.7\n"
-+"Report-Msgid-Bugs-To: <tobias.grimm at e-tobi.net>\n"
-+"POT-Creation-Date: 2012-05-13 00:37+0200\n"
-+"PO-Revision-Date: 2012-05-13 00:29+0200\n"
-+"Last-Translator: Rolf Ahrenberg <rahrenbe at cc.hut.fi>\n"
-+"Language-Team: <vdr at linuxtv.org>\n"
-+"Language: \n"
-+"MIME-Version: 1.0\n"
-+"Content-Type: text/plain; charset=ISO-8859-15\n"
-+"Content-Transfer-Encoding: 8bit\n"
-+
-+msgid "External Players"
-+msgstr ""
-Index: vdr-plugin-externalplayer/po/fr_FR.po
-===================================================================
---- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ vdr-plugin-externalplayer/po/fr_FR.po	2012-05-13 00:38:15.000000000 +0200
-@@ -0,0 +1,23 @@
-+# VDR plugin language source file.
-+# Copyright (C) 2007 Klaus Schmidinger <kls at tvdr.de>
-+# This file is distributed under the same license as the VDR package.
-+# Jean-Claude Repetto <jc at repetto.org>, 2001
-+# Olivier Jacques <jacquesolivier at hotmail.com>, 2003
-+# Gregoire Favre <greg at magma.unil.ch>, 2003
-+# Nicolas Huillard <nhuillard at e-dition.fr>, 2005
-+#
-+msgid ""
-+msgstr ""
-+"Project-Id-Version: VDR 1.5.7\n"
-+"Report-Msgid-Bugs-To: <tobias.grimm at e-tobi.net>\n"
-+"POT-Creation-Date: 2012-05-13 00:37+0200\n"
-+"PO-Revision-Date: 2012-05-13 00:29+0200\n"
-+"Last-Translator: Nicolas Huillard <nhuillard at e-dition.fr>\n"
-+"Language-Team: <vdr at linuxtv.org>\n"
-+"Language: \n"
-+"MIME-Version: 1.0\n"
-+"Content-Type: text/plain; charset=ISO-8859-1\n"
-+"Content-Transfer-Encoding: 8bit\n"
-+
-+msgid "External Players"
-+msgstr ""
-Index: vdr-plugin-externalplayer/po/hr_HR.po
-===================================================================
---- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ vdr-plugin-externalplayer/po/hr_HR.po	2012-05-13 00:38:15.000000000 +0200
-@@ -0,0 +1,21 @@
-+# VDR plugin language source file.
-+# Copyright (C) 2007 Klaus Schmidinger <kls at tvdr.de>
-+# This file is distributed under the same license as the VDR package.
-+# Drazen Dupor <drazen.dupor at dupor.com>, 2004
-+# Dino Ravnic <dino.ravnic at fer.hr>, 2004
-+#
-+msgid ""
-+msgstr ""
-+"Project-Id-Version: VDR 1.5.7\n"
-+"Report-Msgid-Bugs-To: <tobias.grimm at e-tobi.net>\n"
-+"POT-Creation-Date: 2012-05-13 00:37+0200\n"
-+"PO-Revision-Date: 2012-05-13 00:29+0200\n"
-+"Last-Translator: Drazen Dupor <drazen.dupor at dupor.com>\n"
-+"Language-Team: <vdr at linuxtv.org>\n"
-+"Language: \n"
-+"MIME-Version: 1.0\n"
-+"Content-Type: text/plain; charset=ISO-8859-2\n"
-+"Content-Transfer-Encoding: 8bit\n"
-+
-+msgid "External Players"
-+msgstr ""
-Index: vdr-plugin-externalplayer/po/hu_HU.po
-===================================================================
---- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ vdr-plugin-externalplayer/po/hu_HU.po	2012-05-13 00:38:15.000000000 +0200
-@@ -0,0 +1,21 @@
-+# VDR plugin language source file.
-+# Copyright (C) 2007 Klaus Schmidinger <kls at tvdr.de>
-+# This file is distributed under the same license as the VDR package.
-+# Istvan Koenigsberger <istvnko at hotmail.com>, 2002
-+# Guido Josten <guido.josten at t-online.de>, 2002
-+#
-+msgid ""
-+msgstr ""
-+"Project-Id-Version: VDR 1.5.7\n"
-+"Report-Msgid-Bugs-To: <tobias.grimm at e-tobi.net>\n"
-+"POT-Creation-Date: 2012-05-13 00:37+0200\n"
-+"PO-Revision-Date: 2012-05-13 00:29+0200\n"
-+"Last-Translator: Istvan Koenigsberger <istvnko at hotmail.com>, Guido Josten <guido.josten at t-online.de>\n"
-+"Language-Team: <vdr at linuxtv.org>\n"
-+"Language: \n"
-+"MIME-Version: 1.0\n"
-+"Content-Type: text/plain; charset=ISO-8859-2\n"
-+"Content-Transfer-Encoding: 8bit\n"
-+
-+msgid "External Players"
-+msgstr ""
-Index: vdr-plugin-externalplayer/po/it_IT.po
-===================================================================
---- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ vdr-plugin-externalplayer/po/it_IT.po	2012-05-13 00:38:15.000000000 +0200
-@@ -0,0 +1,22 @@
-+# VDR plugin language source file.
-+# Copyright (C) 2007 Klaus Schmidinger <kls at tvdr.de>
-+# This file is distributed under the same license as the VDR package.
-+# Alberto Carraro <bertocar at tin.it>, 2001
-+# Antonio Ospite <ospite at studenti.unina.it>, 2003
-+# Sean Carlos <seanc at libero.it>, 2005
-+#
-+msgid ""
-+msgstr ""
-+"Project-Id-Version: VDR 1.5.7\n"
-+"Report-Msgid-Bugs-To: <tobias.grimm at e-tobi.net>\n"
-+"POT-Creation-Date: 2012-05-13 00:37+0200\n"
-+"PO-Revision-Date: 2012-05-13 00:29+0200\n"
-+"Last-Translator: Sean Carlos <seanc at libero.it>\n"
-+"Language-Team: <vdr at linuxtv.org>\n"
-+"Language: \n"
-+"MIME-Version: 1.0\n"
-+"Content-Type: text/plain; charset=ISO-8859-15\n"
-+"Content-Transfer-Encoding: 8bit\n"
-+
-+msgid "External Players"
-+msgstr ""
-Index: vdr-plugin-externalplayer/po/nl_NL.po
-===================================================================
---- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ vdr-plugin-externalplayer/po/nl_NL.po	2012-05-13 00:38:15.000000000 +0200
-@@ -0,0 +1,22 @@
-+# VDR plugin language source file.
-+# Copyright (C) 2007 Klaus Schmidinger <kls at tvdr.de>
-+# This file is distributed under the same license as the VDR package.
-+# Arnold Niessen <niessen at iae.nl> <arnold.niessen at philips.com>, 2001
-+# Hans Dingemans <hans.dingemans at tacticalops.nl>, 2003
-+# Maarten Wisse <Maarten.Wisse at urz.uni-hd.de>, 2005
-+#
-+msgid ""
-+msgstr ""
-+"Project-Id-Version: VDR 1.5.7\n"
-+"Report-Msgid-Bugs-To: <tobias.grimm at e-tobi.net>\n"
-+"POT-Creation-Date: 2012-05-13 00:37+0200\n"
-+"PO-Revision-Date: 2012-05-13 00:29+0200\n"
-+"Last-Translator: Maarten Wisse <Maarten.Wisse at urz.uni-hd.de>\n"
-+"Language-Team: <vdr at linuxtv.org>\n"
-+"Language: \n"
-+"MIME-Version: 1.0\n"
-+"Content-Type: text/plain; charset=ISO-8859-15\n"
-+"Content-Transfer-Encoding: 8bit\n"
-+
-+msgid "External Players"
-+msgstr ""
-Index: vdr-plugin-externalplayer/po/nn_NO.po
-===================================================================
---- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ vdr-plugin-externalplayer/po/nn_NO.po	2012-05-13 00:38:15.000000000 +0200
-@@ -0,0 +1,21 @@
-+# VDR plugin language source file.
-+# Copyright (C) 2007 Klaus Schmidinger <kls at tvdr.de>
-+# This file is distributed under the same license as the VDR package.
-+# Jørgen Tvedt <pjtvedt at online.no>, 2001
-+# Truls Slevigen <truls at slevigen.no>, 2002
-+#
-+msgid ""
-+msgstr ""
-+"Project-Id-Version: VDR 1.5.7\n"
-+"Report-Msgid-Bugs-To: <tobias.grimm at e-tobi.net>\n"
-+"POT-Creation-Date: 2012-05-13 00:37+0200\n"
-+"PO-Revision-Date: 2012-05-13 00:29+0200\n"
-+"Last-Translator: Truls Slevigen <truls at slevigen.no>\n"
-+"Language-Team: <vdr at linuxtv.org>\n"
-+"Language: \n"
-+"MIME-Version: 1.0\n"
-+"Content-Type: text/plain; charset=ISO-8859-1\n"
-+"Content-Transfer-Encoding: 8bit\n"
-+
-+msgid "External Players"
-+msgstr ""
-Index: vdr-plugin-externalplayer/po/pl_PL.po
-===================================================================
---- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ vdr-plugin-externalplayer/po/pl_PL.po	2012-05-13 00:38:15.000000000 +0200
-@@ -0,0 +1,20 @@
-+# VDR plugin language source file.
-+# Copyright (C) 2007 Klaus Schmidinger <kls at tvdr.de>
-+# This file is distributed under the same license as the VDR package.
-+# Michael Rakowski <mrak at gmx.de>, 2002
-+#
-+msgid ""
-+msgstr ""
-+"Project-Id-Version: VDR 1.5.7\n"
-+"Report-Msgid-Bugs-To: <tobias.grimm at e-tobi.net>\n"
-+"POT-Creation-Date: 2012-05-13 00:37+0200\n"
-+"PO-Revision-Date: 2012-05-13 00:29+0200\n"
-+"Last-Translator: Michael Rakowski <mrak at gmx.de>\n"
-+"Language-Team: <vdr at linuxtv.org>\n"
-+"Language: \n"
-+"MIME-Version: 1.0\n"
-+"Content-Type: text/plain; charset=ISO-8859-2\n"
-+"Content-Transfer-Encoding: 8bit\n"
-+
-+msgid "External Players"
-+msgstr ""
-Index: vdr-plugin-externalplayer/po/pt_PT.po
-===================================================================
---- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ vdr-plugin-externalplayer/po/pt_PT.po	2012-05-13 00:38:15.000000000 +0200
-@@ -0,0 +1,20 @@
-+# VDR plugin language source file.
-+# Copyright (C) 2007 Klaus Schmidinger <kls at tvdr.de>
-+# This file is distributed under the same license as the VDR package.
-+# Paulo Lopes <pmml at netvita.pt>, 2001
-+#
-+msgid ""
-+msgstr ""
-+"Project-Id-Version: VDR 1.5.7\n"
-+"Report-Msgid-Bugs-To: <tobias.grimm at e-tobi.net>\n"
-+"POT-Creation-Date: 2012-05-13 00:37+0200\n"
-+"PO-Revision-Date: 2012-05-13 00:29+0200\n"
-+"Last-Translator: Paulo Lopes <pmml at netvita.pt>\n"
-+"Language-Team: <vdr at linuxtv.org>\n"
-+"Language: \n"
-+"MIME-Version: 1.0\n"
-+"Content-Type: text/plain; charset=ISO-8859-1\n"
-+"Content-Transfer-Encoding: 8bit\n"
-+
-+msgid "External Players"
-+msgstr ""
-Index: vdr-plugin-externalplayer/po/ro_RO.po
-===================================================================
---- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ vdr-plugin-externalplayer/po/ro_RO.po	2012-05-13 00:38:15.000000000 +0200
-@@ -0,0 +1,21 @@
-+# VDR plugin language source file.
-+# Copyright (C) 2007 Klaus Schmidinger <kls at tvdr.de>
-+# This file is distributed under the same license as the VDR package.
-+# Paul Lacatus <paul at campina.iiruc.ro>, 2002
-+# Lucian Muresan <lucianm at users.sourceforge.net>, 2004
-+#
-+msgid ""
-+msgstr ""
-+"Project-Id-Version: VDR 1.5.7\n"
-+"Report-Msgid-Bugs-To: <tobias.grimm at e-tobi.net>\n"
-+"POT-Creation-Date: 2012-05-13 00:37+0200\n"
-+"PO-Revision-Date: 2012-05-13 00:29+0200\n"
-+"Last-Translator: Lucian Muresan <lucianm at users.sourceforge.net>\n"
-+"Language-Team: <vdr at linuxtv.org>\n"
-+"Language: \n"
-+"MIME-Version: 1.0\n"
-+"Content-Type: text/plain; charset=ISO-8859-2\n"
-+"Content-Transfer-Encoding: 8bit\n"
-+
-+msgid "External Players"
-+msgstr ""
-Index: vdr-plugin-externalplayer/po/ru_RU.po
-===================================================================
---- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ vdr-plugin-externalplayer/po/ru_RU.po	2012-05-13 00:38:15.000000000 +0200
-@@ -0,0 +1,20 @@
-+# VDR plugin language source file.
-+# Copyright (C) 2007 Klaus Schmidinger <kls at tvdr.de>
-+# This file is distributed under the same license as the VDR package.
-+# Vyacheslav Dikonov <sdiconov at mail.ru>, 2004
-+#
-+msgid ""
-+msgstr ""
-+"Project-Id-Version: VDR 1.5.7\n"
-+"Report-Msgid-Bugs-To: <tobias.grimm at e-tobi.net>\n"
-+"POT-Creation-Date: 2012-05-13 00:37+0200\n"
-+"PO-Revision-Date: 2012-05-13 00:29+0200\n"
-+"Last-Translator: Vyacheslav Dikonov <sdiconov at mail.ru>\n"
-+"Language-Team: <vdr at linuxtv.org>\n"
-+"Language: \n"
-+"MIME-Version: 1.0\n"
-+"Content-Type: text/plain; charset=ISO-8859-5\n"
-+"Content-Transfer-Encoding: 8bit\n"
-+
-+msgid "External Players"
-+msgstr ""
-Index: vdr-plugin-externalplayer/po/sl_SI.po
-===================================================================
---- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ vdr-plugin-externalplayer/po/sl_SI.po	2012-05-13 00:38:15.000000000 +0200
-@@ -0,0 +1,21 @@
-+# VDR plugin language source file.
-+# Copyright (C) 2007 Klaus Schmidinger <kls at tvdr.de>
-+# This file is distributed under the same license as the VDR package.
-+# Miha Setina <mihasetina at softhome.net>, 2000
-+# Matjaz Thaler <matjaz.thaler at guest.arnes.si>, 2003
-+#
-+msgid ""
-+msgstr ""
-+"Project-Id-Version: VDR 1.5.7\n"
-+"Report-Msgid-Bugs-To: <tobias.grimm at e-tobi.net>\n"
-+"POT-Creation-Date: 2012-05-13 00:37+0200\n"
-+"PO-Revision-Date: 2012-05-13 00:29+0200\n"
-+"Last-Translator: Matjaz Thaler <matjaz.thaler at guest.arnes.si>\n"
-+"Language-Team: <vdr at linuxtv.org>\n"
-+"Language: \n"
-+"MIME-Version: 1.0\n"
-+"Content-Type: text/plain; charset=ISO-8859-2\n"
-+"Content-Transfer-Encoding: 8bit\n"
-+
-+msgid "External Players"
-+msgstr ""
-Index: vdr-plugin-externalplayer/po/sv_SE.po
-===================================================================
---- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ vdr-plugin-externalplayer/po/sv_SE.po	2012-05-13 00:38:15.000000000 +0200
-@@ -0,0 +1,21 @@
-+# VDR plugin language source file.
-+# Copyright (C) 2007 Klaus Schmidinger <kls at tvdr.de>
-+# This file is distributed under the same license as the VDR package.
-+# Tomas Prybil <tomas at prybil.se>, 2002
-+# Jan Ekholm <chakie at infa.abo.fi>, 2003
-+#
-+msgid ""
-+msgstr ""
-+"Project-Id-Version: VDR 1.5.7\n"
-+"Report-Msgid-Bugs-To: <tobias.grimm at e-tobi.net>\n"
-+"POT-Creation-Date: 2012-05-13 00:37+0200\n"
-+"PO-Revision-Date: 2012-05-13 00:29+0200\n"
-+"Last-Translator: Tomas Prybil <tomas at prybil.se>\n"
-+"Language-Team: <vdr at linuxtv.org>\n"
-+"Language: \n"
-+"MIME-Version: 1.0\n"
-+"Content-Type: text/plain; charset=ISO-8859-1\n"
-+"Content-Transfer-Encoding: 8bit\n"
-+
-+msgid "External Players"
-+msgstr ""
-Index: vdr-plugin-externalplayer/po/tr_TR.po
-===================================================================
---- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ vdr-plugin-externalplayer/po/tr_TR.po	2012-05-13 00:38:15.000000000 +0200
-@@ -0,0 +1,20 @@
-+# VDR plugin language source file.
-+# Copyright (C) 2007 Klaus Schmidinger <kls at tvdr.de>
-+# This file is distributed under the same license as the VDR package.
-+# Oktay Yolgeçen <oktay_73 at yahoo.de>, 2007
-+#
-+msgid ""
-+msgstr ""
-+"Project-Id-Version: VDR 1.5.7\n"
-+"Report-Msgid-Bugs-To: <tobias.grimm at e-tobi.net>\n"
-+"POT-Creation-Date: 2012-05-13 00:37+0200\n"
-+"PO-Revision-Date: 2012-05-13 00:29+0200\n"
-+"Last-Translator: Oktay Yolgeçen <oktay_73 at yahoo.de>\n"
-+"Language-Team: <vdr at linuxtv.org>\n"
-+"Language: \n"
-+"MIME-Version: 1.0\n"
-+"Content-Type: text/plain; charset=ISO-8859-9\n"
-+"Content-Transfer-Encoding: 8bit\n"
-+
-+msgid "External Players"
-+msgstr ""
-Index: vdr-plugin-externalplayer/vdr-1.7.27-i18n.diff
-===================================================================
---- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ vdr-plugin-externalplayer/vdr-1.7.27-i18n.diff	2012-05-13 00:37:54.000000000 +0200
-@@ -0,0 +1,136 @@
-+diff --git a/Makefile b/Makefile
-+index 3be02d3..8e6e809 100644
-+--- a/Makefile
-++++ b/Makefile
-+@@ -46,7 +46,7 @@ DEFINES += -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"$(PLUGIN)"'
-+ 
-+ ### The object files (add further files here):
-+ 
-+-OBJS = externalplayer.o externalplayer-config.o externalplayer-control.o  externalplayer-i18n.o externalplayer-player.o externalplayer-remotes.o
-++OBJS = externalplayer.o externalplayer-config.o externalplayer-control.o externalplayer-player.o externalplayer-remotes.o
-+ 
-+ ### Implicit rules:
-+ 
-+@@ -62,9 +62,34 @@ $(DEPFILE): Makefile
-+ 
-+ -include $(DEPFILE)
-+ 
-++### Internationalization (I18N):
-++
-++PODIR     = po
-++LOCALEDIR = $(VDRDIR)/locale
-++I18Npo    = $(wildcard $(PODIR)/*.po)
-++I18Nmsgs  = $(addprefix $(LOCALEDIR)/, $(addsuffix /LC_MESSAGES/vdr-$(PLUGIN).mo, $(notdir $(foreach file, $(I18Npo), $(basename $(file))))))
-++I18Npot   = $(PODIR)/$(PLUGIN).pot
-++
-++%.mo: %.po
-++	msgfmt -c -o $@ $<
-++
-++$(I18Npot): $(wildcard *.c)
-++	xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --msgid-bugs-address='<tobias.grimm at e-tobi.net>' -o $@ $^
-++
-++%.po: $(I18Npot)
-++	msgmerge -U --no-wrap --no-location --backup=none -q $@ $<
-++	@touch $@
-++
-++$(I18Nmsgs): $(LOCALEDIR)/%/LC_MESSAGES/vdr-$(PLUGIN).mo: $(PODIR)/%.mo
-++	@mkdir -p $(dir $@)
-++	cp $< $@
-++
-++.PHONY: i18n
-++i18n: $(I18Nmsgs)
-++
-+ ### Targets:
-+ 
-+-all: libvdr-$(PLUGIN).so
-++all: libvdr-$(PLUGIN).so i18n
-+ 
-+ libvdr-$(PLUGIN).so: $(OBJS)
-+ 	$(CXX) $(CXXFLAGS) -shared $(OBJS) -o $@
-+@@ -79,4 +104,5 @@ dist: clean
-+ 	@echo Distribution package created as $(PACKAGE).tar.gz
-+ 
-+ clean:
-++	@-rm -f $(PODIR)/*.mo $(PODIR)/*.pot
-+ 	@-rm -f $(OBJS) $(DEPFILE) *.so *.tgz core* *~
-+diff --git a/externalplayer-i18n.c b/externalplayer-i18n.c
-+deleted file mode 100644
-+index 8ef677e..0000000
-+--- a/externalplayer-i18n.c
-++++ /dev/null
-+@@ -1,31 +0,0 @@
-+-/*
-+- * externalplayer-i18n.c: A plugin for the Video Disk Recorder
-+- *
-+- * See the README file for copyright information and how to reach the author.
-+- *
-+- * $Id$
-+- */
-+-
-+-#include "externalplayer-i18n.h"
-+-
-+-const tI18nPhrase ExternalplayerPhrases[] = {
-+-  { "External Players",
-+-    "Externe Abspielprogramme",
-+-    "",// TODO
-+-    "",// TODO
-+-    "",// TODO
-+-    "",// TODO
-+-    "",// TODO
-+-    "",// TODO
-+-    "",// TODO
-+-    "",// TODO
-+-    "",// TODO
-+-    "",// TODO
-+-    "",// TODO
-+-    "",// TODO
-+-    "",// TODO
-+-    "",// TODO
-+-    "",// TODO
-+-  },
-+-  { NULL }
-+-  };
-+diff --git a/externalplayer-i18n.h b/externalplayer-i18n.h
-+deleted file mode 100644
-+index 987c085..0000000
-+--- a/externalplayer-i18n.h
-++++ /dev/null
-+@@ -1,16 +0,0 @@
-+-/*
-+- * externalplayer-i18n.h: A plugin for the Video Disk Recorder
-+- *
-+- * See the README file for copyright information and how to reach the author.
-+- *
-+- * $Id$
-+- */
-+-
-+-#ifndef _EXTERNALPLAYER_I18N__H
-+-#define _EXTERNALPLAYER_I18N__H
-+-
-+-#include <vdr/i18n.h>
-+-
-+-extern const tI18nPhrase ExternalplayerPhrases[];
-+-
-+-#endif //_EXTERNALPLAYER_I18N__H
-+diff --git a/externalplayer.c b/externalplayer.c
-+index 947f4e2..7559604 100644
-+--- a/externalplayer.c
-++++ b/externalplayer.c
-+@@ -12,7 +12,7 @@
-+ #include <getopt.h>
-+ 
-+ #include "externalplayer.h"
-+-#include "externalplayer-i18n.h"
-++#include <vdr/i18n.h>
-+ #include "externalplayer-player.h"
-+ #include "externalplayer-control.h"
-+ #include "externalplayer-remotes.h"
-+@@ -63,8 +63,6 @@ bool cPluginExternalplayer::Initialize() {
-+ }
-+ 
-+ bool cPluginExternalplayer::Start() {
-+-  RegisterI18n(ExternalplayerPhrases);
-+-
-+   if (configFilename == "") {
-+     configFilename += ConfigDirectory();
-+     configFilename += "/externalplayer.conf";
diff --git a/debian/rules b/debian/rules
index 9f487b6..25d9982 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,18 +3,9 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-MAKE_OPTIONS = VDRDIR=/usr/include/vdr LIBDIR=. LOCALEDIR=locale
-
 %:
 	dh $@
 
-override_dh_auto_build:
-	dh_auto_build -- all $(MAKE_OPTIONS)
-
-override_dh_auto_clean:
-	$(MAKE) -o .dependencies clean $(MAKE_OPTIONS)
-	rm -rf locale libvdr-*.so.*
-
 override_dh_gencontrol:
 	sh /usr/share/vdr-dev/dependencies.sh
 	dh_gencontrol

-- 
vdr-plugin-externalplayer packaging repository



More information about the pkg-vdr-dvb-changes mailing list