From 623a5b91e275ad0d455ff44427d277955976e432 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Mon, 3 Feb 2025 21:17:11 +0000 Subject: [PATCH] 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. --- debian/gbp.conf | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) 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 -- 2.30.2