don't use '--skip-signature' when calling uscan since bug #926429 brakes the download function
This commit is contained in:
parent
8bc079693d
commit
c0a806f303
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue