Bug#929141: git-buildpackage: set default compression xz, instead of bzip2

2020-10-08 Thread Roger Shimizu
control: close -1 0.9.15

since the patch was already merged, let's close this ticket.
-- 
Roger Shimizu, GMT +9 Tokyo
PGP/GPG: 4096R/6C6ACD6417B3ACB1



Bug#929141: git-buildpackage: set default compression xz, instead of bzip2

2019-05-18 Thread Guido Günther
Hi,
On Sat, May 18, 2019 at 09:24:21AM +0900, Hideki Yamane wrote:
> Package: git-buildpackage
> Version: 0.9.14
> Severity: wishlist
> Tags: patch
> 
> Dear Maintainer,
> 
>  It's better to use xz as default compression for orig.tarball,
>  instead of bzip2 in gbp.conf, IMO. Patch attached.

I've tweaked the commit message slightly and applied. the patch. Thanks!
 -- Guido



Bug#929141: git-buildpackage: set default compression xz, instead of bzip2

2019-05-17 Thread Hideki Yamane
Package: git-buildpackage
Version: 0.9.14
Severity: wishlist
Tags: patch

Dear Maintainer,

 It's better to use xz as default compression for orig.tarball,
 instead of bzip2 in gbp.conf, IMO. Patch attached.
>From f7f4545c30111a77a959b86c57bcda7e07dcdc19 Mon Sep 17 00:00:00 2001
From: Hideki Yamane 
Date: Sat, 18 May 2019 09:20:54 +0900
Subject: [PATCH] gbp.conf: set default compresson to xz, instead of bzip2

---
 gbp.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gbp.conf b/gbp.conf
index d104a50..877db84 100644
--- a/gbp.conf
+++ b/gbp.conf
@@ -39,8 +39,8 @@
 #tarball-dir = ../tarballs/
 #ignore-new = True
 #export = HEAD
-# compress with bzip2
-#compression = bzip2
+# compress with xz
+#compression = xz
 # use best compression
 #compression-level = best
 # Don't send notifications, alternatives: on/true, off/false or auto
-- 
2.20.1