diff options
author | Jeremy T. Bouse <jbouse@debian.org> | 2014-09-06 23:59:09 -0400 |
---|---|---|
committer | Jeremy T. Bouse <jbouse@debian.org> | 2014-09-06 23:59:09 -0400 |
commit | e9306cab7448e641a54789039f5c8bfe988de320 (patch) | |
tree | 85bdb1a1aadb63c807ad037c9779b4a8d69dbcef | |
parent | 55629b2fcc7291e3e35cc85cf77abffe4704ed33 (diff) | |
download | python-paramiko-e9306cab7448e641a54789039f5c8bfe988de320.tar python-paramiko-e9306cab7448e641a54789039f5c8bfe988de320.tar.gz |
debian/gbp.conf: Update postbuild for git-buildpackage
-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 |