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

pbuilder CVS Commit pbuilder-maint at lists.alioth.debian.org
Sat Apr 1 02:36:12 UTC 2006


  User: dancer  
  Date: 06/04/01 02:36:11

  Modified:    .        pdebuild ChangeLog
  Log:
  pdebuild --help works without ./debian dir.
  
  Revision  Changes    Path
  1.28      +3 -3      pbuilder/pdebuild
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pdebuild?annotate=1.28&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pdebuild?rev=1.28&content-type=text/x-cvsweb-markup&cvsroot=
  
  CVSWeb: Diff to previous version:   http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pdebuild.diff?r1=1.28&r2=1.27&cvsroot=
  
  -----------------------------------
  
  Index: pdebuild
  ===================================================================
  RCS file: /cvsroot/pbuilder/pbuilder/pdebuild,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- pdebuild	21 Dec 2005 11:57:29 -0000	1.27
  +++ pdebuild	1 Apr 2006 02:36:01 -0000	1.28
  @@ -17,6 +17,9 @@
   #   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
   set -e
   
  +export PBCURRENTCOMMANDLINEOPERATION="pdebuild"
  +. /usr/lib/pbuilder/pdebuild-checkparams
  +
   while ! test -d ./debian -o "$(pwd)" = "/" ; do
       cd ..;
   done
  @@ -26,9 +29,6 @@
       exit 1
   fi;
   
  -export PBCURRENTCOMMANDLINEOPERATION="pdebuild"
  -. /usr/lib/pbuilder/pdebuild-checkparams
  -
   PKG_SOURCENAME=$(dpkg-parsechangelog|sed -n 's/^Source: //p')
   PKG_VERSION=$(dpkg-parsechangelog|sed -n 's/^Version: \(.*:\|\)//p')
   ARCHITECTURE=$(dpkg-architecture -qDEB_HOST_ARCH)
  
  
  
  1.376     +7 -1      pbuilder/ChangeLog
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/ChangeLog?annotate=1.376&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/ChangeLog?rev=1.376&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.376&r2=1.375&cvsroot=
  
  -----------------------------------
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvsroot/pbuilder/pbuilder/ChangeLog,v
  retrieving revision 1.375
  retrieving revision 1.376
  diff -u -r1.375 -r1.376
  --- ChangeLog	31 Mar 2006 00:14:31 -0000	1.375
  +++ ChangeLog	1 Apr 2006 02:36:01 -0000	1.376
  @@ -1,3 +1,9 @@
  +2006-04-01  Junichi Uekawa  <dancer at debian.org>
  +
  +	* pdebuild: directory is moved after command-line is parsed.
  +	This should fix a few weird behaviors wrt relative directories, and 
  +	allow --help to work if there is no debian/ directory
  +
   2006-03-31  Junichi Uekawa  <dancer at debian.org>
   
   	* pbuilder-satisfydepends: spelling mistake, thanks pryzbyj for
  
  
  



More information about the Pbuilder-maint mailing list