[Pbuilder-maint] pbuilder CVS update: pbuilder pdebuild.1 pdebuild-checkparams pbuilderrc.5 pbuilder-user-mode-linux pbuilder-updatebuildenv pbuilder-uml-checkparams pbuilder-satisfydepends pbuilder-modules pbuilder-loadconfig pbuilder-createbuildenv pbuilder-checkparams pbuilder-buildpackage-funcs pbuilder-buildpackage pbuilder ChangeLog

pbuilder CVS Commit pbuilder-maint at lists.alioth.debian.org
Sun May 14 18:32:33 UTC 2006


  User: dancer  
  Date: 06/05/14 18:32:33

  Modified:    .        pdebuild.1 pdebuild-checkparams pbuilderrc.5
                        pbuilder-user-mode-linux pbuilder-updatebuildenv
                        pbuilder-uml-checkparams pbuilder-satisfydepends
                        pbuilder-modules pbuilder-loadconfig
                        pbuilder-createbuildenv pbuilder-checkparams
                        pbuilder-buildpackage-funcs pbuilder-buildpackage
                        pbuilder ChangeLog
  Log:
    * fix pdebuild --help output (closes: #367133)
  
  	* pbuilderrc.5: undocument the restriction that --buildresult
  	option needs to be specified for pdebuild, and BUILDRESULT cannot
  	be used.
  
  	I should probably warn that the directory should be absolute.
  
  	* pdebuild.1: fix man a bit to make --buildresult option doc
  	unambiguous.
  
  Revision  Changes    Path
  1.23      +3 -3      pbuilder/pdebuild.1
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pdebuild.1?annotate=1.23&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pdebuild.1?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/pdebuild.1.diff?r1=1.23&r2=1.22&cvsroot=
  
  -----------------------------------
  
  Index: pdebuild.1
  ===================================================================
  RCS file: /cvsroot/pbuilder/pbuilder/pdebuild.1,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- pdebuild.1	29 Aug 2005 12:41:57 -0000	1.22
  +++ pdebuild.1	14 May 2006 18:32:32 -0000	1.23
  @@ -1,4 +1,4 @@
  -.TH "pdebuild" 1 "2005 Jul 10" "Debian" "pbuilder"
  +.TH "pdebuild" 1 "2006 May 15" "Debian" "pbuilder"
   .SH NAME
   pdebuild \- pbuilder way of doing debuild
   .SH SYNOPSIS
  @@ -50,8 +50,8 @@
   
   The place which build result is stored.
   
  -Note that for pdebuild, the setting for buildresult needs to be specified
  -here in the command-line.
  +Note that for pdebuild, buildresult needs to be specified as pdebuild
  +option in the command-line, not as pbuilder option.
   
   .TP
   .BI "\-\-configfile [" "Extra config file to use" "]"
  
  
  
  1.5       +1 -2      pbuilder/pdebuild-checkparams
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pdebuild-checkparams?annotate=1.5&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pdebuild-checkparams?rev=1.5&content-type=text/x-cvsweb-markup&cvsroot=
  
  CVSWeb: Diff to previous version:   http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pdebuild-checkparams.diff?r1=1.5&r2=1.4&cvsroot=
  
  -----------------------------------
  
  Index: pdebuild-checkparams
  ===================================================================
  RCS file: /cvsroot/pbuilder/pbuilder/pdebuild-checkparams,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- pdebuild-checkparams	21 Dec 2005 11:57:29 -0000	1.4
  +++ pdebuild-checkparams	14 May 2006 18:32:32 -0000	1.5
  @@ -1,7 +1,7 @@
   #! /bin/bash 
   # this is sourced from pbuilder packages to process the optional parameters.
   #   pbuilder -- personal Debian package builder
  -#   Copyright (C) 2005 Junichi Uekawa
  +#   Copyright (C) 2005-2006 Junichi Uekawa
   #
   #   This program is free software; you can redistribute it and/or modify
   #   it under the terms of the GNU General Public License as published by
  @@ -110,4 +110,3 @@
   if [ -z "${CHROOTEXEC}" ]; then
       CHROOTEXEC="chroot $BUILDPLACE "
   fi
  -
  
  
  
  1.55      +5 -6      pbuilder/pbuilderrc.5
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pbuilderrc.5?annotate=1.55&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pbuilderrc.5?rev=1.55&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.55&r2=1.54&cvsroot=
  
  -----------------------------------
  
  Index: pbuilderrc.5
  ===================================================================
  RCS file: /cvsroot/pbuilder/pbuilder/pbuilderrc.5,v
  retrieving revision 1.54
  retrieving revision 1.55
  diff -u -r1.54 -r1.55
  --- pbuilderrc.5	21 Mar 2006 22:15:11 -0000	1.54
  +++ pbuilderrc.5	14 May 2006 18:32:32 -0000	1.55
  @@ -1,4 +1,4 @@
  -.TH "pbuilderrc" 5 "2006 Feb 11" "Debian" "pbuilder"
  +.TH "pbuilderrc" 5 "2006 May 15" "Debian" "pbuilder"
   .SH NAME
   pbuilderrc \- configuration files for personal package builder
   .SH DESCRIPTION
  @@ -113,11 +113,11 @@
   Specify the default directory which the build result will
   be copied over to after the building.
   
  -This option is not effective for 
  -.B pdebuild 
  -command. Use 
  +Unlike
   .B "--buildresult"
  -option instead.
  +command-line option.
  +The path is not canonicalized, so you should specify a full-path,
  +not a relative path.
   
   .TP
   .BI "DISTRIBUTION=" "sid"
  @@ -338,4 +338,3 @@
   .SH "SEE ALSO"
   .RI "pbuilder (" 8 "), "
   .RI "pdebuild (" 1 ")"
  -
  
  
  
  1.49      +3 -2      pbuilder/pbuilder-user-mode-linux
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pbuilder-user-mode-linux?annotate=1.49&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pbuilder-user-mode-linux?rev=1.49&content-type=text/x-cvsweb-markup&cvsroot=
  
  CVSWeb: Diff to previous version:   http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pbuilder-user-mode-linux.diff?r1=1.49&r2=1.48&cvsroot=
  
  -----------------------------------
  
  Index: pbuilder-user-mode-linux
  ===================================================================
  RCS file: /cvsroot/pbuilder/pbuilder/pbuilder-user-mode-linux,v
  retrieving revision 1.48
  retrieving revision 1.49
  diff -u -r1.48 -r1.49
  --- pbuilder-user-mode-linux	21 Dec 2005 11:57:29 -0000	1.48
  +++ pbuilder-user-mode-linux	14 May 2006 18:32:32 -0000	1.49
  @@ -1,7 +1,8 @@
   #! /bin/bash
  -# common modules for pbuilder.
  +# pbuilder user-mode-linux hack.
  +# 
   #   pbuilder -- personal Debian package builder
  -#   Copyright (C) 2001-2005 Junichi Uekawa
  +#   Copyright (C) 2001-2006 Junichi Uekawa
   #
   #   This program is free software; you can redistribute it and/or modify
   #   it under the terms of the GNU General Public License as published by
  
  
  
  1.43      +1 -1      pbuilder/pbuilder-updatebuildenv
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pbuilder-updatebuildenv?annotate=1.43&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pbuilder-updatebuildenv?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/pbuilder-updatebuildenv.diff?r1=1.43&r2=1.42&cvsroot=
  
  -----------------------------------
  
  Index: pbuilder-updatebuildenv
  ===================================================================
  RCS file: /cvsroot/pbuilder/pbuilder/pbuilder-updatebuildenv,v
  retrieving revision 1.42
  retrieving revision 1.43
  diff -u -r1.42 -r1.43
  --- pbuilder-updatebuildenv	12 Feb 2006 04:41:15 -0000	1.42
  +++ pbuilder-updatebuildenv	14 May 2006 18:32:32 -0000	1.43
  @@ -1,6 +1,6 @@
   #! /bin/bash
   #   pbuilder -- personal Debian package builder
  -#   Copyright (C) 2001-2003,2005 Junichi Uekawa
  +#   Copyright (C) 2001-2003,2005-2006 Junichi Uekawa
   #
   #   This program is free software; you can redistribute it and/or modify
   #   it under the terms of the GNU General Public License as published by
  
  
  
  1.9       +1 -1      pbuilder/pbuilder-uml-checkparams
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pbuilder-uml-checkparams?annotate=1.9&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pbuilder-uml-checkparams?rev=1.9&content-type=text/x-cvsweb-markup&cvsroot=
  
  CVSWeb: Diff to previous version:   http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pbuilder-uml-checkparams.diff?r1=1.9&r2=1.8&cvsroot=
  
  -----------------------------------
  
  Index: pbuilder-uml-checkparams
  ===================================================================
  RCS file: /cvsroot/pbuilder/pbuilder/pbuilder-uml-checkparams,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- pbuilder-uml-checkparams	22 Feb 2006 15:23:34 -0000	1.8
  +++ pbuilder-uml-checkparams	14 May 2006 18:32:32 -0000	1.9
  @@ -1,6 +1,6 @@
   #! /bin/bash
   #   pbuilder-user-mode-linux -- personal Debian package builder
  -#   Copyright (C) 2004,2005 Junichi Uekawa
  +#   Copyright (C) 2004-2006 Junichi Uekawa
   #
   #   This program is free software; you can redistribute it and/or modify
   #   it under the terms of the GNU General Public License as published by
  
  
  
  1.25      +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.25&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pbuilder-satisfydepends?rev=1.25&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.25&r2=1.24&cvsroot=
  
  -----------------------------------
  
  Index: pbuilder-satisfydepends
  ===================================================================
  RCS file: /cvsroot/pbuilder/pbuilder/pbuilder-satisfydepends,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- pbuilder-satisfydepends	31 Mar 2006 00:14:31 -0000	1.24
  +++ pbuilder-satisfydepends	14 May 2006 18:32:32 -0000	1.25
  @@ -1,6 +1,6 @@
   #!/bin/bash
   #   pbuilder -- personal Debian package builder
  -#   Copyright (C) 2001,2002,2003,2005 Junichi Uekawa
  +#   Copyright (C) 2001,2002,2003,2005-2006 Junichi Uekawa
   #
   #   This program is free software; you can redistribute it and/or modify
   #   it under the terms of the GNU General Public License as published by
  
  
  
  1.94      +1 -1      pbuilder/pbuilder-modules
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pbuilder-modules?annotate=1.94&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pbuilder-modules?rev=1.94&content-type=text/x-cvsweb-markup&cvsroot=
  
  CVSWeb: Diff to previous version:   http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pbuilder-modules.diff?r1=1.94&r2=1.93&cvsroot=
  
  -----------------------------------
  
  Index: pbuilder-modules
  ===================================================================
  RCS file: /cvsroot/pbuilder/pbuilder/pbuilder-modules,v
  retrieving revision 1.93
  retrieving revision 1.94
  diff -u -r1.93 -r1.94
  --- pbuilder-modules	22 Apr 2006 04:21:25 -0000	1.93
  +++ pbuilder-modules	14 May 2006 18:32:32 -0000	1.94
  @@ -24,7 +24,7 @@
   Distributed under GNU Public License version 2 or later
   
   pbuilder [operation] [pbuilder-options]
  -pdebuild [pbuilder-options]
  +pdebuild [pdebuild-options] -- [pbuilder-options]
   
   command lines:
   pbuilder create [--basetgz base.tgz-path] [--distribution potato|woody|sarge|etch|sid|experimental]
  
  
  
  1.2       +1 -1      pbuilder/pbuilder-loadconfig
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pbuilder-loadconfig?annotate=1.2&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pbuilder-loadconfig?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/pbuilder/pbuilder-loadconfig.diff?r1=1.2&r2=1.1&cvsroot=
  
  -----------------------------------
  
  Index: pbuilder-loadconfig
  ===================================================================
  RCS file: /cvsroot/pbuilder/pbuilder/pbuilder-loadconfig,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- pbuilder-loadconfig	6 Sep 2002 03:57:11 -0000	1.1
  +++ pbuilder-loadconfig	14 May 2006 18:32:33 -0000	1.2
  @@ -1,7 +1,7 @@
   #! /bin/bash 
   # this is sourced from pbuilder packages to process the optional parameters.
   #   pbuilder -- personal Debian package builder
  -#   Copyright (C) 2001,2002 Junichi Uekawa
  +#   Copyright (C) 2001,2002,2006 Junichi Uekawa
   #
   #   This program is free software; you can redistribute it and/or modify
   #   it under the terms of the GNU General Public License as published by
  
  
  
  1.51      +1 -1      pbuilder/pbuilder-createbuildenv
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pbuilder-createbuildenv?annotate=1.51&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pbuilder-createbuildenv?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/pbuilder-createbuildenv.diff?r1=1.51&r2=1.50&cvsroot=
  
  -----------------------------------
  
  Index: pbuilder-createbuildenv
  ===================================================================
  RCS file: /cvsroot/pbuilder/pbuilder/pbuilder-createbuildenv,v
  retrieving revision 1.50
  retrieving revision 1.51
  diff -u -r1.50 -r1.51
  --- pbuilder-createbuildenv	12 Feb 2006 04:41:15 -0000	1.50
  +++ pbuilder-createbuildenv	14 May 2006 18:32:33 -0000	1.51
  @@ -1,7 +1,7 @@
   #! /bin/bash
   # Creating the build environment with debootstrap.
   #   pbuilder -- personal Debian package builder
  -#   Copyright (C) 2001-2003,2005 Junichi Uekawa
  +#   Copyright (C) 2001-2003,2005-2006 Junichi Uekawa
   #
   #   This program is free software; you can redistribute it and/or modify
   #   it under the terms of the GNU General Public License as published by
  
  
  
  1.77      +1 -1      pbuilder/pbuilder-checkparams
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pbuilder-checkparams?annotate=1.77&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pbuilder-checkparams?rev=1.77&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.77&r2=1.76&cvsroot=
  
  -----------------------------------
  
  Index: pbuilder-checkparams
  ===================================================================
  RCS file: /cvsroot/pbuilder/pbuilder/pbuilder-checkparams,v
  retrieving revision 1.76
  retrieving revision 1.77
  diff -u -r1.76 -r1.77
  --- pbuilder-checkparams	22 Feb 2006 15:23:34 -0000	1.76
  +++ pbuilder-checkparams	14 May 2006 18:32:33 -0000	1.77
  @@ -1,7 +1,7 @@
   #! /bin/bash 
   # this is sourced from pbuilder packages to process the optional parameters.
   #   pbuilder -- personal Debian package builder
  -#   Copyright (C) 2001-2005 Junichi Uekawa
  +#   Copyright (C) 2001-2006 Junichi Uekawa
   #
   #   This program is free software; you can redistribute it and/or modify
   #   it under the terms of the GNU General Public License as published by
  
  
  
  1.29      +2 -2      pbuilder/pbuilder-buildpackage-funcs
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pbuilder-buildpackage-funcs?annotate=1.29&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pbuilder-buildpackage-funcs?rev=1.29&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-funcs.diff?r1=1.29&r2=1.28&cvsroot=
  
  -----------------------------------
  
  Index: pbuilder-buildpackage-funcs
  ===================================================================
  RCS file: /cvsroot/pbuilder/pbuilder/pbuilder-buildpackage-funcs,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- pbuilder-buildpackage-funcs	21 Dec 2005 11:57:29 -0000	1.28
  +++ pbuilder-buildpackage-funcs	14 May 2006 18:32:33 -0000	1.29
  @@ -1,6 +1,6 @@
   #! /bin/bash
   #   pbuilder -- personal Debian package builder
  -#   Copyright (C) 2001,2002,2005 Junichi Uekawa
  +#   Copyright (C) 2001,2002,2005-2006 Junichi Uekawa
   #
   #   This program is free software; you can redistribute it and/or modify
   #   it under the terms of the GNU General Public License as published by
  
  
  
  1.123     +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.123&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pbuilder-buildpackage?rev=1.123&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.123&r2=1.122&cvsroot=
  
  -----------------------------------
  
  Index: pbuilder-buildpackage
  ===================================================================
  RCS file: /cvsroot/pbuilder/pbuilder/pbuilder-buildpackage,v
  retrieving revision 1.122
  retrieving revision 1.123
  diff -u -r1.122 -r1.123
  --- pbuilder-buildpackage	17 Mar 2006 22:17:16 -0000	1.122
  +++ pbuilder-buildpackage	14 May 2006 18:32:33 -0000	1.123
  @@ -1,6 +1,6 @@
   #! /bin/bash
   #   pbuilder -- personal Debian package builder
  -#   Copyright (C) 2001-2005 Junichi Uekawa
  +#   Copyright (C) 2001-2006 Junichi Uekawa
   #
   #   This program is free software; you can redistribute it and/or modify
   #   it under the terms of the GNU General Public License as published by
  
  
  
  1.37      +1 -1      pbuilder/pbuilder
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pbuilder?annotate=1.37&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pbuilder?rev=1.37&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.37&r2=1.36&cvsroot=
  
  -----------------------------------
  
  Index: pbuilder
  ===================================================================
  RCS file: /cvsroot/pbuilder/pbuilder/pbuilder,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- pbuilder	12 Feb 2006 04:41:15 -0000	1.36
  +++ pbuilder	14 May 2006 18:32:33 -0000	1.37
  @@ -1,6 +1,6 @@
   #! /bin/bash
   #   pbuilder -- personal Debian package builder
  -#   Copyright (C) 2001-2005 Junichi Uekawa
  +#   Copyright (C) 2001-2006 Junichi Uekawa
   #
   #   This program is free software; you can redistribute it and/or modify
   #   it under the terms of the GNU General Public License as published by
  
  
  
  1.379     +14 -1     pbuilder/ChangeLog
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/ChangeLog?annotate=1.379&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/ChangeLog?rev=1.379&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.379&r2=1.378&cvsroot=
  
  -----------------------------------
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvsroot/pbuilder/pbuilder/ChangeLog,v
  retrieving revision 1.378
  retrieving revision 1.379
  diff -u -r1.378 -r1.379
  --- ChangeLog	22 Apr 2006 04:21:25 -0000	1.378
  +++ ChangeLog	14 May 2006 18:32:33 -0000	1.379
  @@ -1,3 +1,16 @@
  +2006-05-15  Junichi Uekawa  <dancer at debian.org>
  +
  +	* pbuilderrc.5: undocument the restriction that --buildresult
  +	option needs to be specified for pdebuild, and BUILDRESULT cannot
  +	be used.
  +
  +	I should probably warn that the directory should be absolute.
  +
  +	* pdebuild.1: fix man a bit to make --buildresult option doc
  +	unambiguous.
  +
  +	* pbuilder-modules: fix pdebuild command options.
  +
   2006-04-22  Junichi Uekawa  <dancer at debian.org>
   
   	* Documentation/pbuilder-doc.xml: update docs on user-mode-linux usage.
  
  
  



More information about the Pbuilder-maint mailing list