From 33aff426eb96055c8b89894cb2a0d0514483e1c9 Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Mon, 9 Feb 2015 01:07:24 +0100 Subject: Change to VDR 2.x compatible Makefiles. This terminates the compatibility of the LIVE plugin with VDR versions < 1.7.37. This is based on a patch I received by the vdr-mailing-list user 'macmenot'. --- debian/rules | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index fc7104f..8cac789 100755 --- a/debian/rules +++ b/debian/rules @@ -1,4 +1,4 @@ -#! /bin/sh /usr/share/vdr-dev/make-special-vdr.sh +#!/usr/bin/make -f # Sample debian/rules that uses debhelper. # GNU copyright 1997 to 1999 by Joey Hess. @@ -23,7 +23,7 @@ patch-stamp: unpatch: endif -MAKE_OPTIONS = DVBDIR=/usr VDRDIR=/usr/include/vdr LIBDIR=. +MAKE_OPTIONS = DVBDIR=/usr LIBDIR=. LOCDIR=locale configure: configure-stamp configure-stamp: patch-stamp @@ -51,6 +51,7 @@ install: build dh_testroot dh_clean -k dh_installdirs + $(MAKE) install $(MAKE_OPTIONS) dh_install # Build architecture-independent files here. @@ -83,7 +84,7 @@ binary-arch: build install dh_installdeb # dh_perl dh_shlibdeps - sh /usr/share/vdr-dev/patchlevel.sh subst +# sh /usr/share/vdr-dev/patchlevel.sh subst sh /usr/share/vdr-dev/dependencies.sh dh_gencontrol dh_md5sums -- cgit v1.2.3