aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunichi Uekawa <dancer@coreduo.netfort.gr.jp>2007-05-05 23:49:48 +0900
committerJunichi Uekawa <dancer@coreduo.netfort.gr.jp>2007-05-05 23:49:48 +0900
commit24cb5aecfbe7a8e85a711e01be29a782ce2efd9a (patch)
treecc1dc16f05e657c2b6a432893e69a359258fb3b5 /Documentation
parentfa84c7f8dec44338741da921c639ef9dde30a545 (diff)
parentf2cdd643f8a082e3faaea10f9b5cbc4046ab8b83 (diff)
downloadpbuilder-24cb5aecfbe7a8e85a711e01be29a782ce2efd9a.tar
pbuilder-24cb5aecfbe7a8e85a711e01be29a782ce2efd9a.tar.gz
merge
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/debconf7/pbuilder.tex23
1 files changed, 13 insertions, 10 deletions
diff --git a/Documentation/debconf7/pbuilder.tex b/Documentation/debconf7/pbuilder.tex
index 1dfd542..676cb1a 100644
--- a/Documentation/debconf7/pbuilder.tex
+++ b/Documentation/debconf7/pbuilder.tex
@@ -1,5 +1,7 @@
\documentclass[a4paper]{article}
+\usepackage{graphicx}
\usepackage{url}
+\usepackage{wrapfig}
\begin{document}
@@ -35,19 +37,20 @@ build & once per package & build the Debian package inside chroot \\
\hline
\end{tabular}
+\newpage{}
\subsection{A developer use-case in using pbuilder}
-Here is a day in developer-life.
+Let me examine a typical sequence of events in a day of a Debian Developer.
-\begin{itemize}
- \item looks at bug report
- \item fixes package source
- \item builds package using debuild
- \item installs package
- \item tests package
- \item pbuilder
- \item upload
-\end{itemize}
+%\begin{wrapfigure}{rt}{0.4\hsize}\includegraphics[width=1\hsize]{develcycle.eps}\end{wrapfigure}
+
+\begin{center}
+ \includegraphics[width=0.6\hsize]{develcycle.eps}
+\end{center}
+
+pbuilder is built in to the process as a checking system to ensure
+package quality. \footnote{This is an example. Some people do not build
+package locally and entirely work inside chroots.}
\subsection{Development structure}