From 7815514a4789fd6aead2c3e1c2590d02911bf668 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20G=C3=BCnther?= Date: Sun, 1 Sep 2024 08:37:27 +0200 Subject: [PATCH] packaging: Keep meson verson in sync with changelog Part-of: --- debian/gbp.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/gbp.conf b/debian/gbp.conf index 3a67b2a..5d7b3bb 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -8,3 +8,5 @@ sign-tags = true [dch] multimaint-merge = true +postedit = sed -i s"@^\( \+version: '\)\S\+\(',\)@\1$GBP_DEBIAN_VERSION\2@" meson.build +ignore-regex = ((Signed-off|Acked)-by:|Part-of:)