--- linux-3.2.0/debian/rules.d/2-binary-arch.mk 2012-05-21 09:59:56.000000000 +0200 +++ linux-3.2.0.fix/debian/rules.d/2-binary-arch.mk 2012-05-21 09:57:06.000000000 +0200 @@ -193,6 +193,9 @@ install -d debian/$(basepkg)-$*/lib/modules/$(abi_release)-$* ln -s /usr/src/$(basepkg)-$* \ debian/$(basepkg)-$*/lib/modules/$(abi_release)-$*/build + # Make sure include/generated/compile.h exists in header package (Bug #942569) + install -d $(hdrdir)/include/generated + touch $(hdrdir)/include/generated/compile.h # And finally the symvers install -m644 $(builddir)/build-$*/Module.symvers \ $(hdrdir)/Module.symvers