]> review.fuel-infra Code Review - openstack-build/horizon-build.git/commitdiff
Now using xz for the debs.
authorThomas Goirand <thomas@goirand.fr>
Tue, 18 Sep 2012 15:50:04 +0000 (15:50 +0000)
committerThomas Goirand <thomas@goirand.fr>
Tue, 18 Sep 2012 15:50:04 +0000 (15:50 +0000)
Rewritten-From: e24161b63d10d5752f3c87228738b9cc0ba72563

trusty/debian/changelog
trusty/debian/rules

index d864cee0dfdf6e101f89b1be7ad055bbbbb93e1a..e2b5add4a7d5486a0c19a71d232dd4fedf269366 100644 (file)
@@ -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 <sileht@sileht.net>  Mon, 10 Sep 2012 17:56:09 +0200
 
index 892379763c32e2fe0b7caf6030f9a21b648bb932..d5ee7516837bea713ee06594ab141ce6b28ae5ad 100755 (executable)
@@ -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