[SCM] vdr-plugin-vompserver packaging repository branch, master, updated. debian/0.3.1-4-5-g0479b5f

etobi git at e-tobi.net
Sat Mar 16 13:31:49 UTC 2013


The following commit has been merged in the master branch:
commit 0479b5f3920c8ce12474bad3cb9af44b611bc445
Author: etobi <git at e-tobi.net>
Date:   Sat Mar 16 14:27:42 2013 +0100

    Fixing the Makefile

diff --git a/debian/patches/Makefile-fix.patch b/debian/patches/Makefile-fix.patch
new file mode 100644
index 0000000..e3f3c0b
--- /dev/null
+++ b/debian/patches/Makefile-fix.patch
@@ -0,0 +1,19 @@
+Index: vdr-plugin-vompserver/Makefile
+===================================================================
+--- vdr-plugin-vompserver.orig/Makefile	2013-03-16 13:41:57.000000000 +0100
++++ vdr-plugin-vompserver/Makefile	2013-03-16 14:27:11.000000000 +0100
+@@ -24,12 +24,14 @@
+ TMPDIR ?= /tmp
+ 
+ # VOMP INSERT for older VDRs
++ifeq ($(LOCDIR),)
+ ifeq ($(VDRDIR),)
+   VDRDIR = ../../..
+ endif
+ ifeq ($(LIBDIR),)
+   LIBDIR = ../../lib
+ endif
++endif
+ 
+ APIVERSNUM = $(shell grep 'define APIVERSNUM ' $(VDRDIR)/config.h | awk '{ print $$3 }' | sed -e 's/"//g')
+ DOOLDINSTALL =
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..b1213b2
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+Makefile-fix.patch

-- 
vdr-plugin-vompserver packaging repository



More information about the pkg-vdr-dvb-changes mailing list