[Pkg-nagios-changes] [pkg-nagios-snmp-plugins] 05/36: Reorder and comment .travis.yml
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 b8ad984e16d5dd94d70ad76bf8cadf0fbc7ac156
Author: Jan Wagner <waja at cyconet.org>
Date: Sun Feb 16 23:10:52 2014 +0100
Reorder and comment .travis.yml
---
.travis.yml | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 52fa260..08d63ff 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,14 +1,22 @@
language: c
-install:
+before_install:
+ # update package list
- sudo apt-get update -qq
+ # installneeded packages for uscan
- sudo apt-get install -qq --no-install-recommends devscripts libwww-perl
+ # download original tarball
- uscan --force-download
+ # remove packages needed for uscan
- sudo apt-get purge -qq libwww-perl
- sudo apt-get autoremove -qq
+
+install:
+ # install build dependencies
- sudo apt-get install -qq --no-install-recommends debhelper dpatch
script:
+ # build the debian package
- debuild -uc -us
#notifications:
--
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