[vdr-plugin-rpihddevice] 02/02: Imported Debian patch 0.1.0-1

Tobias Grimm tiber-guest at moszumanska.debian.org
Mon Aug 31 07:06:15 UTC 2015


This is an automated email from the git hooks/post-receive script.

tiber-guest pushed a commit to branch master
in repository vdr-plugin-rpihddevice.

commit 23d0d7a003bf943a8c777906371ca040e1a7545e
Author: Tobias Grimm <etobi at debian.org>
Date:   Sun Aug 9 15:03:45 2015 +0200

    Imported Debian patch 0.1.0-1
---
 debian/README.source |  9 +++++++++
 debian/changelog     |  6 ++++++
 debian/compat        |  1 +
 debian/control       | 19 +++++++++++++++++++
 debian/copyright     | 46 ++++++++++++++++++++++++++++++++++++++++++++++
 debian/docs          |  1 +
 debian/rules         |  7 +++++++
 debian/source/format |  1 +
 debian/watch.ex      | 23 +++++++++++++++++++++++
 9 files changed, 113 insertions(+)

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..0f95567
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,9 @@
+vdr-plugin-rpihddevice for Debian
+---------------------------------
+
+<this file describes information about the source package, see Debian policy
+manual section 4.14. You WILL either need to modify or delete this file>
+
+
+
+
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..cb6811a
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+vdr-plugin-rpihddevice (0.1.0-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Tobias Grimm <etobi at debian.org>  Sun, 09 Aug 2015 15:03:45 +0200
+
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..f10d321
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,19 @@
+Source: vdr-plugin-rpihddevice
+Section: video
+Priority: extra
+Maintainer: Tobias Grimm <etobi at debian.org>
+Build-Depends: debhelper (>= 9), vdr-dev (>= 2.2.0-2~etobi2), gettext,
+ pkg-config, libavformat-dev, libavcodec-dev, libavresample-dev, libavutil-dev,
+ libraspberrypi-dev, libfreetype6-dev
+Standards-Version: 3.9.5
+Vcs-Svn: svn://svn.debian.org/pkg-vdr-dvb/vdr/vdr-plugin-rpihddevice/trunk/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-rpihddevice/trunk/
+Homepage: http://projects.vdr-developer.org/projects/plg-rpihddevice
+
+Package: vdr-plugin-rpihddevice
+Architecture: armhf
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${vdr:Depends}
+Description: VDR HD output device for Raspberry Pi
+ The rpihddevice plugin for VDR makes use of the Raspberry
+ Pi's VideoCore GPU and provides a lightweight implementation for a VDR output
+ device.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..329719c
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,46 @@
+Upstream Homepage:
+    http://projects.vdr-developer.org/projects/plg-rpihddevice
+
+Upstream Author(s):
+    <put author(s) name and email here>
+
+Debian Maintainer(s):
+    Tobias Grimm <etobi at debian.org>
+
+Copyright:
+    <put the year(s) of the copyright, and the names of the copyright
+     holder(s) here>
+
+Copyright (Debian packaging):
+    (C) 2015 Tobias Grimm
+
+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.
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..e845566
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..5b5f32f
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+	dh $@ --with vdrplugin
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch.ex b/debian/watch.ex
new file mode 100644
index 0000000..4938e88
--- /dev/null
+++ b/debian/watch.ex
@@ -0,0 +1,23 @@
+# Example watch control file for uscan
+# Rename this file to "watch" and then you can run the "uscan" command
+# to check for upstream updates and more.
+# See uscan(1) for format
+
+# Compulsory line, this is a version 3 file
+version=3
+
+# Uncomment to examine a Webpage
+# <Webpage URL> <string match>
+#http://www.example.com/downloads.php vdr-plugin-rpihddevice-(.*)\.tar\.gz
+
+# Uncomment to examine a Webserver directory
+#http://www.example.com/pub/vdr-plugin-rpihddevice-(.*)\.tar\.gz
+
+# Uncommment to examine a FTP server
+#ftp://ftp.example.com/pub/vdr-plugin-rpihddevice-(.*)\.tar\.gz debian uupdate
+
+# Uncomment to find new files on sourceforge, for devscripts >= 2.9
+# http://sf.net/vdr-plugin-rpihddevice/vdr-plugin-rpihddevice-(.*)\.tar\.gz
+
+# Uncomment to find new files on GooglePages
+# http://example.googlepages.com/foo.html vdr-plugin-rpihddevice-(.*)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-vdr-dvb/vdr-plugin-rpihddevice.git



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