diff options
author | Guido Günther <agx@sigxcpu.org> | 2009-08-23 16:46:15 +0200 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2009-08-23 18:40:14 +0200 |
commit | ee6c23824949baec5c7333a4933f64504d1a62d4 (patch) | |
tree | 81956c9da3fba84c78b2d5a8c390ef90a5f8c946 /gbp.conf | |
parent | dcbe091422807d7bd0aede336ab1d12dd65384e5 (diff) | |
download | git-buildpackage-ee6c23824949baec5c7333a4933f64504d1a62d4.tar.gz git-buildpackage-ee6c23824949baec5c7333a4933f64504d1a62d4.tar.bz2 git-buildpackage-ee6c23824949baec5c7333a4933f64504d1a62d4.zip |
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
Diffstat (limited to 'gbp.conf')
-rw-r--r-- | gbp.conf | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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] |