[vdr-plugin-xvdr] 01/01: Now supporting the /etc/vdr/conf.d mechanism

Tobias Grimm tiber-guest at moszumanska.debian.org
Mon Aug 31 18:17:41 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-xvdr.

commit e5621c1d0fa317d664de6ddb2619cbf317782a16
Author: etobi <git at e-tobi.net>
Date:   Mon Mar 23 23:31:34 2015 +0100

    Now supporting the /etc/vdr/conf.d mechanism
---
 debian/changelog        | 6 ++++++
 debian/install          | 2 +-
 debian/plugin.xvdr.conf | 1 -
 debian/rules            | 6 +-----
 debian/xvdr.conf        | 3 +++
 5 files changed, 11 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7f31747..c11d577 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+vdr-plugin-xvdr (0.9.9+git20150304-2) experimental; urgency=medium
+
+  * Now supporting the /etc/vdr/conf.d mechanism
+
+ -- Tobias Grimm <etobi at debian.org>  Mon, 23 Mar 2015 23:31:31 +0100
+
 vdr-plugin-xvdr (0.9.9+git20150304-1) experimental; urgency=medium
 
   * New Upstream Snapshot (commit b300fc3)
diff --git a/debian/install b/debian/install
index 66badd0..422a411 100644
--- a/debian/install
+++ b/debian/install
@@ -1,3 +1,3 @@
-debian/plugin.xvdr.conf  etc/vdr/plugins/
+debian/xvdr.conf         etc/vdr/conf.avail/
 xvdr/allowed_hosts.conf  etc/vdr/plugins/xvdr/
 xvdr/xvdr.conf           etc/vdr/plugins/xvdr/
diff --git a/debian/plugin.xvdr.conf b/debian/plugin.xvdr.conf
deleted file mode 100644
index f942799..0000000
--- a/debian/plugin.xvdr.conf
+++ /dev/null
@@ -1 +0,0 @@
--t 10
diff --git a/debian/rules b/debian/rules
index 1c1b37b..df77587 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,11 +4,7 @@
 #export DH_VERBOSE=1
 
 %:
-	dh $@
-
-override_dh_gencontrol:
-	sh /usr/share/vdr-dev/dependencies.sh
-	dh_gencontrol
+	dh $@ --with vdrplugin
 
 get-vcs-snapshot:
 	sh debian/get-vcs-snapshot.sh
diff --git a/debian/xvdr.conf b/debian/xvdr.conf
new file mode 100644
index 0000000..103d83e
--- /dev/null
+++ b/debian/xvdr.conf
@@ -0,0 +1,3 @@
+[xvdr]
+
+-t 10

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



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