aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog13
-rw-r--r--Documentation/pbuilder-doc.xml13
-rw-r--r--THANKS2
-rw-r--r--debian/changelog9
-rw-r--r--pbuilder.82
5 files changed, 37 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index bdafd59..c9811b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2003-03-09 Junichi Uekawa <dancer@debian.org>
+
+ * pbuilder.8: fix typo
+ From: Tommaso Moroni <tommaso.m@tiscalinet.it>
+ Subject: Bug#184049: pbuilder: typo error in man page
+
+ * THANKS: update.
+
+ * Documentation/pbuilder-doc.xml (EXTRAPACKAGES): add doc on PS1
+ setting for pbuilder.
+ 183861: distinctive prompt
+ Barak Pearlmutter <bap@cs.unm.edu>
+
2003-03-06 Junichi Uekawa <dancer@debian.org>
* AUTHORS: update authors and thanks file.
diff --git a/Documentation/pbuilder-doc.xml b/Documentation/pbuilder-doc.xml
index 115861e..1b80745 100644
--- a/Documentation/pbuilder-doc.xml
+++ b/Documentation/pbuilder-doc.xml
@@ -370,7 +370,7 @@ export DEBIAN_BUILDGCCVER=3.2
</para>
</sect1>
</chapter>
- <chapter>
+ <chapter id="faq">
<title>Frequently asked questions</title>
<para>
Here, known problems and frequently asked questions are
@@ -419,6 +419,17 @@ export DEBIAN_BUILDGCCVER=3.2
D scripts are run before satisfying build-dependency.
</para>
</sect1>
+ <sect1>
+ <title>Different bash prompts inside pbuilder login</title>
+ <para>
+ To make distinguishing bash prompts inside pbuilder
+ easier, it is possible to set environmental variables such as PS1
+ inside <filename>pbuilderrc</filename>
+ </para>
+ <screen>
+ export PS1="pbuild chroot 32165 # "
+ </screen>
+ </sect1>
</chapter>
<chapter id="otheruse">
<title>Other uses of pbuilder</title>
diff --git a/THANKS b/THANKS
index 725c845..a3a8235 100644
--- a/THANKS
+++ b/THANKS
@@ -24,6 +24,8 @@ Jose Carlos Garcia Sogo <jsogo@debian.org>
Matt Zimmerman <mdz@debian.org>
Mark Eichin <eichin@metacarta.com>
Michel Dänzer <daenzer@debian.org>
+Barak Pearlmutter <bap@cs.unm.edu>
+Tommaso Moroni <tommaso.m@tiscalinet.it>
I thank them all!
diff --git a/debian/changelog b/debian/changelog
index 64d0b27..6420a17 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+pbuilder (0.67) UNRELEASED; urgency=low
+
+ * Documentation updates, note setting PS1 in pbuilderrc (closes: #183861)
+ thanks Barak Pearlmutter <bap@cs.unm.edu>
+ * fix typo in pbuilder.8 manual page (closes: #184049)
+ thanks Tommaso Moroni <tommaso.m@tiscalinet.it>
+
+ -- Junichi Uekawa <dancer@debian.org> Sat, 1 Mar 2003 15:54:07 +0900
+
pbuilder (0.66) unstable; urgency=low
* add execute option to pbuilder
diff --git a/pbuilder.8 b/pbuilder.8
index 7986357..e1a0a33 100644
--- a/pbuilder.8
+++ b/pbuilder.8
@@ -65,7 +65,7 @@ Only use this for temporary and debugging purposes.
Do not bind-mount filesystems.
.TP
-.B "exceute"
+.B "execute"
Execute a script or command inside the chroot,
in a similar manner to
.B "login"