aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunichi Uekawa <dancer@coreduo.netfort.gr.jp>2007-06-17 22:55:24 +0900
committerJunichi Uekawa <dancer@coreduo.netfort.gr.jp>2007-06-17 22:55:24 +0900
commit0f2c935779af2c3232841544af4f0c9853caf229 (patch)
tree7b6c0fbac86ae50eaaa046687a2dcdd156f96fee /Documentation
parent8c30de9522bc6b1f208705d892f0257d96da7dd2 (diff)
downloadpbuilder-0f2c935779af2c3232841544af4f0c9853caf229.tar
pbuilder-0f2c935779af2c3232841544af4f0c9853caf229.tar.gz
* fix pbuilder.8 manpage example, it was different from real output.
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/debconf7/pbuilder-presentation.tex45
1 files changed, 43 insertions, 2 deletions
diff --git a/Documentation/debconf7/pbuilder-presentation.tex b/Documentation/debconf7/pbuilder-presentation.tex
index b37238b..0a8681e 100644
--- a/Documentation/debconf7/pbuilder-presentation.tex
+++ b/Documentation/debconf7/pbuilder-presentation.tex
@@ -22,6 +22,7 @@
% preview (shell-command (concat "xpdf " (replace-regexp-in-string "tex$" "pdf"(buffer-file-name)) "&"))
% presentation (shell-command (concat "xpdf -fullscreen " (replace-regexp-in-string "tex$" "pdf"(buffer-file-name)) "&"))
+% presentation-evince (shell-command (concat "evince " (replace-regexp-in-string "tex$" "pdf"(buffer-file-name)) "&"))
\title{what's happening with pbuilder?}
\subtitle{Debian Conference 2007}
@@ -62,6 +63,47 @@ build & for each package build & build Debian package inside chroot \\
\end{tabular}
\end{frame}
+\begin{frame}[containsverbatim]{pbuilder create}
+\begin{verbatim}
+# pbuilder create
+Distribution is sid.
+Building the build environment
+ -> running debootstrap
+/usr/sbin/debootstrap
+I: Retrieving Release
+I: Retrieving Packages
+I: Validating Packages
+ .
+ .
+\end{verbatim}
+\end{frame}
+
+
+\begin{frame}[containsverbatim]{pbuilder update}
+\begin{verbatim}
+# pbuilder update
+W: /home/dancer/.pbuilderrc does not exist
+Building the build Environment
+ -> extracting base tarball [/var/cache/pbuilder/base.tgz]
+ .
+ .
+\end{verbatim}
+\end{frame}
+
+\begin{frame}[containsverbatim]{pbuilder build}
+\begin{verbatim}
+# pbuilder build dsh_*.dsc
+I: using fakeroot in build.
+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
+ .
+ .
+\end{verbatim}
+\end{frame}
+
\begin{frame}{pbuilder basics ...}
\begin{minipage}{0.4\hsize}
How do you maintain your package today?
@@ -71,7 +113,6 @@ build & for each package build & build Debian package inside chroot \\
\end{minipage}
\end{frame}
-
\begin{frame}[containsverbatim]{Development}
alioth project: \url{http://alioth.debian.org/projects/pbuilder}
@@ -110,7 +151,7 @@ git-clone
\begin{itemize}
\item schroot
\item piuparts
- \item autodebtest
+ \item autopkgtest
\end{itemize}
\end{frame}