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

Bastian Blank waldi at alioth.debian.org
Tue Apr 27 11:26:13 UTC 2010


Author: waldi
Date: Tue Apr 27 11:26:09 2010
New Revision: 15568

Log:
debian/rules.real: Use bzip2 for debugging images.

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

Modified: dists/trunk/linux-2.6/debian/rules.real
==============================================================================
--- dists/trunk/linux-2.6/debian/rules.real	Tue Apr 27 08:53:51 2010	(r15567)
+++ dists/trunk/linux-2.6/debian/rules.real	Tue Apr 27 11:26:09 2010	(r15568)
@@ -152,7 +152,7 @@
 	dh_shlibdeps
 	dh_gencontrol -- $(GENCONTROL_ARGS)
 	dh_md5sums
-	dh_builddeb
+	dh_builddeb -- $(BUILDDEB_ARGS)
 
 install-doc: PACKAGE_NAME = linux-doc-$(VERSION)
 install-doc: DIR = $(BUILD_DIR)/build-doc
@@ -450,7 +450,7 @@
 	rm $(DEBUG_DIR)/lib/modules/*/{build,source,modules.*}
 	rm $(DEBUG_DIR)/lib/firmware -rf
 endif
-	+$(MAKE_SELF) install-base
+	+$(MAKE_SELF) install-base BUILDDEB_ARGS="-Zbzip2"
 
 install-patch: PACKAGE = linux-patch-debian-$(VERSION)
 install-patch: pbase := /usr/src/kernel-patches/all/$(UPSTREAMVERSION)



More information about the Kernel-svn-changes mailing list