diff --git a/debian/changelog b/debian/changelog index 8f58bf4b1..376809008 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,7 @@ linux-2.6 (3.2.9-2) UNRELEASED; urgency=low - Change HOTPLUG_PCI, HOTPLUG_PCI_PCIE to built-in - [x86] Change HOTPLUG_PCI_ACPI to built-in - [ia64] Enable HOTPLUG_PCI_SGI as built-in + * linux-headers: Remove unused, broken symlinks to Kbuild (Closes: #663597) -- Uwe Kleine-König Tue, 06 Mar 2012 09:26:00 +0100 diff --git a/debian/rules.real b/debian/rules.real index ce7dca952..a7f56c372 100644 --- a/debian/rules.real +++ b/debian/rules.real @@ -215,9 +215,7 @@ install-headers_$(ARCH)_$(FEATURESET): $(STAMPS_DIR)/source_$(ARCH)_$(FEATURESET | \ cpio -pd --preserve-modification-time '$(CURDIR)/$(DIR)' - dh_link \ - /usr/lib/$(PACKAGE_NAME_KBUILD)/Kbuild $(BASE_DIR)/Kbuild \ - /usr/lib/$(PACKAGE_NAME_KBUILD)/scripts $(BASE_DIR)/scripts + dh_link /usr/lib/$(PACKAGE_NAME_KBUILD)/scripts $(BASE_DIR)/scripts +$(MAKE_SELF) install-base