aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authordancer <dancer>2002-10-05 04:46:59 +0000
committerdancer <dancer>2002-10-05 04:46:59 +0000
commit2571fbfaba200166173218587334d0264a0de4a1 (patch)
tree4dd5546bb98f0ae7dae7b03b358aa40f268fe44b /debian
parentbe21896f663ebc41759701e877b82a44084d56fa (diff)
downloadpbuilder-2571fbfaba200166173218587334d0264a0de4a1.tar
pbuilder-2571fbfaba200166173218587334d0264a0de4a1.tar.gz
2002-10-05 Junichi Uekawa <dancer@debian.org>
* debian/TODO: note that TODO item, support building without root is implemented. Running as non-root in the build process is implemented through the fakeroot options, so that entry goes away, too. * AUTHORS: update the little story. * THANKS: update a bit. * pbuilder-buildpackage (BUILD_PID): quote properly
Diffstat (limited to 'debian')
-rw-r--r--debian/TODO8
-rw-r--r--debian/changelog8
2 files changed, 8 insertions, 8 deletions
diff --git a/debian/TODO b/debian/TODO
index 185e7dd..b3cab2d 100644
--- a/debian/TODO
+++ b/debian/TODO
@@ -24,10 +24,6 @@ TODO and possible bugs:
(shouldn't be necessary because the config files won't be overwritten?)
- using policy-rc.d ? Get people to use invoke-rc.d?
- * Supporting non-root users running.
- - current recommended procedure is to use a "sudo" setup.
- - is it possible to use root privilege only when required?
-
* Supporting arbitrary mount --bind for inside chroot.
- some critical checking.
- how to clean up afterwards safely.
@@ -38,13 +34,9 @@ TODO and possible bugs:
values
* Lock-filing of $BASETGZ between processes.
- * Running build as normal user, and using real root when running
- binary target ?
-
* check cross-compile support, maybe adding support for dpkg-cross
into build-depends checker?
* potato su does not like dpkg-source, executes as a bash script.
$Id$
-
diff --git a/debian/changelog b/debian/changelog
index d227b60..d895609 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+pbuilder (0.41) unstable; urgency=low
+
+ * Prevent kill from going wild :P (closes: #163358)
+ Thanks for Daniel Kobras for noticing shell quoting problem
+ * Update AUTHORS, and THANKS, and TODO files.
+
+ -- Junichi Uekawa <dancer@debian.org> Sat, 5 Oct 2002 13:41:40 +0900
+
pbuilder (0.40) unstable; urgency=low
* Add support for BUILDRESULTUID and BUILDRESULTGID