aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--examples/B92test-pkg8
2 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 4e64487..921ed3a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2007-04-16 Junichi Uekawa <dancer@debian.org>
+ * examples/B92test-pkg: change comment to clarify.
+
* pdebuild.1: documentation update: note --debbuildopts and
--debootstrapopts have different ways of specifying multiple
options. This probably needs really fixing, but that will happen sometime later.
diff --git a/examples/B92test-pkg b/examples/B92test-pkg
index 926d46a..5a2aba4 100644
--- a/examples/B92test-pkg
+++ b/examples/B92test-pkg
@@ -1,8 +1,10 @@
#!/bin/bash
# example file to be used with --hookdir
#
-# run tests
-# 2005 Junichi Uekawa
+# run tests. Current directory is top of source-code.
+#
+# 2005, 2007 Junichi Uekawa
+#
set -e
echo "Installing the prerequisites"
@@ -20,7 +22,7 @@ COUNT=0
unset FAIL || true
NOFAIL=1
-# make current directory a better place to live.
+# The current directory is the top of the source-tree.
cd /tmp/buildd/*/debian/..
for SCRIPT in $(run-parts --test /tmp/buildd/*/debian/pbuilder-test) ; do