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

pbuilder CVS Commit pbuilder-maint at lists.alioth.debian.org
Tue Aug 15 13:14:26 UTC 2006


  User: dancer  
  Date: 06/08/15 13:14:26

  Modified:    .        pbuilderrc.5 pbuilderrc pbuilder-checkparams
                        pbuilder-buildpackage ChangeLog
  Log:
  support PKGNAME_LOGFILE option in pbuilderrc.
  
  Revision  Changes    Path
  1.57      +6 -0      pbuilder/pbuilderrc.5
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pbuilderrc.5?annotate=1.57&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pbuilderrc.5?rev=1.57&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.57&r2=1.56&cvsroot=
  
  -----------------------------------
  
  Index: pbuilderrc.5
  ===================================================================
  RCS file: /cvsroot/pbuilder/pbuilder/pbuilderrc.5,v
  retrieving revision 1.56
  retrieving revision 1.57
  diff -u -r1.56 -r1.57
  --- pbuilderrc.5	24 May 2006 09:02:27 -0000	1.56
  +++ pbuilderrc.5	15 Aug 2006 13:14:25 -0000	1.57
  @@ -326,6 +326,12 @@
   The extension of filename used in pkgname-logfile option.
   
   .TP
  +.BI "PKGNAME_LOGFILE=" "yes"
  +Always run with
  +.B "--pkgname-logfile"
  +option, and create a logfile named after the package name.
  +
  +.TP
   .BI "PDEBUILD_PBUILDER=" "pbuilder"
   Specify what pbuilder implementation to use for pdebuild.
   The currently possible values are
  
  
  
  1.43      +3 -0      pbuilder/pbuilderrc
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pbuilderrc?annotate=1.43&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pbuilderrc?rev=1.43&content-type=text/x-cvsweb-markup&cvsroot=
  
  CVSWeb: Diff to previous version:   http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pbuilderrc.diff?r1=1.43&r2=1.42&cvsroot=
  
  -----------------------------------
  
  Index: pbuilderrc
  ===================================================================
  RCS file: /cvsroot/pbuilder/pbuilder/pbuilderrc,v
  retrieving revision 1.42
  retrieving revision 1.43
  diff -u -r1.42 -r1.43
  --- pbuilderrc	21 Mar 2006 22:15:11 -0000	1.42
  +++ pbuilderrc	15 Aug 2006 13:14:25 -0000	1.43
  @@ -64,3 +64,6 @@
   
   # default file extension for pkgname-logfile
   PKGNAME_LOGFILE_EXTENTION="_$(dpkg --print-architecture).build"
  +
  +# default PKGNAME_LOGFILE
  +PKGNAME_LOGFILE=""
  
  
  
  1.81      +1 -2      pbuilder/pbuilder-checkparams
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pbuilder-checkparams?annotate=1.81&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pbuilder-checkparams?rev=1.81&content-type=text/x-cvsweb-markup&cvsroot=
  
  CVSWeb: Diff to previous version:   http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pbuilder-checkparams.diff?r1=1.81&r2=1.80&cvsroot=
  
  -----------------------------------
  
  Index: pbuilder-checkparams
  ===================================================================
  RCS file: /cvsroot/pbuilder/pbuilder/pbuilder-checkparams,v
  retrieving revision 1.80
  retrieving revision 1.81
  diff -u -r1.80 -r1.81
  --- pbuilder-checkparams	10 Jun 2006 15:33:21 -0000	1.80
  +++ pbuilder-checkparams	15 Aug 2006 13:14:25 -0000	1.81
  @@ -30,7 +30,6 @@
   OVERRIDE_APTLINES="no"
   BINARY_ARCH="no"
   PBUILDER_BUILD_LOGFILE=
  -USE_PKGNAME_LOGFILE=""
   PRESERVE_BUILDPLACE="no"
   unset EXTRA_CONFIGFILE || true
   PBUILDER_DEBUGMODE=
  @@ -144,7 +143,7 @@
   	    shift; shift;
   	    ;;
   	--pkgname-logfile)
  -	    USE_PKGNAME_LOGFILE="yes"
  +	    PKGNAME_LOGFILE="yes"
   	    shift; 
   	    ;;
   	--aptconfdir)
  
  
  
  1.127     +3 -3      pbuilder/pbuilder-buildpackage
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pbuilder-buildpackage?annotate=1.127&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pbuilder-buildpackage?rev=1.127&content-type=text/x-cvsweb-markup&cvsroot=
  
  CVSWeb: Diff to previous version:   http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pbuilder-buildpackage.diff?r1=1.127&r2=1.126&cvsroot=
  
  -----------------------------------
  
  Index: pbuilder-buildpackage
  ===================================================================
  RCS file: /cvsroot/pbuilder/pbuilder/pbuilder-buildpackage,v
  retrieving revision 1.126
  retrieving revision 1.127
  diff -u -r1.126 -r1.127
  --- pbuilder-buildpackage	10 Jun 2006 15:09:52 -0000	1.126
  +++ pbuilder-buildpackage	15 Aug 2006 13:14:25 -0000	1.127
  @@ -69,7 +69,7 @@
   fi
   
   if [ -z "${PBUILDER_BUILD_LOGFILE}" ]; then
  -    if [ "${USE_PKGNAME_LOGFILE}" = "yes" ]; then
  +    if [ "${PKGNAME_LOGFILE}" = "yes" ]; then
   	PBUILDER_BUILD_LOGFILE="${BUILDRESULT}/"$(basename "${PACKAGENAME}" .dsc)"${PKGNAME_LOGFILE_EXTENTION}"
   	exec > "${PBUILDER_BUILD_LOGFILE}"
   	exec 2>&1
  
  
  
  1.400     +12 -1     pbuilder/ChangeLog
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/ChangeLog?annotate=1.400&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/ChangeLog?rev=1.400&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.400&r2=1.399&cvsroot=
  
  -----------------------------------
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvsroot/pbuilder/pbuilder/ChangeLog,v
  retrieving revision 1.399
  retrieving revision 1.400
  diff -u -r1.399 -r1.400
  --- ChangeLog	25 Jul 2006 23:41:00 -0000	1.399
  +++ ChangeLog	15 Aug 2006 13:14:25 -0000	1.400
  @@ -1,3 +1,14 @@
  +2006-08-15  Junichi Uekawa  <dancer at debian.org>
  +
  +	* debian/control (Recommends): recommend cowdancer, for those
  +	people who complain about speed.
  +
  +	* debian/TODO: update the TODO file for a change.
  +
  +	* pbuilder-checkparams: PKGNAME_LOGFILE option support 
  +	* pbuilderrc: PKGNAME_LOGFILE option support 
  +	* pbuilderrc.5: PKGNAME_LOGFILE option support 
  +
   2006-07-23  Junichi Uekawa  <dancer at debian.org>
   
   	* Documentation/pbuilder-doc.xml: update documentation on fakechroot.
  
  
  



More information about the Pbuilder-maint mailing list