projects
/
notmuch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f717d2e
)
debian: add upstream-tag and fix debian-tag configs for git-buildpackage
author
Jameson Graef Rollins
<jrollins@finestructure.net>
Mon, 12 Dec 2011 01:21:09 +0000
(17:21 -0800)
committer
David 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
patch
|
blob
|
history
diff --git
a/debian/gbp.conf
b/debian/gbp.conf
index dba526f66abc18e2b21fb616eccc75624dbc4958..6cb451a455e112ea8236161002887113a598b32f 100644
(file)
--- 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