mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-11-04 15:41:19 +00:00
29ad37150b
this makes sure we don't forget to bump the version in meson.build
10 lines
220 B
Text
10 lines
220 B
Text
[DEFAULT]
|
|
debian-branch = master
|
|
debian-tag = v%(version)s
|
|
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
|