aboutsummaryrefslogtreecommitdiff
path: root/pbuilder.8
diff options
context:
space:
mode:
authorJunichi Uekawa <dancer@dancer64.netfort.gr.jp>2007-01-20 13:37:27 +0900
committerJunichi Uekawa <dancer@dancer64.netfort.gr.jp>2007-01-20 13:37:27 +0900
commita25497d846b9a79555a58cb2acb3fdd77907ef46 (patch)
treee5effe3816384d534f95242e898951bb6f4bd11d /pbuilder.8
parent0397f563f23ead330663649fd92d85ad83172e59 (diff)
downloadpbuilder-a25497d846b9a79555a58cb2acb3fdd77907ef46.tar
pbuilder-a25497d846b9a79555a58cb2acb3fdd77907ef46.tar.gz
add EXAMPLES section to documentation
Diffstat (limited to 'pbuilder.8')
-rw-r--r--pbuilder.849
1 files changed, 49 insertions, 0 deletions
diff --git a/pbuilder.8 b/pbuilder.8
index a419d87..a91c548 100644
--- a/pbuilder.8
+++ b/pbuilder.8
@@ -532,6 +532,55 @@ values that is not specified in
The personal configuration file for pbuilder, which overrides
settings set in other configuration files.
+.SH "EXAMPLES"
+
+.TP
+.B "pbuilder create"
+
+.nf
+# pbuilder create
+Distribution is sid.
+Building the build environment
+ -> running debootstrap
+/usr/sbin/debootstrap
+I: Retrieving Release
+I: Retrieving Packages
+I: Validating Packages
+.hy
+
+
+.TP
+.B "pbuilder update"
+
+.nf
+# pbuilder update
+W: /home/dancer/.pbuilderrc does not exist
+Building the build Environment
+ -> extracting base tarball [/var/cache/pbuilder/base.tgz]
+ .
+ .
+.hy
+
+.TP
+.B "pbuilder build"
+
+.nf
+# pbuilder build dsh_*.dsc
+I: using fakeroot in build.
+pbuilder-buildpackage/amd64 $Id: pbuilder-buildpackage-funcs,v 1.32 2006/11/06 20:06:25 lool Exp $
+$Id: pbuilder-buildpackage,v 1.127 2006/08/15 13:14:25 dancer Exp $
+
+Current time: Sat Jan 20 12:03:34 JST 2007
+pbuilder-time-stamp: 1169262214
+Building the build Environment
+ -> extracting base tarball [/home/dancer/DEBIAN/pbuilder/pbuilder/testsuite/tmp.FeeAX18779/testimage]
+ -> creating local configuration
+ .
+ .
+ .
+.hy
+
+
.SH "BUGS"
This program is starting to have too many options already.