From a06f7b6737de04b118af93cc247b052f6396fe0c Mon Sep 17 00:00:00 2001 From: Jameson Graef Rollins Date: Sun, 11 Dec 2011 17:21:09 -0800 Subject: debian: add upstream-tag and fix debian-tag configs for git-buildpackage Debian tags have been using '/', instead of '-' as a separator. --- debian/gbp.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'debian/gbp.conf') diff --git a/debian/gbp.conf b/debian/gbp.conf index dba526f6..6cb451a4 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -10,5 +10,8 @@ debian-branch = master # Directory for performing the build export-dir = ./debian-build +# Format for upstream tags +upstream-tag = %(version)s + # Format for the debian tag -debian-tag = debian-%(version)s +debian-tag = debian/%(version)s -- cgit v1.2.3