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

Tobias Grimm tiber-guest at moszumanska.debian.org
Mon Aug 31 17:57:43 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-skindesigner.

commit 68b3d4139551eb4bddafe876cd473ce0ba353a85
Author: etobi <git at e-tobi.net>
Date:   Mon Mar 23 23:15:33 2015 +0100

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

diff --git a/debian/changelog b/debian/changelog
index fb97181..728f5f8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+vdr-plugin-skindesigner (0.2.2+git20150215-3) trusty; urgency=medium
+
+  * Now supporting the /etc/vdr/conf.d mechanism
+
+ -- Tobias Grimm <etobi at debian.org>  Mon, 23 Mar 2015 23:15:29 +0100
+
 vdr-plugin-skindesigner (0.2.2+git20150215-2) trusty; urgency=medium
 
   * Build-depend on vdr-dev (>= 2.2.0)
diff --git a/debian/install b/debian/install
index 5993a0e..9a40f06 100644
--- a/debian/install
+++ b/debian/install
@@ -1 +1 @@
-debian/plugin.skindesigner.conf    etc/vdr/plugins
+debian/skindesigner.conf    etc/vdr/conf.avail/
diff --git a/debian/rules b/debian/rules
index 43f3a64..5954baf 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,7 +14,3 @@ 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
-
diff --git a/debian/plugin.skindesigner.conf b/debian/skindesigner.conf
similarity index 97%
rename from debian/plugin.skindesigner.conf
rename to debian/skindesigner.conf
index bb8ad7d..b5a90ed 100644
--- a/debian/plugin.skindesigner.conf
+++ b/debian/skindesigner.conf
@@ -1,3 +1,5 @@
+[skindesigner]
+
 #After "normal" Plugin installation you have to care about the paths for the
 #used Icons, the skins 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-skindesigner.git



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