aboutsummaryrefslogtreecommitdiff
path: root/pbuilderrc.5
diff options
context:
space:
mode:
authorJunichi Uekawa <dancer@dancer64.netfort.gr.jp>2007-08-28 13:30:43 +0900
committerJunichi Uekawa <dancer@dancer64.netfort.gr.jp>2007-08-28 13:30:43 +0900
commit777070d2d72a9308cdb451b07faa43aaa577b744 (patch)
tree1815eb0cdce5db02ba7823ebc455efc13b3b8f51 /pbuilderrc.5
parentacc30134ea97b8c1c387e953e1d03fad6edcb408 (diff)
downloadpbuilder-777070d2d72a9308cdb451b07faa43aaa577b744.tar
pbuilder-777070d2d72a9308cdb451b07faa43aaa577b744.tar.gz
* rename pbuilder-satisfydepends to pbuilder-satisfydepends-classic, and
install pbuilder-satisfydepends-aptitude as the deafault pbuilder-satisfydepends * install aptitude per default in chroot.
Diffstat (limited to 'pbuilderrc.5')
-rw-r--r--pbuilderrc.517
1 files changed, 10 insertions, 7 deletions
diff --git a/pbuilderrc.5 b/pbuilderrc.5
index 92c2146..9972f64 100644
--- a/pbuilderrc.5
+++ b/pbuilderrc.5
@@ -260,13 +260,16 @@ in
.TP
.BI "PBUILDERSATISFYDEPENDSCMD=" "/usr/lib/pbuilder/pbuilder-satisfydepends"
-This option is used by various parts of pbuilder to satisfy (i.e. install) the
-build-dependencies of a package. There are two alternate implementations, the
-"experimental" implementation, "pbuilder-satisfydepends-experimental", which
-might be useful to pull packages from experimental or from repositories with a
-low APT Pin Priority, and the "aptitude" implementation, which will resolve
-build-dependencies and build-conflicts with aptitude which helps dealing with
-complex cases but does not support unsigned APT repositories
+This option is used by various parts of pbuilder to satisfy
+(i.e. install) the build-dependencies of a package. There are three
+implementations, the "experimental" implementation,
+"pbuilder-satisfydepends-experimental", which might be useful to pull
+packages from experimental or from repositories with a low APT Pin
+Priority, the "aptitude" implementation, which will resolve
+build-dependencies and build-conflicts with aptitude which helps
+dealing with complex cases but does not support unsigned APT
+repositories, and the "classic" implementation, which is the original
+implementation used until 0.172. The default is now "aptitude".
.TP
.BI "BUILDUSERID=" "1234"