Merge /dists/sid/linux-2.6.

svn path=/dists/trunk/linux-2.6/; revision=6338
This commit is contained in:
Bastian Blank 2006-03-29 22:18:18 +00:00
parent 4e118544b6
commit 28740c4726
2 changed files with 10 additions and 3 deletions

9
debian/changelog vendored
View File

@ -4,6 +4,15 @@ linux-2.6 (2.6.16-99experimental.1) UNRELEASED; urgency=low
-- Bastian Blank <waldi@debian.org> Thu, 23 Mar 2006 21:40:17 +0100
linux-2.6 (2.6.16-5) UNRELEASED; urgency=low
[ Bastian Blank ]
* Provide real dependency packages for module building.
* Fix module package output.
* Include .kernelrelease in headers packages. (closes: #359813)
-- Bastian Blank <waldi@debian.org> Thu, 30 Mar 2006 00:08:39 +0200
linux-2.6 (2.6.16-4) unstable; urgency=medium
[ Martin Michlmayr ]

4
debian/rules.real vendored
View File

@ -264,9 +264,7 @@ install-header-$(ARCH)-$(SUBARCH)-$(FLAVOUR): $(STAMPS_DIR)/build-$(ARCH)-$(SUBA
mkdir -p "${DIR}/arch/${KERNEL_ARCH}/kernel"
mkdir -p "${DIR}/include"
cp -a ${SOURCE_DIR}/{.config,Module.symvers} "${DIR}"
# TODO
echo $(ABINAME)$(LOCALVERSION) > "${DIR}/localversion"
cp -a ${SOURCE_DIR}/{.config,.kernelrelease,Module.symvers} "${DIR}"
cd ${SOURCE_DIR}; \
find . -mindepth 1 -maxdepth 1 \