Package: kernel-package
Version: 12.031
Severity: normal
Please find attached patch which works for me.
Elimar
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (990, 'unstable'), (1, 'experimental')
Architecture: powerpc (ppc)
Kernel: Linux 2.6.33-rc1-aragorn
Locale: LANG=de_DE.UTF-8, lc_ctype=de...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash
Versions of packages kernel-package depends on:
ii binutils 2.20-4 The GNU assembler, linker and bina
ii build-essential 11.4 Informational list of build-essent
ii debianutils 3.2.2 Miscellaneous utilities specific t
ii file 5.03-5 Determines file type using "magic"
ii gettext 0.17-8 GNU Internationalization utilities
ii make 3.81-7 An utility for Directing compilati
ii module-init-tools 3.11-1 tools for managing Linux kernel mo
ii po-debconf 1.0.16 tool for managing templates file t
ii util-linux 2.16.2-0 Miscellaneous system utilities
Versions of packages kernel-package recommends:
ii cpio 2.10-1 GNU cpio -- a program to manage ar
Versions of packages kernel-package suggests:
ii bzip2 1.0.5-3 high-quality block-sorting file co
ii docbook-utils 0.6.14-1.1 Convert Docbook files to other for
ii e2fsprogs 1.41.9-1 ext2/ext3/ext4 file system utiliti
pn libdb3-dev <none> (no description available)
ii libncurses5-dev [libncurs 5.7+20090803-2 developer's libraries and docs for
pn linux-initramfs-tool <none> (no description available)
ii linux-source-2.6.31 [linu 2.6.31-2 Linux kernel source for version 2.
ii xmlto 0.0.23-2 XML-to-any converter
-- no debconf information
diff -Naurd a/kernel/ruleset/misc/version_vars.mk b/kernel/ruleset/misc/version_vars.mk
--- a/kernel/ruleset/misc/version_vars.mk 2009-02-17 09:43:08.000000000 +0100
+++ b/kernel/ruleset/misc/version_vars.mk 2009-12-24 12:18:17.000000000 +0100
@@ -140,6 +140,8 @@
UTS_RELEASE_HEADER=$(call doit,if [ -f include/linux/utsrelease.h ]; then \
echo include/linux/utsrelease.h; \
+ elif [ -f include/generated/utsrelease.h ]; then \
+ echo include/generated/utsrelease.h; \
else \
echo include/linux/version.h ; \
fi)