diff options
author | Guido Günther <agx@sigxcpu.org> | 2009-10-05 18:13:08 +0200 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2009-10-05 18:14:30 +0200 |
commit | af4265ef327a155501289ed5fdc4353350e32d7c (patch) | |
tree | e22f0a0ab94b3b072cb73d3db7397a76472fbc9b /gbp.conf | |
parent | 260afa1f7d04a4c72d85374ba27355a82bc134f7 (diff) | |
download | git-buildpackage-af4265ef327a155501289ed5fdc4353350e32d7c.tar.gz git-buildpackage-af4265ef327a155501289ed5fdc4353350e32d7c.tar.bz2 git-buildpackage-af4265ef327a155501289ed5fdc4353350e32d7c.zip |
export GBP_BRANCH to postimport hook
so we can pass the current branch to git-dch
Diffstat (limited to 'gbp.conf')
-rw-r--r-- | gbp.conf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ # filter out files from tarball passed to pristine tar #filter-pristine-tar = True # hook run after the import: -#postimport = git-dch -N%(version)s -S -a +#postimport = git-dch -N%(version)s -S -a --debian-branch=$GBP_BRANCH # emulate old behaviour of calling dch: #postimport = dch -v%(version)s New Upstream Version |