[Bug 16447] Re: kernel-image or linux-image?
Daniel J Blueman
daniel.blueman at gmail.com
Sun Sep 26 14:07:59 UTC 2010
I experience this also, and use this patch to workaround the '+' symbol
introduced into the kernel version string due to git detecting source
changes:
--- /usr/share/kernel-package/ruleset/kernel_version.mk.orig 2008-05-02 07:06:28.000000000 +0200
+++ /usr/share/kernel-package/ruleset/kernel_version.mk 2010-07-08 00:02:45.316669641 +0200
@@ -62,7 +62,7 @@
@echo "$(strip $(EXTRAVERSION))"
debian_LOCALVERSION:
- @echo $(if $(strip $(localver-full)),"$(strip $(localver-full))", "$(strip $(LOCALVERSION))")
+ @./scripts/setlocalversion
debian_TOPDIR:
# 2.6 kernels declared TOPDIR obsolete, so use srctree if it exists
--
kernel-image or linux-image?
https://bugs.launchpad.net/bugs/16447
You received this bug notification because you are a member of Kernel
Bugs, which is a direct subscriber.
More information about the kernel-bugs
mailing list