uscan needs gnupg2 and libwww-perl to function

This commit is contained in:
Hans-Christoph Steiner 2018-06-26 12:10:09 +02:00
parent 33ee16058f
commit 305bd2e66d
1 changed files with 2 additions and 1 deletions

View File

@ -31,7 +31,8 @@ git reset --hard
git fetch --all
git checkout -B pristine-tar origin/pristine-tar || ( \
echo "no pristine-tar branch, trying uscan";
uscan --verbose --download-current-version --force-download --rename;
apt_get_auto_install gnupg2 libwww-perl;
uscan --verbose --download-current-version --force-download --rename --skip-signature;
)
echo "make $CI_COMMIT_REF_NAME branch current for gbp"
git checkout -B "$CI_COMMIT_REF_NAME" "$CI_COMMIT_SHA"