diff options
author | dancer <dancer> | 2002-08-05 15:59:57 +0000 |
---|---|---|
committer | dancer <dancer> | 2002-08-05 15:59:57 +0000 |
commit | 889c9a55f953e796740ef221060829160e3c31b6 (patch) | |
tree | 8eb86ed90cf3ad3ecce1f12a9231b8a06f1d2b04 | |
parent | 0e354e16224af5a534bf2347ba228b25a1ba2a0e (diff) | |
download | pbuilder-889c9a55f953e796740ef221060829160e3c31b6.tar pbuilder-889c9a55f953e796740ef221060829160e3c31b6.tar.gz |
update doc for pbuilderrc
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | pbuilderrc.5 | 2 |
3 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2002-08-06 Junichi Uekawa <dancer@debian.org> + + * pbuilderrc.5: update manpage to make it more verbose + 2002-07-23 Junichi Uekawa <dancer@debian.org> * Makefile (install): add examples dir. diff --git a/debian/changelog b/debian/changelog index c420c43..efae9bd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +pbuilder (0.35) unstable; urgency=low + + * New version. not yet released + * update documentation for pbuilderrc.5 + + -- Junichi Uekawa <dancer@debian.org> Tue, 6 Aug 2002 00:22:43 +0900 + pbuilder (0.34) unstable; urgency=low * examples weren't installed. Thanks for noting that, diff --git a/pbuilderrc.5 b/pbuilderrc.5 index 8c38569..e59ab36 100644 --- a/pbuilderrc.5 +++ b/pbuilderrc.5 @@ -137,6 +137,8 @@ turned off. .TP .BI "APTCACHEHARDLINK=" "yes" Specify using hard links in apt cache handling. +Changing this to no will disable hard linking and will +copy the files. .TP .BI "REMOVEPACKAGES=" "lilo" |