dvb/linuxtv-dvb/debian/patches 10_Makefile_fix.dpatch

Thomas Schmidt pkg-vdr-dvb-changes@lists.alioth.debian.org
Sat, 13 Nov 2004 12:22:52 +0000


Update of /cvsroot/pkg-vdr-dvb/dvb/linuxtv-dvb/debian/patches
In directory haydn:/tmp/cvs-serv30449/dvb/linuxtv-dvb/debian/patches

Modified Files:
	10_Makefile_fix.dpatch 
Log Message:
install dvb-modules in the correct path

Index: 10_Makefile_fix.dpatch
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/dvb/linuxtv-dvb/debian/patches/10_Makefile_fix.dpatch,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- 10_Makefile_fix.dpatch	16 Oct 2004 10:46:50 -0000	1.8
+++ 10_Makefile_fix.dpatch	13 Nov 2004 12:22:50 -0000	1.9
@@ -6,9 +6,9 @@
 ## DP: a real kernel-dir, using a kernel-headers-package
 
 @DPATCH@
-diff -urNad /home/chelli/vdr/cvs/dvb/linuxtv-dvb/build-2.4/getlinks linuxtv-dvb/build-2.4/getlinks
---- /home/chelli/vdr/cvs/dvb/linuxtv-dvb/build-2.4/getlinks	2004-05-23 11:09:03.000000000 +0200
-+++ linuxtv-dvb/build-2.4/getlinks	2004-09-04 13:48:20.000000000 +0200
+diff -urNad linuxtv-dvb/build-2.4/getlinks /tmp/dpep.uVMXuc/linuxtv-dvb/build-2.4/getlinks
+--- linuxtv-dvb/build-2.4/getlinks	2004-05-23 11:09:03.000000000 +0200
++++ /tmp/dpep.uVMXuc/linuxtv-dvb/build-2.4/getlinks	2004-11-13 13:19:05.000000000 +0100
 @@ -5,7 +5,7 @@
  echo "getting links from kernel-cvs driver"
  
@@ -18,9 +18,9 @@
  make clean
  echo "$KERNELRELEASE" > .version
  
-diff -urNad /home/chelli/vdr/cvs/dvb/linuxtv-dvb/build-2.4/Makefile linuxtv-dvb/build-2.4/Makefile
---- /home/chelli/vdr/cvs/dvb/linuxtv-dvb/build-2.4/Makefile	2004-02-14 22:00:53.000000000 +0100
-+++ linuxtv-dvb/build-2.4/Makefile	2004-09-04 13:49:58.000000000 +0200
+diff -urNad linuxtv-dvb/build-2.4/Makefile /tmp/dpep.uVMXuc/linuxtv-dvb/build-2.4/Makefile
+--- linuxtv-dvb/build-2.4/Makefile	2004-02-14 22:00:53.000000000 +0100
++++ /tmp/dpep.uVMXuc/linuxtv-dvb/build-2.4/Makefile	2004-11-13 13:19:45.000000000 +0100
 @@ -60,20 +60,24 @@
  
  multi-m		:= $(filter $(list-multi), $(obj-m))
@@ -34,7 +34,7 @@
  else
  # take version info from last module build if available
 -KERNELRELEASE	:= $(shell cat $(obj)/.version 2>/dev/null || uname -r)
-+KERNELRELEASE	:= $(shell cat $(obj)/.version 2>/dev/null || echo $(KVERS))
++KERNELRELEASE	:= $(KVERS)
  endif
  
 -KDIR		:= /lib/modules/$(KERNELRELEASE)/build
@@ -52,9 +52,9 @@
  build:
  	[ -L saa7146_video.c ] || ./getlinks
  	$(MAKE) -C $(KDIR) CC="gcc -I$(PWD)/include" SUBDIRS=$(PWD) modules
-diff -urNad /home/chelli/vdr/cvs/dvb/linuxtv-dvb/Makefile linuxtv-dvb/Makefile
---- /home/chelli/vdr/cvs/dvb/linuxtv-dvb/Makefile	2004-05-23 10:56:26.000000000 +0200
-+++ linuxtv-dvb/Makefile	2004-09-04 13:48:20.000000000 +0200
+diff -urNad linuxtv-dvb/Makefile /tmp/dpep.uVMXuc/linuxtv-dvb/Makefile
+--- linuxtv-dvb/Makefile	2004-05-23 10:56:26.000000000 +0200
++++ /tmp/dpep.uVMXuc/linuxtv-dvb/Makefile	2004-11-13 13:19:05.000000000 +0100
 @@ -3,7 +3,7 @@
  CVSROOT     := $(shell cat CVS/Root)
  RELEASE_TAG := LINUXTV-DVB-$(subst .,_,$(subst -,_,$(VERSION)))