From 70d67648141b9669e31bd2c5864a3fa7546552d8 Mon Sep 17 00:00:00 2001
From: Loïc Minier <lool@dooz.org>
Date: Fri, 11 Dec 2009 19:07:48 +0100
Subject: Comment out COMPONENTS as main is the default

pbuilderrc: Comment out COMPONENTS as main is already the default; list
all components of Debian and Ubuntu as an example
---
 pbuilderrc | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

(limited to 'pbuilderrc')

diff --git a/pbuilderrc b/pbuilderrc
index 9b40e75..a8cfe3b 100755
--- a/pbuilderrc
+++ b/pbuilderrc
@@ -15,8 +15,10 @@ BUILDRESULT=/var/cache/pbuilder/result/
 
 # specifying the distribution forces the distribution on "pbuilder update"
 #DISTRIBUTION=lenny
-# specifying the components of the distribution
-COMPONENTS="main"
+# specifying the components of the distribution, for instance to enable all
+# components on Debian use "main contrib non-free" and on Ubuntu "main
+# restricted universe multiverse"
+#COMPONENTS="main"
 #specify the cache for APT 
 APTCACHE="/var/cache/pbuilder/aptcache/"
 APTCACHEHARDLINK="yes"
-- 
cgit v1.2.3