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

Tobias Grimm tiber-guest at moszumanska.debian.org
Sun Aug 30 16:18:44 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-dummydevice.

commit ae726b7d4abcc25682027f4c9756861d62438dff
Author: etobi <git at e-tobi.net>
Date:   Wed Mar 25 21:50:25 2015 +0100

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

diff --git a/debian/changelog b/debian/changelog
index bb3c326..761d378 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+vdr-plugin-dummydevice (2.0.0-2) experimental; urgency=medium
+
+  * Now supporting the /etc/vdr/conf.d mechanism
+
+ -- Tobias Grimm <etobi at debian.org>  Wed, 25 Mar 2015 21:50:19 +0100
+
 vdr-plugin-dummydevice (2.0.0-1) experimental; urgency=medium
 
   * New upstream release
diff --git a/debian/rules b/debian/rules
index b3cb8fe..ce69a42 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,14 +6,10 @@ 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)
 
 override_dh_strip:
 	dh_strip --dbg-package=$(DBG_PACKAGE)
-
-override_dh_gencontrol:
-	sh /usr/share/vdr-dev/dependencies.sh
-	dh_gencontrol

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



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