* Amend README.source with documentation on how to generate a

source tree with all patches applied (Closes: #509156)

svn path=/dists/sid/linux-2.6/; revision=15302
This commit is contained in:
Moritz Muehlenhoff 2010-03-01 22:32:20 +00:00
parent 5be03223b7
commit a3424781b2
2 changed files with 8 additions and 0 deletions

View File

@ -55,6 +55,12 @@ of 2.6.26-12:
The same syntax applies for specifing the patches, but an additional The same syntax applies for specifing the patches, but an additional
argument is needed which specifies the featureset the patch applies to. argument is needed which specifies the featureset the patch applies to.
If you want to generate a source tree with all patches applied, run
make -f debian/rules source-all
The resulting source can be found below debian/build.
Kernel config files Kernel config files
=================== ===================
Configuration files are constructed dynamically from a number of config Configuration files are constructed dynamically from a number of config

2
debian/changelog vendored
View File

@ -5,6 +5,8 @@ linux-2.6 (2.6.32-10) UNRELEASED; urgency=low
[ Moritz Muehlenhoff ] [ Moritz Muehlenhoff ]
* Enable CONFIG_KEYS_DEBUG_PROC_KEYS (Closes: #400932) * Enable CONFIG_KEYS_DEBUG_PROC_KEYS (Closes: #400932)
* Amend README.source with documentation on how to generate a
source tree with all patches applied (Closes: #509156)
[ Aurelien Jarno ] [ Aurelien Jarno ]
* Fix signal stack alignement on sparc64 (Closes: #569797) * Fix signal stack alignement on sparc64 (Closes: #569797)