aboutsummaryrefslogtreecommitdiff
path: root/Documentation/debconf7
diff options
context:
space:
mode:
authorJunichi Uekawa <dancer@coreduo.netfort.gr.jp>2007-06-19 18:38:27 +0900
committerJunichi Uekawa <dancer@coreduo.netfort.gr.jp>2007-06-19 18:38:27 +0900
commit9e041e9678aa04a1e34aef47ded3f4737e439eb5 (patch)
tree2c6b4d40d53d9cbef958ca87c76b7daf39e38fcc /Documentation/debconf7
parent5591b2549b103e988e38e39cc24f4f269bc092a1 (diff)
downloadpbuilder-9e041e9678aa04a1e34aef47ded3f4737e439eb5.tar
pbuilder-9e041e9678aa04a1e34aef47ded3f4737e439eb5.tar.gz
doc update
Diffstat (limited to 'Documentation/debconf7')
-rw-r--r--Documentation/debconf7/pbuilder-presentation.tex49
1 files changed, 35 insertions, 14 deletions
diff --git a/Documentation/debconf7/pbuilder-presentation.tex b/Documentation/debconf7/pbuilder-presentation.tex
index 215524a..279799b 100644
--- a/Documentation/debconf7/pbuilder-presentation.tex
+++ b/Documentation/debconf7/pbuilder-presentation.tex
@@ -18,7 +18,6 @@
% Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
\documentclass[dvipdfm,12pt,times]{beamer}
-%\usetheme{}
% 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)) "&"))
@@ -55,7 +54,7 @@
\end{itemize}
\end{frame}
-\emtext{What is the concept of pbuilder?}
+\emtext{pbuilder, what is the concept?}
\emtext{What is a chroot?}
@@ -66,7 +65,7 @@
\begin{frame}{concept of pbuilder}
\includegraphics[width=1\hsize]{chroot-pbuilder.eps}\\
-\texttt{\# pbuilder --XXXX}
+\texttt{\# pbuilder --create, pbuilder --update, pbuilder --build}
\end{frame}
\emtext{How do I use pbuilder?}
@@ -177,7 +176,6 @@ dpkg-source: building cowdancer in cowdancer_0.26.tar.gz
\end{verbatim}
\end{frame}
-
\begin{frame}{}
\begin{minipage}{0.4\hsize}
How do you maintain your package today?
@@ -187,16 +185,6 @@ dpkg-source: building cowdancer in cowdancer_0.26.tar.gz
\end{minipage}
\end{frame}
-\begin{frame}[containsverbatim]{Development}
-
-alioth project: \url{http://alioth.debian.org/projects/pbuilder}
-
-\begin{verbatim}
-git-clone
- ssh://git.debian.org/git/pbuilder/pbuilder.git
-\end{verbatim}
-\end{frame}
-
\begin{frame}{pbuilder backend variations}
\begin{minipage}{0.5\hsize}
Motivation
@@ -214,6 +202,24 @@ git-clone
\end{minipage}
\end{frame}
+\begin{frame}{uml}
+
+ different method of segregation
+
+ COW block device support
+\end{frame}
+
+\begin{frame}{cowdancer}
+
+ speed up through implementation
+\end{frame}
+
+\begin{frame}{qemu}
+
+ Try running other architectures at your fingertips?
+\end{frame}
+
+
\begin{frame}{further ideas}
\begin{itemize}
\item install testing
@@ -229,4 +235,19 @@ git-clone
\end{itemize}
\end{frame}
+\begin{frame}[containsverbatim]{References}
+\begin{itemize}
+ \item Information:\\
+ \url{http://pbuilder.alioth.debian.org/}
+
+ \item Development:\\
+ alioth project: \url{http://alioth.debian.org/projects/pbuilder}
+
+\begin{verbatim}
+git-clone
+ ssh://git.debian.org/git/pbuilder/pbuilder.git
+\end{verbatim}
+\end{itemize}
+\end{frame}
+
\end{document}