[Pbuilder-maint] pbuilder CVS update: pbuilder/Documentation pbuilder-doc.xml

pbuilder CVS Commit pbuilder-maint at lists.alioth.debian.org
Mon Nov 13 20:08:08 CET 2006


  User: lool    
  Date: 06/11/13 20:08:08

  Modified:    Documentation pbuilder-doc.xml
  Log:
  * Documentation/pbuilder-doc.xml: describe workaround of using
    backports.org to use cowdancer for sarge; fixes #394710.
  
  Revision  Changes    Path
  1.78      +39 -1     pbuilder/Documentation/pbuilder-doc.xml
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/Documentation/pbuilder-doc.xml?annotate=1.78&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/Documentation/pbuilder-doc.xml?rev=1.78&content-type=text/x-cvsweb-markup&cvsroot=
  
  CVSWeb: Diff to previous version:   http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/Documentation/pbuilder-doc.xml.diff?r1=1.78&r2=1.77&cvsroot=
  
  -----------------------------------
  
  Index: pbuilder-doc.xml
  ===================================================================
  RCS file: /cvsroot/pbuilder/pbuilder/Documentation/pbuilder-doc.xml,v
  retrieving revision 1.77
  retrieving revision 1.78
  diff -u -r1.77 -r1.78
  --- pbuilder-doc.xml	29 Oct 2006 02:16:49 -0000	1.77
  +++ pbuilder-doc.xml	13 Nov 2006 19:08:08 -0000	1.78
  @@ -1362,6 +1362,44 @@
   $ 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>
  
  
  



More information about the Pbuilder-maint mailing list