From c0ea7bb0bfa64b731a3428d8d0b203e6c8bd4ff7 Mon Sep 17 00:00:00 2001 From: Stephane Glondu Date: Sat, 29 Nov 2008 11:11:59 +0100 Subject: [PATCH] Add debian/gbp.conf --- debian/gbp.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 debian/gbp.conf diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 00000000..73838075 --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,9 @@ +# Configuration file for git-buildpackage and friends + +[DEFAULT] +# the default branch for upstream sources: +upstream-branch = 3.11/upstream +# the default branch for the debian patch: +debian-branch = 3.11/master +# use pristine-tar: +pristine-tar = True -- 2.30.2