diff options
author | dancer <dancer> | 2005-02-13 07:20:41 +0000 |
---|---|---|
committer | dancer <dancer> | 2005-02-13 07:20:41 +0000 |
commit | fe8b58c821ae8c64663d50f528477ed3cdcf930e (patch) | |
tree | a7f5032c4655db639ea887b66d783d3fa233cc34 /Documentation | |
parent | 62aa1648b63ab7d89b9538e3511e7bbf86ab7d01 (diff) | |
download | pbuilder-fe8b58c821ae8c64663d50f528477ed3cdcf930e.tar pbuilder-fe8b58c821ae8c64663d50f528477ed3cdcf930e.tar.gz |
2005-02-13 Junichi Uekawa <dancer@debian.org>
* pbuilder.8: update documentation to include 'sarge'
* pbuilder: set umask 0022 in pbuilder.
276589
* pbuilderrc (BUILDRESULT): make default distribution sarge, instead of woody.
* pbuilder-modules: update to include sarge in list of distributions;
this list is too long, needs some improvement.
289170
* pdebuild: Change build results by default to be owned by the building user, not root:root
This change only required for pdebuild only, UML already runs as user.
286397
* pbuilder.8: clarify documentation for 286602, Do not use --debbuildopts -B, but
use --binary-arch
* Documentation/pbuilder-doc.xml: 293882: Jens Seidel <jensseidel@users.sf.net> small typo fixes.
* pbuilderrc (MIRRORSITE): 295032: change default mirror from www.jp.debian.org to ftp.jp.debian.org
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/pbuilder-doc.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/pbuilder-doc.xml b/Documentation/pbuilder-doc.xml index c02b8d8..6b04918 100644 --- a/Documentation/pbuilder-doc.xml +++ b/Documentation/pbuilder-doc.xml @@ -4,7 +4,7 @@ and the latest version is found in CVS repository. --> <book> <bookinfo> - <date>2005-01-04</date> + <date>2005-02-13</date> <title>pbuilder User's Manual</title> <abbrev>pbuilder-doc</abbrev> <subtitle>Usage and operations</subtitle> @@ -25,7 +25,7 @@ <title>Aims of pbuilder</title> <para> <command>pbuilder</command> stands for - Personal Builder, and it is a automatic Debian Package Building system + Personal Builder, and it is an automatic Debian Package Building system for personal environments. <command>pbuilder</command> aims to be an easy-to-setup system @@ -837,7 +837,7 @@ $ sudo pbuilder update --hookdir ~/loginhooks/E10shell <screen> export debian_chroot="pbuild$$" </screen> - <para>example os PS1</para> + <para>example of PS1</para> <screen> export PS1="pbuild chroot 32165 # " </screen> @@ -1073,7 +1073,7 @@ $ sudo pbuilder update --hookdir ~/loginhooks/E10shell </para> <para> This documentation is available from the pbuilder source tarball, - and from the CVS repository of pbuilder (web-based acces is possible). + and from the CVS repository of pbuilder (web-based access is possible). A copy of this documentation can be found on the <ulink url="http://www.netfort.gr.jp/~dancer/software/pbuilder-doc/pbuilder-doc.html">Netfort page for pbuilder</ulink>. The homepage for pbuilder is |