From 293858dc52eb41e6e4657032de70099c057e5e4a Mon Sep 17 00:00:00 2001 From: Evangelos Ribeiro Tzaras Date: Fri, 16 Jul 2021 11:41:57 +0200 Subject: [PATCH] d/gbp.conf: Remove hook that bumps project version in meson.build This does not work well with GNOME's versioning. --- debian/gbp.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/debian/gbp.conf b/debian/gbp.conf index 3f869dc..5362100 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -7,5 +7,4 @@ debian-tag-msg = %(pkg)s v%(version)s sign-tags = true [dch] -postedit = sed -i s"@^\( \+version: '\)[0-9.]\+\(',\)@\1$GBP_DEBIAN_VERSION\2@" meson.build multimaint-merge = true