[PATCH] debian: add upstream-tag and fix debian-tag configs for git-buildpackage

Jameson Graef Rollins jrollins at finestructure.net
Sun Dec 11 17:21:09 PST 2011


Debian tags have been using '/', instead of '-' as a separator.
---
 debian/gbp.conf |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/debian/gbp.conf b/debian/gbp.conf
index dba526f..6cb451a 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
-- 
1.7.7.3



More information about the notmuch mailing list