aboutsummaryrefslogtreecommitdiff
path: root/pbuilder.8
diff options
context:
space:
mode:
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.