diff options
author | Guido Günther <agx@sigxcpu.org> | 2009-04-04 19:04:35 +0200 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2009-04-04 19:25:36 +0200 |
commit | e4db34b4adf1434581c76e7c58d6927f8d50154b (patch) | |
tree | 0a4895c15c49f871af8393b67042fc1c8a146d8e /gbp.conf | |
parent | 8d2c6bd851ece9c316696aa3f0760d4636626958 (diff) | |
download | git-buildpackage-e4db34b4adf1434581c76e7c58d6927f8d50154b.tar.gz git-buildpackage-e4db34b4adf1434581c76e7c58d6927f8d50154b.tar.bz2 git-buildpackage-e4db34b4adf1434581c76e7c58d6927f8d50154b.zip |
add postbuild hook
can be used to e.g. run lintian.
Closes: #521358
Diffstat (limited to 'gbp.conf')
-rw-r--r-- | gbp.conf | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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/ |