README.Debian: Add brief information about building specific binary packages (Closes: #546182)

svn path=/dists/trunk/linux-2.6/; revision=14461
This commit is contained in:
Ben Hutchings 2009-10-26 01:09:57 +00:00
parent 42ad01194b
commit 5b5812c8a8
2 changed files with 11 additions and 6 deletions

View File

@ -24,6 +24,15 @@ given a lower priority for security support. Options marked as BROKEN
or EXPERIMENTAL are of very low priority, and should not be enabled in
customized builds for a security-sensitive environment.
Building specific binary packages
---------------------------------
You can build specific kernel binary packages using the targets in
debian/rules.gen, which have names of the form:
binary-arch_<architecture>_<featureset>_<flavour>
Example:
fakeroot make -f debian/rules.gen binary-arch_i386_none_686
Rebuilding Adaptec AIC7xxx/79xx firmware
----------------------------------------
You can rebuild the firmware for the Adaptec AIC7xxx/79xx SCSI Adapters. To

8
debian/changelog vendored
View File

@ -1,9 +1,3 @@
linux-2.6 (2.6.31-1~experimental.3a~test) UNRELEASED; urgency=low
* Testing patches /dev/null
-- Ben Hutchings <ben@decadent.org.uk> Mon, 26 Oct 2009 00:56:08 +0000
linux-2.6 (2.6.31-1~experimental.3) UNRELEASED; urgency=low
[ Ben Hutchings ]
@ -11,6 +5,8 @@ linux-2.6 (2.6.31-1~experimental.3) UNRELEASED; urgency=low
* Include speakup modules under staging
* Add stable release 2.6.31.5
* [x86_64] Enable NUMA_EMU (Closes: #541389)
* README.Debian: Add brief information about building specific binary
packages (Closes: #546182)
[ Martin Michlmayr ]
* CPUidle: always return with interrupts enabled.