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

Bastian Blank waldi at alioth.debian.org
Sat Dec 24 22:14:36 UTC 2011


Author: waldi
Date: Sat Dec 24 22:14:34 2011
New Revision: 18422

Log:
* debian/changelog: Update.
* debian/rules.real: Use xz compression for all 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	Sat Dec 24 17:23:27 2011	(r18421)
+++ dists/trunk/linux-2.6/debian/changelog	Sat Dec 24 22:14:34 2011	(r18422)
@@ -15,7 +15,7 @@
   * [amd64] Update rt featureset to 3.2-rc5-rt8
 
   [ Bastian Blank ]
-  * Use xz compression for image packages.
+  * Use xz compression for all packages.
 
  -- Ben Hutchings <ben at decadent.org.uk>  Tue, 06 Dec 2011 04:31:19 +0000
 

Modified: dists/trunk/linux-2.6/debian/rules.real
==============================================================================
--- dists/trunk/linux-2.6/debian/rules.real	Sat Dec 24 17:23:27 2011	(r18421)
+++ dists/trunk/linux-2.6/debian/rules.real	Sat Dec 24 22:14:34 2011	(r18422)
@@ -154,7 +154,7 @@
 	dh_shlibdeps
 	dh_gencontrol -- $(GENCONTROL_ARGS)
 	dh_md5sums
-	dh_builddeb -- $(BUILDDEB_ARGS)
+	dh_builddeb -- -Zxz $(BUILDDEB_ARGS)
 
 install-dummy:
 	dh_testdir
@@ -352,7 +352,7 @@
 	+$(MAKE_SELF) \
 	  install-image_$(ARCH)_$(FEATURESET)_$(FLAVOUR)_plain_bug \
 	  PACKAGE_DIR='$(PACKAGE_DIR)' PACKAGE_NAME='$(PACKAGE_NAME)' REAL_VERSION='$(REAL_VERSION)'
-	+$(MAKE_SELF) install-base BUILDDEB_ARGS="-Zxz"
+	+$(MAKE_SELF) install-base
 
 install-image_armel_$(FEATURESET)_$(FLAVOUR)_plain_image \
 install-image_armhf_$(FEATURESET)_$(FLAVOUR)_plain_image \
@@ -477,7 +477,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="-Zxz"
+	+$(MAKE_SELF) install-base
 
 install-udeb_$(ARCH): export KW_DEFCONFIG_DIR=debian/installer
 install-udeb_$(ARCH): export KW_CONFIG_DIR=debian/installer/$(ARCH)



More information about the Kernel-svn-changes mailing list