This is an automated email from the git hooks/post-receive script. tiber-guest pushed a commit to branch master in repository vdr-plugin-remoteosd.
commit 465ae1c157bc57c0f265bdb2bfba1379ef1e71ab Author: etobi <[email protected]> Date: Mon Mar 23 23:10:08 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 19a0021..daa5e1d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +vdr-plugin-remoteosd (1.0.0-5) unstable; urgency=medium + + * Now supporting the /etc/vdr/conf.d mechanism + + -- Tobias Grimm <[email protected]> Mon, 23 Mar 2015 23:10:01 +0100 + vdr-plugin-remoteosd (1.0.0-4) unstable; urgency=medium * Build-depend on vdr-dev (>= 2.2.0) diff --git a/debian/rules b/debian/rules index 25d9982..5b5f32f 100755 --- a/debian/rules +++ b/debian/rules @@ -4,8 +4,4 @@ #export DH_VERBOSE=1 %: - dh $@ - -override_dh_gencontrol: - sh /usr/share/vdr-dev/dependencies.sh - dh_gencontrol + dh $@ --with vdrplugin -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-vdr-dvb/vdr-plugin-remoteosd.git _______________________________________________ pkg-vdr-dvb-changes mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-vdr-dvb-changes
