This is an automated email from the git hooks/post-receive script. tiber-guest pushed a commit to branch master in repository vdr-plugin-svdrpservice.
commit 1b9fefd8a4bb02fdd004aa21b2c89b5c599d2079 Author: etobi <[email protected]> Date: Mon Mar 23 23:23:55 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 354c79a..b89e84f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +vdr-plugin-svdrpservice (1.0.0-5) unstable; urgency=medium + + * Now supporting the /etc/vdr/conf.d mechanism + + -- Tobias Grimm <[email protected]> Mon, 23 Mar 2015 23:23:53 +0100 + vdr-plugin-svdrpservice (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-svdrpservice.git _______________________________________________ pkg-vdr-dvb-changes mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-vdr-dvb-changes
