From e4db34b4adf1434581c76e7c58d6927f8d50154b Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Sat, 4 Apr 2009 19:04:35 +0200 Subject: add postbuild hook can be used to e.g. run lintian. Closes: #521358 --- gbp.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gbp.conf') diff --git a/gbp.conf b/gbp.conf index 6fa05a4..7a1029e 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/ -- cgit v1.2.3