aboutsummaryrefslogtreecommitdiff
path: root/pbuilderrc.5
diff options
context:
space:
mode:
authordancer <dancer>2006-02-11 13:17:03 +0000
committerdancer <dancer>2006-02-11 13:17:03 +0000
commite52cd2ed462922292acf1cdfdd88b78f3c280230 (patch)
tree53c3a7cbf590be1997efc3dd2c2127a26998c856 /pbuilderrc.5
parent116cd82460508ebd51f16cccdc54c9f014fee8ba (diff)
downloadpbuilder-e52cd2ed462922292acf1cdfdd88b78f3c280230.tar
pbuilder-e52cd2ed462922292acf1cdfdd88b78f3c280230.tar.gz
* Update pbuilderrc man page to specify EXTRAPACKAGES is space-delimited
(Closes: #352224). * Bug fix: "sudo pbuilder login --save-after-login includes the apt cache in the base.tgz", thanks to Andreas Beckmann (Closes: #351526). * Bug fix: "pbuilder: Arch-specific build-deps printed weird", thanks to Daniel Schepler (Closes: #184149).
Diffstat (limited to 'pbuilderrc.5')
-rw-r--r--pbuilderrc.55
1 files changed, 3 insertions, 2 deletions
diff --git a/pbuilderrc.5 b/pbuilderrc.5
index 5ce61b9..af105a3 100644
--- a/pbuilderrc.5
+++ b/pbuilderrc.5
@@ -1,4 +1,4 @@
-.TH "pbuilderrc" 5 "2002 Sep 25" "Debian" "pbuilder"
+.TH "pbuilderrc" 5 "2006 Feb 11" "Debian" "pbuilder"
.SH NAME
pbuilderrc \- configuration files for personal package builder
.SH DESCRIPTION
@@ -17,10 +17,11 @@ chroot image to be created and used.
This is overridden with the option
.BR "--basetgz" "."
.TP
-.BI "EXTRAPACKAGES=" "gcc3.0-athlon-builder"
+.BI "EXTRAPACKAGES=" """ccache linda XXX"""
Specifies extra packages which the system should install
in the chroot on
.BR "pbuilder create" "."
+This is a space-delimited list.
Also this is installed on
.B "pbuilder build"