aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordancer <dancer>2002-12-12 07:43:09 +0000
committerdancer <dancer>2002-12-12 07:43:09 +0000
commit6ef940684ae39f0e23acf48ecddbccd96f268424 (patch)
tree019cec52e701ebea1e5d3e0ff87fda6ae075ff67
parentd53f59f0490e89a574775f7886e5dcaa90519b98 (diff)
downloadpbuilder-6ef940684ae39f0e23acf48ecddbccd96f268424.tar
pbuilder-6ef940684ae39f0e23acf48ecddbccd96f268424.tar.gz
+
+ * pbuilder.8: fix the documentation to clarify that A is executed + after satisfying the build-depends.
-rw-r--r--ChangeLog5
-rw-r--r--debian/changelog6
-rw-r--r--pbuilder.83
3 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0eafe0b..2b0fd45 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-12-12 Junichi Uekawa <dancer@debian.org>
+
+ * pbuilder.8: fix the documentation to clarify that A is executed
+ after satisfying the build-depends.
+
2002-12-07 Junichi Uekawa <dancer@debian.org>
* pbuilder-buildpackage-funcs: apply patch from Daniel Schepler <schepler@math.berkeley.edu>,
diff --git a/debian/changelog b/debian/changelog
index 015d6c4..b86dea5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pbuilder (0.52) UNRELEASED; urgency=low
+
+ * Clarify pbuilder.8 documentation on the timing of hook "A".
+
+ -- Junichi Uekawa <dancer@debian.org> Thu, 12 Dec 2002 16:43:25 +0900
+
pbuilder (0.51) unstable; urgency=low
* Fix build-dependency satisfying for binary-arch target. (closes: #172033)
diff --git a/pbuilder.8 b/pbuilder.8
index ac18c6d..5a6dc4e 100644
--- a/pbuilder.8
+++ b/pbuilder.8
@@ -231,7 +231,8 @@ is for
.B build
target.
It is executed before build starts, after
-unpacking the build system, and unpacking the source.
+unpacking the build system, and unpacking the source,
+and satisfying the build-dependency.
.B "B<digit><digit><whatever-else-you-want>"
is executed after build system finishes building,