[Pkg-nagios-changes] [pkg-nagios-snmp-plugins] 16/36: Add lintian checks after build
Jan Wagner
waja at moszumanska.debian.org
Wed Mar 5 22:24:31 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-snmp-plugins.
commit f82ac54371646a49ffe756637dfc59aea655ad8b
Author: Jan Wagner <waja at cyconet.org>
Date: Tue Feb 25 14:06:22 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-nagios/pkg-nagios-snmp-plugins.git
More information about the Pkg-nagios-changes
mailing list