From 20d4438cf59c659cf2f0a07ce9dde979479a8ba8 Mon Sep 17 00:00:00 2001 From: Bastian Blank Date: Thu, 27 Oct 2011 22:00:50 +0000 Subject: [PATCH] * debian/changelog: Update. * debian/rules.real: Use xz compression for debug packages. svn path=/dists/trunk/linux-2.6/; revision=18185 --- debian/changelog | 3 +++ debian/rules.real | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 3c12fb9ac..884824caf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,9 @@ linux-2.6 (3.1.0-1~experimental.1) UNRELEASED; urgency=low * Make kernel-wedge package checks non-fatal in experimental builds * [x86/!486] Enable INTEL_IDLE + [ Bastian Blank ] + * Use xz compression for debug packages. + -- Ben Hutchings Tue, 27 Sep 2011 06:02:56 +0100 linux-2.6 (3.1.0~rc7-1~experimental.1) experimental; urgency=low diff --git a/debian/rules.real b/debian/rules.real index 62e657b32..e0b69e981 100644 --- a/debian/rules.real +++ b/debian/rules.real @@ -497,7 +497,7 @@ ifeq ($(MODULES),True) find $(DEBUG_DIR)/lib/modules/$(REAL_VERSION)/ -mindepth 1 -maxdepth 1 \! -name kernel -exec rm {} \+ rm $(DEBUG_DIR)/lib/firmware -rf endif - +$(MAKE_SELF) install-base BUILDDEB_ARGS="-Zbzip2" + +$(MAKE_SELF) install-base BUILDDEB_ARGS="-Zxz" install-udeb_$(ARCH): export KW_CONFIG_DIR=debian/installer/$(ARCH) install-udeb_$(ARCH): DH_OPTIONS=$(PACKAGE_NAMES:%=-p%)