aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authordancer <dancer>2002-06-18 10:06:07 +0000
committerdancer <dancer>2002-06-18 10:06:07 +0000
commit66d8369a634a2ae44c0da72ab0c59704f99d9481 (patch)
treebd115decf50ad9a41ebb21809ea2c18a628d7911 /debian
parent62e4a9b968788c062769fba6b2114a87a03745c0 (diff)
downloadpbuilder-66d8369a634a2ae44c0da72ab0c59704f99d9481.tar
pbuilder-66d8369a634a2ae44c0da72ab0c59704f99d9481.tar.gz
note TMPDIR.
Diffstat (limited to 'debian')
-rw-r--r--debian/README.Debian21
-rw-r--r--debian/changelog4
2 files changed, 22 insertions, 3 deletions
diff --git a/debian/README.Debian b/debian/README.Debian
index f7ef9a0..e9a1399 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -40,7 +40,26 @@ Support for mounts will hopefully come later, with some safeguards.
Testsuite:
The whole of Debian archive (main) is now being test-rebuilt with
pbuilder. Most packages succeed. Many fail to build from
- source, genuinely, or from pbuilder bugs.
+ source, genuinely, or from pbuilder bugs. The number of pbuilder
+ bugs are on the decreasing end.
+
+
+Notes on usage of $TMPDIR
+=========================
+
+First, I recommend reading the manpage.
+
+If you are setting $TMPDIR to an unusual value, of other than
+/tmp, you will find that some errors may occur inside the chroot,
+such as dpkg-source failing.
+
+There are two options, you may install a hook to create that
+directory, or set
+
+export TMPDIR=/tmp
+
+in pbuilderrc. Take your pick.
+
$Id$
diff --git a/debian/changelog b/debian/changelog
index 2bfb9fb..ef250de 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
pbuilder (0.32) unstable; urgency=low
- * unreleased
+ * Documenting usage of TMPDIR in README.Debian. (closes: #149633)
- -- Junichi Uekawa <dancer@debian.org> Thu, 30 May 2002 20:25:13 +0900
+ -- Junichi Uekawa <dancer@debian.org> Tue, 18 Jun 2002 17:58:33 +0900
pbuilder (0.31) unstable; urgency=low