travis-ci: grab actual used upstream version
This commit is contained in:
parent
1353afabd7
commit
5dbc8cbf0c
|
@ -8,7 +8,7 @@ before_install:
|
||||||
# remove the shiped gawk (we use mawk)
|
# remove the shiped gawk (we use mawk)
|
||||||
- sudo apt-get purge -qq gawk
|
- sudo apt-get purge -qq gawk
|
||||||
#
|
#
|
||||||
- sudo apt-get install -qq --no-install-recommends devscripts libwww-perl libcrypt-ssleay-perl && uscan --force-download && sudo apt-get purge -qq libwww-perl libcrypt-ssleay-perl && sudo apt-get autoremove -qq
|
- sudo apt-get install -qq --no-install-recommends devscripts libwww-perl libcrypt-ssleay-perl && UVERSION=$(dpkg-parsechangelog | grep ^Version | cut -d' ' -f2 | cut -d'-' -f1); uscan --verbose --download-version ${UVERSION} --force-download && sudo apt-get purge -qq libwww-perl libcrypt-ssleay-perl && sudo apt-get autoremove -qq
|
||||||
# # installneeded packages for uscan
|
# # installneeded packages for uscan
|
||||||
# - sudo apt-get install -qq --no-install-recommends devscripts libwww-perl libcrypt-ssleay-perl
|
# - sudo apt-get install -qq --no-install-recommends devscripts libwww-perl libcrypt-ssleay-perl
|
||||||
# # download original tarball
|
# # download original tarball
|
||||||
|
|
Loading…
Reference in a new issue