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

pbuilder CVS Commit pbuilder-maint at lists.alioth.debian.org
Sun Dec 17 02:02:44 UTC 2006


  User: dancer  
  Date: 06/12/17 03:02:44

  Modified:    .        pbuilder ChangeLog
  Log:
  	* pbuilder: remove '/run' after 'execute'
  
  Revision  Changes    Path
  1.40      +1 -0      pbuilder/pbuilder
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pbuilder?annotate=1.40&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pbuilder?rev=1.40&content-type=text/x-cvsweb-markup&cvsroot=
  
  CVSWeb: Diff to previous version:   http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pbuilder.diff?r1=1.40&r2=1.39&cvsroot=
  
  -----------------------------------
  
  Index: pbuilder
  ===================================================================
  RCS file: /cvsroot/pbuilder/pbuilder/pbuilder,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -r1.39 -r1.40
  --- pbuilder	30 May 2006 23:45:45 -0000	1.39
  +++ pbuilder	17 Dec 2006 02:02:44 -0000	1.40
  @@ -112,6 +112,7 @@
   	chmod a+x "$RUNNAME"
   	executehooks "F"
   	${CHROOTEXEC} /run "$@"
  +	rm -f "$RUNNAME"
   
   	save_aptcache
   	trap umountproc_cleanbuildplace exit
  
  
  
  1.425     +5 -1      pbuilder/ChangeLog
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/ChangeLog?annotate=1.425&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/ChangeLog?rev=1.425&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.425&r2=1.424&cvsroot=
  
  -----------------------------------
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvsroot/pbuilder/pbuilder/ChangeLog,v
  retrieving revision 1.424
  retrieving revision 1.425
  diff -u -r1.424 -r1.425
  --- ChangeLog	9 Dec 2006 15:00:42 -0000	1.424
  +++ ChangeLog	17 Dec 2006 02:02:44 -0000	1.425
  @@ -1,3 +1,7 @@
  +2006-12-17  Junichi Uekawa  <dancer at debian.org>
  +
  +	* pbuilder: remove '/run' after 'execute'
  +
   2006-12-09  Loic Minier <lool at dooz.org>
   
   	* pbuilder-satisfydepends-experimental: small optimization: move
  
  
  



More information about the Pbuilder-maint mailing list