From: Ben Harris Date: Mon, 3 Feb 2025 21:17:11 +0000 (+0000) Subject: Add more settings to debian/gbp.conf X-Git-Tag: archive/debian/3.251-1~6 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=623a5b91e275ad0d455ff44427d277955976e432;p=bedstead-debian.git Add more settings to debian/gbp.conf It doesn't seem wise to depend on gbp's defaults' not changing, so all the settings that describe the repository layout are now in there. --- diff --git a/debian/gbp.conf b/debian/gbp.conf index 141cbda..ec134a2 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -1,6 +1,12 @@ [DEFAULT] -# Use DEP-14 branch names. -debian-branch=debian/latest -upstream-branch=upstream/latest +# Repository-layout settings. These include ones that are gbp +# defaults just in case the defaults change. +pristine-tar = False +upstream-branch = upstream/latest +upstream-tag = upstream/%(version)s +upstream-tree = TAG +debian-branch = debian/latest +debian-tag = debian/%(version)s + # Allow work on any branch. -ignore-branch=True +ignore-branch = True