From 8bacf08b4a0e55163c92bf6d8ceb5672d7798187 Mon Sep 17 00:00:00 2001 From: dancer Date: Wed, 8 Jan 2003 09:09:55 +0000 Subject: +2003-01-08 Junichi Uekawa + + * pbuilder-user-mode-linux (UML_EXTRAOPT): --logfile option. + + * pbuilder-user-mode-linux.1: and document these new options. + + * pbuilder-user-mode-linux (OPERATION): --override-config option passed + through to pbuilder. + (EXTRAOPT): quote ${EXTRAOPT} which is probably meant to be passed + through. + (UML_EXTRAOPT): define as variable that is used to pass uml extra options. + and, of course, add these options: --binary-arch --override-config --timeout --http-proxy --configfile --hookdir --aptconfdir + + + * debian/rules (binary-arch): add manual page installation + + * pbuilder-uml.conf.5: new manual page + + * pbuilder-uml.conf (UML_MEM): Use 128MB memory per default, it would + be better to use that. + + * pbuilder-user-mode-linux: export HOME inside UML + Try and umount the device afterwards, so that it will be clean-mount + the next time. + thanks: Matt Zimmerman + (OPERATION): --uml-mem option. + + * pbuilder-checkparams: update copyright + + * pdebuild: update copyright info. + + * update copyright information to add 2003. + + * pbuilder-user-mode-linux: LOGNAME is set as soon as + entering UML. + --- debian/changelog | 12 ++++++++++-- debian/rules | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 37c9b25..7e70c76 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,16 @@ pbuilder (0.60) UNRELEASED; urgency=low * customized documentation stylesheets to look like other netfort pages - - -- Junichi Uekawa Tue, 7 Jan 2003 19:25:06 +0900 + * Changing the timing LOGNAME is set inside UML. + * UML: umount the device after running pbuilder. + * UML: set $HOME inside (closes: #175785) + thanks to Matt Zimmerman for noticing the problem. + * UML: manual page pbuilder-uml.conf.5 added. + * UML: --uml-mem option for specifying amount of memory. + implement --override-config. + * UML: --logfile option implemented. + + -- Junichi Uekawa Wed, 8 Jan 2003 17:54:17 +0900 pbuilder (0.59) unstable; urgency=low diff --git a/debian/rules b/debian/rules index 12cf066..63553b9 100755 --- a/debian/rules +++ b/debian/rules @@ -63,7 +63,7 @@ ifeq (${ARCH},i386) dh_testdir -a dh_testroot -a dh_installdocs -a - dh_installman -ppbuilder-uml pbuilder-user-mode-linux.1 + dh_installman -ppbuilder-uml pbuilder-user-mode-linux.1 pbuilder-uml.conf.5 dh_installchangelogs -a dh_link -a dh_compress -a -- cgit v1.2.3