From 93c1d456ed76177348913be87cf9de85367db5b7 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Tue, 18 Sep 2012 15:50:04 +0000 Subject: [PATCH] Now using xz for the debs. Rewritten-From: e24161b63d10d5752f3c87228738b9cc0ba72563 --- trusty/debian/changelog | 3 +++ trusty/debian/rules | 3 +++ 2 files changed, 6 insertions(+) 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 -- 2.45.2