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 <[email protected]> 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

