> Fortunately, after some trial and error, I successfully built a > linux-headers-2.6.32-5-common_2.6.32-30a~test package with the following two > commands: > > ------------ > export UPSTREAMVERSION="2.6.32-5" > fakeroot make -f debian/rules.real binary-arch-featureset > ------------ > > Is this the "right way"?
To partially answer my own question: No, the resulting package is not useable. I had to use the following list of commands to build a package that worked for me: ------------ export VERSION="2.6.32" export UPSTREAMVERSION="2.6.32-5" export KERNEL_ARCH="x86" fakeroot make -f debian/rules.real binary-arch-featureset ------------ I still would like to know the official and supported way to build the linux-headers-x.y.z-a-common package. Ben? The good thing is that the patch series Ben provided seems to fix the problem. At least I did no longer run into this bug for more than a week now. Thanks Ronny -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org