diff options
author | Alessio Treglia <alessio@debian.org> | 2010-08-15 12:40:53 +0200 |
---|---|---|
committer | Alessio Treglia <alessio@debian.org> | 2010-08-15 12:40:53 +0200 |
commit | 6bfbe74d0e7912a94f951cdc72080a590ca70577 (patch) | |
tree | b1b70f6848cc4d4966a4b316adf81b0563189e68 /debian/gbp.conf | |
parent | 21b73807724b66d3b9204d8e64727af89f0ac551 (diff) |
debian/gbp.conf: Set tarball compression to bzip2.
Diffstat (limited to 'debian/gbp.conf')
-rw-r--r-- | debian/gbp.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/gbp.conf b/debian/gbp.conf index 9be049f..8e96d07 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -1,2 +1,3 @@ [git-buildpackage] pristine-tar = True +compression = bzip2 |