From be3bc3e35896a53c59f06efc30f13b80f3746dd0 Mon Sep 17 00:00:00 2001 From: dancer Date: Tue, 20 Jul 2004 16:07:31 +0000 Subject: +2004-07-21 Junichi Uekawa + + * pbuilder-uml.conf.5: update doc to note that ~/.pbuilderrc shoulnd't have APTCACHEHARDLINK=yes if using user-mode-linux + + * pbuilder-uml.conf (APTCACHEHARDLINK): set default value of APTCACHEHARDLINK to no. + --- ChangeLog | 6 ++++++ debian/changelog | 8 ++++++++ pbuilder-uml.conf | 1 + pbuilder-uml.conf.5 | 3 +++ 4 files changed, 18 insertions(+) diff --git a/ChangeLog b/ChangeLog index 2b61622..52f03da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-07-21 Junichi Uekawa + + * pbuilder-uml.conf.5: update doc to note that ~/.pbuilderrc shoulnd't have APTCACHEHARDLINK=yes if using user-mode-linux + + * pbuilder-uml.conf (APTCACHEHARDLINK): set default value of APTCACHEHARDLINK to no. + 2004-07-16 Junichi Uekawa * pbuilder-user-mode-linux: 259325: call /sbin/halt -d -f diff --git a/debian/changelog b/debian/changelog index e1de88a..f63c4c7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +pbuilder (0.111) unstable; urgency=low + + * Fix pbuilder-uml default behavior to not to have cross-device link warnings + set system default to 'APTCACHEHARDLINK=no' + (closes: #259291) + + -- Junichi Uekawa Wed, 21 Jul 2004 01:04:03 +0900 + pbuilder (0.110) unstable; urgency=low * shutdown UML cleanly on exit, thanks go to Joey Hess for noticing this diff --git a/pbuilder-uml.conf b/pbuilder-uml.conf index e9b7bb4..f9a5136 100644 --- a/pbuilder-uml.conf +++ b/pbuilder-uml.conf @@ -13,5 +13,6 @@ UML_MEM=128M UML_HOSTNAME=$(hostname) UML_BUILDRESULT= ROOTSTRAP_IMAGESIZE=1000 +APTCACHEHARDLINK=no diff --git a/pbuilder-uml.conf.5 b/pbuilder-uml.conf.5 index 29b4815..d9effe1 100644 --- a/pbuilder-uml.conf.5 +++ b/pbuilder-uml.conf.5 @@ -84,7 +84,10 @@ It is advised to set to .I no in +.BR "~/.pbuilderrc" . +see .B "pbuilderrc(5)" +for details. .SH "AUTHOR" Initial coding, and main maintenance is done by -- cgit v1.2.3