aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp.conf
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.conf
parent8d2c6bd851ece9c316696aa3f0760d4636626958 (diff)
add postbuild hook
can be used to e.g. run lintian. Closes: #521358
Diffstat (limited to 'gbp.conf')
-rw-r--r--gbp.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/gbp.conf b/gbp.conf
index 6fa05a42..7a1029e6 100644
--- a/gbp.conf
+++ b/gbp.conf
@@ -24,6 +24,8 @@
#keyid = 0xdeadbeef
# push to a remote repository after a successful tag:
#posttag = git-push git.example.com
+# call lintian after a successful build:
+#postbuild = lintian $GBP_CHANGES_FILE
# use this for more svn-buildpackage like behaviour:
#export-dir = ../build-area/
#tarball-dir = ../tarballs/