unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH] debian: add upstream-tag and fix debian-tag configs for git-buildpackage
@ 2011-12-12  1:21 Jameson Graef Rollins
  2011-12-15  4:24 ` David Bremner
  0 siblings, 1 reply; 2+ messages in thread
From: Jameson Graef Rollins @ 2011-12-12  1:21 UTC (permalink / raw)
  To: Notmuch Mail

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] debian: add upstream-tag and fix debian-tag configs for git-buildpackage
  2011-12-12  1:21 [PATCH] debian: add upstream-tag and fix debian-tag configs for git-buildpackage Jameson Graef Rollins
@ 2011-12-15  4:24 ` David Bremner
  0 siblings, 0 replies; 2+ messages in thread
From: David Bremner @ 2011-12-15  4:24 UTC (permalink / raw)
  To: Jameson Graef Rollins, Notmuch Mail

On Sun, 11 Dec 2011 17:21:09 -0800, Jameson Graef Rollins <jrollins@finestructure.net> wrote:
> Debian tags have been using '/', instead of '-' as a separator.

pushed

d

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-12-15  4:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-12  1:21 [PATCH] debian: add upstream-tag and fix debian-tag configs for git-buildpackage Jameson Graef Rollins
2011-12-15  4:24 ` David Bremner

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).