Description: Disable the check for fakeroot on the host
Author: Johannes Schauer <josch@debian.org>

--- sbuild-0.71.0.orig/lib/Sbuild/Conf.pm
+++ sbuild-0.71.0/lib/Sbuild/Conf.pm
@@ -285,11 +285,12 @@ sub setup ($) {
 	    HELP => 'Additional command-line options for adt-virt-*',
 	    CLI_OPTIONS => ['--adt-virt-server-opt', '--adt-virt-server-opts']
 	},
+	# Do not check for the existance of fakeroot because it's needed
+	# inside the chroot and not on the host
 	'FAKEROOT'				=> {
 	    TYPE => 'STRING',
 	    VARNAME => 'fakeroot',
 	    GROUP => 'Programs',
-	    CHECK => $validate_program,
 	    DEFAULT => 'fakeroot',
 	    HELP => 'Path to fakeroot binary'
 	},
