From aa1bdccdd3b2ec22521c512d918c009d37770465 Mon Sep 17 00:00:00 2001 From: lool Date: Mon, 13 Nov 2006 19:08:08 +0000 Subject: * Documentation/pbuilder-doc.xml: describe workaround of using backports.org to use cowdancer for sarge; fixes #394710. --- Documentation/pbuilder-doc.xml | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) (limited to 'Documentation') 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 + + Using cowdancer for sarge + + 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. + + + 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. + + + +$ 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 + + + + It is recommended to "Pin" the cowdancer package appropriately in + this case, via the APT preferences mechanism. + + + +$ cat preferences +Explanation: use cowdancer from backports +Package: cowdancer +Pin: release a=sarge-backports +Pin-Priority: 950 + + + Using pbuilder without tar.gz -- cgit v1.2.3