console-tools (1:0.2.3dbs-70ubuntu2) saucy; urgency=low

  * Drop unicode_stop part of 999_ubuntu_unicode.patch which no longer
    applies; the behaviour of unicode_stop is not very important anyway.

 -- Colin Watson <cjwatson@ubuntu.com>  Mon, 24 Jun 2013 13:50:15 +0100

console-tools (1:0.2.3dbs-70ubuntu1) saucy; urgency=low

  * Resynchronise with Debian.  Remaining changes:
    - debian/conffiles.d/config: Fix typo: "latcyrheb=sun16" =>
      "latarcyrheb-sun16".
    - Do not make /etc/console-tools/config a conffile, since it is modified
      by the installer and causes dpkg questions on upgrades.
    - 951_fix_unicode_loadkeys_capslock.patch: When loading unicode key
      maps, apply KT_LETTER to values in the range a-z or A-Z rather than
      KT_LATIN. This seems to be necessary to make Caps Lock work properly.
    - 999_ubuntu_unicode.patch: Make unicode_{start,stop} attempt to
      start/stop unicode on all the VCs listed in /etc/inittab if we detect
      that we're running from init.
    - Move console-screen.sh to rcS/S90.
    - 220_unimap_vts.patch: Linux 2.6.1 fixed the GIO_UNIMAP, PIO_UNIMAP,
      and PIO_UNIMAPCLR ioctls to be per-VT rather than always using the
      current foreground console. If we're running on Linux 2.6.1 or newer,
      suppress the VT switch.
    - debian/console-screen.sh: Don't run if setupcon (from console-setup)
      is present or if usplash is running.
    - Add console-tools-udeb and libconsole-udeb packages needed for
      console-setup.
    - 999_ubuntu_getfd.patch: Make get_console_fd try to open
      /proc/self/fd/0, so that kbd_mode can be used to query or modify any
      tty by running kbd_mode < /dev/ttyN.
    - Move kbd_mode to /bin so that it can be used before /usr is mounted.
    - Add consolechars, kbd_mode, and loadkeys to initramfs for
      console-setup.
    - 999_ubuntu_loadkeys_console-setup.patch: Use ckbcomp to get the
      keyboard layout if other data files are not available.
    - 999_ubuntu_vt-is-UTF8_manpage.patch: Fix manpage to properly document
      the --quiet option.

 -- Colin Watson <cjwatson@ubuntu.com>  Mon, 24 Jun 2013 12:31:11 +0100

console-tools (1:0.2.3dbs-70) unstable; urgency=low

  * Change Prority: extra, favouring kbd instead.
  * Standards-Version: 3.9.1.
  *  Remove shlibs.local; not needed.

 -- Alastair McKinstry <mckinstry@debian.org>  Fri, 18 Feb 2011 16:50:55 +0000

console-tools (1:0.2.3dbs-69.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Prefer console-setup over console-common and console-data
    (closes: #605128)

 -- Julien Cristau <jcristau@debian.org>  Thu, 16 Dec 2010 21:12:02 +0100

console-tools (1:0.2.3dbs-69) unstable; urgency=low

  * Call unicode_start/stop within console-screen.sh to change kbd mode.
    Use unicode_stop script from kbd.
    Closes: #552001.
  * Move to Standards-Version: 3.8.4. 

 -- Alastair McKinstry <mckinstry@debian.org>  Tue, 02 Mar 2010 20:30:34 +0000

console-tools (1:0.2.3dbs-68) unstable; urgency=low

  * Don't use 'set -e' in init scripts.
  * Patch to fix error found by 'set -e' anyway. 
    Closes: #563727, #563590, #563960.
  * Change libconsole to Priority: optional ; match overrides.
  * Remove duplicated log message. Closes: #563593.
  * Acknowledge previously fixed bugs:
    Closes: #386873, #390909

 -- Alastair McKinstry <mckinstry@debian.org>  Mon, 11 Jan 2010 13:57:27 +0000

console-tools (1:0.2.3dbs-67) unstable; urgency=low

  * Patch from kbd by Martin Shutte sets default_utf8
     in consoles. Closes: #552011. 
  * Added 'set -e' to console-screen.sh
  * Patch from Petter Reinholdsen to stop usplash being killed.
    Closes: #423025.

 -- Alastair McKinstry <mckinstry@debian.org>  Sat, 19 Dec 2009 18:46:44 +0000

console-tools (1:0.2.3dbs-66) unstable; urgency=low

  * Move to Standards-Version: 3.8.3:
  * Changed Section: base to utils.
  * Move to DH_COMPAT=7 ; move from debian/rules to debian/compat
  * Remove hidden editor backup file from debian/ 
  * Add ${misc:Depends} for debhelper (thanks to Lintian)
  * Change ref. in copyright to GPL-2 
  * Add proper copyright line, include CREDITS file.
  * Remove libtool .la files (unused).
  * Added  FILES section to setvesablank.8; thanks to shaul Karl. 
   Closes: #478090.
  * console-screen.sh not updating console 6; Patch from Nachum
    Kanovsky. Closes: #413648,
  * Patch from Daniele Sempione to  openvt; switch back to original terminal
    when command completes (-b option). Closes: #379425. 
  * Remove unnecessary slash in output. Closes: #391595. 
  * Fix incorrect comment in console-tools/config. Closes: #478092. 
  * Ensure $NUM_CONSOLES is set globally in /stc/init.d/console-screen.sh.
    Thanks to Yang Zhe. Closes: #504067.
  * Updated French translation, thanks to Dragos Stoichita. Closes: #480161. 
  * libconsole is important, according to overrides (change later when kbd
    becomes default).
  * Add diacritics support to loadkeys (in recent kernels). 
    Thanks to Samuel Thibault and others; Closes: #507513. 

 -- Alastair McKinstry <mckinstry@debian.org>  Thu, 27 Aug 2009 22:17:49 +0100

console-tools (1:0.2.3dbs-65.1ubuntu2) karmic; urgency=low

  * 999_ubuntu_vt-is-UTF8_manpage.patch: Fix manpage to properly document
    the --quiet option. (LP: #49031)

 -- Adam Buchbinder <adam.buchbinder@gmail.com>  Tue, 16 Jun 2009 17:31:29 +0100

console-tools (1:0.2.3dbs-65.1ubuntu1) intrepid; urgency=low

  * Resynchronise with Debian. Remaining changes:
    - debian/conffiles.d/config: Fix typo: "latcyrheb=sun16" =>
      "latarcyrheb-sun16".
    - Do not make /etc/console-tools/config a conffile, since it is modified
      by the installer and causes dpkg questions on upgrades.
    - 951_fix_unicode_loadkeys_capslock.patch: When loading unicode key
      maps, apply KT_LETTER to values in the range a-z or A-Z rather than
      KT_LATIN. This seems to be necessary to make Caps Lock work properly.
    - 999_ubuntu_unicode.patch: Make unicode_{start,stop} attempt to
      start/stop unicode on all the VCs listed in /etc/inittab if we detect
      that we're running from init.
    - Move console-screen.sh to rcS/S90.
    - 220_unimap_vts.patch: Linux 2.6.1 fixed the GIO_UNIMAP, PIO_UNIMAP,
      and PIO_UNIMAPCLR ioctls to be per-VT rather than always using the
      current foreground console. If we're running on Linux 2.6.1 or newer,
      suppress the VT switch.
    - debian/console-screen.sh: Don't run if setupcon (from console-setup)
      is present or if usplash is running.
    - Add console-tools-udeb and libconsole-udeb packages needed for
      console-setup. Remove unnecessary shlibs.local which broke
      console-tools-udeb's dependencies.
    - Accept console-setup as an alternative for console-common and
      console-data.
    - 999_ubuntu_getfd.patch: Make get_console_fd try to open
      /proc/self/fd/0, so that kbd_mode can be used to query or modify any
      tty by running kbd_mode < /dev/ttyN.
    - Move kbd_mode to /bin so that it can be used before /usr is mounted.
    - Add consolechars, kbd_mode, and loadkeys to initramfs for
      console-setup.
    - Set fonts and LEDs on tty6 too.
    - 999_ubuntu_loadkeys_console-setup.patch: Use ckbcomp to get the
      keyboard layout if other data files are not available.

 -- Colin Watson <cjwatson@ubuntu.com>  Mon, 23 Jun 2008 13:54:46 +0100

console-tools (1:0.2.3dbs-65.1) unstable; urgency=low

  * Non-maintainer upload.
  * Fix problems with LSB header in init.d script. Closes: #475823.
  * Replace ${Source-Version} by ${binary:Version} and ${source:Version} to
    make package binNMU-safe. Closes: #434449.

 -- Peter Eisentraut <petere@debian.org>  Tue, 15 Apr 2008 22:54:36 +0200

console-tools (1:0.2.3dbs-65ubuntu7) hardy; urgency=low

  * Remove shlibs.local. It wasn't needed and made console-tools-udeb depend
    on libconsole (not -udeb).

 -- Soren Hansen <soren@ubuntu.com>  Wed, 06 Feb 2008 21:58:40 +0100

console-tools (1:0.2.3dbs-65ubuntu6) hardy; urgency=low

  * 999_ubuntu_loadkeys_console-setup.patch: Use ckbcomp to get the keyboard
    layout if other data files are not available (LP: #83487).

 -- Colin Watson <cjwatson@ubuntu.com>  Mon, 04 Feb 2008 14:04:06 +0000

console-tools (1:0.2.3dbs-65ubuntu5) gutsy; urgency=low

  * Trigger rebuild for hppa.

 -- LaMont Jones <lamont@ubuntu.com>  Fri, 28 Sep 2007 11:35:26 -0600

console-tools (1:0.2.3dbs-65ubuntu4) gutsy; urgency=low

  * Set fonts and LEDs on tty6 too (LP: #117001).
  * Set Ubuntu maintainer address.

 -- Colin Watson <cjwatson@ubuntu.com>  Wed, 30 May 2007 13:33:34 +0100

console-tools (1:0.2.3dbs-65ubuntu3) feisty; urgency=low

  * Add consolechars, kbd_mode, and loadkeys to initramfs for console-setup.

 -- Colin Watson <cjwatson@ubuntu.com>  Mon, 22 Jan 2007 14:20:05 +0000

console-tools (1:0.2.3dbs-65ubuntu2) feisty; urgency=low

  * 999_ubuntu_fix_sparc_ftbfs.patch: Remove; fixed in Debian.

 -- Colin Watson <cjwatson@ubuntu.com>  Fri, 24 Nov 2006 10:38:55 +0000

console-tools (1:0.2.3dbs-65ubuntu1) feisty; urgency=low

  * Resynchronise with Debian. Remaining changes:
    - debian/conffiles.d/config: Fix typo: "latcyrheb=sun16" =>
      "latarcyrheb-sun16".
    - Do not make /etc/console-tools/config a conffile, since it is modified
      by the installer and causes dpkg questions on upgrades.
    - 951_fix_unicode_loadkeys_capslock.patch: When loading unicode key
      maps, apply KT_LETTER to values in the range a-z or A-Z rather than
      KT_LATIN. This seems to be necessary to make Caps Lock work properly.
    - 999_ubuntu_unicode.patch: Make unicode_{start,stop} attempt to
      start/stop unicode on all the VCs listed in /etc/inittab if we detect
      that we're running from init.
    - Move console-screen.sh to rcS/S90.
    - 220_unimap_vts.patch: Linux 2.6.1 fixed the GIO_UNIMAP, PIO_UNIMAP,
      and PIO_UNIMAPCLR ioctls to be per-VT rather than always using the
      current foreground console. If we're running on Linux 2.6.1 or newer,
      suppress the VT switch.
    - 999_ubuntu_fix_sparc_ftbfs: remove unrequired includes that are no
      longer exported by linux-libc-dev.
    - debian/console-screen.sh: Don't run if setupcon (from console-setup)
      is present or if usplash is running.
    - Add console-tools-udeb and libconsole-udeb packages needed for
      console-setup.
    - Accept console-setup as an alternative for console-common and
      console-data.
    - 999_ubuntu_getfd.patch: Make get_console_fd try to open
      /proc/self/fd/0, so that kbd_mode can be used to query or modify any
      tty by running kbd_mode < /dev/ttyN.
  * Move kbd_mode to /bin so that it can be used before /usr is mounted.

 -- Colin Watson <cjwatson@ubuntu.com>  Fri, 10 Nov 2006 19:16:22 -0800

console-tools (1:0.2.3dbs-65) unstable; urgency=low

  * Remove dependency on sysvinit, to allow for upstart. Closes: #386134.
  * Remove reference to <asm/kbio.h> which has been removed from the
    sparc kernel. Closes: #386038.
  * Fix comment typo in unicode_start.
  * Fix defkeymap location in loadkeys map page. Closes: #382595.
  * Include lct-9.html in the docs. Closes: #384118.
  * Patch from Karol Lewandowski for console-screen.sh to remove
    unnecessary process spawns. Closes: #382115.
  * Add LSB logging support to console-screen.sh, patch by
    David Hardeman. Closes: #384785.
  * console-screen.sh: Don't set fonts on tty0. Closes: #366272.

 -- Alastair McKinstry <mckinstry@debian.org>  Tue,  5 Sep 2006 16:46:25 +0100

console-tools (1:0.2.3dbs-64) unstable; urgency=low

  *  Use less permissive regexp in console-screen.sh to avoid misreading
     /etc/default/locale. Closes: #364797.
  *  Added LSB information to console-screen.sh

 -- Alastair McKinstry <mckinstry@debian.org>  Tue, 18 Jul 2006 17:11:34 +0100

console-tools (1:0.2.3dbs-63) unstable; urgency=low

  * Set priority: optional to match overrides (kbd is now the preferred
    replacement pkg).
  * Move to Standards-Version: 3.7.2. No changes required.
  * Fix indentation in openvt.2. Closes: #367681.
  * Now no longer Depend: on console-common; Suggest: it instead.
    This removes a circular dependency. As a consequence, kbdconfig now
    warns if console-common is not installed.

 -- Alastair McKinstry <mckinstry@debian.org>  Wed,  5 Jul 2006 08:06:20 +0100

console-tools (1:0.2.3dbs-62ubuntu10) edgy; urgency=low

  * debian/patches/999_ubuntu_getfd.patch: Make get_console_fd try to open
    /proc/self/fd/0, so that kbd_mode can be used to query or modify any tty
    by running kbd_mode < /dev/ttyN. This is a copy of a change by Denis
    Barbier in kbd 1.12-15.

 -- Colin Watson <cjwatson@ubuntu.com>  Fri, 20 Oct 2006 09:38:39 +0100

console-tools (1:0.2.3dbs-62ubuntu9) edgy; urgency=low

  * Accept console-setup as an alternative for console-common and
    console-data; we no longer need the latter two packages in a default
    installation.

 -- Colin Watson <cjwatson@ubuntu.com>  Fri, 15 Sep 2006 13:58:45 +0100

console-tools (1:0.2.3dbs-62ubuntu8) edgy; urgency=low

  * Add a libconsole-udeb package for console-tools-udeb to depend on
    instead of libconsole.

 -- Colin Watson <cjwatson@ubuntu.com>  Tue, 12 Sep 2006 11:55:05 +0100

console-tools (1:0.2.3dbs-62ubuntu7) edgy; urgency=low
  
  * 999_ubuntu_fix_sparc_ftbfs: remove unrequired includes that are no longer
    exported by linux-libc-dev.

 -- Fabio M. Di Nitto <fabbione@ubuntu.com>  Mon, 11 Sep 2006 14:12:04 +0200

console-tools (1:0.2.3dbs-62ubuntu6) edgy; urgency=low

  * 220_unimap_vts.patch: Linux 2.6.1 fixed the GIO_UNIMAP, PIO_UNIMAP, and
    PIO_UNIMAPCLR ioctls to be per-VT rather than always using the current
    foreground console. If we're running on Linux 2.6.1 or newer, suppress
    the VT switch.

 -- Colin Watson <cjwatson@ubuntu.com>  Fri,  8 Sep 2006 11:05:41 +0100

console-tools (1:0.2.3dbs-62ubuntu5) edgy; urgency=low

  * debian/console-screen.sh: Don't run if setupcon (from console-setup) is
    present.

 -- Colin Watson <cjwatson@ubuntu.com>  Thu,  7 Sep 2006 23:38:18 +0100

console-tools (1:0.2.3dbs-62ubuntu4) edgy; urgency=low

  * Fix reversed renaming of 480_thai_keysyms.patch to 455_th_keysym.patch
    during the last merge.

 -- Colin Watson <cjwatson@ubuntu.com>  Tue,  5 Sep 2006 22:45:22 +0100

console-tools (1:0.2.3dbs-62ubuntu3) edgy; urgency=low

  * Remove unnecessary dependency on sysvinit.

 -- Scott James Remnant <scott@ubuntu.com>  Thu, 31 Aug 2006 17:19:27 +0100

console-tools (1:0.2.3dbs-62ubuntu2) edgy; urgency=low

  * Add a console-tools-udeb needed for console-setup.

 -- Tollef Fog Heen <tfheen@ubuntu.com>  Tue, 22 Aug 2006 19:45:57 +0200

console-tools (1:0.2.3dbs-62ubuntu1) edgy; urgency=low

  * Merge from debian unstable.
  * debian/patches/480_thai_keysyms.patch: removed, debian renamed it to
                                           455_th_keysym.patch

 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 30 Jun 2006 10:07:35 +0200

console-tools (1:0.2.3dbs-62) unstable; urgency=low

  * console-screen.sh: Ensure good exit codes when returning from
    shell fns, otherwise it fails on s390 amongst others.  Closes: #365418.

 -- Alastair McKinstry <mckinstry@debian.org>  Mon,  1 May 2006 21:14:48 +0100

console-tools (1:0.2.3dbs-61) unstable; urgency=low

  * Read locale details from /etc/default/locale if present, when
    deciding to go to unicode mode in console-screen.sh. Closes: #361071.
  * Correct LSB runtime info in console-screen.sh. Closes: #351051.
  * Move to DH_COMPAT=5.
  * Fix fd leak in openvt. Closes: #343637.
  * loadkeys -m does not need /dev/tty or /dev/console.
    Closes: #312844, #341956.
  * Add Thai keysyms, to match kbd. Closes: #360592.
  * Add Braille keysyms, to match kbd. Closes: #360864.
  * Honour ${NUM_CONSOLES} when calling setled in console-screen.sh.
    Closes: #310020.

 -- Alastair McKinstry <mckinstry@debian.org>  Tue, 25 Apr 2006 14:11:08 +0100

console-tools (1:0.2.3dbs-60ubuntu3) dapper; urgency=low

  * debian/patches/455_th_ksym.patch: Add "tis-620" (Thai) keysyms.

 -- Theppitak Karoonboonyanan <thep@linux.thai.net>  Wed, 12 Apr 2006 21:43:12 +0100

console-tools (1:0.2.3dbs-60ubuntu2) dapper; urgency=low

  * Move console-screen.sh to rcS/S90 (not really important as it never
    runs under usplash, but it was the last change on the list).

 -- Scott James Remnant <scott@ubuntu.com>  Thu, 23 Feb 2006 13:26:11 +0000

console-tools (1:0.2.3dbs-60ubuntu1) dapper; urgency=low

  * Resynchronise with Debian.
  * Drop Ubuntu VC handling fixes in favour of Debian's.

 -- Colin Watson <cjwatson@ubuntu.com>  Mon, 23 Jan 2006 16:54:14 +0000

console-tools (1:0.2.3dbs-60) unstable; urgency=low

  * Typo in console-screen.sh. Closes: #341068.

 -- Alastair McKinstry <mckinstry@debian.org>  Mon, 28 Nov 2005 19:42:29 +0000

console-tools (1:0.2.3dbs-59) unstable; urgency=low

  * console-screen.sh: Ensure the correct font, unicode_mode are set 
    for all VTs.  Closes: #271013, #307474.
  * Remove all exit statements from /etc/init.d/console-screen.sh.

 -- Alastair McKinstry <mckinstry@debian.org>  Sun, 27 Nov 2005 16:18:58 +0000

console-tools (1:0.2.3dbs-58ubuntu1) dapper; urgency=low

  * Resynchronise with Debian.

 -- Colin Watson <cjwatson@ubuntu.com>  Fri, 25 Nov 2005 16:38:52 +0000

console-tools (1:0.2.3dbs-58) unstable; urgency=low

  * Need to set 'prefer_unicode' in ksyms.c to match kbd patch.
    Thanks to Anton Zinoviev, Benis Barbier. Closes: #334691.

 -- Alastair McKinstry <mckinstry@debian.org>  Tue,  8 Nov 2005 13:43:36 +0000

console-tools (1:0.2.3dbs-57) unstable; urgency=low

  * Avoid executing backup scripts in /etc/console-tools/config.d.
    Closes: #293806.
  * Patch by Denis Barbier to make kbd symbol names unique.
  * Patch by Denis Barbier to re-enable '-u' on loadkeys. Closes: #264178.
  * Move to Standards-Version: 3.6.2.0; no changes required.
  * Depend on debconf | debconf-2.0. Closes: #331782.
  * Include LSB-formatted Init dependency info. Closes: #330229.
  * Correct typos, thanks to A. Costa.
    Closes: #327912, #327913, #327914, #327915, #327916.
  * Turkish translation due to Ãnur Ãzden.

 -- Alastair McKinstry <mckinstry@debian.org>  Wed,  5 Oct 2005 21:23:47 +0100

console-tools (1:0.2.3dbs-56ubuntu8) breezy; urgency=low

  * Revise 999_ubuntu_unicode.patch to work when called from init in all
    runlevels (previously, it wasn't working in runlevel S, which meant
    it wouldn't work in the case where usplash wasn't running)

 -- Adam Conrad <adconrad@ubuntu.com>  Sat,  1 Oct 2005 07:16:35 +1000

console-tools (1:0.2.3dbs-56ubuntu7) breezy; urgency=low

  * Invert test for pidof usplash, so the previous changes actually work.

 -- Adam Conrad <adconrad@ubuntu.com>  Sat,  1 Oct 2005 05:43:13 +1000

console-tools (1:0.2.3dbs-56ubuntu6) breezy; urgency=low

  * Add 999_ubuntu_unicode.patch, which makes unicode_{start,stop} attempt
    to start/stop unicode on all the VCs listed in /etc/inittab if we detect
    that we're running from init (probably only works with sysv-rc)
  * Make console-screen.sh do the same as above, as well as having it exit
    without action if usplash is running, since usplash calls us again later.

 -- Adam Conrad <adconrad@ubuntu.com>  Sat,  1 Oct 2005 03:36:03 +1000

console-tools (1:0.2.3dbs-56ubuntu5) breezy; urgency=low

  * Added 951_fix_unicode_loadkeys_capslock.patch:
    - When loading unicode key maps, apply KT_LETTER to values in the
      range a-z or A-Z rather than KT_LATIN.  This seems to be necessary
      to make Caps Lock work properly.  (Ubuntu: #10344).

 -- Scott James Remnant <scott@ubuntu.com>  Fri, 30 Sep 2005 05:55:26 +0100

console-tools (1:0.2.3dbs-56ubuntu4) breezy; urgency=low

  * debian/console-screen.sh:
    - redirect the output of pidof to /dev/null
    - don't set the console-font if usplash is runing (ubuntu #15256)

 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 15 Sep 2005 09:12:44 +0200

console-tools (1:0.2.3dbs-56ubuntu3) breezy; urgency=low

  * debian/console-screen.sh:
    - don't set the font on the terminal that usplash runs on 
      (ubuntu #14691)

 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 13 Sep 2005 12:47:11 +0200

console-tools (1:0.2.3dbs-56ubuntu2) breezy; urgency=low

  * Upload with no source changes to build against the newly unbroken
    linux-kernel-headers, which should fix the NR_KEYS bug (#10063)

 -- Adam Conrad <adconrad@0c3.net>  Thu,  5 May 2005 07:21:43 +0000

console-tools (1:0.2.3dbs-56ubuntu1) breezy; urgency=low

  * Resynchronise with Debian.

 -- Colin Watson <cjwatson@ubuntu.com>  Wed, 20 Apr 2005 19:02:26 +1000

console-tools (1:0.2.3dbs-56) unstable; urgency=low

  * Dropped console_ioctls.4 man page; its a duplicate of the console_ioctl.4
    man page in manpages package.
  * Fixed typo in splitfont.1 man page. Thanks to Nicolas Francois.
    Closes: #274454.
  * Fix fgconsole man page to show 'next-available' instead of
    'show-available'. Closes: #267012.
  * Fix for Caps-lock unicode/ascii breakage. Thanks to Darren Salt.
    Closes: #263580.
  * Fix race condition where SIGCHLD breaks system calls wih EINTR.
    Patch thanks to Sergei Ivanov. Closes: #279974.
  * Typos, in console-tools config. Closes: #283536, #288665.
  * debian/console-screen.sh: Don't generate errors when
     LANG/LC_ALL/LC_CTYPE is set more than once in /etc/environment.
     Thanks to Ubuntu and Nikita V. Youshchenko. Closes: #273590, #292112.
  * Patch to allow cross-building from NIIBE Yutaka. Closes: #284705. 

 -- Alastair McKinstry <mckinstry@debian.org>  Sat,  5 Feb 2005 10:07:48 +0000

console-tools (1:0.2.3dbs-55ubuntu5) hoary; urgency=low

  * Do not make /etc/console-tools/config a conffile any more since it is
    modified by the installer and causes dpkg questions on upgrades (#6585):
    - debian/console-tools.install: Install configuration file into
      /usr/share/console-tools/.
    - debian/console-tools.postinst: Install config file if it is not yet
      present.
    - debian/console-tools.postrm: Remove config file on purge.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Fri, 18 Mar 2005 16:09:42 +0100

console-tools (1:0.2.3dbs-55ubuntu4) hoary; urgency=low

  * debian/conffiles.d/config: Fix typo: "latcyrheb=sun16" =>
    "latarcyrheb-sun16" (part of Ubuntu #5163).

 -- Colin Watson <cjwatson@canonical.com>  Tue,  4 Jan 2005 22:46:41 +0000

console-tools (1:0.2.3dbs-55ubuntu3) hoary; urgency=low

  * debian/console-screen.sh: Don't generate errors when
    LANG/LC_ALL/LC_CTYPE is set more than once in /etc/environment (closes:
    Ubuntu #4810).

 -- Colin Watson <cjwatson@canonical.com>  Sun, 26 Dec 2004 13:19:53 +0000

console-tools (1:0.2.3dbs-55ubuntu2) warty; urgency=low

  * Added versioned depend on lsb-base

 -- Nathaniel McCallum <npmccallum@canonical.com>  Fri,  3 Sep 2004 14:48:33 -0400

console-tools (1:0.2.3dbs-55ubuntu1) warty; urgency=low

  * debian/console-screen.sh: pretty initscript

 -- Nathaniel McCallum <npmccallum@canonical.com>  Thu,  2 Sep 2004 17:23:07 -0400

console-tools (1:0.2.3dbs-55) unstable; urgency=low

  * Typo in showcfont(1) manpage. Closes: #260211.
  * gcc-3.4 fix: remove label from end of compound statement.
    Closes: #258585.
  * unicode_start: change to kbd-mode -u before running loadkeys.
    Closes: #261747, #257852.
  * console-screen.sh: make vcstime work under udev. Closes: #261486.
  * Patch by Denis Barbier, Recai Oktas to fix bad symbol conversion
    in loadkeys. Closes: #260758.
  * Link libraries correctly. Closes: #262007.
  * kbdrate: copy kbd's handling of kbd_repeat structure to use ioctl()
    rather than calling underlying hardware. Closes: #250830.

 -- Alastair McKinstry <mckinstry@debian.org>  Sat, 31 Jul 2004 12:27:49 +0100

console-tools (1:0.2.3dbs-54) unstable; urgency=low

  * Complete the unicode fix by applying the missing patches.
    Closes: #259478.
  * Add patch from Eugeniy Meshcheryakov to correct koi8 -> unicode
    mapping. Closes: #257426.
  * ksyms.c: Avoid opening multiple console fds.
  * console-screen.sh: Read /etc/console-tools/config.d for the benefit
    of fonty, etc. integration. Closes: #257116.

 -- Alastair McKinstry <mckinstry@debian.org>  Thu, 15 Jul 2004 22:44:49 +0100

console-tools (1:0.2.3dbs-53) unstable; urgency=low

  * Fix for dumpkeys/loadkeys wrongly reporting 512 tables. 
    Closes: #245886, #254196.
  * Add setlogcons program from kbd. Closes: #200107.
  * Set all VTs in unicode_start/stop. Closes: #20340.
  * Fixed typo in showkey. Closes: #250504.
  * Patch from Denis Barbier to fix keyboard freezes in Unicode mode;
    Closes: #251550, #251231, #252109.

 -- Alastair McKinstry <mckinstry@debian.org>  Mon, 29 Jun 2004 22:00:04 +0100

console-tools (1:0.2.3dbs-52) unstable; urgency=medium

  * NMU with permission of maintainer
  * Fix fgconsole so that it does not output the next available VT
    anymore, patch by Giridhar Pemmasani.  Closes: #245046, #245224.

 -- Martin Michlmayr <tbm@cyrius.com>  Thu, 22 Apr 2004 19:25:48 +0100

console-tools (1:0.2.3dbs-51) unstable; urgency=low

  * Add "--next-available" option to fgconsole to discover the next
    unallocated VT. Used in console-common to set VTs.
  * console-screen.sh: Operate on actual number of VTs, not 6. 
    Closes: #237298.
  * Updated Danish translation from Claus Hindsgaul. Closes: #242562.
  * console-screen.sh: Work with udev as well as devfs. Closes: #237474.
  * console-screen.sh: Change device name used for 2.6 kernels with Devfs.
    Closes: #242370.
  * vt-is-UTF8: Work on all "*linux*" consoles, not just "linux" ones.
    Closes: #238373.
  * Don't return exit 1 from unicode_{start,stop} if already in/out of UTF-8
    mode. Closes: #239139.
  * Add Unimap support for 2.6 kernels: change unimap on all consoles Closes: #226457.

 -- Alastair McKinstry <mckinstry@debian.org>  Sun, 18 Apr 2004 19:15:29 +0000

console-tools (1:0.2.3dbs-50) unstable; urgency=low

  * el.po, pl.po, nl.po, ro.po: Translations snarfed from kbd-1.12.
  * ru.po: Latest translations thanks to Pavel Maryanov.
  * Better regexp for parsing /etc/environment. Closes: #235618.
  * unicode_{start,stop},console-screen.sh: Recognise that /dev/ttyp* 
    are not virtual console devices. Closes: #235223, #235239.
  * showkey.c, getkeycodes.c, getkeycodes.c: included changes from kbd-1.12
    necessary for kernel 2.6

 -- Alastair McKinstry <mckinstry@debian.org>  Mon,  8 Mar 2004 13:41:01 +0000

console-tools (1:0.2.3dbs-49) unstable; urgency=low

  * console-screen.sh: Fix eval code for /etc/environment to
    trim variable refs. Closes: #233595, #230415.
  * console-screen.sh: Better check for devfs-style devices. Closes: #234120.

 -- Alastair McKinstry <mckinstry@debian.org>  Thu, 26 Feb 2004 21:27:59 +0000

console-tools (1:0.2.3dbs-48) unstable; urgency=low

  * unicode_stop: Check we are a vt _before_ we check the VT mode;
    Closes: #230699, #225609.
  * console-screen.sh: Don't source /etc/environment; eval it instead.
    Closes: #230415.

 -- Alastair McKinstry <mckinstry@debian.org>  Thu, 12 Feb 2004 15:49:34 +0000

console-tools (1:0.2.3dbs-47) unstable; urgency=low

  * loadkeys: Do not give comments in "--mktable" mode.
    Closes: #228989, #228852.
    loadkeys.y: Fix build error with new linux-kernel-headers (NR_KEYS
    definition).  Thanks to David Kimdon.
  * console-screen.sh:  Don't produce warning about unicode mode in loadkeys.
    Closes: #226283.

 -- Alastair McKinstry <mckinstry@debian.org>  Mon, 26 Jan 2004 21:06:49 +0000

console-tools (1:0.2.3dbs-46) unstable; urgency=high

  * urgency high to replace grave sarge bug.
  * Acknowledging NMU; Closes: #224040, #225064.
  * dumpkeys:  
    Closes: #226742, #226571, #226589, #224998, #225100, #225109, #225323,
    #226311, #226742, #227148, #226311, #226742, #226571, #226589, #227530,
    #227384.
  * Allow "|" on JP106 keyboard, 2.6 kernels.
    Closes: #225107, #225160.
  * Reference setkeycodes in man pages. Closes: #226394.
  * Add PATH to /etc/init.d/console-screen.sh. Closes: #227186.

 -- Alastair McKinstry <mckinstry@debian.org>  Sat, 10 Jan 2004 20:57:58 +0000

console-tools (1:0.2.3dbs-45.2) unstable; urgency=high

  * NMU
  * [debian/patches/99_reautofsck.patch] New. Recent MIPS buildd attempts
    failed due to automake being installed and a re-automake being attempted.
    This patch sets AM_MAINTAINER_MODE and includes regenerated auto* files.
    (Closes: #225996)
  * Verified that libconsole has its shlibs, postinst, and postrm files.
    (Closes: #224040)

 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Sat,  3 Jan 2004 18:09:47 +0100

console-tools (1:0.2.3dbs-45.1) unstable; urgency=high

  * NMU
  * [debian/rules] Corrected -l argument of dh_shlibdeps to generate complete
    runtime dependency information. (Closes: #225064)

 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Sun, 28 Dec 2003 16:06:36 +0100

console-tools (1:0.2.3dbs-45) unstable; urgency=low

  * console-tools.prerm: don't report errors on install-docs -rm; 
    no point in complaining about failing to remove files that shouldn't
    be there.
  * loadkeys: Don't dump non-error output to stderr. Closes: #219985. 
  * console-screen.sh: Don't give unnecessary warning from
    unicode_{start|stop}. Closes: #215349.
  * Accept 512-char font files. Closes: #77971.
  * setkeycodes: don't be stricter in scancodes than the kernel allows.
    Closes: #219418.
   
 -- Alastair McKinstry <mckinstry@debian.org>  Tue, 11 Oct 2003 21:15:41 +0000
 
console-tools (1:0.2.3dbs-44) unstable; urgency=low

  * Check that TERM=linux when running vt-is-UTF8. Closes: #212698.
  * /etc/init.d/console.sh: Also check LC_ALL and LC_CTYPE when looking
    at locale charmap. Closes: #214308.
  * /etc/init.d/console.sh: Call unicode_{start,stop} directly
    instead of using test. Closes: #212857.
  * /etc/console/config: chane suggested kbd rates to supported values.
    Closes: #213489.
  * Disabled screen font by default, to avoid changing VESA screen mode.
    Closes: #213587.

 -- Alastair McKinstry <mckinstry@debian.org>  Thu,  9 Oct 2003 21:15:41 +0000

console-tools (1:0.2.3dbs-43) unstable; urgency=low

  * Remove bashisms from console-screen.sh. Closes: #211059.
  * Report error messages from unicode_{start,stop}. Closes: #211061.

 -- Alastair McKinstry <mckinstry@debian.org>  Sun, 21 Sep 2003 11:12:05 +0100

console-tools (1:0.2.3dbs-42) unstable; urgency=low

  * Delete reference to /etc/rc.local. Closes: #203706.
  * Conflict with console-common << 0-.7.25, since we've moved fgconsole.
    Closes: #207630.
  *  Moved to Standards-Version : 3.6.1.0; no changes required.
  * Cosmetic fix to console-screen.sh. Closes: #210244.
  * console-screen.sh: Ensure UTF-8 locale is detected, 
    unicode chars outputted. Closes: #207880.
  * Set global font for all VCs. Closes: #204835.

 -- Alastair McKinstry <mckinstry@debian.org>  Fri, 12 Sep 2003 21:11:45 +0000

console-tools (1:0.2.3dbs-41) unstable; urgency=low

  * loadkeys.y; Add break after unicode option to avoid fallthrough
    to verbose mode. Closes: #204795.
  * Move fgconsole to /bin; its needed before /usr is mounted.
    Closes: #203501.
  * Removed erroneous note in openvt(1) man page. Closes: #202290.
  * Don't close the same fd twice in findfiles.c ; thanks to Alexander
    Voromenov. Closes: #204842, #204820.

 -- Alastair McKinstry <mckinstry@debian.org>  Tue, 12 Aug 2003 23:15:38 +0100

console-tools (1:0.2.3dbs-40) unstable; urgency=low

  * Changed maintainer email to mckinstry@debian.org
  * Move to Standards-Version 3.6.0; no change required.
  * Don't do 'rm -rf /etc/console-tools on' purge. Closes: #202860.
  * Remove misleading example from openvt manpage. Closes: #202290.
  * Make writevt --text work. Closes: #160677.

 -- Alastair McKinstry <mckinstry@debian.org>  Tue, 29 Jul 2003 20:52:13 +0100

console-tools (1:0.2.3dbs-39) unstable; urgency=low

  * Add dependency on libtool. Closes: #199935.
  * Don't run console-screen.sh if not on VT. Closes: #200790.
  * use /bin/echo , not echo -e in console-screen.sh. Closes: #200794.
  * Get the test for UTF-8 right in console-screen.sh. Closes: #200345.
  * setleds -L test not run properly. Closes: #201198.

 -- Alastair McKinstry <mckinstry@computer.org>  Thu, 17 Jul 2003 16:16:24 +0100

console-tools (1:0.2.3dbs-38) unstable; urgency=low

  * Ensure its a symlink before removing /usr/share/doc/console-tools.
    Closes: #196546, #196548.

 -- Alastair McKinstry <mckinstry@computer.org>  Sun,  8 Jun 2003 21:38:09 +0100

console-tools (1:0.2.3dbs-37) unstable; urgency=low

  * Remove symlink to /usr/share/doc. Closes: #195687.
  * Don't reset framebuffer unless we're on a VT. Closes: #196236.

 -- Alastair McKinstry <mckinstry@computer.org>  Fri,  6 Jun 2003 23:13:15 +0100

console-tools (1:0.2.3dbs-36) unstable; urgency=low

  * Fix broken libtool. Closes: #195140, #195503, #195572.

 -- Alastair McKinstry <mckinstry@computer.org>  Sat, 31 May 2003 21:36:14 +0100

console-tools (1:0.2.3dbs-35) unstable; urgency=low

  * recognize /dev/console is a valid VT at boot time. Closes: #195471.
  * symlink open -> openvt, not opent. Closes: #195387.
  * Ensure that /usr/share/doc/console-tools-libs is removed after upgrade.
    Closes: #195391.

 -- Alastair McKinstry <mckinstry@computer.org>  Fri, 30 May 2003 21:56:53 +0100

console-tools (1:0.2.3dbs-34) unstable; urgency=low

  * Ensure console-tools depends on libconsole, not console-tools-libs.
    Closes: #195120.

 -- Alastair McKinstry <mckinstry@computer.org>  Wed, 28 May 2003 22:01:07 +0100

console-tools (1:0.2.3dbs-33) unstable; urgency=low

  * Now at Standards-Version: 3.5.9
  * Fixed C changes needed for gcc-3.3, new compiler warnings.
  * Build-Depends on flex | flex-old.
  * Link libconsole, libcfont against libctuils. Closes: #193750, #193754.
  * Fixed reference to LCT website. Closes: #185058.
  * Ensure kbd-compat files are removed from install tree on systems that don't
    binary-indep first (ie the buildds). Closes: #185440.
  * Corrected 'fgconsole --help' output: there are no optional arguments.
  * Don't set the console if we're not at a virtual console.
    Closes: #184042, #172845.
  * Don't echo unicode_{start,stop} to /dev/null. Closes: #187010.
  * unicode_{start,stop}: Don't execute if not at a VT. Closes: #190746.
  * Now use dh_install to simplify building. 
  * Renamed console-tools-libs to libconsole.

 -- Alastair McKinstry <mckinstry@computer.org>  Thu, 22 May 2003 22:36:28 +0100

console-tools (1:0.2.3dbs-32) unstable; urgency=low

  * Remove garbage chars from console-screen.sh. Closes: #182642. 

 -- Alastair McKinstry <mckinstry@computer.org>  Fri,  7 Mar 2003 12:06:33 +0000

console-tools (1:0.2.3dbs-31) unstable; urgency=low

  * Add dependency on bison. Closes: #182610.
  * Document loadkeys --unicode in manpage.
  * Don't use == in console-screen.sh; Closes: #182690, #182693, #182688.

 -- Alastair McKinstry <mckinstry@computer.org>  Thu, 27 Feb 2003 12:00:57 +0000

console-tools (1:0.2.3dbs-30) unstable; urgency=low

  * Patch by Radovan Garabík enable compose key to be used in Unicode mode.
  * Removed superflous /usr/lib links in console-tools-dev. Closes: #107009, #124161.
  * dumpkeys -V now works. Closes: #180850.
  * Added support for loadkeys --unicode.
  * Add serial console detection to fgconsole.
  * Detect serial consoles properly in console-screen.sh, using fgconsole
  Closes: #63515, #136861.
  * Document the '-f' flag on openvt. Closes: #136796.
  * Karol Lewandowski: Removed bashisms from console-screen.sh. Closes: #171791.
  * /etc/console-tools/config: BLANK_DPMS should default to off.
  Closes: #182442.

 -- Alastair McKinstry <mckinstry@computer.org>  Wed, 26 Feb 2003 17:15:34 +0000

console-tools (1:0.2.3dbs-29) unstable; urgency=low

  * Ensure resizecons not included. Closes: #176302.
  * Typo in chvt manpage fixed. Closes: #177538.
  * Removed duplicate conffiles.
  * Add man pages writevt.8, vcstime.8, font2psf.1, fix_bs_and_del.1

 -- Alastair McKinstry <mckinstry@computer.org>  Wed, 12 Feb 2003 21:30:10 +0000

console-tools (1:0.2.3dbs-28) unstable; urgency=low

  * console-screen.sh: disable calling unicode_start. It causes problems on
    non-VCs. Closes: #172593, Closes: #172586. Closes: #172423.
    Closes: #167329. Closes: #169544. Closes: #167163.
  * Now at Standards-Version: 3.5.8.

 -- Alastair McKinstry <mckinstry@computer.org>  Wed, 11 Dec 2002 17:20:06 +0000

console-tools (1:0.2.3dbs-27) unstable; urgency=low

  * psfgettable: Applied redhat-7.3 patch fixing unicode byte-endian
  problem.
  * keyboard rate and delay in config file swapped in config file.
  Closes: #168725.  Closes: #168774.
  * Fixed assorted compiler warnings. Closes: #169452. Closes: #172114.
  * Changed default font to lat9u-16 (more euro friendly).
  * Recommends console-data > 2002.12.04dbs-01 for lat9u-16 font.
  * openvt now only parses options up to first non-option arg (a la sudo,
    etc). Closes: #62921.
  * Allow quiet per-vc settings. Closes: #168714.

 -- Alastair McKinstry <mckinstry@computer.org>  Mon,  9 Dec 2002 21:56:49 +0000

console-tools (1:0.2.3dbs-26) unstable; urgency=low

  * Typo in /etc/init.d/console-screen.sh caused problems on boot. 

 -- Alastair McKinstry <mckinstry@computer.org>  Sun, 10 Nov 2002 20:29:08 +0100

console-tools (1:0.2.3dbs-25) unstable; urgency=low

  * Added manpages screendump.1, splitfont.1, mk_modmap.8
  * Ensure that if /etc/console/boottime.kmap.gz is a file, perms are set to
    644. Closes: #117093.
  * openvt now understands devfs-only systems. Closes: #136299.
  * debian/connfiles.d/config: Set BLANK_DPMS to on by default, to avoid problems on
    certain hardware. Closes: #168186.
  * Added support for LED setting and key remapping. Closes: #115417.
  * Moved to Standards-Version: 3.5.7.
  * console-screen.sh now works with dash. Closes: #168437. 
  * Moved debian/rules to DH_COMPAT=3, cleaned up debhelper stuff. (Removes
    unsafe-ldconfig warning)

 -- Alastair McKinstry <mckinstry@computer.org>  Sat,  9 Nov 2002 22:33:10 +0100

console-tools (1:0.2.3dbs-24) unstable; urgency=low

  * Changed maintainer to Alastair McKinstry <mckinstry@computer.org>.
  * DBS-ized the package.
  * Added DPMS power save patch. Closes: #75680.
  * resizecons: no longer included, as it was buggy & unportable.
    Please use fbset or svgatextmode instead. Closes: #134369.
  * unicode_start, unicode_stop now work with ash. Closes: #96044,
    Closes: #115470.
  * removed reference to doshell(8) in openvt(1). Closes: #116387.
  * setvesablank -b OFF now works. Closes: #59865.
  * open(1) now understands devfs-only systems. Closes: #85023.
  * cosmetic changes to console-screen.sh. Closes: #96712.
  * console-screen.sh: reset_vga_palette now recognises devfs-style
    serial ports.
  * console-screen.sh: go into unicode mode if locale is in UTF-8.
    Closes: #118282.
  * Fix /etc/kbd/default.map.gz reference in README.Debian.
    Closes: #121115.
  * Fixed reference to kbdconfig in README.Debian. Closes: #119570.
  * Added note to openvt(1), documenting open(1) symlink. Closes: #107101.
    Closes: #52825.
  * signal gpm WINCH on possible font changes. Closes: #54241.
  * Add man page for setvesablank, note on fgconsole about devfs;
    man page for codepage. Closes: #87077.
  * Removed resizecons. (Buggy, unportable, deprecated). Please use
    svgatextmode or fbset. Closes: #134369, #46741.
  * Fixed doc-base reference to lct.txt -> lct.txt.gz. Closes: #149537.
  * Added reference to chvt replacing switchto to README.Debian. Closes:
    #48245.
  * console-screen.sh: Added better devfsd recognition code. Closes: #142315.
  * console-screen.sh: Added set keyboard rate & delay patch. Closes: #139234.
  * console-screen.sh: Now compatible with ash (POSIX compliant?). Closes: #99040,
    #115470.
  * Additional note to keymaps documentation. Closes: #44509.
  * conffiles.d/config: Added note that per-VC fonts only work on framebuffer
    devices. Closes: #50232.

 -- Alastair McKinstry <mckinstry@computer.org>  Wed, 23 Oct 2002 18:11:05 +0200

console-tools (1:0.2.3-23.3) unstable; urgency=high

  * Changed maintainer to wart@debian.org
  * Changed priority to "important" instead of "required"
    (Closes: #71826, #114593)
  * Filled in the charset in ru.po (Closes: #118605)

 -- Wartan Hachaturow <wart@debian.org>  Mon, 12 Nov 2001 02:03:51 +0300

console-tools (1:0.2.3-23.2) unstable; urgency=high

  * NMU
  * Patch from Jonathan Amery to document alt-is-meta 
    (Closes: #110696, #111758)
  * Patch from Andreas Krennmair to fix setleds (Closes: #110130)
  * These are two trivial fixes that really should go into the next release

 -- Matthew Vernon <matthew@debian.org>  Thu, 13 Sep 2001 17:55:32 +0100

console-tools (1:0.2.3-23.1) unstable; urgency=high
  * Run libtoolize to get support for new architectures.  Closes: #99123

 -- LaMont Jones <lamont@debian.org>  Mon,  9 Jul 2001 21:39:34 -0600

console-tools (1:0.2.3-23) unstable; urgency=high

  * Run script for which we rely on ouput under LC_ALL=POSIX (Closes:
    #94019).

 -- Yann Dirson <dirson@debian.org>  Fri, 20 Apr 2001 00:41:50 +0200

console-tools (1:0.2.3-22) unstable; urgency=medium

  * Removed the test for a data package from debian/rules (Closes:
    #89213)
  * Use dpkg-architecture to guess arch.

 -- Yann Dirson <dirson@debian.org>  Tue,  3 Apr 2001 23:35:05 +0200

console-tools (1:0.2.3-21) unstable; urgency=low

  * Fixed typo in extended description (Closes: #88309).
  * Have doc-base file installed by install-docs.
  * Imported kbdrate from kbd-1.05, now that util-linux is about to stop
    providing it.  Made the minimal changes for it to compile.  Added
    versionned Replaces of util-linux so that it works.

 -- Yann Dirson <dirson@debian.org>  Thu,  8 Mar 2001 22:56:51 +0100

console-tools (1:0.2.3-20) unstable; urgency=medium

  * Have "debian/rules clean" remove modified file po/ru.gmo so that build
    of source package does not require to remove it by hand (Thanks to
    Ralf Treinen for the suggestion).
  * Added clarifying message to postinst.
  * Do not ask dh_movefiles to install resizecons on non-i386 (Closes:
    #88201).
  * Stop adding a kbdconfig.8 link to undocumented (Closes: #88051).

 -- Yann Dirson <dirson@debian.org>  Fri,  2 Mar 2001 16:20:40 +0100

console-tools (1:0.2.3-19) unstable; urgency=medium

  * The "/me hides" release.
  * Added debian/shlibs.local back so that package gets correctly
    generated.  Argh.

 -- Yann Dirson <dirson@debian.org>  Tue, 27 Feb 2001 18:02:36 +0100

console-tools (1:0.2.3-18) unstable; urgency=medium

  * The "redesign every area that was not already broken" release.
  * Switched to debhelper v2.
  * Build-depends on gettext, now that ru.mo is shipped modified, and as
    we cannot patch the .gmo file (Closes: #85074).
  * Do not provide install-keymap ourselves any more, depend on
    console-common for that.  Updated control script to reflect the
    change.
  * Do not load keymap ourselves at boot-time, console-common does this
    now.
  * Removed old cruft from debian/rules.
  * Use -l flag when calling dh_shlibdeps instead of setting
    LD_LIBRARY_PATH ourselves.
  * Changed extended description of -dev package so that it makes clear
    that it is the API that is in ALPHA stage, not the libs themselves.
  * Changed debian/rules to use an "install" target.
  * Changed Depends on console-data to Recommends.
  * Changed build-dep from old sgml-tools to newer linuxdoc-tools.  Thanks
    to Ralf Treinen for helping to notice the problem.

 -- Yann Dirson <dirson@debian.org>  Tue, 27 Feb 2001 14:36:57 +0100

console-tools (1:0.2.3-17) unstable; urgency=low

  * Be sure to load the debconf library early in postinst, so that
    debconf's black magic works.
  * Restored missing depends on debconf, versioned >= 0.5 for new
    confmodule (Closes: #84741).
  * Updated /usr/doc/console-tools/examples/unicode/README.strange-name to
    refer to consolechars instead of setfont (Closes: #75861).
  * Fixed russian localisation of showkey (Closes: #72720).
  * Do not install kbdconfig any more (Closes: #52099, #75645, #53091).

 -- Yann Dirson <dirson@debian.org>  Sun,  4 Feb 2001 22:14:11 +0100

console-tools (1:0.2.3-16) unstable; urgency=medium

  * Fixed reference to console-tools-data in extended description
    (Closes: #82931).
  * Added groff and flex to build-depends (Closes: #83222).
  * Fixed install-keymap to load the installed keymap, and removed
    obsolete stuff from postinst (part of #83043, thanks to Sylvain
    Defresne).
  * Added to install-keymap support for KERNEL argument, which backups old
    keymap, but does not install a new keymap.
  * Removed remaining parts of debconf support - everything is handled by
    console-data now.

 -- Yann Dirson <dirson@debian.org>  Wed, 24 Jan 2001 02:00:18 +0100

console-tools (1:0.2.3-15) unstable; urgency=low

  * Added suppport for NONE to install-keymap.
  * Depend on console-data (>= 1999.08.29-13) for new getkeymapchoice
    tool.
  * Now depend on debconf.  Dropped old support from postinst.
    kbdconfig still there for now, but now obsolsete.
  * Updated config.guess and .sub to get ia64 support (Closes: #82068).
  * Updated URL in copyright file (Closes: #75615).
  * Corrected stance about the console's default ACM in lct.sgml (Closes:
    #77972).
  * Added build-depends (Closes: #70389).
  * Clarified setkeycodes.8 (Closes: #82364).

 -- Yann Dirson <dirson@debian.org>  Fri, 19 Jan 2001 02:07:20 +0100

console-tools (1:0.2.3-14) unstable; urgency=low

  * Really fixed interpreter path in fix_bs_and_del example (Closes:
    #53596).
  * Fixed off-by-one bug in setkeycodes, causing the last pair to be
    ignored (Closes: #53775).
  * Slight fix to arg# check and error message (mentionned in #53775).
  * Applied Marc Haber's patch to fix "openvt -w" (Closes: #63010).
  * Changed example font in config file from iso01.f08 to iso01.f16
    (Closes: #62535).

 -- Yann Dirson <dirson@debian.org>  Mon, 19 Jun 2000 22:09:09 +0200

console-tools (1:0.2.3-13) unstable; urgency=low

  * console-tools now suggests kbd-compat.
  * Fixed bashism (read without arg) in preinst (thanks lintian).
  * Reset VGA palette on boot if we use framebuffer, because the penguin
    logo on vga16 fb uses a non-default palette (Karl M.Hegbloom's patch,
    Closes: #60721)

 -- Yann Dirson <dirson@debian.org>  Thu, 20 Apr 2000 01:10:11 +0200

console-tools (1:0.2.3-12) unstable; urgency=low

  * Behave correctly in preinst if usr/local/share/keytables exists and
    /usr/local/share/keymaps does not (Closes: #60917).
  * Behave correctly in preinst if any dir whose contents should be moved
    is empty (Same as #61707).
  * Replaced interpreter path in fix_bs_and_del example to match real path
    to loadkeys (Closes: #60073).

 -- Yann Dirson <dirson@debian.org>  Mon, 10 Apr 2000 02:15:57 +0200

console-tools (1:0.2.3-11) unstable; urgency=high

  * Upload to woody (Closes: #58730) - I would have liked to fix more
    things, but potato-only upload broke things in woody.
  * Reverted -10 changes for woody.

 -- Yann Dirson <dirson@debian.org>  Thu, 24 Feb 2000 23:23:13 +0100

console-tools (1:0.2.3-10) frozen; urgency=low

  * Disable debconf support for potato; this is needed together with
    console-data_1999.08.29-11 which fixes 3 RC bugs in potato.  This
    includes:
    - do not install templates.
    - comment out debconf stuff in console-tools.postinst and
      console-tools.preinst.

 -- Yann Dirson <dirson@debian.org>  Sat, 19 Feb 2000 23:01:19 +0100

console-tools (1:0.2.3-9) unstable; urgency=low

  * Fallback to kbdconfig whenever db_get fails.
  * Use "/bin/echo -en" because ash echo builtin does not support -n
    (Closes: #52874).

 -- Yann Dirson <dirson@debian.org>  Sat, 18 Dec 1999 16:52:46 +0100

console-tools (1:0.2.3-8) unstable; urgency=low

  * Fixed consolechars, dumpkeys, showkey, vt-is-UTF8 calling version()
    without argument; fix faulty prototype for version() in utils.h, which
    caused this bug to be unnoticed till now (Closes: #52717).

 -- Yann Dirson <dirson@debian.org>  Tue, 14 Dec 1999 22:30:11 +0100

console-tools (1:0.2.3-7) unstable; urgency=medium

  * Sync'ed preinst with bugfixes from kbd.
  * Also sync'ed postinst for consistency.
  * Commented out db_input in preinst, replaced by "echo >&2" until we
    have a better solution.
  * Remove /etc/console-tools/ on package purge.
  * Use __sparc__ define where relevant.
  * install-keymap now backups old default.kmap before installing a new
    one (Closes: #50175).
  * Included a copy of shared/keymap/keymap_filename debconf template;
    removed shared/keymap/keymap_error.
  * Assume console-data was not configured using debconf if
    shared/keymap/keymap_filename is empty, and in this case call db_stop
    and fallback to old kbdconfig script, instead of displaying a debconf
    note (Closes: 50475).
  * Removed bashisms from install-keymap.
  * Fixed install-keymap for default.kmap backup/installation.
  * Fixed install-keymap to not fail if diff is not installed - just be dumb.

 -- Yann Dirson <dirson@debian.org>  Tue, 30 Nov 1999 00:32:58 +0100

console-tools (1:0.2.3-6) unstable; urgency=medium

  * Protected preinst and postinst from db_input failures as well (really
    Closes: #49527).

 -- Yann Dirson <dirson@debian.org>  Tue,  9 Nov 1999 22:25:36 +0100

console-tools (1:0.2.3-5) unstable; urgency=low

  * Test return codes for db_go in console-tools.preinst (Closes:
    #49527).
  * Added missing call to db_go in console-tools.postinst.

 -- Yann Dirson <dirson@debian.org>  Mon,  8 Nov 1999 19:08:50 +0100

console-tools (1:0.2.3-4) unstable; urgency=low

  * Explicited Priority: optional for -dev and kbd-compat (already done op
    FTP site).
  * Added a test for empty keymap filename in postinst, with a note about
    a possible bug if it is empty (borrowed from console-data).

 -- Yann Dirson <dirson@debian.org>  Sat,  6 Nov 1999 21:09:18 +0100

console-tools (1:0.2.3-3) unstable; urgency=low

  * Fix the dependency on console-data (Closes: #49143).

 -- Yann Dirson <dirson@debian.org>  Fri,  5 Nov 1999 09:39:34 +0100

console-tools (1:0.2.3-2) unstable; urgency=low

  * Conditional debconf 0.2.x support (not used if not there).
  * New script install-keymap.
  * Documented per-VC settings in the (not yet debconfized)
    /etc/console-tools/config conffile.

 -- Yann Dirson <dirson@debian.org>  Sun, 31 Oct 1999 22:51:00 +0100

console-tools (1:0.2.3-1) unstable; urgency=low

  * New upstream release - fixes the --tty bug (Closes: #43089).
  * Re-applied --tty patch to charset.

 -- Yann Dirson <dirson@debian.org>  Mon, 25 Oct 1999 23:40:57 +0200

console-tools (1:0.2.2-6) unstable; urgency=low

  * Implemented --tty option to charset(1) (upstream patch addressing
    #43089; still a problem with consolechars --acm --tty requiring a big
    change - will wait for 0.2.3 to have this fully fixed).
  * In init.d script:
  ** use charset(1) for ACM setting.
  ** only load an SFM if a FONT was requested.
  ** allow per-VC FONT and ACM.
  ** devfs support from some user of package fonty (jubal).

 -- Yann Dirson <dirson@debian.org>  Wed, 20 Oct 1999 23:27:51 +0200

console-tools (1:0.2.2-5) unstable; urgency=low

  * Fixed dependencies (Closes: #47631).

 -- Yann Dirson <dirson@debian.org>  Sun, 17 Oct 1999 17:11:50 +0200

console-tools (1:0.2.2-4) unstable; urgency=HIGH

  * Allow importing default.kmap from newer kbd packages; only import a
    default keymap from kbd if no console-tools default keymap is here !
  * Synced kbdconfig with kbd 0.99-4.
  * Depends on console-data instead of Recommending only, so that
    kbdconfig will not break.

 -- Yann Dirson <dirson@debian.org>  Fri, 15 Oct 1999 23:38:39 +0200

console-tools (1:0.2.2-3) unstable; urgency=low

  * Do not localize parsable output from dumpkeys (Closes: #46112,
    #46169).

 -- Yann Dirson <dirson@debian.org>  Tue, 12 Oct 1999 00:19:09 +0200

console-tools (1:0.2.2-2) unstable; urgency=low

  * Move /usr/doc to /usr/share/doc again (Closes: #45749).
  * dh_testversion 2.0.40 for /usr/share/doc dependencies.
  * Moved config file into debian/conffiles.d/ because of (undocumented ?)
    name conflict with new debhelper files.

 -- Yann Dirson <dirson@debian.org>  Wed, 22 Sep 1999 21:50:24 +0200

console-tools (1:0.2.2-1) unstable; urgency=medium

  * New upstream release (Closes #42147).
  * Get utflist.long from source dir, not build dir.

 -- Yann Dirson <dirson@debian.org>  Wed,  8 Sep 1999 01:05:18 +0200

console-tools (1:0.2.1-3) unstable; urgency=low

  * Fixed showkey to display keycodes by defaults as documented, instead
    of scancodes (Closes: Bug#42822).
  * Enable /usr/local/share/ (Closes: Bug#41603).
  * Updated README.Debian to be more useful and accurate (Closes:
    Bug#37166).
  * Reversed move from /usr/doc/ to /usr/share/doc/ to follow Project
    Leader's recommendation.
  * POSIX-ified setfont and mapscrn in kbd-compat (Closes: Bug#41308).

 -- Yann Dirson <dirson@debian.org>  Mon, 16 Aug 1999 20:37:49 +0200

console-tools (1:0.2.1-2) unstable; urgency=low

  * Fixed buffer overflows in openvt(1) (Closes: Bug#41639).
  * Changed README to reference the lct documùent by its real path
    (Somewhat addresses Bug#42147, but needs upstream wording change).
  * Move /usr/doc and undocumented manpages to /usr/share to fully comply
    with policy 3.0.x.
  * Bumped Standards-Version to 3.0.1

 -- Yann Dirson <dirson@debian.org>  Mon,  9 Aug 1999 23:17:40 +0200

console-tools (1:0.2.1-1) unstable; urgency=low

  * New upstream release (Closes: Bug#39181).
  * Fixed kbdconfig to see .kmap files.
  * Fixed typos in kbdconfig messages.
  * Fixed kbdconfig to correctly handle keymap trees with several keymaps
    with the same name in different directories.
  * Added missing quotes around shell wildcards in kbdconfig (Closes:
    Bug#41069).
  * Removed my dh_installinit as new one includes needed feature.
  * Moved manpages to /usr/share.
  * Added missing ${DESTDIR} refs to compat/Makefile.am.
  * Run `make install' with gnulocaledir= as workaround of gettext
    po/Makefile.in.in not supporting DESTDIR.
  * Made /etc/init.d/console-screen.sh do nothing when called with
    "stop" as parameter.
  * Cleaned up copyright file from obsolete references.
  * Install manpages in /usr/share to comply with FHS (now lintian
    complains).
  * Bumped Standards-Version to 3.0.0.

 -- Yann Dirson <dirson@debian.org>  Fri, 23 Jul 1999 21:51:41 +0200

console-tools (1:0.2.0-4) unstable; urgency=medium

  * Make sure console-tools-data is installed before building, by
    aborting the "build" target since we do not have source dependencies
    yet (Closes: Bug#39211).
  * Fixed "rmdir -p" invokations for POSIX compliance.

 -- Yann Dirson <dirson@debian.org>  Wed, 23 Jun 1999 21:49:39 +0200

console-tools (1:0.2.0-3) unstable; urgency=low

  * Really get deps on -libs package right (was a bad LD_LIBRARY_PATH
    setting invoking dh_shlibdeps) (Fixes: Bug#38245).

 -- Yann Dirson <dirson@debian.org>  Mon,  7 Jun 1999 23:11:06 +0200

console-tools (1:0.2.0-2) unstable; urgency=low

  * Set priority to required.
  * Fixed interpreter path of example script fix_bs_and_del (Fixes:
    Bug#36731).
  * Removed references to obsolete kbdfaq docbase file in maintainer
    scripts (Fixes: Bug#36311, Bug#37568).
  * Moved rc.boot script to init.d as console-screen.sh (Fixes:
    Bug#32438). Use a hacked dh_installinit to allow multiple
    init.d scripts.
  * Use bash as interpreter for kbdconfig (Fixes: #38188).
  * Fix message in kbdconfig (Fixes: Bug#34207).

 -- Yann Dirson <dirson@debian.org>  Fri,  4 Jun 1999 01:12:11 +0200

console-tools (1:0.2.0-1) unstable; urgency=low

  * New upstream release - console-tools-data was split out in a new
    upstream package.
  * Removed obsolete kbdfaq.docbase.
  * Removed bogus entries from lct.docbase.
  * Added /usr/bin/open -> openvt compat symlink.  Now we Provide, Replace
    and Conflict with old open package.

 -- Yann Dirson <dirson@debian.org>  Thu, 15 Apr 1999 21:26:10 +0200

console-tools (1999.03.02-1) unstable; urgency=low

  * New upstream release (Fixes: Bug#34471).
  * Added font2psf(1) to the undocumented list.
  * Added support for "broken" (?) rmdir (Fixes: Bug#31768).
  * Re-included the following keymaps, which were forgotten upstream:
    qwerty/pl1, qwertz/sr, mac-fr3, sunt5-cz-us, sunt5-uk, sunt5-us-cz

 -- Yann Dirson <dirson@debian.org>  Tue, 30 Mar 1999 22:18:43 +0200

console-tools (1998.08.11-2) frozen unstable; urgency=low

  * This is only a packaging change, which fixes confusing messages when
    selecting the keymap, so this should go into frozen.  Also I did not
    fix the version before uploading the previous version, which made it
    ugly and non-standard.
  
  * Install .desc files in the correct locations, so that kbdconfig gives
    meaningfull messages when navigating the keymaps tree (discovered when
    reading report for Bug#32338 ;).
  * Fixed a spelling error in description (thanx lintian).

 -- Yann Dirson <dirson@debian.org>  Fri,  5 Feb 1999 01:35:05 +0100

console-tools (1998.08.11-1dev1) frozen unstable; urgency=low

  * Package should now be able to compile on other archs than i386:
  ** Only tries to build resizecons on i386 (configure.in snippet
     imported from my kbd+automake patch date, hm, june !) (Fixes:
     Bug#27361, Bug#24096).
  * Updated kbdconfig.in and console-tools.init.in from kbd 0.96a-12.
  * Removed wildcards from debian/*.{docs,examples} for debhelper
    1.1.24, at the expense of flexibility.
  * Use "make distclean" instead of "make clean" for "debain/rules
    clean".
  * Synced debian/rules parts with kbd 0.96a-12 for new uuencoded
    files.
  * Synced data files with kbd 0.96a-12 (sundvorak.kmap,
    vim-compose-latin1.inc, atari*.kmap, pc-dvorak-latin1.kmap,
    amiga-{de,us,es,fr,it,se,sg}.kmap, fr-latin0.kmap,
    other-latin0.inc, ua.kmap, sk-*.kmap, lat0*.psf, lat2u-16.psf) and
    docs (README.Euro, LISEZMOI.Euro).
  * Generated pl1.kmap with input from Marcin 'Qrczak' Kowalczyk (grep
    -v 'Alt ' pl.kmap > pl1.kmap)
  * Removed kbd.FAQ.* which is also in the HOWTOs (Fixes: Bug#23747).
  * Included mac-fr3.kmap from Marc Shapiro.
  * Patches and updates from console-tools.rpm, thanks to Jakub Jelinek:
  ** Applied patch to resizecons to prevent to send SIGWINCH to
    process specified by /tmp/selection.pid.
  ** Hack to silent the font-loading code.
  ** Included ro.kmap (Romanian ?), sr.kmap (Serbian), sunt5-uk.kmap,
    iso02+euro.acm, iso15.acm, keymaps/README.sparc, and updated
    sunt5-*.kmap with Euro support.
  ** Included lat0-sun16.psf, lat2-sun16.psf and doc/fonts/README.Sun.
  ** Fixed some .kmap includes still referring to .map files.

 -- Yann Dirson <dirson@debian.org>  Fri,  8 Jan 1999 01:12:25 +0100

console-tools (1998.08.11-1) unstable; urgency=low

  * New upstream release.
  * Synced kbdconfig from kbd 0.96a-5.
  * Include mac-fr2-ext keymap.
  * Use ${variable} syntax instead of $(variable) in debian/rules.
  * Install dotfiles in keymaps dir from debian/ dir, instead of using
    the diff to place them in source tree.
  * Drop obsolete debian/dh_compress.
  * charset(1) now has a manpage.
  * Passed lintian 0.7.3.

 -- Yann Dirson <dirson@debian.org>  Tue, 11 Aug 1998 23:58:27 +0200

console-tools (1998.06.03-1) unstable; urgency=low

  * New upstream release.
  * Made console-tools-data conflict with kbd which contains many
    identical data files.
  * Made gencontrol use -isp.
  * Added dependency from kbd-compat to console-tools-libs to make
    lintian happy.
  * Updated init.d script and kbdconfig from kbd_0.96a-2.
  * `showfont', previously distributed as `shfont' to prevent
    name-conflict, was renamed upstream as showcfont.
  * Renamed showfont.1 to showcfont.1 (bug in upstream package).
  * console-tools-data now depends on console-tools of the at least
    same version, as file hierarchy changed, and will probably change
    again.
  * console-tools-data now conflicts with old versions of kbd only, as
    well as with kbd-data.
  * Fixed kbdconfig wrt testing and immediately loading a keymap
    (fixed do_preserving_keymap()).
  * New undocumented program: charset.
  * Renamed /etc/init.d/keymaps.sh to keymaps-lct.sh to fix a conflict
    with kbd (Fixes: Bug#23582).
  * Moved unicode-related examples to their own subdir (Fixes:
    Bug#21973).
  * Applied patch from upstream (that's me ;) to consolechars.c to fix
    occasional problem with interrupted read() when loading a font.
  * Passed lintian 0.4.8.

 -- Yann Dirson <dirson@debian.org>  Fri, 19 Jun 1998 16:30:57 +0200

console-tools (1998.04.08-2) unstable; urgency=low
  
  * Added call to ldconfig in console-tools-libs.postinst.
  * Fixed kbd-compat's doc-dir to refer to console-tools-libs, not
    console-tools.
  * Fixed file-in-tmp security hole in kbdconfig (adapted from Topi
    Miettinen's patch).
  * kbd-compat now provides `kbd'.
  * Fixed check for install-docs in postinst.
  * Passed lintian 0.4.2.

 -- Yann Dirson <dirson@debian.org>  Tue, 28 Apr 1998 17:49:23 +0200

console-tools (1998.04.08-1) unstable; urgency=low
  
  * Initial release.
  * Adapted debian/ dir from kbd_0.95-11.

 -- Yann Dirson <dirson@debian.org>  Wed,  8 Apr 1998 15:04:35 +0200

Local variables:
mode: debian-changelog
End:
