diff options
author | dancer <dancer> | 2006-07-25 23:40:58 +0000 |
---|---|---|
committer | dancer <dancer> | 2006-07-25 23:40:58 +0000 |
commit | a377cc51b03377b2755ebb1f2b701ebdc27cc866 (patch) | |
tree | d14bbf04c9cf7b880baf7151e5f3a9f00eae3cd8 | |
parent | 121c4ffa07dfead6f9c3b05f15c7801a2b9302aa (diff) | |
download | pbuilder-a377cc51b03377b2755ebb1f2b701ebdc27cc866.tar pbuilder-a377cc51b03377b2755ebb1f2b701ebdc27cc866.tar.gz |
documentation fix for fakechroot.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Documentation/pbuilder-doc.xml | 8 | ||||
-rw-r--r-- | debian/changelog | 8 |
3 files changed, 15 insertions, 5 deletions
@@ -1,3 +1,7 @@ +2006-07-23 Junichi Uekawa <dancer@debian.org> + + * Documentation/pbuilder-doc.xml: update documentation on fakechroot. + 2006-06-26 Junichi Uekawa <dancer@debian.org> * pdebuild-internal: export DEBBUILDOPTS diff --git a/Documentation/pbuilder-doc.xml b/Documentation/pbuilder-doc.xml index 71c4b1a..db96957 100644 --- a/Documentation/pbuilder-doc.xml +++ b/Documentation/pbuilder-doc.xml @@ -986,11 +986,13 @@ cd /var/cache/pbuilder/result/ not the expected behaviour. </para> <para> - To work around the problem, fakechroot provides a patch for debootstrap. - Use that, so that ldd and ldconfig are overridden. + To work around the problem, debootstrap has a + <option>--variant fakechroot</option> option. Use that, so + that ldd and ldconfig are overridden. </para> <para> - Make sure you have set your path correctly, as described in <filename>/usr/share/doc/fakechroot/README.Debian</filename> + Make sure you have set your LD_PRELOAD path correctly, as described in + the fakechroot manpage. </para> </sect1> <sect1 id="debconfinsidepbuilder"> diff --git a/debian/changelog b/debian/changelog index b25b0f4..14aab92 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,12 @@ -pbuilder (0.156) UNRELEASED; urgency=low +pbuilder (0.156) unstable; urgency=low + [Junichi Uekawa] * export DEBBUILDOPTS, follow-up to 366327 + * Bug fix: "pbuilder-doc.html refers to non-existing + /usr/share/doc/fakechroot/README.Debian", thanks to Timo Juhani + Lindfors (Closes: #379235). - -- Junichi Uekawa <dancer@debian.org> Mon, 26 Jun 2006 01:38:09 +0900 + -- Junichi Uekawa <dancer@debian.org> Wed, 26 Jul 2006 08:38:56 +0900 pbuilder (0.155) unstable; urgency=low |