[postfwd] 04/08: Add lintian checks after build

Jan Wagner waja at moszumanska.debian.org
Thu Feb 27 23:25:58 UTC 2014


This is an automated email from the git hooks/post-receive script.

waja pushed a commit to branch master
in repository postfwd.

commit c00d6e58202ecc557658f4add1322bc34f38d42c
Author: Jan Wagner <waja at cyconet.org>
Date:   Tue Feb 25 14:02:44 2014 +0100

    Add lintian checks after build
---
 .travis.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 08d63ff..f0db5e8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,5 +19,9 @@ script:
     # build the debian package
     - debuild -uc -us
 
+after_script:
+    # run lintian after build
+    - sudo apt-get install -qq --no-install-recommends lintian
+    - lintian --info --display-info --display-experimental --pedantic --show-overrides ../*.deb && lintian --info --display-info --display-experimental --pedantic --show-overrides ../*.dsc
 #notifications:
 #  email: false

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/postfwd.git



More information about the Pkg-perl-cvs-commits mailing list