aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog12
-rwxr-xr-xdebian/rules2
2 files changed, 11 insertions, 3 deletions
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 <dancer@debian.org> 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 <mdz@debian.org> 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 <dancer@debian.org> 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