aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authordancer <dancer>2002-02-08 10:35:39 +0000
committerdancer <dancer>2002-02-08 10:35:39 +0000
commitfeb024dbd94b5651de1adeb957b7a80266c23403 (patch)
tree311fc4a551cade238e41b54d69d2d17c487cb07e /ChangeLog
parent44188b8e129aba64693f8919185c7b8a6c4869e6 (diff)
downloadpbuilder-feb024dbd94b5651de1adeb957b7a80266c23403.tar
pbuilder-feb024dbd94b5651de1adeb957b7a80266c23403.tar.gz
added a routine in build routine to echo back the current time.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 127951b..2fb5aac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2002-02-08 Junichi Uekawa <dancer@debian.org>
+ * pbuilder-buildpackage: added echobacktime function, and
+ some logging of time, so that the information can be used
+ in tracking the time required.
+
* pdebuild: use the dpkg-buildpackage -r option rather than
calling it with $BUILDSOURCEROOTCMD.
dpkg-buildpackage does more optimal things. Am I breaking things?