aboutsummaryrefslogtreecommitdiff
path: root/pbuilderrc.5
diff options
context:
space:
mode:
authorJunichi Uekawa <dancer@dancer64.netfort.gr.jp>2007-12-26 20:52:33 +0900
committerJunichi Uekawa <dancer@dancer64.netfort.gr.jp>2007-12-26 20:52:33 +0900
commit5e246c4e6460c8b13208f973bf7066b161dd1930 (patch)
treee11b665c9de7a2a6f71c775e8aee0a2c8e6685bb /pbuilderrc.5
parent0285bd82fa5d08ff64d14229e1daf25638ac8c89 (diff)
downloadpbuilder-5e246c4e6460c8b13208f973bf7066b161dd1930.tar
pbuilder-5e246c4e6460c8b13208f973bf7066b161dd1930.tar.gz
Document pbuilder-satisfydepends-gebi in manpage
Diffstat (limited to 'pbuilderrc.5')
-rw-r--r--pbuilderrc.526
1 files changed, 19 insertions, 7 deletions
diff --git a/pbuilderrc.5 b/pbuilderrc.5
index 8e35bf3..d356274 100644
--- a/pbuilderrc.5
+++ b/pbuilderrc.5
@@ -273,15 +273,27 @@ in
.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 three
-implementations, the "experimental" implementation,
+(i.e. install) the build-dependencies of a package. There are four
+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".
+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.
+
+The "gdebi" implementation, which will resolve build-dependencies
+using gdebi tool, faster than classic implementation, and does not
+require installation of a dummy package like the aptitude
+implementation.
+
+The "classic" implementation, which was the original implementation
+used until 0.172.
+
+The default is now "aptitude".
.TP
.BI "BUILDUSERID=" "1234"