From cd410237326ccaf8250908ace65db01f47355170 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Wed, 11 Jan 2012 21:36:22 +0100 Subject: buildpackage: Allow to pass pbuilder options via commandline or gbp.conf --- gbp.conf | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gbp.conf') diff --git a/gbp.conf b/gbp.conf index cb0926f..f5c689c 100644 --- a/gbp.conf +++ b/gbp.conf @@ -46,6 +46,12 @@ #notify = off # Transparently handle submodules # submodules = True +# Wheter to use cowbuilder via git-pbuilder(1) +#pbuilder = True +# Which distribution to use with git-pbuilder +#dist = testing +# Options to pass to pbuilder when using git-pbuilder +#git-pbuilder-options = '--hookdir /etc/pbuilder/hooks' # Options only affecting git-import-orig [git-import-orig] -- cgit v1.2.3