Unverified Commit 676d63a8 authored by Mattia Rizzolo's avatar Mattia Rizzolo
Browse files

Revert "pbuilder: use the apt dependency resolver"

satisfying dependnecies from experimental doesn't work with apt, and we
don't have a good way to use different resolvers across distributions.

This reverts commit cf6c8577.
parent 6cfb5db5
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -18,9 +18,6 @@ APTCACHE=""
COMPRESSPROG="pigz"
BUILDPLACE=/srv/workspace/pbuilder  # build in /srv/workspace, which is in tmpfs

# dependency resolver to use - the default aptitude one has many dependencies
PBUILDERSATISFYDEPENDSCMD="/usr/lib/pbuilder/pbuilder-satisfydepends-apt"

# set PATH to predictable values, see #780729 and #780725
PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/games"