aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--Documentation/debconf7/pbuilder-presentation.tex45
-rw-r--r--debian/changelog3
-rw-r--r--pbuilder.87
4 files changed, 51 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 6d0e1c4..02efcd3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-06-17 Junichi Uekawa <dancer@debian.org>
+
+ * pbuilder.8: fix incorrect banners in execution example.
+
2007-06-16 Junichi Uekawa <dancer@debian.org>
* pbuilder: rm "$APTCACHE"/*, instead of cleaning subdirectories.
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}
diff --git a/debian/changelog b/debian/changelog
index dfb4b3f..3a6e1a0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,9 @@ pbuilder (0.170) UNRELEASED; urgency=low
(http://people.debian.org/~venthur/stuff/2007-06-rebuild/)
* /var/cache/apt/archives is deleted when I set APTCACHE to /var/cache/apt/archives and I call pbuilder clean
(closes: #425832)
+ * fix pbuilder.8 manpage example, it was different from real output.
- -- Junichi Uekawa <dancer@debian.org> Sat, 16 Jun 2007 16:59:28 +0900
+ -- Junichi Uekawa <dancer@debian.org> Sun, 17 Jun 2007 22:55:19 +0900
pbuilder (0.169) unstable; urgency=low
diff --git a/pbuilder.8 b/pbuilder.8
index d181e12..0262665 100644
--- a/pbuilder.8
+++ b/pbuilder.8
@@ -545,6 +545,8 @@ Building the build environment
I: Retrieving Release
I: Retrieving Packages
I: Validating Packages
+ .
+ .
.hy
.TP
@@ -565,9 +567,6 @@ Building the build Environment
.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
@@ -575,10 +574,8 @@ Building the build Environment
-> creating local configuration
.
.
- .
.hy
-
.SH "BUGS"
This program is starting to have too many options already.