fix verification warnings

This commit is contained in:
mtsio 2016-11-30 23:06:17 +02:00 committed by Ruben Rodriguez
parent e43e4e5bec
commit 81429f65dd

View file

@ -114,7 +114,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