diff options
author | Michael Banck <mbanck@debian.org> | 2005-02-18 01:49:50 +0000 |
---|---|---|
committer | Michael Banck <mbanck@debian.org> | 2005-02-18 01:49:50 +0000 |
commit | 9bc6307a904be55deba7f95b038964464b32a2ad (patch) | |
tree | ef257dbb6afbf6e64bb79af1e90e3d16c240b8fa /debian | |
parent | cc17186c3f9f6733efc4d5ef056df8499efbd2fe (diff) |
* NEWS: New file. Explain the console-client command line interface
changes.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/NEWS | 12 | ||||
-rw-r--r-- | debian/changelog | 12 |
2 files changed, 20 insertions, 4 deletions
diff --git a/debian/NEWS b/debian/NEWS new file mode 100644 index 00000000..0b139982 --- /dev/null +++ b/debian/NEWS @@ -0,0 +1,12 @@ +hurd (20050119-1) unstable; urgency=low + + * The command line syntax for the console client has slightly + changed. It is no longer necessary or even allowed to specify the + consnode path to the short `-c' option (e.g. `-c /dev/cons'), + /dev/cons is implied as default (but can be changed using the long + option, `--consnode=FOO'). When using the mouse or keyboard + repeater, the console client command line should now be as follows: + console -d vga -d pc_kbd --repeat=kbd -d pc_mouse --repeat=mouse \ + -d generic_speaker -c /dev/vcs + + -- Michael Banck <mbanck@debian.org> Fri, 21 Jan 2005 02:33:36 +0100 diff --git a/debian/changelog b/debian/changelog index 42dd0aeb..17076af5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,7 +5,9 @@ hurd (20050119-1) UNRELEASED; urgency=low Pietro Ferrari. (Closes: #184344) + Contains console repeaters by Marco Gerards. + Contains mount argp fixes. (Closes: #151407) - [ Michael Banck] * debian/patches/exec.patch: Removed, no longer needed. + + [ Michael Banck] + * debian/patches/exec.patch: Removed, no longer needed. * debian/patches/mouse.patch: Likewise. * debian/patches/console_repeater.patch: Removed, applied upstream. * debian/patches/libcons_repeater.patch: Likewise. @@ -17,14 +19,16 @@ hurd (20050119-1) UNRELEASED; urgency=low * debian/control (hurd-dbg): New package. * debian/rules (DEB_DH_STRIP_ARGS): Add support for hurd-dbg. * debian/hurd-dbg.dirs: New file. - * debian/rules (install/hurd::): Rename /bin/fakeroot to + * debian/rules (install/hurd::): Rename /bin/fakeroot to /bin/fakeroot-hurd. - * debian/control (hurd): Removed fakeroot from Provides:, Replaces: + * debian/control (hurd): Removed fakeroot from Provides:, Replaces: and Conflicts:. (Closes: #293511) * debian/hurd.install: Install debian/tmp/bin/fakeroot-hurd instead of debian/tmp/bin/fakeroot. + * NEWS: New file. Explain the console-client command line interface + changes. - -- Michael Banck <mbanck@debian.org> Fri, 21 Jan 2005 02:33:36 +0100 + -- Michael Banck <mbanck@debian.org> Fri, 18 Feb 2005 02:45:06 +0100 hurd (20040508-6) unstable; urgency=low |