From d5e06cb5cae17d5f8b6ce1954e35443b2c7a7df3 Mon Sep 17 00:00:00 2001 From: Junichi Uekawa Date: Mon, 5 Jul 2010 22:18:05 +0900 Subject: Add an option to verify key signatures. (closes: #579028) By unsetting APTGETOPT, and setting PBUILDERSATISFYDEPENDSOPT=('--check-key'), the user now has an option of verifying the key signature of each package against the installed keyring. --- pbuilder-satisfydepends-gdebi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pbuilder-satisfydepends-gdebi') diff --git a/pbuilder-satisfydepends-gdebi b/pbuilder-satisfydepends-gdebi index b12aa87..bdf812d 100644 --- a/pbuilder-satisfydepends-gdebi +++ b/pbuilder-satisfydepends-gdebi @@ -36,7 +36,7 @@ function checkbuilddep_internal () { fi INSTALL=$(/usr/bin/gdebi --quiet --root $CHROOT --apt-line $NO_RECOMMENDS $DEBIAN_CONTROL) - $CHROOTEXEC /usr/bin/apt-get install -y --force-yes $INSTALL + $CHROOTEXEC /usr/bin/apt-get install -y "${APTGETOPT[@]}" $INSTALL } . /usr/lib/pbuilder/pbuilder-satisfydepends-checkparams -- cgit v1.2.3