aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunichi Uekawa <dancer@dancer64.netfort.gr.jp>2007-06-05 14:33:52 +0900
committerJunichi Uekawa <dancer@dancer64.netfort.gr.jp>2007-06-05 14:33:52 +0900
commitd6c493a2c78a3803dcc79ab955e0e88979bc2c41 (patch)
tree3202a6de4cfed3722a602ee78554c339f2af162c
parent68a2dbfbea0c6f7da819a406ecb110dc3d65b3bd (diff)
downloadpbuilder-d6c493a2c78a3803dcc79ab955e0e88979bc2c41.tar
pbuilder-d6c493a2c78a3803dcc79ab955e0e88979bc2c41.tar.gz
add people to AUTHORS sometimes
-rw-r--r--AUTHORS5
-rw-r--r--ChangeLog4
-rw-r--r--pbuilder-runhooks2
3 files changed, 9 insertions, 2 deletions
diff --git a/AUTHORS b/AUTHORS
index 30ded29..77d0885 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,6 +1,9 @@
This program has been written by the following authors:
-Junichi Uekawa <dancer@debian.org> <dancer@netfort.gr.jp> -- main code
+Junichi Uekawa <dancer@debian.org> <dancer@netfort.gr.jp> -- main code, initial coding.
+Loic Minier
+Matt Kraai <kraai@debian.org>
+
Dale Amon <amon@vnl.com> -- for runhooks
Daniel Kobras -- Patches and bugfixes for non-interactive building, and
some other bugs.
diff --git a/ChangeLog b/ChangeLog
index 57924cd..e64d138 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-06-05 Junichi Uekawa <dancer@debian.org>
+
+ * AUTHORS: add people
+
2007-06-04 Junichi Uekawa <dancer@debian.org>
* Documentation/pbuilder-doc.xml:
diff --git a/pbuilder-runhooks b/pbuilder-runhooks
index 47f77e8..1bf66b7 100644
--- a/pbuilder-runhooks
+++ b/pbuilder-runhooks
@@ -15,7 +15,7 @@
# is exited and the base.tgz file is created or updated.
# $BUILDPLACE is as used in pbuilder. When already inside chroot, this
-# routine can be called with $BUILDPLACE=''
+# routine can be called with $BUILDPLACE='' (from pdebuild-internal)
# TODO: * Are there any other executable backup types we should
# filtered besides *~ and *.bak?