From ec9debd0184b5cc7a22f1e9c01bd6e2faf8fa5b4 Mon Sep 17 00:00:00 2001 From: Guido Guenther Date: Thu, 21 Feb 2008 16:23:03 +0100 Subject: add prstine-tar config option --- gbp.conf | 2 ++ gbp/config.py | 1 + 2 files changed, 3 insertions(+) diff --git a/gbp.conf b/gbp.conf index a620ab73..0ae42b9b 100644 --- a/gbp.conf +++ b/gbp.conf @@ -12,6 +12,8 @@ # the default tag formats used: #upstream-tag = upstream/%(version)s #debian-tag = debian/%(version)s +# use pristine-tar: +#pristine-tar = True # Options only affecting git-buildpackage [git-buildpackage] diff --git a/gbp/config.py b/gbp/config.py index e1e11a2e..6e1d5fa0 100644 --- a/gbp/config.py +++ b/gbp/config.py @@ -27,6 +27,7 @@ class GbpOptionParser(OptionParser): 'cleaner' : 'debuild clean', 'debian-branch' : 'master', 'upstream-branch' : 'upstream', + 'pristine-tar' : '', # empty means False 'sign-tags' : '', # empty means False 'no-create-orig' : '', # empty means False 'keyid' : '', -- cgit v1.2.3