[Pbuilder-maint] pbuilder CVS update: pbuilder pbuilderrc.5 pbuilder-satisfydepends pbuilder ChangeLog

pbuilder CVS Commit pbuilder-maint at lists.alioth.debian.org
Sat Feb 11 13:17:04 UTC 2006


  User: dancer  
  Date: 06/02/11 13:17:04

  Modified:    .        pbuilderrc.5 pbuilder-satisfydepends pbuilder
                        ChangeLog
  Log:
    * Update pbuilderrc man page to specify EXTRAPACKAGES is space-delimited
      (Closes: #352224).
    * Bug fix: "sudo pbuilder login --save-after-login includes the apt
      cache in the base.tgz", thanks to Andreas Beckmann (Closes: #351526).
    * Bug fix: "pbuilder: Arch-specific
      build-deps printed weird", thanks to Daniel Schepler (Closes:
      #184149).
  
  Revision  Changes    Path
  1.51      +3 -2      pbuilder/pbuilderrc.5
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pbuilderrc.5?annotate=1.51&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pbuilderrc.5?rev=1.51&content-type=text/x-cvsweb-markup&cvsroot=
  
  CVSWeb: Diff to previous version:   http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pbuilderrc.5.diff?r1=1.51&r2=1.50&cvsroot=
  
  -----------------------------------
  
  Index: pbuilderrc.5
  ===================================================================
  RCS file: /cvsroot/pbuilder/pbuilder/pbuilderrc.5,v
  retrieving revision 1.50
  retrieving revision 1.51
  diff -u -r1.50 -r1.51
  --- pbuilderrc.5	6 Jan 2006 12:37:14 -0000	1.50
  +++ pbuilderrc.5	11 Feb 2006 13:17:04 -0000	1.51
  @@ -1,4 +1,4 @@
  -.TH "pbuilderrc" 5 "2002 Sep 25" "Debian" "pbuilder"
  +.TH "pbuilderrc" 5 "2006 Feb 11" "Debian" "pbuilder"
   .SH NAME
   pbuilderrc \- configuration files for personal package builder
   .SH DESCRIPTION
  @@ -17,10 +17,11 @@
   This is overridden with the option 
   .BR "--basetgz" "."
   .TP
  -.BI "EXTRAPACKAGES=" "gcc3.0-athlon-builder"
  +.BI "EXTRAPACKAGES=" """ccache linda XXX"""
   Specifies extra packages which the system should install
   in the chroot on 
   .BR "pbuilder create" "."
  +This is a space-delimited list.
   Also this is installed on
   .B "pbuilder build"
   
  
  
  
  1.23      +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.23&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pbuilder-satisfydepends?rev=1.23&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.23&r2=1.22&cvsroot=
  
  -----------------------------------
  
  Index: pbuilder-satisfydepends
  ===================================================================
  RCS file: /cvsroot/pbuilder/pbuilder/pbuilder-satisfydepends,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- pbuilder-satisfydepends	4 Dec 2005 05:16:40 -0000	1.22
  +++ pbuilder-satisfydepends	11 Feb 2006 13:17:04 -0000	1.23
  @@ -84,7 +84,7 @@
   	sed 's/^[^: ]*://' | \
   	tr " " "/" | \
   	awk 'BEGIN{RS=","} {print}'); do
  -      echo " -> Considering "$(echo $INSTALLPKGMULTI | tr "/" " " | awk '{print $0}' )
  +      echo " -> Considering $(echo "$INSTALLPKGMULTI" | tr "/" " " | awk '{print $0}' )"
         SATISFIED="no"
         for INSTALLPKG in $(echo "$INSTALLPKGMULTI" | \
   	  awk 'BEGIN{RS="|"} {print}'); do
  
  
  
  1.35      +4 -0      pbuilder/pbuilder
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pbuilder?annotate=1.35&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pbuilder?rev=1.35&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.35&r2=1.34&cvsroot=
  
  -----------------------------------
  
  Index: pbuilder
  ===================================================================
  RCS file: /cvsroot/pbuilder/pbuilder/pbuilder,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- pbuilder	16 Aug 2005 22:18:24 -0000	1.34
  +++ pbuilder	11 Feb 2006 13:17:04 -0000	1.35
  @@ -71,6 +71,8 @@
   	${CHROOTEXEC} bin/bash
   
   	save_aptcache
  +	${CHROOTEXEC} /usr/bin/apt-get clean
  +
   	trap umountproc_cleanbuildplace exit
   
   	# saving the place afterwards
  @@ -112,6 +114,8 @@
   	${CHROOTEXEC} /run "$@"
   
   	save_aptcache
  +	${CHROOTEXEC} /usr/bin/apt-get clean
  +
   	trap umountproc_cleanbuildplace exit
   
   	# saving the place afterwards
  
  
  
  1.366     +9 -1      pbuilder/ChangeLog
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/ChangeLog?annotate=1.366&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/ChangeLog?rev=1.366&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.366&r2=1.365&cvsroot=
  
  -----------------------------------
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvsroot/pbuilder/pbuilder/ChangeLog,v
  retrieving revision 1.365
  retrieving revision 1.366
  diff -u -r1.365 -r1.366
  --- ChangeLog	29 Jan 2006 21:19:21 -0000	1.365
  +++ ChangeLog	11 Feb 2006 13:17:04 -0000	1.366
  @@ -1,3 +1,11 @@
  +2006-02-11  Junichi Uekawa  <dancer at debian.org>
  +
  +	* pbuilder-satisfydepends: quote echo INSTALLPKGMULTI
  +
  +	* pbuilder: apt-get clean after save_aptcache.
  +
  +	* pbuilderrc.5: document that EXTRAPACKAGES is a space-delimited list.
  +
   2006-01-30  Junichi Uekawa  <dancer at debian.org>
   
   	* Makefile: install the script
  
  
  



More information about the Pbuilder-maint mailing list