don't use '--skip-signature' when calling uscan since bug #926429 brakes the download function

This commit is contained in:
Louis-Philippe Véronneau 2019-04-25 12:33:19 -04:00
parent 8bc079693d
commit c0a806f303
No known key found for this signature in database
GPG Key ID: 7AEAC4EC6AAA0A97
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ if [[ $debversion = *-* ]]; then
else else
echo "no pristine-tar branch, trying uscan"; echo "no pristine-tar branch, trying uscan";
apt_get_auto_install gnupg2 libwww-perl; apt_get_auto_install gnupg2 libwww-perl;
uscan --verbose --download-current-version --force-download --rename --skip-signature; uscan --verbose --download-current-version --force-download --rename;
fi fi
else else
echo "building native package version $debversion" echo "building native package version $debversion"