diff options
author | Guilhem Moulin <guilhem@debian.org> | 2021-02-15 00:11:41 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@debian.org> | 2021-02-15 01:33:27 +0100 |
commit | 3584044be715d3442e9e4fa78d3ac454743e7f63 (patch) | |
tree | b0774538653ee6ffc01aecbcecf699ab09b9edef /debian | |
parent | bf430d1785919eee6f08efd20a417cbef14c21ec (diff) |
d/gbp.conf: Update upstream tag template.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/gbp.conf | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 87d6250..1b33f3b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ lacme (0.7-2) UNRELEASED; urgency=medium * Add d/upstream/signing-key.asc, the OpenPGP used to signed upstream tags. * d/control: Bump Standards-Version to 4.5.1 (no changes necessary). * Add d/watch pointing to the upstream repository. + * d/gbp.conf: Update upstream tag template. -- Guilhem Moulin <guilhem@debian.org> Wed, 09 Dec 2020 20:11:40 +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 |