This is an automated email from the git hooks/post-receive script. tiber-guest pushed a commit to branch master in repository vdr-plugin-systeminfo.
commit 874cc64eaf556c648aee3ff1a729fcf73fc6d0a5 Author: etobi <[email protected]> Date: Mon Mar 23 23:24:31 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 ee49056..3b4655a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +vdr-plugin-systeminfo (0.1.3-6) experimental; urgency=medium + + * Now supporting the /etc/vdr/conf.d mechanism + + -- Tobias Grimm <[email protected]> Mon, 23 Mar 2015 23:24:28 +0100 + vdr-plugin-systeminfo (0.1.3-5) experimental; urgency=medium * Build-depend on vdr-dev (>= 2.2.0) 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-systeminfo.git _______________________________________________ pkg-vdr-dvb-changes mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-vdr-dvb-changes
