From: Loic Dachary Date: Sat, 7 Jul 2012 20:40:24 +0000 (+0200) Subject: Add compression = xz to debian/gbp.conf X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=203396535d2d8dd9c6b874a9fbcbf95903864f3e;p=openstack-build%2Fhorizon-build.git Add compression = xz to debian/gbp.conf Rewritten-From: 27ee46d86ed4bb1f740b438569cd2d7b335b3064 --- diff --git a/xenial/debian/changelog b/xenial/debian/changelog index 12c292b..f56f67c 100644 --- a/xenial/debian/changelog +++ b/xenial/debian/changelog @@ -1,12 +1,16 @@ horizon (2012.1.1-3) unstable; urgency=low + [ Thomas Goirand ] * Added missing (build-)dependencies (took what was in the Ubuntu package and which seems to be missing in Debian). * Fixed missing license in debian/copyright. * Added a get-vcs-source target in debian/rules. * Fixed debian/copyright header. - -- Thomas Goirand Fri, 06 Jul 2012 18:03:53 +0000 + [ Loic Dachary (OuoU) ] + * Add compression = xz to debian/gbp.conf + + -- Loic Dachary (OuoU) Sat, 07 Jul 2012 22:39:48 +0200 horizon (2012.1.1-2) unstable; urgency=low diff --git a/xenial/debian/gbp.conf b/xenial/debian/gbp.conf index 0e3770a..ec67660 100644 --- a/xenial/debian/gbp.conf +++ b/xenial/debian/gbp.conf @@ -5,3 +5,4 @@ upstream-tag = %(version)s [git-buildpackage] export-dir = ../build-area/ +compression = xz