diff options
author | dancer <dancer> | 2002-07-11 15:16:06 +0000 |
---|---|---|
committer | dancer <dancer> | 2002-07-11 15:16:06 +0000 |
commit | f24758ad841c4265aac645fffc846249631669a4 (patch) | |
tree | 3c71de38102404099ec49d5ee805afb22b08e517 | |
parent | 2894ec7631c70a033d1ca61cd88359a08aeb4670 (diff) | |
download | pbuilder-f24758ad841c4265aac645fffc846249631669a4.tar pbuilder-f24758ad841c4265aac645fffc846249631669a4.tar.gz |
debconf mods
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | pbuilder.8 | 4 | ||||
-rw-r--r-- | pbuilderrc.5 | 2 |
4 files changed, 19 insertions, 1 deletions
@@ -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) @@ -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" |