diff options
author | Richard Hartmann <richih.mailinglist@gmail.com> | 2012-02-27 16:43:33 +0100 |
---|---|---|
committer | Richard Hartmann <richih.mailinglist@gmail.com> | 2012-02-27 16:47:31 +0100 |
commit | fa4e533a232db8aa7b90a753e9fc400b75778829 (patch) | |
tree | 996d41295df75e07e6efb4c202c6955791b5a0ac /debian/gbp.conf | |
parent | a40c402e78329fd9740649b3e5a1d623690c267c (diff) | |
download | zsh-fa4e533a232db8aa7b90a753e9fc400b75778829.tar.gz zsh-fa4e533a232db8aa7b90a753e9fc400b75778829.zip |
Make debian/gbp.conf dynamic
Diffstat (limited to 'debian/gbp.conf')
-rw-r--r-- | debian/gbp.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/gbp.conf b/debian/gbp.conf index 848d033a5..8c381dbf3 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -1,9 +1,10 @@ # Configuration file for git-buildpackage and friends [DEFAULT] -upstream-branch = zsh-4.3.16 +upstream-branch = upstream debian-branch = debian -upstream-tree = branch +upstream-tag = zsh-%(version)s +debian-tag = debian/%(version)s # Options only affecting git-dch [git-dch] |