From 29ad37150b0c6a5f8ba37e7d1be420e0660a2415 Mon Sep 17 00:00:00 2001 From: Evangelos Ribeiro Tzaras Date: Fri, 26 Feb 2021 12:32:13 +0100 Subject: [PATCH] d/gbp.conf: automatically bump project version this makes sure we don't forget to bump the version in meson.build --- debian/gbp.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/gbp.conf b/debian/gbp.conf index 6cbe4dc..98b80ad 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -5,3 +5,6 @@ debian-tag-msg = %(pkg)s v%(version)s [tag] sign-tags = true + +[dch] +postedit = sed -i s"@^\( \+version: '\)[0-9.]\+\(',\)@\1$GBP_DEBIAN_VERSION\2@" meson.build