* debian/changelog: Update.

* debian/rules.real: Use xz compression for debug packages.

svn path=/dists/trunk/linux-2.6/; revision=18185
This commit is contained in:
Bastian Blank 2011-10-27 22:00:50 +00:00
parent c7bfae16cd
commit 20d4438cf5
2 changed files with 4 additions and 1 deletions

3
debian/changelog vendored
View File

@ -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 <ben@decadent.org.uk> Tue, 27 Sep 2011 06:02:56 +0100
linux-2.6 (3.1.0~rc7-1~experimental.1) experimental; urgency=low

2
debian/rules.real vendored
View File

@ -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%)