diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2015-02-09 01:07:24 +0100 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2015-02-09 01:07:24 +0100 |
commit | 33aff426eb96055c8b89894cb2a0d0514483e1c9 (patch) | |
tree | c95158db1881add3b7cc70610b64fe39fc464a7b /debian/rules | |
parent | 6fd4948898043309957a822e0562596a5cf0b735 (diff) | |
download | vdr-plugin-live-33aff426eb96055c8b89894cb2a0d0514483e1c9.tar.gz vdr-plugin-live-33aff426eb96055c8b89894cb2a0d0514483e1c9.tar.bz2 |
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'.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 7 |
1 files changed, 4 insertions, 3 deletions
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 |