[Pkg-nagios-changes] [pkg-nagios-snmp-plugins] 01/01: travis-ci: grab actual used upstream version

Jan Wagner waja at moszumanska.debian.org
Fri Aug 21 09:16:00 UTC 2015


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 bcecc23a6f55811f340a5f4eea60b79f5bb0c81a
Author: Jan Wagner <waja at cyconet.org>
Date:   Fri Aug 21 11:15:33 2015 +0200

    travis-ci: grab actual used upstream version
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index ce556be..ac8354c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,7 @@ before_install:
     # installneeded packages for uscan
     - sudo apt-get install -qq --no-install-recommends devscripts libwww-perl
     # download original tarball
-    - uscan --force-download
+    - UVERSION=$(dpkg-parsechangelog | grep ^Version | cut -d' ' -f2 | cut -d'-' -f1); uscan --verbose --download-version ${UVERSION} --force-download
     # remove packages needed for uscan
     - sudo apt-get purge -qq libwww-perl
     - sudo apt-get autoremove -qq

-- 
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