[Pkg-nagios-changes] [pkg-nagios-plugins] 03/05: Add lintian checks after build

Jan Wagner waja at moszumanska.debian.org
Wed Mar 5 19:49:23 UTC 2014


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

waja pushed a commit to branch master
in repository pkg-nagios-plugins.

commit 4e50939006a7dda14f1a5b78829335d7aafb0710
Author: Jan Wagner <waja at cyconet.org>
Date:   Tue Feb 25 14:08:08 2014 +0100

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

diff --git a/.travis.yml b/.travis.yml
index f9d8c30..3a455c3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,6 +25,10 @@ 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-nagios/pkg-nagios-plugins.git



More information about the Pkg-nagios-changes mailing list