From: Stephane Glondu Date: Sat, 29 Nov 2008 10:11:59 +0000 (+0100) Subject: Add debian/gbp.conf X-Git-Tag: archive/raspbian/4.08.1-4+rpi1~3^2~449^2~28 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c0ea7bb0bfa64b731a3428d8d0b203e6c8bd4ff7;p=ocaml.git Add 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