[calls] d/gbp.conf: Adjust debian-tag-msg



commit 5fc07678d133efbbf0f5f73607f12a9ce070ee1c
Author: Evangelos Ribeiro Tzaras <devrtz fortysixandtwo eu>
Date:   Mon Jun 27 04:32:51 2022 +0200

    d/gbp.conf: Adjust debian-tag-msg
    
    Tag messages have been a bit inconsistent in the past, because we
    created signed tags by hand.
    
    With this change we can just `gbp tag` and get consistently named tags
    and messages.

 debian/gbp.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/debian/gbp.conf b/debian/gbp.conf
index 53621004..e57ef6ae 100644
--- a/debian/gbp.conf
+++ b/debian/gbp.conf
@@ -1,7 +1,7 @@
 [DEFAULT]
 debian-branch = master
 debian-tag = v%(version)s
-debian-tag-msg = %(pkg)s v%(version)s
+debian-tag-msg = GNOME Calls v%(version)s
 
 [tag]
 sign-tags = true


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]