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

Tobias Grimm tiber-guest at moszumanska.debian.org
Mon Aug 31 18:00:57 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-skinnopacity.

commit b6c90afc211281812a5c19f0954190f185f21560
Author: etobi <git at e-tobi.net>
Date:   Mon Mar 23 23:18:45 2015 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 5a134a2..615d241 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+vdr-plugin-skinnopacity (1.1.3-4) experimental; urgency=medium
+
+  * Now supporting the /etc/vdr/conf.d mechanism
+
+ -- Tobias Grimm <etobi at debian.org>  Mon, 23 Mar 2015 23:18:39 +0100
+
 vdr-plugin-skinnopacity (1.1.3-3) experimental; urgency=medium
 
   * Build-depend on vdr-dev (>= 2.2.0)
diff --git a/debian/install b/debian/install
index c8f7f95..b271653 100644
--- a/debian/install
+++ b/debian/install
@@ -1 +1 @@
-debian/plugin.skinnopacity.conf    etc/vdr/plugins
+debian/skinnopacity.conf    etc/vdr/conf.avail/
diff --git a/debian/rules b/debian/rules
index d461cd6..e824176 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ PLG_PACKAGE = $(filter-out %-dbg, $(shell dh_listpackages))
 DBG_PACKAGE = $(filter %-dbg, $(shell dh_listpackages))
 
 %:
-	dh $@
+	dh $@ --with vdrplugin
 
 override_dh_auto_install:
 	dh_auto_install --destdir=debian/$(PLG_PACKAGE)
@@ -14,9 +14,5 @@ override_dh_auto_install:
 override_dh_strip:
 	dh_strip --dbg-package=$(DBG_PACKAGE)
 
-override_dh_gencontrol:
-	sh /usr/share/vdr-dev/dependencies.sh
-	dh_gencontrol
-
 get-vcs-snapshot:
 	sh debian/get-vcs-snapshot.sh
diff --git a/debian/plugin.skinnopacity.conf b/debian/skinnopacity.conf
similarity index 90%
rename from debian/plugin.skinnopacity.conf
rename to debian/skinnopacity.conf
index 97467af..0ec4bb7 100644
--- a/debian/plugin.skinnopacity.conf
+++ b/debian/skinnopacity.conf
@@ -1,3 +1,9 @@
+#
+# Skinnopacity VDR plugin arguments
+#
+
+[skinnopacity]
+
 #After "normal" Plugin installation you have to care about the paths for the
 #used Icons, the channel logos and epg images. The following paths can be set
 #at startup:

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



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