aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordancer <dancer>2003-01-28 13:37:43 +0000
committerdancer <dancer>2003-01-28 13:37:43 +0000
commitc01429fec1473eaf460351e85cb861ae19ad0e77 (patch)
treea704a3b6bebfbe506c686f16f4a1610900baf9f0
parenta1c7af8b98aaacc6a62e47e3100aed89edb2ec14 (diff)
downloadpbuilder-c01429fec1473eaf460351e85cb861ae19ad0e77.tar
pbuilder-c01429fec1473eaf460351e85cb861ae19ad0e77.tar.gz
more minor doc updates.
-rw-r--r--ChangeLog4
-rw-r--r--Documentation/pbuilder-doc.xml7
-rw-r--r--pbuilder.83
3 files changed, 12 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 06cee24..2646ee3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2003-01-28 Junichi Uekawa <dancer@debian.org>
+ * Documentation/pbuilder-doc.xml (EXTRAPACKAGES): document that.
+
+ * pbuilder.8: document apt-get update hook.
+
* pbuilder-satisfydepends: apply patch from Daniel Schepler <schepler@math.berkeley.edu>,
fixing obvious typos. Bug: 178552
diff --git a/Documentation/pbuilder-doc.xml b/Documentation/pbuilder-doc.xml
index 2519092..733958d 100644
--- a/Documentation/pbuilder-doc.xml
+++ b/Documentation/pbuilder-doc.xml
@@ -400,6 +400,13 @@ export DEBIAN_BUILDGCCVER=3.2
<command><option>--othermirror "deb http://local/mirror stable main|deb-src http://local/source/repository ./"</option></command>
</para>
</sect1>
+ <sect1>
+ <title>How to get pbuilder to run apt-get update before trying to satisfy build-dependency</title>
+ <para>
+ You can use hook scripts for this.
+ D scripts are run before satisfying build-dependency.
+ </para>
+ </sect1>
</chapter>
<chapter>
<title>Experimental or wishlist features of pbuilder</title>
diff --git a/pbuilder.8 b/pbuilder.8
index 0cf8766..858ad81 100644
--- a/pbuilder.8
+++ b/pbuilder.8
@@ -245,8 +245,7 @@ is executed after build fails, before cleanup.
is executed before unpacking the source inside the chroot,
after setting up the chroot environment.
Create $TMP, and $TMPDIR if necessary.
-
-
+This can be used for calling apt-get update.
\" End of hookdir description