From e2d8405ec220a8c0417fada1404bd749fa71f8f8 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Fri, 11 Dec 2020 11:40:13 +0100 Subject: d/gbp.conf: Update upstream tag template. --- debian/changelog | 1 + debian/gbp.conf | 2 +- debian/watch | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 691ec98..d261ddd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ interimap (0.5.3-2) UNRELEASED; urgency=medium * Really add d/upstream/signing-key.asc, the OpenPGP used to signed upstream tags. * Add d/watch pointing to the upstream repository. + * d/gbp.conf: Update upstream tag template. -- Guilhem Moulin Wed, 09 Dec 2020 16:13:26 +0100 diff --git a/debian/gbp.conf b/debian/gbp.conf index 4daf79f..5dd08f9 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -1,6 +1,6 @@ [DEFAULT] upstream-branch = master debian-branch = debian -upstream-tag = upstream/%(version)s +upstream-tag = v%(version)s debian-tag = debian/%(version)s pristine-tar = False diff --git a/debian/watch b/debian/watch index 68c4589..eaf2fe7 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ version=4 opts="mode=git,pgpmode=gittag" \ -https://git.guilhem.org/interimap/ refs/tags/v-([\d\.]+) +https://git.guilhem.org/interimap/ refs/tags/v([\d\.]+) -- cgit v1.2.3