[vdr-plugin-dvdswitch] 01/01: Now supporting the /etc/vdr/conf.d mechanism
Tobias Grimm
tiber-guest at moszumanska.debian.org
Sun Aug 30 16:20:10 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-dvdswitch.
commit acb8222962687bc8dabd810e4d266de0a53dca41
Author: etobi <git at e-tobi.net>
Date: Mon Mar 23 21:48:37 2015 +0100
Now supporting the /etc/vdr/conf.d mechanism
---
debian/changelog | 6 ++++++
debian/{plugin.dvdswitch.conf => dvdswitch.conf} | 5 +++--
debian/install | 2 +-
debian/rules | 6 +-----
4 files changed, 11 insertions(+), 8 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index cbe2d08..a341005 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+vdr-plugin-dvdswitch (0.2.2+git20150216-4) experimental; urgency=medium
+
+ * Now supporting the /etc/vdr/conf.d mechanism
+
+ -- Tobias Grimm <etobi at debian.org> Mon, 23 Mar 2015 21:48:26 +0100
+
vdr-plugin-dvdswitch (0.2.2+git20150216-3) experimental; urgency=medium
* Build-depend on vdr-dev (>= 2.2.0)
diff --git a/debian/plugin.dvdswitch.conf b/debian/dvdswitch.conf
similarity index 89%
rename from debian/plugin.dvdswitch.conf
rename to debian/dvdswitch.conf
index 45e2daa..a0629c3 100644
--- a/debian/plugin.dvdswitch.conf
+++ b/debian/dvdswitch.conf
@@ -1,8 +1,9 @@
#
-# Command line parameters for vdr-plugin-dvdswitch
-#
+# dvdswitch VDR plugin arguments
#
+[dvdswitch]
+
# Write Debug-Info's in LOGFILE
# (logging is disabled by default)
#
diff --git a/debian/install b/debian/install
index 6f70884..c5b8503 100644
--- a/debian/install
+++ b/debian/install
@@ -1,2 +1,2 @@
debian/dvdswitch_* usr/share/vdr-plugin-dvdswitch/
-debian/plugin.dvdswitch.conf etc/vdr/plugins/
+debian/dvdswitch.conf etc/vdr/conf.avail/
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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-vdr-dvb/vdr-plugin-dvdswitch.git
More information about the pkg-vdr-dvb-changes
mailing list