summaryrefslogtreecommitdiff
path: root/vdr-vdrmanager/debian/vdr-plugin-vdrmanager
diff options
context:
space:
mode:
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/DEBIAN/md5sums6
-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/lib/vdr/plugins/libvdr-vdrmanager.so.1.7.21bin0 -> 68712 bytes
-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/changelog.gzbin0 -> 167 bytes
-rw-r--r--vdr-vdrmanager/debian/vdr-plugin-vdrmanager/usr/share/doc/vdr-plugin-vdrmanager/copyright46
10 files changed, 84 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/DEBIAN/md5sums b/vdr-vdrmanager/debian/vdr-plugin-vdrmanager/DEBIAN/md5sums
new file mode 100644
index 0000000..714cd01
--- /dev/null
+++ b/vdr-vdrmanager/debian/vdr-plugin-vdrmanager/DEBIAN/md5sums
@@ -0,0 +1,6 @@
+98390c302d8932369361095f3a4c3faf usr/lib/vdr/plugins/libvdr-vdrmanager.so.1.7.21
+131368ba58e60dea97a17e88365dbad2 usr/share/doc/vdr-plugin-vdrmanager/README
+3a507cc957c2ab9889a865853deffc77 usr/share/doc/vdr-plugin-vdrmanager/README.Debian
+691953c8881785e75b9d6069fa7fff31 usr/share/doc/vdr-plugin-vdrmanager/changelog.Debian.gz
+a1487bf9f7c1ab844a4c42c720a8c005 usr/share/doc/vdr-plugin-vdrmanager/changelog.gz
+0c3f9ceeaf1ea80b4a1adc1a00b47b65 usr/share/doc/vdr-plugin-vdrmanager/copyright
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/lib/vdr/plugins/libvdr-vdrmanager.so.1.7.21 b/vdr-vdrmanager/debian/vdr-plugin-vdrmanager/usr/lib/vdr/plugins/libvdr-vdrmanager.so.1.7.21
new file mode 100644
index 0000000..a0ba358
--- /dev/null
+++ b/vdr-vdrmanager/debian/vdr-plugin-vdrmanager/usr/lib/vdr/plugins/libvdr-vdrmanager.so.1.7.21
Binary files differ
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/changelog.gz b/vdr-vdrmanager/debian/vdr-plugin-vdrmanager/usr/share/doc/vdr-plugin-vdrmanager/changelog.gz
new file mode 100644
index 0000000..7346e3f
--- /dev/null
+++ b/vdr-vdrmanager/debian/vdr-plugin-vdrmanager/usr/share/doc/vdr-plugin-vdrmanager/changelog.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.