[Pbuilder-maint] pbuilder CVS update: pbuilder pdebuild.1 pbuilder.8 pbuilder-user-mode-linux.1 ChangeLog

pbuilder CVS Commit pbuilder-maint at lists.alioth.debian.org
Sat May 27 23:03:41 UTC 2006


  User: dancer  
  Date: 06/05/27 23:03:41

  Modified:    .        pdebuild.1 pbuilder.8 pbuilder-user-mode-linux.1
                        ChangeLog
  Log:
  From comment from Sesse, note that the
  default place build results are placed is
  /var/cache/pbuilder/result.
  
  Revision  Changes    Path
  1.25      +14 -10    pbuilder/pdebuild.1
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pdebuild.1?annotate=1.25&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pdebuild.1?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/pdebuild.1.diff?r1=1.25&r2=1.24&cvsroot=
  
  -----------------------------------
  
  Index: pdebuild.1
  ===================================================================
  RCS file: /cvsroot/pbuilder/pbuilder/pdebuild.1,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- pdebuild.1	24 May 2006 09:02:27 -0000	1.24
  +++ pdebuild.1	27 May 2006 23:03:41 -0000	1.25
  @@ -6,11 +6,11 @@
   .PP
   .SH DESCRIPTION
   A convenience program for 
  -.B pbuilder
  +.B "pbuilder"
   which invokes pbuilder after obtaining appropriate root privilege 
   in a Debian source directory.
   One must be inside the source tree containing the
  -.B debian
  +.B "debian"
   directory, in order to make it work.
   
   .SH "PDEBUILD OPTIONS"
  @@ -22,8 +22,6 @@
   They are applied from left-to-right, and when there are 
   conflicting options, the rightmost options will have effect.
   
  -
  -
   .TP
   .BI "\-\-buildsourceroot [" "fakeroot" "]"
   The command used to gain root privilege for 
  @@ -53,10 +51,16 @@
   Note that for pdebuild, buildresult needs to be specified as pdebuild
   option in the command-line, not as pbuilder option.
   
  +Note that the default value for buildresult is what is defined for
  +pbuilder,
  +.B "/var/cache/pbuilder/result"
  +and not 
  +.B ".."
  +
   .TP
   .BI "\-\-configfile [" "Extra config file to use" "]"
   
  -The configuration file is used, and passed on to 
  +The configuration file is used, and passed on to
   .BR "pbuilder" .
   
   .TP
  @@ -128,10 +132,10 @@
   .B /etc/pbuilderrc
   
   .SH "BUGS"
  -pdebuid will accept all options that pbuilder accepts as 
  -pdebuild option.
  -However, unless the option is documented in the manual page, it 
  -may be ignored.
  +
  +pdebuid will accept all options that pbuilder accepts as pdebuild
  +option.  However, unless the option is documented in the manual page,
  +it may be ignored.
   
   .SH "AUTHOR"
   Initial coding, and main maintenance is done by 
  @@ -144,4 +148,4 @@
   .RI "pbuilder (" 8 "), "
   .RI "pbuilderrc (" 5 ") "
   
  -\"  LocalWords:  pdebuild pbuilder debuild debian debsign pdebuid
  +\"  LocalWords:  pdebuild pbuilder debuild debian debsign pdebuid buildresult
  
  
  
  1.54      +7 -3      pbuilder/pbuilder.8
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pbuilder.8?annotate=1.54&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pbuilder.8?rev=1.54&content-type=text/x-cvsweb-markup&cvsroot=
  
  CVSWeb: Diff to previous version:   http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pbuilder.8.diff?r1=1.54&r2=1.53&cvsroot=
  
  -----------------------------------
  
  Index: pbuilder.8
  ===================================================================
  RCS file: /cvsroot/pbuilder/pbuilder/pbuilder.8,v
  retrieving revision 1.53
  retrieving revision 1.54
  diff -u -r1.53 -r1.54
  --- pbuilder.8	24 May 2006 09:02:28 -0000	1.53
  +++ pbuilder.8	27 May 2006 23:03:41 -0000	1.54
  @@ -132,13 +132,15 @@
   Note that the default value is not the current directory,
   or 
   .B ".."
  -but somewhere else entirely. This is to avoid
  +but another place, 
  +.B "/var/cache/pbuilder/result"
  +This is to avoid
   overwriting already existing deb files with
   the newly generated ones.
   
   .TP
   .BI "\-\-mirror [" "mirror location" "]"
  -Specifies the url of Debian mirror to be 
  +Specifies the URL of Debian mirror to be 
   specified in 
   .B "sources.list"
   inside the chroot.
  @@ -185,7 +187,7 @@
   
   .TP
   .BI "\-\-http\-proxy [" "proxy" "]"
  -Specifies the http proxy url. Something like
  +Specifies the http proxy URL. Something like
   .B "http://xxx.xxx.xxx.xxx:8080/"
   should do. 
   .TP
  @@ -544,3 +546,5 @@
   .RI "pdebuild (" 1 "), "
   .RI "pbuilderrc (" 5 ") "
   
  +
  +\"  LocalWords:  buildresult
  
  
  
  1.28      +1 -1      pbuilder/pbuilder-user-mode-linux.1
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pbuilder-user-mode-linux.1?annotate=1.28&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pbuilder-user-mode-linux.1?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/pbuilder-user-mode-linux.1.diff?r1=1.28&r2=1.27&cvsroot=
  
  -----------------------------------
  
  Index: pbuilder-user-mode-linux.1
  ===================================================================
  RCS file: /cvsroot/pbuilder/pbuilder/pbuilder-user-mode-linux.1,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- pbuilder-user-mode-linux.1	24 May 2006 09:02:28 -0000	1.27
  +++ pbuilder-user-mode-linux.1	27 May 2006 23:03:41 -0000	1.28
  @@ -183,7 +183,7 @@
   
   .TP
   .BI "\-\-mirror [" "mirror location" "]"
  -Specifies the url of Debian mirror to be 
  +Specifies the URL of Debian mirror to be 
   specified in 
   .B "sources.list"
   inside the chroot.
  
  
  
  1.386     +11 -1     pbuilder/ChangeLog
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/ChangeLog?annotate=1.386&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/ChangeLog?rev=1.386&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.386&r2=1.385&cvsroot=
  
  -----------------------------------
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvsroot/pbuilder/pbuilder/ChangeLog,v
  retrieving revision 1.385
  retrieving revision 1.386
  diff -u -r1.385 -r1.386
  --- ChangeLog	27 May 2006 08:44:23 -0000	1.385
  +++ ChangeLog	27 May 2006 23:03:41 -0000	1.386
  @@ -1,3 +1,13 @@
  +2006-05-28  Junichi Uekawa  <dancer at debian.org>
  +
  +	* pbuilder-user-mode-linux.1: uppercase url->URL
  +
  +	* pbuilder.8: ditto
  +
  +	* pdebuild.1: From comment from Sesse, note that the
  +	default place build results are placed is
  +	/var/cache/pbuilder/result.
  +
   2006-05-27  Junichi Uekawa  <dancer at debian.org>
   
   	* Documentation/pbuilder-doc.xml: document cowdancer and pdebuild
  
  
  



More information about the Pbuilder-maint mailing list