aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2009-04-04 19:04:35 +0200
committerGuido Günther <agx@sigxcpu.org>2009-04-04 19:25:36 +0200
commite4db34b4adf1434581c76e7c58d6927f8d50154b (patch)
tree0a4895c15c49f871af8393b67042fc1c8a146d8e /gbp
parent8d2c6bd851ece9c316696aa3f0760d4636626958 (diff)
add postbuild hook
can be used to e.g. run lintian. Closes: #521358
Diffstat (limited to 'gbp')
-rw-r--r--gbp/config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gbp/config.py b/gbp/config.py
index 2cf294ba..6fa223a6 100644
--- a/gbp/config.py
+++ b/gbp/config.py
@@ -34,6 +34,7 @@ class GbpOptionParser(OptionParser):
'no-create-orig' : 'False',
'keyid' : '',
'posttag' : '',
+ 'postbuild' : '',
'debian-tag' : 'debian/%(version)s',
'upstream-tag' : 'upstream/%(version)s',
'filter' : [],