]> git.notmuchmail.org Git - notmuch/commitdiff
debian: add upstream-tag and fix debian-tag configs for git-buildpackage
authorJameson Graef Rollins <jrollins@finestructure.net>
Mon, 12 Dec 2011 01:21:09 +0000 (17:21 -0800)
committerDavid Bremner <bremner@debian.org>
Thu, 15 Dec 2011 04:20:11 +0000 (00:20 -0400)
Debian tags have been using '/', instead of '-' as a separator.

debian/gbp.conf

index dba526f66abc18e2b21fb616eccc75624dbc4958..6cb451a455e112ea8236161002887113a598b32f 100644 (file)
@@ -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