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

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


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

tiber-guest pushed a commit to annotated tag debian/0.5.0-8
in repository vdr-plugin-remote.

commit 87a34148219dd80c166a0c66407e85c2dda05ff2
Author: etobi <git at e-tobi.net>
Date:   Mon Mar 23 23:09:17 2015 +0100

    Now supporting the /etc/vdr/conf.d mechanism
---
 debian/changelog                           | 6 ++++++
 debian/install                             | 2 +-
 debian/{plugin.remote.conf => remote.conf} | 2 ++
 debian/rules                               | 6 +-----
 4 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b1ac2e3..4c8054c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+vdr-plugin-remote (0.5.0-8) unstable; urgency=medium
+
+  * Now supporting the /etc/vdr/conf.d mechanism
+
+ -- Tobias Grimm <etobi at debian.org>  Mon, 23 Mar 2015 23:09:13 +0100
+
 vdr-plugin-remote (0.5.0-7) unstable; urgency=medium
 
   * Build-depend on vdr-dev (>= 2.2.0)
diff --git a/debian/install b/debian/install
index 1d3842d..df4563d 100644
--- a/debian/install
+++ b/debian/install
@@ -1 +1 @@
-debian/plugin.remote.conf       etc/vdr/plugins/
+debian/remote.conf       etc/vdr/conf.avail/
diff --git a/debian/plugin.remote.conf b/debian/remote.conf
similarity index 58%
rename from debian/plugin.remote.conf
rename to debian/remote.conf
index 10f07a1..ff4aa07 100644
--- a/debian/plugin.remote.conf
+++ b/debian/remote.conf
@@ -1 +1,3 @@
+[remote]
+
 -i autodetect
diff --git a/debian/rules b/debian/rules
index 25d9982..5b5f32f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,8 +4,4 @@
 #export DH_VERBOSE=1
 
 %:
-	dh $@
-
-override_dh_gencontrol:
-	sh /usr/share/vdr-dev/dependencies.sh
-	dh_gencontrol
+	dh $@ --with vdrplugin

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



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