[vdr-plugin-restfulapi] 02/02: Imported Debian patch 0.2.1.2-1
Tobias Grimm
tiber-guest at moszumanska.debian.org
Thu Feb 12 22:36:38 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-restfulapi.
commit fde6e40e0d7f958fbddd04790c87e07c60ee711a
Author: Tobias Grimm <etobi at debian.org>
Date: Thu Feb 12 23:14:32 2015 +0100
Imported Debian patch 0.2.1.2-1
---
debian/changelog | 108 +++++++++++++++++++++++++++++++++++++++++++++++++++
debian/compat | 1 +
debian/control | 23 +++++++++++
debian/copyright | 47 ++++++++++++++++++++++
debian/install | 5 +++
debian/postinst | 12 ++++++
debian/rules | 24 ++++++++++++
debian/source/format | 1 +
8 files changed, 221 insertions(+)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..fc4bcd8
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,108 @@
+vdr-plugin-restfulapi (0.2.1.2-1) UNRELEASED; urgency=medium
+
+ * Packaging for debian as non-nativ package with upstream tarball
+ * Compat 9
+ * Standards-Version 3.9.6
+ * Build-depend on vdr-dev >= 2.1.10
+ * Maintainer is now Tobias Grimm
+
+ -- Tobias Grimm <etobi at debian.org> Thu, 12 Feb 2015 23:14:32 +0100
+
+vdr-plugin-restfulapi (0.2.1.1-0yavdr0~precise) precise; urgency=medium
+
+ * add femon service
+ * make use of PUT and POST in wirbelscan service
+
+ -- Henning Künne <hannemann666 at gmx.net> Sat, 10 Jan 2015 17:44:20 +0200
+
+vdr-plugin-restfulapi (0.2.1.0-0yavdr0~precise) precise; urgency=medium
+
+ * add webapp service
+
+ -- Henning Künne <hannemann666 at gmx.net> Sat, 10 Jan 2015 17:44:20 +0200
+
+vdr-plugin-restfulapi (0.2.0.0-0yavdr0~precise) precise; urgency=medium
+
+ * add scraper2vdr service
+
+ -- Henning Künne <hannemann666 at gmx.net> Sun, 21 Dec 2014 09:23:20 +0200
+
+vdr-plugin-restfulapi (0.1.3.1-0yavdr0~precise) precise; urgency=medium
+
+ * remote: add ability to send a sequence of keys
+
+ -- Henning Künne <hannemann666 at gmx.net> Sat, 01 Nov 2014 09:23:20 +0200
+
+vdr-plugin-restfulapi (0.1.3.1-0yavdr0~precise) precise; urgency=medium
+
+ * remote: add ability to send strings as keyboard input
+ * remove outdated fix for cxxtools
+
+ -- Henning Künne <hannemann666 at gmx.net> Thu, 23 Oct 2014 19:23:20 +0200
+
+vdr-plugin-restfulapi (0.1.3-0yavdr0~precise) precise; urgency=medium
+
+ * channellogos: look for files with channel-id
+
+ -- Lars Hanisch <dvb at flensrocker.de> Mon, 07 Apr 2014 19:23:20 +0200
+
+vdr-plugin-restfulapi (0.1.2-1yavdr0~precise) precise; urgency=medium
+
+ * add vdr-abi dependency
+
+ -- Lars Hanisch <dvb at flensrocker.de> Sun, 02 Feb 2014 17:09:18 +0100
+
+vdr-plugin-restfulapi (0.1.2-0yavdr0~precise) precise; urgency=medium
+
+ * new upstream release
+
+ -- Lars Hanisch <dvb at flensrocker.de> Sun, 10 Mar 2013 13:36:48 +0100
+
+vdr-plugin-restfulapi (0.1.1-6-gf7e266a-2yavdr0~precise) precise; urgency=medium
+
+ * libvdr-*so doesn't need to be manually installed
+
+ -- Lars Hanisch <dvb at flensrocker.de> Thu, 07 Mar 2013 10:44:24 +0100
+
+vdr-plugin-restfulapi (0.1.1-6-gf7e266a-1yavdr0~precise) precise; urgency=medium
+
+ * depend on pkg-config
+
+ -- Lars Hanisch <dvb at flensrocker.de> Thu, 07 Mar 2013 03:10:31 +0100
+
+vdr-plugin-restfulapi (0.1.1-6-gf7e266a-0yavdr0~precise) precise; urgency=medium
+
+ * new upstream snapshot
+
+ -- Lars Hanisch <dvb at flensrocker.de> Thu, 07 Mar 2013 02:47:52 +0100
+
+vdr-plugin-restfulapi (0.1.1-4yavdr0~precise) precise; urgency=medium
+
+ * refactored to-json-encoder
+
+ -- Lars Hanisch <dvb at flensrocker.de> Thu, 28 Feb 2013 03:23:29 +0100
+
+vdr-plugin-restfulapi (0.1.1-3yavdr0~precise) precise; urgency=medium
+
+ * add some bugfixes and set version to 0.1.1 in the source...
+
+ -- Lars Hanisch <dvb at flensrocker.de> Wed, 27 Feb 2013 21:14:05 +0100
+
+vdr-plugin-restfulapi (0.1.1-2yavdr0~precise) precise; urgency=medium
+
+ * add new Makefile for vdr 1.7.36
+ * add german translation file
+
+ -- Lars Hanisch <dvb at flensrocker.de> Sat, 09 Feb 2013 11:16:57 +0100
+
+vdr-plugin-restfulapi (0.1.1-1yavdr0~precise) precise; urgency=medium
+
+ * new upstream snapshot
+
+ -- Lars Hanisch <dvb at flensrocker.de> Wed, 21 Nov 2012 21:34:34 +0100
+
+vdr-plugin-restfulapi (0.1.1-0yavdr0~natty) natty; urgency=medium
+
+ * Initial Release
+
+ -- Michael Eiler <eiler.mike at gmail.com> Thu, 26 July 2011 22:41:00 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..30b01bc
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,23 @@
+Source: vdr-plugin-restfulapi
+Section: video
+Priority: extra
+Maintainer: Tobias Grimm <etobi at debian.org>
+Build-Depends: debhelper (>= 9), vdr-dev (>= 2.1.10), pkg-config, gettext, libcxxtools-dev
+Standards-Version: 3.9.6
+Homepage: https://github.com/yavdr/vdr-plugin-restfulapi
+
+Package: vdr-plugin-restfulapi
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${vdr:Depends}
+Description: VDR restfulapi
+ VDR restfulapi Plugin
+
+Package: vdr-plugin-restfulapi-dbg
+Architecture: any
+Section: debug
+Priority: extra
+Depends: vdr-plugin-restfulapi (= ${binary:Version}), ${misc:Depends}
+Description: debugging symbols for vdr-plugin-restfulapi
+ .
+ This package contains only the debugging symbols for vdr-plugin-restfulapi
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..4da4675
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,47 @@
+Upstream Homepage:
+ https://github.com/yavdr/vdr-plugin-restfulapi
+
+Upstream Author:
+ Michael Eiler <michael at unknown.de>
+
+Debian Maintainer(s):
+ Tobias Grimm <etobi at debian.org>
+ Michael Eiler <michael at unknown.de>
+
+Copyright:
+ (C) 2011 Michael Eiler
+
+Copyright (Debian packaging):
+ (C) 2011 Michael Eiler
+ (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/install b/debian/install
new file mode 100644
index 0000000..fc9b563
--- /dev/null
+++ b/debian/install
@@ -0,0 +1,5 @@
+#libvdr-restfulapi.so.* usr/lib/vdr/plugins/
+API.html var/lib/vdr/plugins/restfulapi/
+web/osd.css var/lib/vdr/plugins/restfulapi/
+web/osd.js var/lib/vdr/plugins/restfulapi/
+plugin.restfulapi.conf etc/vdr/plugins/
diff --git a/debian/postinst b/debian/postinst
new file mode 100644
index 0000000..556878a
--- /dev/null
+++ b/debian/postinst
@@ -0,0 +1,12 @@
+#!/bin/sh
+set -e
+
+
+if [ "$1" = "configure" ]; then
+
+ # Change owner of directory for temporary files
+ chown -R vdr:vdr /var/lib/vdr/plugins/restfulapi || true
+
+fi
+
+#DEBHELPER#
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..1d5afb3
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,24 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+UPSTREAM_VERSION=0.1.3
+
+.PHONY: override_dh_strip override_dh_auto_install
+
+override_dh_strip:
+ dh_strip --dbg-package=vdr-plugin-restfulapi-dbg
+
+override_dh_auto_install:
+ LIBDIR=. dh_auto_install --destdir=debian/vdr-plugin-restfulapi
+
+override_dh_gencontrol:
+ sh /usr/share/vdr-dev/dependencies.sh
+ dh_gencontrol
+
+%:
+ dh $@
+
+archive:
+ git archive --format=tar.gz --prefix=vdr-plugin-restfulapi-${UPSTREAM_VERSION}/ --output=../vdr-plugin-restfulapi_${UPSTREAM_VERSION}.orig.tar.gz master
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)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-vdr-dvb/vdr-plugin-restfulapi.git
More information about the pkg-vdr-dvb-changes
mailing list