[Pbuilder-maint] pbuilder CVS update: pbuildd/scripts pbuildd

pbuilder CVS Commit pbuilder-maint at lists.alioth.debian.org
Tue Jun 13 05:54:16 UTC 2006


  User: schepler
  Date: 06/06/13 05:54:16

  Modified:    scripts  pbuildd
  Log:
  Fix a bug causing Build-Depends not to be found when package names
  were listed on the command line.
  
  Revision  Changes    Path
  1.2       +1 -1      pbuildd/scripts/pbuildd
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/pbuildd?annotate=1.2&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/pbuildd?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=
  
  CVSWeb: Diff to previous version:   http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/pbuildd.diff?r1=1.2&r2=1.1&cvsroot=
  
  -----------------------------------
  
  Index: pbuildd
  ===================================================================
  RCS file: /cvsroot/pbuilder/pbuildd/scripts/pbuildd,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- pbuildd	3 Apr 2006 09:01:31 -0000	1.1
  +++ pbuildd	13 Jun 2006 05:54:15 -0000	1.2
  @@ -188,8 +188,8 @@
   }
   
   sub findExistingPkgs {
  +    chdir $buildroot;
       unless (-d "$buildroot/chroot") {
  -	chdir $buildroot;
   	mkdir 'chroot';
   	system 'tar', '-C', 'chroot', '-xz', '-f', 'base.tgz';
       }
  
  
  



More information about the Pbuilder-maint mailing list