summaryrefslogtreecommitdiffstats
path: root/lemote/gnewsense/branches/2.6.34/kpkg-2.6.33.patch
blob: 796c6b56ee2db72d07b57c26efdf4df4edaeeed9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Index: debian/ruleset/misc/version_vars.mk
===================================================================
--- debian/ruleset/misc/version_vars.mk.orig	2010-04-04 22:44:45.000000000 -0300
+++ debian/ruleset/misc/version_vars.mk	2010-04-04 22:46:00.000000000 -0300
@@ -138,7 +138,9 @@ iatv :=
 EXTRAV_ARG :=
 endif
 
-UTS_RELEASE_HEADER=$(call doit,if [ -f include/linux/utsrelease.h ]; then  \
+UTS_RELEASE_HEADER=$(call doit,if [ -f include/generated/utsrelease.h ]; then  \
+	                       echo include/generated/utsrelease.h;            \
+	                   elif [ -f include/linux/utsrelease.h ]; then  \
 	                       echo include/linux/utsrelease.h;            \
 	                   else                                            \
                                echo include/linux/version.h ;              \
Index: debian/ruleset/targets/common.mk
===================================================================
--- debian/ruleset/targets/common.mk.orig	2010-04-04 22:42:45.000000000 -0300
+++ debian/ruleset/targets/common.mk	2010-04-04 22:43:56.000000000 -0300
@@ -333,7 +333,7 @@ endif
 	@echo this was built on a machine with the kernel: >> debian/buildinfo
 	uname -a >> debian/buildinfo
 	echo using the compiler: >> debian/buildinfo
-	grep LINUX_COMPILER include/linux/compile.h | \
+	grep LINUX_COMPILER include/generated/compile.h | \
 	   sed -e 's/.*LINUX_COMPILER "//' -e 's/"$$//' >> debian/buildinfo
 ifneq ($(strip $(shell test -f version.Debian && cat version.Debian)),)
 	echo kernel source package used: >> debian/buildinfo
OpenPOWER on IntegriCloud