aboutsummaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authordancer <dancer>2002-02-24 12:06:55 +0000
committerdancer <dancer>2002-02-24 12:06:55 +0000
commit3faf4f1bada144c6d78c3797a57ff141d8d29d32 (patch)
tree728aa614efc5204be41b12e54cd4a878b02585b5 /debian/changelog
parentcd7033fc7ad8f264329f7e822948fb5ef7fb09b9 (diff)
downloadpbuilder-3faf4f1bada144c6d78c3797a57ff141d8d29d32.tar
pbuilder-3faf4f1bada144c6d78c3797a57ff141d8d29d32.tar.gz
release is ready, I've checked.
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 5224c9d..e49ba9f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
pbuilder (0.24) unstable; urgency=low
- * (not yet released) FIXME
* hooks support is in place for build target now. Read pbuilder.1
- for details. Adding C00bash, which contains a line calling "bash"
- will allow running bash inside the chroot.
- (closes: #134757)
+ for details. Adding C00bash, which contains a line calling
+ #!/bin/bash
+ bash < /dev/tty
+ will allow running bash inside the chroot. (closes: #134757)
-- Junichi Uekawa <dancer@debian.org> Sun, 24 Feb 2002 20:37:35 +0900