From: Bdale Garbee Date: Tue, 26 Oct 2021 05:49:11 +0000 (-0600) Subject: add a config file for git-buildpackage pointing to debian as packaging branch X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=bd634361afcbf44c6ef6dddb7d249d6341a3eef2;p=debian%2Fpforth add a config file for git-buildpackage pointing to debian as packaging branch --- diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..18dee6a --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,6 @@ +# Configuration file for git-buildpackage and friends + +[DEFAULT] +upstream-branch = upstream +debian-branch = debian +pristine-tar = True