Incorrect EXTRAVERSION in apt-get source linux-image-2.6.35-27-server ?

Asked by Mark A. Ziesemer

I'm trying to recompile the Linux kernel in Ubuntu, as documented at https://help.ubuntu.com/community/Kernel/Compile .

Why, after doing "apt-get source linux-image-2.6.35-27-server", does the Makefile in the source directory have "EXTRAVERSION = .11" instead of -27 (what was apparently used in the original build)?

I'm already passing --append-to-version=-server-test to make-kpkg, but then I get 2.6.35.11-server-test, instead of the expected 2.6.35-27-server-test.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu linux Edit question
Assignee:
No assignee Edit question
Solved by:
Manfred Hampl
Solved:
Last query:
Last reply:
Revision history for this message
Launchpad Janitor (janitor) said :
#1

This question was expired because it remained in the 'Open' state without activity for the last 15 days.

Revision history for this message
Mark A. Ziesemer (ziesemer) said :
#2

Anyone? Please? Thanks!

Revision history for this message
Best Manfred Hampl (m-hampl) said :
#3

searching google for ubuntu and EXTRAVERSION gives a link to the following:

https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.22/+bug/186346

Revision history for this message
Mark A. Ziesemer (ziesemer) said :
#4

I had searched extensively for this, but wasn't able to find that result. Thanks for the link!

Revision history for this message
Mark A. Ziesemer (ziesemer) said :
#5

Thanks Manfred Hampl, that solved my question.