From af4265ef327a155501289ed5fdc4353350e32d7c Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Mon, 5 Oct 2009 18:13:08 +0200 Subject: export GBP_BRANCH to postimport hook so we can pass the current branch to git-dch --- gbp.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gbp.conf') diff --git a/gbp.conf b/gbp.conf index 0401132..f396362 100644 --- a/gbp.conf +++ b/gbp.conf @@ -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 -- cgit v1.2.3