[kernel] r18185 - dists/trunk/linux-2.6/debian

Bastian Blank waldi at alioth.debian.org
Thu Oct 27 22:00:52 UTC 2011


Author: waldi
Date: Thu Oct 27 22:00:50 2011
New Revision: 18185

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

Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/rules.real

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	Thu Oct 27 20:58:14 2011	(r18184)
+++ dists/trunk/linux-2.6/debian/changelog	Thu Oct 27 22:00:50 2011	(r18185)
@@ -12,6 +12,9 @@
   * 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 at decadent.org.uk>  Tue, 27 Sep 2011 06:02:56 +0100
 
 linux-2.6 (3.1.0~rc7-1~experimental.1) experimental; urgency=low

Modified: dists/trunk/linux-2.6/debian/rules.real
==============================================================================
--- dists/trunk/linux-2.6/debian/rules.real	Thu Oct 27 20:58:14 2011	(r18184)
+++ dists/trunk/linux-2.6/debian/rules.real	Thu Oct 27 22:00:50 2011	(r18185)
@@ -497,7 +497,7 @@
 	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%)



More information about the Kernel-svn-changes mailing list