* debian/changelog: Update.

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

svn path=/dists/trunk/linux-2.6/; revision=18422
This commit is contained in:
Bastian Blank 2011-12-24 22:14:34 +00:00
parent 59c69816b4
commit 24d7d4d977
2 changed files with 4 additions and 4 deletions

2
debian/changelog vendored
View File

@ -15,7 +15,7 @@ linux-2.6 (3.2~rc7-1~experimental.1) UNRELEASED; urgency=low
* [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@decadent.org.uk> Tue, 06 Dec 2011 04:31:19 +0000

6
debian/rules.real vendored
View File

@ -154,7 +154,7 @@ install-base:
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 @@ endif
+$(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 @@ 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="-Zxz"
+$(MAKE_SELF) install-base
install-udeb_$(ARCH): export KW_DEFCONFIG_DIR=debian/installer
install-udeb_$(ARCH): export KW_CONFIG_DIR=debian/installer/$(ARCH)