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

pbuilder CVS Commit pbuilder-maint at lists.alioth.debian.org
Mon Jun 5 11:39:04 UTC 2006


  User: dancer  
  Date: 06/06/05 11:39:04

  Modified:    .        pdebuild-internal ChangeLog
  Log:
  su -p for pdebuild-internal, to allow options passing through environment.
  
  Revision  Changes    Path
  1.12      +2 -2      pbuilder/pdebuild-internal
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pdebuild-internal?annotate=1.12&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pdebuild-internal?rev=1.12&content-type=text/x-cvsweb-markup&cvsroot=
  
  CVSWeb: Diff to previous version:   http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pdebuild-internal.diff?r1=1.12&r2=1.11&cvsroot=
  
  -----------------------------------
  
  Index: pdebuild-internal
  ===================================================================
  RCS file: /cvsroot/pbuilder/pbuilder/pdebuild-internal,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- pdebuild-internal	30 May 2006 23:45:45 -0000	1.11
  +++ pdebuild-internal	5 Jun 2006 11:39:04 -0000	1.12
  @@ -82,4 +82,4 @@
   export HOME=$(pwd)/../
   
   # do build with that user.
  -echo /usr/bin/dpkg-buildpackage -rfakeroot -us -uc '${DEBBUILDOPTS}' | su pbuser
  +echo /usr/bin/dpkg-buildpackage -rfakeroot -us -uc '${DEBBUILDOPTS}' | su -p pbuser
  
  
  
  1.391     +5 -1      pbuilder/ChangeLog
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/ChangeLog?annotate=1.391&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/ChangeLog?rev=1.391&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.391&r2=1.390&cvsroot=
  
  -----------------------------------
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvsroot/pbuilder/pbuilder/ChangeLog,v
  retrieving revision 1.390
  retrieving revision 1.391
  diff -u -r1.390 -r1.391
  --- ChangeLog	4 Jun 2006 05:23:44 -0000	1.390
  +++ ChangeLog	5 Jun 2006 11:39:04 -0000	1.391
  @@ -1,3 +1,7 @@
  +2006-06-05  Junichi Uekawa  <dancer at debian.org>
  +
  +	* pdebuild-internal: -p for 'su'
  +
   2006-06-04  Junichi Uekawa  <dancer at debian.org>
   
   	* debian/TODO: spellfix
  
  
  



More information about the Pbuilder-maint mailing list