From 59e95b3567f6300e08cd7217f11a11f0d064372a 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 --- xenial/debian/changelog | 3 +++ xenial/debian/rules | 3 +++ 2 files changed, 6 insertions(+) diff --git a/xenial/debian/changelog b/xenial/debian/changelog index d864cee..e2b5add 100644 --- a/xenial/debian/changelog +++ b/xenial/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/xenial/debian/rules b/xenial/debian/rules index 8923797..d5ee751 100755 --- a/xenial/debian/rules +++ b/xenial/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