diff options
author | dancer <dancer> | 2002-03-13 13:53:33 +0000 |
---|---|---|
committer | dancer <dancer> | 2002-03-13 13:53:33 +0000 |
commit | 7e95cb5a4cc878c1842115589667dbc350b0edc7 (patch) | |
tree | cc87ccae2a804b3822711597f67bcff42edb0694 /pbuilder.1 | |
parent | a5d9910227de32aabe04c28a1b88159c856b3b54 (diff) | |
download | pbuilder-7e95cb5a4cc878c1842115589667dbc350b0edc7.tar pbuilder-7e95cb5a4cc878c1842115589667dbc350b0edc7.tar.gz |
fix documentation for pbuilderrc, and pbuilder-buildpackage executes D hooks before unpack, and document them.
Diffstat (limited to 'pbuilder.1')
-rw-r--r-- | pbuilder.1 | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -222,6 +222,11 @@ successfully, before copying back the build result. .B "C<digit><digit><whatever-else-you-want>" is executed after build fails, 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. + .TP .BI "--debemail [" "email-address" "]" |