[Pbuilder-maint] pbuilder CVS update: pbuilder pbuilder-satisfydepends ChangeLog

pbuilder CVS Commit pbuilder-maint at lists.alioth.debian.org
Mon May 22 02:18:00 UTC 2006


  User: dancer  
  Date: 06/05/22 02:18:00

  Modified:    .        pbuilder-satisfydepends ChangeLog
  Log:
  revert the satisfydepends change until it is confirmed with dpkg-dev maintainers.
  
  Revision  Changes    Path
  1.27      +7 -1      pbuilder/pbuilder-satisfydepends
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pbuilder-satisfydepends?annotate=1.27&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pbuilder-satisfydepends?rev=1.27&content-type=text/x-cvsweb-markup&cvsroot=
  
  CVSWeb: Diff to previous version:   http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pbuilder-satisfydepends.diff?r1=1.27&r2=1.26&cvsroot=
  
  -----------------------------------
  
  Index: pbuilder-satisfydepends
  ===================================================================
  RCS file: /cvsroot/pbuilder/pbuilder/pbuilder-satisfydepends,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- pbuilder-satisfydepends	15 May 2006 12:46:56 -0000	1.26
  +++ pbuilder-satisfydepends	22 May 2006 02:18:00 -0000	1.27
  @@ -43,6 +43,12 @@
   function expand_arch () {
       local ARCH="$1"
       local EXPANDED_ARCH
  +    
  +    # just keep the original behavior.
  +    echo "$ARCH"
  +    return
  +
  +    # the following may be used if dpkg change is set to stone.
       if echo "$ARCH" | grep "-" > /dev/null; then
           EXPANDED_ARCH=$ARCH
       else
  
  
  
  1.383     +8 -1      pbuilder/ChangeLog
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/ChangeLog?annotate=1.383&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/ChangeLog?rev=1.383&content-type=text/x-cvsweb-markup&cvsroot=
  
  CVSWeb: Diff to previous version:   http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/ChangeLog.diff?r1=1.383&r2=1.382&cvsroot=
  
  -----------------------------------
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvsroot/pbuilder/pbuilder/ChangeLog,v
  retrieving revision 1.382
  retrieving revision 1.383
  diff -u -r1.382 -r1.383
  --- ChangeLog	17 May 2006 03:00:52 -0000	1.382
  +++ ChangeLog	22 May 2006 02:18:00 -0000	1.383
  @@ -1,3 +1,10 @@
  +2006-05-22  Junichi Uekawa  <dancer at debian.org>
  +
  +	* debian/TODO: update TODO, amd64-x86 cross build is documented and functional.
  +
  +	* pbuilder-satisfydepends: keep the original behavior until dpkg
  +	change is verified.
  +
   2006-05-17  Junichi Uekawa  <dancer at debian.org>
   
   	* Documentation/pbuilder-doc.xml: minor updates to the
  
  
  



More information about the Pbuilder-maint mailing list