From ee6c23824949baec5c7333a4933f64504d1a62d4 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Sun, 23 Aug 2009 16:46:15 +0200 Subject: add postimport hook for git-import-orig Allows to run git-dch after import. Drop the dch invocation and warn when --no-dch gets passed on the commandline. Closes: #520355 --- gbp.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gbp.conf') diff --git a/gbp.conf b/gbp.conf index ce6fc11..0401132 100644 --- a/gbp.conf +++ b/gbp.conf @@ -39,6 +39,10 @@ #filter = .svn # 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 +# emulate old behaviour of calling dch: +#postimport = dch -v%(version)s New Upstream Version # Options only affecting git-import-dsc [git-import-dsc] -- cgit v1.2.3