[vdr-plugin-xine] 03/06: Build-depend on vdr-dev >= 2.2.0
Tobias Grimm
tiber-guest at moszumanska.debian.org
Sat Jan 7 11:41:32 UTC 2017
This is an automated email from the git hooks/post-receive script.
tiber-guest pushed a commit to branch master
in repository vdr-plugin-xine.
commit 3d7b2b03aa427a90937bf787ae7705af7bbc8002
Author: Tobias Grimm <etobi at debian.org>
Date: Tue Oct 13 22:03:16 2015 +0200
Build-depend on vdr-dev >= 2.2.0
---
debian/control | 2 +-
debian/rules | 11 ++++-------
2 files changed, 5 insertions(+), 8 deletions(-)
diff --git a/debian/control b/debian/control
index b0dec58..b68835f 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: misc
Priority: extra
Maintainer: Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>
Uploaders: Darren Salt <linux at youmustbejoking.demon.co.uk>, Thomas Schmidt <tschmidt at debian.org>, Tobias Grimm <etobi at debian.org>, Thomas Günther <tom at toms-cafe.de>
-Build-Depends: debhelper (>= 9), vdr-dev (>= 2.0.0), pkg-config, gettext, libxine2-dev, txt2man
+Build-Depends: debhelper (>= 9), vdr-dev (>= 2.2.0), pkg-config, gettext, libxine2-dev, txt2man
Standards-Version: 3.9.4
Homepage: http://home.vr-web.de/~rnissl/
Vcs-Git: git://git.debian.org/git/pkg-vdr-dvb/vdr-plugin-xine.git
diff --git a/debian/rules b/debian/rules
index c8a166f..a50695d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,12 +3,13 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-MAKE_OPTIONS = DVBDIR=/usr VDRDIR=/usr/include/vdr LIBDIR=. \
- LOCALEDIR=debian/tmp/usr/share/locale
+MAKE_OPTIONS = VDRDIR=/usr/include/vdr LIBDIR=. \
+ LOCALEDIR=debian/tmp/usr/share/locale \
+ VDR_XINE_SET_VIDEO_WINDOW=1
CXXFLAGS += $(shell pkg-config vdr --variable=cxxflags)
%:
- dh $@ --parallel
+ dh $@ --parallel --with vdrplugin
override_dh_auto_build:
dh_auto_build -- all $(MAKE_OPTIONS)
@@ -18,9 +19,5 @@ override_dh_auto_clean:
$(MAKE) -o .dependencies clean $(MAKE_OPTIONS)
rm -rf libvdr-*.so.* xineplayer.1
-override_dh_gencontrol:
- sh /usr/share/vdr-dev/dependencies.sh
- dh_gencontrol
-
override_dh_installchangelogs:
dh_installchangelogs -- HISTORY
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-vdr-dvb/vdr-plugin-xine.git
More information about the pkg-vdr-dvb-changes
mailing list