aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authordancer <dancer>2002-02-19 19:20:55 +0000
committerdancer <dancer>2002-02-19 19:20:55 +0000
commit7fe6e34219c3ba5abdff9eda86432669fc68afb9 (patch)
tree5ed891d862231150a93ad396f68c310a179ae59d /ChangeLog
parent7caef5c3945932efaa41245126b678914267cf91 (diff)
downloadpbuilder-7fe6e34219c3ba5abdff9eda86432669fc68afb9.tar
pbuilder-7fe6e34219c3ba5abdff9eda86432669fc68afb9.tar.gz
fixing fakeroot to work, and updating docs.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9751d20..fbb382b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,18 @@
2002-02-20 Junichi Uekawa <dancer@debian.org>
+ * pbuilderrc.5: update the doc accordingly.
+
+ * pbuilder-buildpackage (CHROOTEXEC): add fakeroot to EXTRAPACKAGES when in fakeroot mode.
+
+ * pbuilderrc (BASETGZ): revert the pbuilderrc change to make fakeroot always installed.
+ It's only required when fakeroot mode of buildpackage is run. Make it so.
+
+ * pbuilder-buildpackage: most things are now fixed. fakeroot mode now works!
+
+ * Makefile (INSTALL_DIRECTORY): rewrote the makefile to be a bit better with install.
+
* pbuilder-buildpackage: add fix to chown the directory as well
+ removed some debug string.
2002-02-18 Junichi Uekawa <dancer@debian.org>