diff options
author | Loïc Minier <lool@dooz.org> | 2007-04-01 00:14:22 +0200 |
---|---|---|
committer | Loïc Minier <lool@dooz.org> | 2007-04-01 00:14:22 +0200 |
commit | da872b4891d080cbebccf315ead576077ad75fb2 (patch) | |
tree | 25a8a32de3e562614802809e2454dba97c98c1cf /pbuilderrc | |
parent | f4acdc7109cb34c8ec611525131415a18e01ec25 (diff) | |
download | pbuilder-da872b4891d080cbebccf315ead576077ad75fb2.tar pbuilder-da872b4891d080cbebccf315ead576077ad75fb2.tar.gz |
* Document pbuilder-satisfydepends-aptitude.
Diffstat (limited to 'pbuilderrc')
-rwxr-xr-x | pbuilderrc | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -35,10 +35,13 @@ BUILDSOURCEROOTCMD="fakeroot" PBUILDERROOTCMD="sudo" # command to satisfy build-dependencies; the default is an internal shell -# implementation which is relatively slow; there's an alternate experimental -# implementation, "pbuilder-satisfydepends-experimental", which might be useful -# to pull packages from experimental or from repositories with a low APT Pin -# Priority +# implementation which is relatively slow; 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 PBUILDERSATISFYDEPENDSCMD="/usr/lib/pbuilder/pbuilder-satisfydepends" #default is to build everything. Passed on to dpkg-buildpackage |