* debian/changelog: Update.

* debian/rules.real: Include more Makefiles into common header packages.

svn path=/dists/sid/linux-2.6/; revision=13284
This commit is contained in:
Bastian Blank 2009-03-28 22:36:30 +00:00
parent 3a4b6883b5
commit f3413436ca
2 changed files with 5 additions and 1 deletions

4
debian/changelog vendored
View File

@ -6,6 +6,10 @@ linux-2.6 (2.6.29-2) UNRELEASED; urgency=low
[ maximilian attems ] [ maximilian attems ]
* linux-libc-dev: Bump versioned replaces libdrm-dev. * linux-libc-dev: Bump versioned replaces libdrm-dev.
[ Bastian Blank ]
* Install all needed Makefiles into common headers package.
(closes: #521472)
-- Martin Michlmayr <tbm@cyrius.com> Wed, 25 Mar 2009 08:57:14 +0100 -- Martin Michlmayr <tbm@cyrius.com> Wed, 25 Mar 2009 08:57:14 +0100
linux-2.6 (2.6.29-1) unstable; urgency=low linux-2.6 (2.6.29-1) unstable; urgency=low

2
debian/rules.real vendored
View File

@ -198,7 +198,7 @@ install-headers_$(ARCH)_$(FEATURESET): $(STAMPS_DIR)/source_$(ARCH)_$(FEATURESET
cd $(SOURCE_DIR); \ cd $(SOURCE_DIR); \
( \ ( \
echo Makefile; \ echo Makefile; \
echo arch/$(KERNEL_ARCH)/Makefile; \ find arch/$(KERNEL_ARCH) -maxdepth 1 -name 'Makefile*' -print; \
find arch/$(KERNEL_ARCH) -name 'module.lds' -print; \ find arch/$(KERNEL_ARCH) -name 'module.lds' -print; \
find arch/$(KERNEL_ARCH)/include -print; \ find arch/$(KERNEL_ARCH)/include -print; \
find include -name 'asm*' -prune -o -print; \ find include -name 'asm*' -prune -o -print; \