[vdr-plugin-spider] 01/01: Now supporting the /etc/vdr/conf.d mechanism
Tobias Grimm
tiber-guest at moszumanska.debian.org
Sat Oct 10 11:08:32 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-spider.
commit 57472e2a322d01a323119d2d001f56ce5569930e
Author: etobi <git at e-tobi.net>
Date: Tue Sep 22 21:29:44 2015 +0200
Now supporting the /etc/vdr/conf.d mechanism
* Now supporting the /etc/vdr/conf.d mechanism
* Build-depend on vdr-dev (>= 2.2.0)
* Standards-Version: 3.9.6
---
debian/changelog | 8 ++++++++
debian/control | 4 ++--
debian/rules | 6 +-----
3 files changed, 11 insertions(+), 7 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 1106aee..7c8c7b4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+vdr-plugin-spider (0.2.2-21) unstable; urgency=medium
+
+ * Now supporting the /etc/vdr/conf.d mechanism
+ * Build-depend on vdr-dev (>= 2.2.0)
+ * Standards-Version: 3.9.6
+
+ -- Tobias Grimm <etobi at debian.org> Tue, 22 Sep 2015 21:29:51 +0200
+
vdr-plugin-spider (0.2.2-20) unstable; urgency=medium
* Build-depend on vdr-dev (>= 2.0.6)
diff --git a/debian/control b/debian/control
index 3691eb0..d0a60e6 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,8 @@ Section: video
Priority: extra
Maintainer: Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>
Uploaders: Thomas Günther <tom at toms-cafe.de>, Thomas Schmidt <tschmidt at debian.org>, Tobias Grimm <etobi at debian.org>
-Build-Depends: debhelper (>= 9), vdr-dev (>= 2.0.6), pkg-config, gettext
-Standards-Version: 3.9.5
+Build-Depends: debhelper (>= 9), vdr-dev (>= 2.2.0), pkg-config, gettext
+Standards-Version: 3.9.6
Homepage: http://toms-cafe.de/vdr/spider/
Vcs-Git: git://git.debian.org/git/pkg-vdr-dvb/vdr-plugin-spider.git
Vcs-Browser: http://git.debian.org/?p=pkg-vdr-dvb/vdr-plugin-spider.git
diff --git a/debian/rules b/debian/rules
index 1ca5e6d..e9220b0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ MAKE_OPTIONS = VDRDIR=/usr/include/vdr LIBDIR=. LOCALEDIR=locale
CXXFLAGS += $(shell pkg-config vdr --variable=cxxflags) $(LDFLAGS)
%:
- dh $@
+ dh $@ --with vdrplugin
override_dh_auto_build:
dh_auto_build -- all $(MAKE_OPTIONS)
@@ -15,7 +15,3 @@ override_dh_auto_build:
override_dh_auto_clean:
$(MAKE) -o .dependencies clean $(MAKE_OPTIONS)
rm -rf locale libvdr-*.so.*
-
-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-spider.git
More information about the pkg-vdr-dvb-changes
mailing list