diff options
author | lool <lool> | 2006-11-13 19:08:08 +0000 |
---|---|---|
committer | lool <lool> | 2006-11-13 19:08:08 +0000 |
commit | aa1bdccdd3b2ec22521c512d918c009d37770465 (patch) | |
tree | 795ec53524e1bcb067319e53d2fef7ded368d6a7 /Documentation | |
parent | 1aa3024fb4b430b2336f6b5fe870f81496344ebc (diff) | |
download | pbuilder-aa1bdccdd3b2ec22521c512d918c009d37770465.tar pbuilder-aa1bdccdd3b2ec22521c512d918c009d37770465.tar.gz |
* Documentation/pbuilder-doc.xml: describe workaround of using
backports.org to use cowdancer for sarge; fixes #394710.
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/pbuilder-doc.xml | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/Documentation/pbuilder-doc.xml b/Documentation/pbuilder-doc.xml index 7ce6206..8f97189 100644 --- a/Documentation/pbuilder-doc.xml +++ b/Documentation/pbuilder-doc.xml @@ -1362,6 +1362,44 @@ cvs -z3 -d:pserver:anonymous@cvs.alioth.debian.org:/cvsroot/pbuilder co pbuilder $ pdebuild --pbuilder cowbuilder </screen> </para> + <sect2 id="sargecowdancer"> + <title>Using cowdancer for sarge</title> + <para> + cowdancer was introduced after the release of sarge; if you want to + build packages for sarge with cowbuilder, you will need to workaround + its unavailability. + </para> + <para> + One way to workaround the problem is to set APTCONFDIR in pbuilderrc + to point to a directory with a list of sources for APT which has both + sarge and sarge-backports. + </para> + <para> + <screen> +$ cat sources.list +# sarge-backports +deb http://www.backports.org/debian sarge-backports main +deb-src http://www.backports.org/debian sarge-backports main + +# sarge +deb http://ftp.de.debian.org/debian sarge main +deb-src http://ftp.de.debian.org/debian sarge main + </screen> + </para> + <para> + It is recommended to "Pin" the cowdancer package appropriately in + this case, via the APT preferences mechanism. + </para> + <para> + <screen> +$ cat preferences +Explanation: use cowdancer from backports +Package: cowdancer +Pin: release a=sarge-backports +Pin-Priority: 950 + </screen> + </para> + </sect2> </sect1> <sect1 id="withouttargz"> <title>Using pbuilder without tar.gz</title> |