I apparently worked this around with a manual modification of
debian/ruleset/misc/version_vars.mk. See the attached diff.

Cheers

--
  Olivier
--- debian/ruleset/misc/version_vars.mk.old     2010-03-12 16:44:42.000000000 
+0100
+++ debian/ruleset/misc/version_vars.mk 2010-03-12 16:41:29.000000000 +0100
@@ -138,8 +138,8 @@
 EXTRAV_ARG :=
 endif
 
-UTS_RELEASE_HEADER=$(call doit,if [ -f include/linux/utsrelease.h ]; then  \
-                              echo include/linux/utsrelease.h;            \
+UTS_RELEASE_HEADER=$(call doit,if [ -f include/generated/utsrelease.h ]; then  
\
+                              echo include/generated/utsrelease.h;            \
                           else                                            \
                                echo include/linux/version.h ;              \
                           fi)

Reply via email to