[vdr-plugin-imonlcd] 01/01: Now supporting the /etc/vdr/conf.d mechanism
Tobias Grimm
tiber-guest at moszumanska.debian.org
Sun Aug 30 16:25:01 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-imonlcd.
commit c34130b9d9efe045dc14208bf5eee4e42aacd84e
Author: etobi <git at e-tobi.net>
Date: Mon Mar 23 22:49:32 2015 +0100
Now supporting the /etc/vdr/conf.d mechanism
---
debian/changelog | 6 ++++++
debian/{plugin.imonlcd.conf => imonlcd.conf} | 3 +++
debian/install | 2 +-
debian/rules | 6 +-----
4 files changed, 11 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 2126445..8cd4974 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+vdr-plugin-imonlcd (1.0.1-7) unstable; urgency=medium
+
+ * Now supporting the /etc/vdr/conf.d mechanism
+
+ -- Tobias Grimm <etobi at debian.org> Mon, 23 Mar 2015 22:49:28 +0100
+
vdr-plugin-imonlcd (1.0.1-6) unstable; urgency=medium
* Build-depend on vdr-dev (>= 2.2.0)
diff --git a/debian/plugin.imonlcd.conf b/debian/imonlcd.conf
similarity index 93%
rename from debian/plugin.imonlcd.conf
rename to debian/imonlcd.conf
index 373a05f..044b1ff 100644
--- a/debian/plugin.imonlcd.conf
+++ b/debian/imonlcd.conf
@@ -6,4 +6,7 @@
# - 'vdr --help -Pimonlcd'
#
#
+
+[imonlcd]
+
-d /dev/lcd0 -p 0038
diff --git a/debian/install b/debian/install
index d48f8cb..8adfeb4 100644
--- a/debian/install
+++ b/debian/install
@@ -1 +1 @@
-debian/plugin.imonlcd.conf etc/vdr/plugins/
+debian/imonlcd.conf etc/vdr/conf.avail/
diff --git a/debian/rules b/debian/rules
index 2bcdd9f..7e5d32e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,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)
@@ -15,9 +15,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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-vdr-dvb/vdr-plugin-imonlcd.git
More information about the pkg-vdr-dvb-changes
mailing list