From e354493c2acb44b0b98782abee1b20206d76c470 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Otto=20Kek=C3=A4l=C3=A4inen?= Date: Sun, 24 Nov 2024 12:58:18 -0800 Subject: [PATCH] fixup! Extend default debian/gbp.conf with extra security config tips --- template.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template.go b/template.go index fc7f8d0..95d3de9 100644 --- a/template.go +++ b/template.go @@ -365,7 +365,7 @@ ignore-branch = True #upstream-signatures = on # Ensure the Debian maintainer signs git tags automatically -sign-tags = True +#sign-tags = True `) return nil }