[27572] in Source-Commits
python-discuss commit [debian]: Remove 'v' prefix from upstream tag name
daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Mon Feb 3 15:18:08 2014
Date: Mon, 3 Feb 2014 15:18:01 -0500
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201402032018.s13KI1hw027272@drugstore.mit.edu>
To: source-commits@MIT.EDU
https://github.com/mit-athena/python-discuss/commit/8be4a263ad8e8bc4ade66f4f9d86d95625768dbc
commit 8be4a263ad8e8bc4ade66f4f9d86d95625768dbc
Author: Jonathan Reed <jdreed@mit.edu>
Date: Mon Feb 3 15:17:33 2014 -0500
Remove 'v' prefix from upstream tag name
We don't want, e.g. 'v1.2' as the tag, but rather we just
want the version number.
debian/gbp.conf | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/debian/gbp.conf b/debian/gbp.conf
index 1e433a3..325113a 100644
--- a/debian/gbp.conf
+++ b/debian/gbp.conf
@@ -1,4 +1,4 @@
[DEFAULT]
-upstream-tag=v%(version)s
+upstream-tag=%(version)s
upstream-branch=origin
debian-branch=debian