summaryrefslogtreecommitdiff
path: root/vdr-vdrmanager/debian/vdr-plugin-vdrmanager
diff options
context:
space:
mode:
authorlado <herrlado@gmail.com>2011-10-31 00:08:59 +0100
committerlado <herrlado@gmail.com>2011-10-31 00:08:59 +0100
commitfc8e822ebf063aa4c3c3c16035a12435e6371359 (patch)
treeadf941b135ef201813c440037b723f756c05c8f1 /vdr-vdrmanager/debian/vdr-plugin-vdrmanager
parent06c9e9b4509774a64f01c72d423c8865e52d40e1 (diff)
parent49f360136dc6ab47793bad00f3c1a711ecd07ab6 (diff)
downloadvdr-manager-fc8e822ebf063aa4c3c3c16035a12435e6371359.tar.gz
vdr-manager-fc8e822ebf063aa4c3c3c16035a12435e6371359.tar.bz2
Merge branch 'master' of ssh://projects.vdr-developer.org/vdr-manager
Diffstat (limited to 'vdr-vdrmanager/debian/vdr-plugin-vdrmanager')
-rw-r--r--vdr-vdrmanager/debian/vdr-plugin-vdrmanager/DEBIAN/conffiles1
-rw-r--r--vdr-vdrmanager/debian/vdr-plugin-vdrmanager/DEBIAN/control11
-rw-r--r--vdr-vdrmanager/debian/vdr-plugin-vdrmanager/etc/vdr/plugins/plugin.vdrmanager.conf6
-rw-r--r--vdr-vdrmanager/debian/vdr-plugin-vdrmanager/usr/share/doc/vdr-plugin-vdrmanager/README8
-rw-r--r--vdr-vdrmanager/debian/vdr-plugin-vdrmanager/usr/share/doc/vdr-plugin-vdrmanager/README.Debian6
-rw-r--r--vdr-vdrmanager/debian/vdr-plugin-vdrmanager/usr/share/doc/vdr-plugin-vdrmanager/changelog.Debian.gzbin0 -> 313 bytes
-rw-r--r--vdr-vdrmanager/debian/vdr-plugin-vdrmanager/usr/share/doc/vdr-plugin-vdrmanager/copyright46
7 files changed, 78 insertions, 0 deletions
diff --git a/vdr-vdrmanager/debian/vdr-plugin-vdrmanager/DEBIAN/conffiles b/vdr-vdrmanager/debian/vdr-plugin-vdrmanager/DEBIAN/conffiles
new file mode 100644
index 0000000..ad8a805
--- /dev/null
+++ b/vdr-vdrmanager/debian/vdr-plugin-vdrmanager/DEBIAN/conffiles
@@ -0,0 +1 @@
+/etc/vdr/plugins/plugin.vdrmanager.conf
diff --git a/vdr-vdrmanager/debian/vdr-plugin-vdrmanager/DEBIAN/control b/vdr-vdrmanager/debian/vdr-plugin-vdrmanager/DEBIAN/control
new file mode 100644
index 0000000..9420642
--- /dev/null
+++ b/vdr-vdrmanager/debian/vdr-plugin-vdrmanager/DEBIAN/control
@@ -0,0 +1,11 @@
+Package: vdr-plugin-vdrmanager
+Version: 0.2-1
+Architecture: amd64
+Maintainer: root <root@unknown>
+Installed-Size: 144
+Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1), vdr-abi-1.7.21-yavdr0
+Section: video
+Priority: extra
+Homepage: <url://example.com>
+Description: <insert up to 60 chars description>
+ <insert long description, indented with spaces>
diff --git a/vdr-vdrmanager/debian/vdr-plugin-vdrmanager/etc/vdr/plugins/plugin.vdrmanager.conf b/vdr-vdrmanager/debian/vdr-plugin-vdrmanager/etc/vdr/plugins/plugin.vdrmanager.conf
new file mode 100644
index 0000000..5081563
--- /dev/null
+++ b/vdr-vdrmanager/debian/vdr-plugin-vdrmanager/etc/vdr/plugins/plugin.vdrmanager.conf
@@ -0,0 +1,6 @@
+# Command line parameters for vdr-plugin-vdrmanager
+#
+# For more details see:
+# http://projects.vdr-developer.org/projects/vdr-manager/wiki
+-p 6420
+-P change
diff --git a/vdr-vdrmanager/debian/vdr-plugin-vdrmanager/usr/share/doc/vdr-plugin-vdrmanager/README b/vdr-vdrmanager/debian/vdr-plugin-vdrmanager/usr/share/doc/vdr-plugin-vdrmanager/README
new file mode 100644
index 0000000..7d82ff0
--- /dev/null
+++ b/vdr-vdrmanager/debian/vdr-plugin-vdrmanager/usr/share/doc/vdr-plugin-vdrmanager/README
@@ -0,0 +1,8 @@
+This is a "plugin" for the Video Disk Recorder (VDR).
+
+See the file COPYING for license information.
+
+Description:
+
+This helper plugin allows remote programming VDR using
+VDR-Manager running on Android devices. \ No newline at end of file
diff --git a/vdr-vdrmanager/debian/vdr-plugin-vdrmanager/usr/share/doc/vdr-plugin-vdrmanager/README.Debian b/vdr-vdrmanager/debian/vdr-plugin-vdrmanager/usr/share/doc/vdr-plugin-vdrmanager/README.Debian
new file mode 100644
index 0000000..0dcc16d
--- /dev/null
+++ b/vdr-vdrmanager/debian/vdr-plugin-vdrmanager/usr/share/doc/vdr-plugin-vdrmanager/README.Debian
@@ -0,0 +1,6 @@
+vdr-plugin-vdrmanager for Debian
+--------------------------------
+
+<possible notes regarding this package - if none, delete this file>
+
+ -- root <root@unknown> Fri, 21 Oct 2011 23:48:18 +0200
diff --git a/vdr-vdrmanager/debian/vdr-plugin-vdrmanager/usr/share/doc/vdr-plugin-vdrmanager/changelog.Debian.gz b/vdr-vdrmanager/debian/vdr-plugin-vdrmanager/usr/share/doc/vdr-plugin-vdrmanager/changelog.Debian.gz
new file mode 100644
index 0000000..8c20172
--- /dev/null
+++ b/vdr-vdrmanager/debian/vdr-plugin-vdrmanager/usr/share/doc/vdr-plugin-vdrmanager/changelog.Debian.gz
Binary files differ
diff --git a/vdr-vdrmanager/debian/vdr-plugin-vdrmanager/usr/share/doc/vdr-plugin-vdrmanager/copyright b/vdr-vdrmanager/debian/vdr-plugin-vdrmanager/usr/share/doc/vdr-plugin-vdrmanager/copyright
new file mode 100644
index 0000000..03f8e1b
--- /dev/null
+++ b/vdr-vdrmanager/debian/vdr-plugin-vdrmanager/usr/share/doc/vdr-plugin-vdrmanager/copyright
@@ -0,0 +1,46 @@
+Upstream Homepage:
+ <fill in http/ftp site>
+
+Upstream Author(s):
+ <put author(s) name and email here>
+
+Debian Maintainer(s):
+ root <root@unknown>
+
+Copyright:
+ <put the year(s) of the copyright, and the names of the copyright
+ holder(s) here>
+
+Copyright (Debian packaging):
+ (C) 2011 root
+
+License:
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License along
+ with this program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+
+ The complete text of the GNU General Public License can be found
+ in /usr/share/common-licenses/GPL-2 on most Debian systems.
+
+License (Debian packaging):
+ The Debian packaging is licensed under the GPL, version 2 or any
+ later version, see /usr/share/common-licenses/GPL-2.
+
+# Please also look if there are files or directories which have a
+# different copyright/license attached and list them in this file.
+#
+# Check if the upstream sources explicitly state which licenses apply to
+# which action. If this is not the case, ask the upstream author to add such a
+# license disclaimer to all source files or at least to the README. For the
+# GPL2 or GPL3 the small license disclaimer mentioned at the end of the full license
+# text in "How to Apply These Terms to Your New Programs" should be sufficient.