aboutsummaryrefslogtreecommitdiff
path: root/pbuilder.8
diff options
context:
space:
mode:
authordancer <dancer>2003-04-19 01:50:49 +0000
committerdancer <dancer>2003-04-19 01:50:49 +0000
commitd5bc1919df44873d4e1f9721ae307597c63f0454 (patch)
treeda4b2fee788656feac72d34a948ce60ca8590877 /pbuilder.8
parent81dbacf7123f5005a785f58ec83763b2838b83aa (diff)
downloadpbuilder-d5bc1919df44873d4e1f9721ae307597c63f0454.tar
pbuilder-d5bc1919df44873d4e1f9721ae307597c63f0454.tar.gz
documentation updates, and fixing ordering of D hooks
Diffstat (limited to 'pbuilder.8')
-rw-r--r--pbuilder.89
1 files changed, 6 insertions, 3 deletions
diff --git a/pbuilder.8 b/pbuilder.8
index e68c92d..6cb7816 100644
--- a/pbuilder.8
+++ b/pbuilder.8
@@ -243,7 +243,7 @@ This allows for use of custom debootstrap hook script.
is for
.B build
target.
-It is executed before build starts, after
+It is executed before build starts; after
unpacking the build system, and unpacking the source,
and satisfying the build-dependency.
@@ -252,13 +252,16 @@ is executed after build system finishes building,
successfully, before copying back the build result.
.B "C<digit><digit><whatever-else-you-want>"
-is executed after build fails, before cleanup.
+is executed after build failure, before cleanup.
.B "D<digit><digit><whatever-else-you-want>"
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.
+
+This is called before build-dependency is satisfied.
+Also useful for calling
+.B "apt-get update"
.B "E<digit><digit><whatever-else-you-want>"
is executed after pbuilder update and pbuilder create