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

pbuilder CVS Commit pbuilder-maint at lists.alioth.debian.org
Mon Nov 6 21:20:57 CET 2006


  User: lool    
  Date: 06/11/06 21:20:57

  Modified:    .        ChangeLog pbuilder-satisfydepends
  Log:
  * pbuilder-satisfydepends: drop an useless invocation of awk.
  
  Revision  Changes    Path
  1.419     +2 -1      pbuilder/ChangeLog
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/ChangeLog?annotate=1.419&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/ChangeLog?rev=1.419&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.419&r2=1.418&cvsroot=
  
  -----------------------------------
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvsroot/pbuilder/pbuilder/ChangeLog,v
  retrieving revision 1.418
  retrieving revision 1.419
  diff -u -r1.418 -r1.419
  --- ChangeLog	6 Nov 2006 20:06:25 -0000	1.418
  +++ ChangeLog	6 Nov 2006 20:20:56 -0000	1.419
  @@ -13,6 +13,7 @@
   	PBUILDERSATISFYDEPENDSCMD
   	* pdebuild: pass --pbuildersatisfydepends to pdebuild-internal.
   	* pbuilder-modules, pdebuild.1: document --pbuildersatisfydepends.
  +	* pbuilder-satisfydepends: drop an useless invocation of awk.
   
   2006-11-03  Loic Minier <lool at dooz.org>
   
  
  
  
  1.29      +2 -2      pbuilder/pbuilder-satisfydepends
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pbuilder-satisfydepends?annotate=1.29&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pbuilder-satisfydepends?rev=1.29&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.29&r2=1.28&cvsroot=
  
  -----------------------------------
  
  Index: pbuilder-satisfydepends
  ===================================================================
  RCS file: /cvsroot/pbuilder/pbuilder/pbuilder-satisfydepends,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- pbuilder-satisfydepends	30 May 2006 23:45:45 -0000	1.28
  +++ pbuilder-satisfydepends	6 Nov 2006 20:20:56 -0000	1.29
  @@ -104,7 +104,7 @@
   	sed 's/^[^: ]*://' | \
   	tr " " "/" | \
   	awk 'BEGIN{RS=","} {print}'); do
  -      echo " -> Considering $(echo "$INSTALLPKGMULTI" | tr "/" " " | awk '{print $0}' )"
  +      echo " -> Considering build-dep$(echo "$INSTALLPKGMULTI" | tr "/" " " )"
         SATISFIED="no"
         for INSTALLPKG in $(echo "$INSTALLPKGMULTI" | \
   	  awk 'BEGIN{RS="|"} {print}'); do
  
  
  



More information about the Pbuilder-maint mailing list