[buildd-tools-devel] [PATCH] Remove debfoster from things automatically installed by sbuild-createchroot

Wookey wookey at wookware.org
Mon Jan 16 02:15:06 UTC 2012


It is no longer needed as apt has all the relevant functionality and
it has been deprecated since 2006. This also means that
sbuild-createchroot work on ubuntu without adding
--components=main,universe (although maybe it should in fact do this
automatically for practical buildd use)
---
 bin/sbuild-createchroot |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/bin/sbuild-createchroot b/bin/sbuild-createchroot
index 90bb6c2..b3c3ec4 100755
--- a/bin/sbuild-createchroot
+++ b/bin/sbuild-createchroot
@@ -157,8 +157,7 @@ usage_error("sbuild-createchroot",
 # Make sure fakeroot and build-essential are installed
 $conf->set('INCLUDE', add_items($conf->get('INCLUDE'),
 				"fakeroot",
-				"build-essential",
-				"debfoster"));
+				"build-essential"));
 
 my $suite = $ARGV[0];
 # Create the target directory in advance so abs_path (which is buggy)
-- 
1.7.7.3




More information about the Buildd-tools-devel mailing list