aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp.conf
diff options
context:
space:
mode:
Diffstat (limited to 'gbp.conf')
-rw-r--r--gbp.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/gbp.conf b/gbp.conf
index ce6fc111..04011320 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]