diff --git a/debian/README.Debian b/debian/README.Debian index 759f7286f..a68c2b2bc 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -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___ + +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 diff --git a/debian/changelog b/debian/changelog index f42f9dead..a65dc011d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,3 @@ -linux-2.6 (2.6.31-1~experimental.3a~test) UNRELEASED; urgency=low - - * Testing patches /dev/null - - -- Ben Hutchings 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.