diff options
-rw-r--r-- | debian/gbp.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/gbp.conf b/debian/gbp.conf index c837676..cf34c79 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -3,7 +3,7 @@ pristine-tar = True [git-buildpackage] sign-tags = True -postbuild = lintian $GBP_CHANGES_FILE +postbuild = lintian -I $GBP_CHANGES_FILE && echo "Lintian OK" [git-dch] meta = True |