From: Antonio Ospite Date: Mon, 18 Nov 2013 23:09:51 +0000 (+0100) Subject: debian/gbp.conf: explicitly disable pristine-tar X-Git-Tag: debian/0.2-2~12 X-Git-Url: https://git.ao2.it/tweeper.git/commitdiff_plain/813efe0c66bedc9f385258c9eb83b577b33a1dcb debian/gbp.conf: explicitly disable pristine-tar This fixes build when users have pristine-tar set to True in the global configuration file. Thanks: gregor herrmann --- diff --git a/debian/gbp.conf b/debian/gbp.conf index 0a80fe8..7ac6ffb 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -2,3 +2,4 @@ debian-branch = debian upstream-branch = master upstream-tag = v%(version)s +pristine-tar = False