aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordancer <dancer>2002-07-11 15:16:06 +0000
committerdancer <dancer>2002-07-11 15:16:06 +0000
commitf24758ad841c4265aac645fffc846249631669a4 (patch)
tree3c71de38102404099ec49d5ee805afb22b08e517
parent2894ec7631c70a033d1ca61cd88359a08aeb4670 (diff)
downloadpbuilder-f24758ad841c4265aac645fffc846249631669a4.tar
pbuilder-f24758ad841c4265aac645fffc846249631669a4.tar.gz
debconf mods
-rw-r--r--ChangeLog7
-rw-r--r--debian/changelog7
-rw-r--r--pbuilder.84
-rw-r--r--pbuilderrc.52
4 files changed, 19 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3918e96..c167075 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2002-07-07 Junichi Uekawa <dancer@debian.org>
+
+ * pbuilderrc.5: document that "" for APTCACHE will turn off
+ the caching, as pointed by Colin Walters
+
+ * pbuilder.8: add some documentation.
+
2002-06-20 Junichi Uekawa <dancer@debian.org>
* examples/B90linda: added an example to use linda.
diff --git a/debian/changelog b/debian/changelog
index e9eed7a..c69161c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+pbuilder (0.33) unstable; urgency=low
+
+ * Unreleased software.
+ * Update documentation for pbuilder.8, and pbuilderrc.5
+
+ -- Junichi Uekawa <dancer@debian.org> Sun, 7 Jul 2002 03:34:12 +0900
+
pbuilder (0.32) unstable; urgency=low
* Documenting usage of TMPDIR in README.Debian. (closes: #149633)
diff --git a/pbuilder.8 b/pbuilder.8
index 8a68cc2..f2279c8 100644
--- a/pbuilder.8
+++ b/pbuilder.8
@@ -273,7 +273,9 @@ problems.
The system-wide configuration file for pbuilder.
.TP
.I "/usr/share/pbuilder/pbuilderrc"
-The default settings for pbuilder, used as fallback.
+The default settings for pbuilder, used as fallback for all
+values that is not specified in
+.B "/etc/pbuilderrc."
.TP
.I "${HOME}/.pbuilderrc"
The personal configuration file for pbuilder.
diff --git a/pbuilderrc.5 b/pbuilderrc.5
index 4e1869d..8c38569 100644
--- a/pbuilderrc.5
+++ b/pbuilderrc.5
@@ -131,6 +131,8 @@ unless command line option is specified to override this.
.BI "APTCACHE=" "/var/cache/pbuilder/aptcache"
Specify the location that the packages downloaded by apt
should be cached.
+Setting this value to "" will cause caching to be
+turned off.
.TP
.BI "APTCACHEHARDLINK=" "yes"