From cff135b43e2f0d5667bc629c6d95e68ecb5512eb Mon Sep 17 00:00:00 2001 From: Balint Reczey Date: Wed, 13 Nov 2019 21:09:24 +0100 Subject: [PATCH] debian/gbp.conf: Add minimal configuration for branch and tag naming --- debian/gbp.conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 debian/gbp.conf diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 00000000..63e89550 --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,3 @@ +[DEFAULT] +debian-branch=ubuntu/master +debian-tag = %(version)s