From bd634361afcbf44c6ef6dddb7d249d6341a3eef2 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Mon, 25 Oct 2021 23:49:11 -0600 Subject: [PATCH] add a config file for git-buildpackage pointing to debian as packaging branch --- debian/gbp.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 debian/gbp.conf 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 -- 2.47.2