From 5e2bbef1410919e42f495ca25bb1606cb24c1b67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Minier?= Date: Sat, 12 Dec 2009 19:13:39 +0100 Subject: Require gdebi/gdebi-core on host to resolve bdeps Require /usr/bin/gdebi on the host to resolve build-deps using pbuilder-satisfydepends-gdebi instead of installing it in the chroot which resulted in a less minimal build env. Use proper package name in Suggests. --- pbuilder-satisfydepends-checkparams | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pbuilder-satisfydepends-checkparams') diff --git a/pbuilder-satisfydepends-checkparams b/pbuilder-satisfydepends-checkparams index 13c7674..733fdd4 100755 --- a/pbuilder-satisfydepends-checkparams +++ b/pbuilder-satisfydepends-checkparams @@ -20,6 +20,7 @@ DEBIAN_CONTROL=debian/control +CHROOT="" CHROOTEXEC="" BD_REGEXP="build-(depends|depends-indep)" BC_REGEXP="build-(conflicts|conflicts-indep)" @@ -37,6 +38,7 @@ while [ -n "$1" ]; do # --chroot option and --internal-chrootexec options and --echo options somewhat conflict with each other. --chroot) + CHROOT="$2" CHROOTEXEC="chroot $2 " if [ ${CHROOTEXEC_AFTER_INTERNAL_CHROOTEXEC} = maybe ]; then echo '--chroot specified after --internal-chrootexec' >&2 -- cgit v1.2.3