diff --git a/helpers/config b/helpers/config index 2a751c7aa8e0a5aee8f8a6e06aa57698ec073551..72b03232191cdb37d0111f00e4640061beb4725e 100755 --- a/helpers/config +++ b/helpers/config @@ -113,7 +113,9 @@ cd PACKAGES/$PACKAGE #Get package and uncompress it apt-get update -c $LOCAL_APT/etc/apt.conf apt-get source $PACKAGE --download-only -c ${LOCAL_APT}/etc/apt.conf -dpkg-source -x --skip-patches *.dsc source +# verify it first +gpgv --keyring ${LOCAL_APT}/etc/trusted.gpg *.dsc +dpkg-source --no-check -x --skip-patches *.dsc source find -maxdepth 1 -type f | xargs rm cd source