aboutsummaryrefslogtreecommitdiff
path: root/pbuilderrc
diff options
context:
space:
mode:
Diffstat (limited to 'pbuilderrc')
-rwxr-xr-xpbuilderrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/pbuilderrc b/pbuilderrc
index d09711c..71db7a3 100755
--- a/pbuilderrc
+++ b/pbuilderrc
@@ -34,6 +34,10 @@ DEBEMAIL=""
BUILDSOURCEROOTCMD="fakeroot"
PBUILDERROOTCMD="sudo"
+# command to satisfy build-dependencies; the default is an internal shell
+# implementation which is relatively slow
+PBUILDERSATISFYDEPENDSCMD="/usr/lib/pbuilder/pbuilder-satisfydepends"
+
#default is to build everything. Passed on to dpkg-buildpackage
#DEBBUILDOPTS="-b"
DEBBUILDOPTS=""