From: Thomas Goirand Date: Tue, 18 Sep 2012 15:50:04 +0000 (+0000) Subject: Now using xz for the debs. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=93c1d456ed76177348913be87cf9de85367db5b7;p=openstack-build%2Fhorizon-build.git Now using xz for the debs. Rewritten-From: e24161b63d10d5752f3c87228738b9cc0ba72563 --- diff --git a/trusty/debian/changelog b/trusty/debian/changelog index d864cee..e2b5add 100644 --- a/trusty/debian/changelog +++ b/trusty/debian/changelog @@ -1,7 +1,10 @@ horizon (2012.2~e3-1) experimental; urgency=low + [ Mehdi Abaakouk ] * New upstream version * Remove CVE-2012-3540 fixed by upstream + [ Thomas Goirand ] + * Now using xz compression level 9 for the debs. -- Mehdi Abaakouk Mon, 10 Sep 2012 17:56:09 +0200 diff --git a/trusty/debian/rules b/trusty/debian/rules index 8923797..d5ee751 100755 --- a/trusty/debian/rules +++ b/trusty/debian/rules @@ -25,6 +25,9 @@ override_dh_auto_install: install -d -m 755 $(CURDIR)/debian/tmp/etc/apache2/sites-available/ cp -a $(CURDIR)/debian/openstack-dashboard-apache.conf $(CURDIR)/debian/tmp/etc/apache2/sites-available/openstack-dashboard +override_dh_builddeb: + dh_builddeb -- -Zxz -z9 + override_dh_auto_clean: dh_auto_clean rm -rf $(CURDIR)/horizon/build