brltty (5.5-4ubuntu2.0.1) bionic; urgency=medium

  * debian/patches/policykit-fix: 
    - backport fix for polkit authentication following CVE-2018-1116
      (lp: #1782320)

 -- Sebastien Bacher <seb128@ubuntu.com>  Wed, 29 Aug 2018 09:57:52 +0200

brltty (5.5-4ubuntu2) bionic; urgency=medium

  * Take commit from Debian (Samuel Thibault) to resolve FTBFS on bionic -
    thanks!
    -  debian/patches/41-java-bytecode-compat.patch: Bump java compatability to
       1.6 and later

 -- Iain Lane <iain@orangesquash.org.uk>  Tue, 17 Apr 2018 11:46:13 +0100

brltty (5.5-4ubuntu1) bionic; urgency=low

  * Merge from Debian unstable (LP: #1741070).  Remaining changes:
    - Add brltty-setup, installed in both the udeb and the normal system.
    - Add initramfs integration to run brltty-setup if necessary before
      plymouth starts.
    - Add ubiquity integration to propagate any brltty configuration to the
      target system.
    - Add udev rules file that uses brltty-udev.service to activate via systemd
    - Disable brltty.service by default, but enable it if the user configures
      Braille at install time for a non-USB display
    - Don't install /etc/brltty.conf in the package
    - Enable brltty at startup on the target system if the alternate installer
      is used.
    - Add gbp.conf file for git buildpackage
  * debian/brltty.sh: Update path /sbin/brltty to /bin/brltty

 -- Julian Andres Klode <juliank@ubuntu.com>  Fri, 19 Jan 2018 15:32:11 +0100

brltty (5.5-4) unstable; urgency=medium

  * initramfs/hooks/brltty.in, initramfs/scripts/init-premount/brltty: Update
    /sbin/brltty paths.
  * control: Replace dh-systemd build-depends with debhelper (>= 9.20160709)
  * rules: Set DEB_HOST_ARCH only if not defined already.

  [ Mario Lang ]
  * git-ba42441d03c6145fe6859c90fb01b1fa16221a2f: New patch to prevent scancodes
    from generating spurious log messages.

 -- Samuel Thibault <sthibault@debian.org>  Sun, 03 Dec 2017 18:37:26 +0100

brltty (5.5-3) experimental; urgency=medium

  * rules: Let brltty get installed into /bin, so it can be run e.g. in X for
    accessing terminals.
  * brltty.links: Add compatibility symlink in /sbin/brltty.
  * brltty-udeb.dirs, brltty-udeb.sh, brltty.dirs, brltty.init,
    brltty.install, brltty.service, xbrlapi.install, 20-sbin.patch: Update
    accordingly.

 -- Samuel Thibault <sthibault@debian.org>  Sun, 01 Oct 2017 22:19:06 +0200

brltty (5.5-2) unstable; urgency=medium

  * Upload to unstable (Closes: #871155)
  * patches/git-07ecca2240c680373e9c2e5e38241edde9d1a677: Apply upstream patch
    to fix finnish table (Closes: Bug#864670).
  * control: Update maintainer mailing list.
  * libbrlapi-dev.install: Also install device-specific brldefs headers
    (Closes: Bug#869972).
  * patches/brldefs-install: Fix installing device-specific brldefs headers.
  * control: Migrate priority to optional.
  * control: Bump Standards-Version to 4.1.1

 -- Samuel Thibault <sthibault@debian.org>  Sun, 01 Oct 2017 22:09:51 +0200

brltty (5.5-1) experimental; urgency=medium

  * git-reproducible.patch: Make the build reproducible, thanks Chris West for
    the patch (Closes: Bug#859959).
  * New upstream release (Closes: #871155)
    - patches/defauth-keyfile.patch, defauth-polkit, git-braillenote.patch,
      git-lsystemd.patch, git-manufacturer.patch, git-reproducible.patch,
      git-speech-crash.patch, git-vario-ultra-restart.patch, wait-polkit,
      xbrlapi-nospam.patch, xbrlapi-setfocus.patch, xbrlapi.patch: Remove
      patches, merged upstream.
    - patches/20-sbin.patch: update patch.
    - org.a11y.brltty.metainfo.xml, 60xbrlapi, xbrlapi.desktop: Remove files,
      merged upstream.
  * patches/api_startup.patch: Fix race between socket setup and select().
  * brltty-udeb.udev.rules: Update.

 -- Samuel Thibault <sthibault@debian.org>  Mon, 22 May 2017 01:43:35 +0200

brltty (5.4-7ubuntu6) bionic; urgency=medium

  * No-change rebuild for icu soname change.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 07 Nov 2017 08:52:21 +0000

brltty (5.4-7ubuntu5) bionic; urgency=medium

  * No-change rebuild for libicu soname change.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 25 Oct 2017 15:39:27 +0000

brltty (5.4-7ubuntu4) artful; urgency=medium

  * Backport d/patches/fix-gcc7-ftbfs.patch from upstream to fix ftbfs by
    adding -Wno-format-security to CYTHON_CFLAGS. 

 -- Michael Hudson-Doyle <michael.hudson@ubuntu.com>  Mon, 07 Aug 2017 14:47:05 +1200

brltty (5.4-7ubuntu3) artful; urgency=medium

  * No-change rebuild to build to drop python3.5.

 -- Matthias Klose <doko@ubuntu.com>  Sat, 05 Aug 2017 16:25:16 +0000

brltty (5.4-7ubuntu2) artful; urgency=medium

  * No change rebuild to add Python 3.6 support.

 -- Michael Hudson-Doyle <michael.hudson@ubuntu.com>  Mon, 15 May 2017 14:48:14 +1200

brltty (5.4-7ubuntu1) zesty; urgency=medium

  * Merge with Debian unstable. Remaining changes:
    - Add brltty-setup, installed in both the udeb and the normal system.
    - Add initramfs integration to run brltty-setup if necessary before
      plymouth starts.
    - Add ubiquity integration to propagate any brltty configuration to the
      target system.
    - Add udev rules file that uses brltty-udev.service to activate via systemd
    - Disable brltty.service by default, but enable it if the user configures
      Braille at install time for a non-USB display
    - Don't install /etc/brltty.conf in the package
    - Enable brltty at startup on the target system if the alternate installer
      is used.
    - Add gbp.conf file for git buildpackage

 -- Luke Yelavich <themuso@ubuntu.com>  Thu, 16 Mar 2017 09:12:54 +1100

brltty (5.4-7) unstable; urgency=medium

  * git-vario-ultra-restart.patch: Fix baum driver restarting when typing too
    fast on Vario Ultra device (Closes: Bug#857558).
  * disable-synth-callback.patch: Disable synth callback from espeak-ng to
    avoid crashes (Closes: Bug#854295).

 -- Samuel Thibault <sthibault@debian.org>  Sun, 12 Mar 2017 15:31:57 +0100

brltty (5.4-6ubuntu1) zesty; urgency=medium

  * Merge with Debian unstable. Remaining changes:
    - Add brltty-setup, installed in both the udeb and the normal system.
    - Add initramfs integration to run brltty-setup if necessary before
      plymouth starts.
    - Add ubiquity integration to propagate any brltty configuration to the
      target system.
    - Add udev rules file that uses brltty-udev.service to activate via systemd
    - Disable brltty.service by default, but enable it if the user configures
      Braille at install time for a non-USB display
    - Don't install /etc/brltty.conf in the package
    - Enable brltty at startup on the target system if the alternate installer
      is used.
    - Add gbp.conf file for git buildpackage

 -- Luke Yelavich <themuso@ubuntu.com>  Wed, 25 Jan 2017 14:25:34 +1100

brltty (5.4-6) unstable; urgency=medium

  * patches/xbrlapi-nospam.patch: Prevent xbrlapi from retrying to connect to
    brltty when it failed at startup (Closes: Bug#851623).
  * Use canonical anonscm vcs URL.

 -- Samuel Thibault <sthibault@debian.org>  Tue, 24 Jan 2017 03:10:25 +0100

brltty (5.4-4) unstable; urgency=medium

  [team upload]
  * start brltty only if all keyboards have been detected (Closes: #848008)

 -- Sebastian Humenda <shumenda@gmx.de>  Tue, 13 Dec 2016 07:35:37 +0100

brltty (5.4-3ubuntu1) zesty; urgency=medium

  * Merge with Debian unstable. Remaining changes:
    - Add brltty-setup, installed in both the udeb and the normal system.
    - Add initramfs integration to run brltty-setup if necessary before
      plymouth starts.
    - Add ubiquity integration to propagate any brltty configuration to the
      target system.
    - Add udev rules file that uses brltty-udev.service to activate via systemd
    - Disable brltty.service by default, but enable it if the user configures
      Braille at install time for a non-USB display
    - Don't install /etc/brltty.conf in the package
    - Enable brltty at startup on the target system if the alternate installer
      is used.
    - Add gbp.conf file for git buildpackage

 -- Luke Yelavich <themuso@ubuntu.com>  Tue, 29 Nov 2016 16:06:09 +1100

brltty (5.4-3) unstable; urgency=medium

  * patches/git-braillenote.patch: Upstream patch to fix USB autodetection of
    BrailleNote.
  * patches/git-manufacturer.patch: Upstream patch to use USB manufacturer to
    match braille devices with a generic USB ID, to avoid taking control of
    unrelated devices.
  * brltty-udeb.udev.rules: Match USB manufacturers too.

 -- Samuel Thibault <sthibault@debian.org>  Mon, 21 Nov 2016 21:33:59 +0100

brltty (5.4-2) unstable; urgency=medium

  * org.a11y.brltty.metainfo.xml: Fix hexadecimal case (Closes: Bug#837640).
  * patches/{git-speech-crash.patch,wait-polkit,xbrlapi-setfocus.patch,
    xbrlapi.patch}: Refresh to actual upstream commit.
  * brltty-udeb.prebaseconfig: Add support for LXQt.
  * control: Switch to espeak-ng.

 -- Samuel Thibault <sthibault@debian.org>  Thu, 10 Nov 2016 00:42:06 +0100

brltty (5.4-1ubuntu1) zesty; urgency=medium

  * Merge with Debian unstable. Remaining changes:
    - Add brltty-setup, installed in both the udeb and the normal system.
    - Add initramfs integration to run brltty-setup if necessary before
      plymouth starts.
    - Add ubiquity integration to propagate any brltty configuration to the
      target system.
    - Add udev rules file that uses brltty-udev.service to activate via systemd
    - Disable brltty.service by default, but enable it if the user configures
      Braille at install time for a non-USB display
    - Don't install /etc/brltty.conf in the package
    - Enable brltty at startup on the target system if the alternate installer
      is used.
    - Add gbp.conf file for git buildpackage

 -- Luke Yelavich <themuso@ubuntu.com>  Mon, 07 Nov 2016 15:43:29 +1100

brltty (5.4-1) unstable; urgency=low

  * Upload to unstable
  * control: Update Uploaders (Closes: Bug#840859).

 -- Samuel Thibault <sthibault@debian.org>  Tue, 18 Oct 2016 23:41:16 +0200

brltty (5.4-1~3) experimental; urgency=medium

  * patches/xbrlapi-setfocus.patch: Fix flush on xbrlapi setfocus.
  * 60xbrlapi: Fix typo (Closes: Bug#840183).

 -- Samuel Thibault <sthibault@debian.org>  Sun, 09 Oct 2016 13:41:04 +0200

brltty (5.4-1~2) experimental; urgency=medium

  * patches/xbrlapi.patch: Fix spurious brlapi connection reopens.
  * patches/defauth-keyfile.patch: Fix using both polkit and keyfile.
  * patches/defauth-polkit: Default to using both policykit and
    /etc/brlapi.key to authenticate brlapi clients.
  * brltty.postinst: Do not make /etc/brlapi.key readable by world any more,
    polkit should now be enough.
  * brltty.service: Drop filesystem access restrictions, brltty needs to
    access /var/lib/BrlAPI as well as preference files.
  * control: brltty now needs policykit installed.
  * patches/wait-polkit: Wait for policykit startup instead of failing to
    start BrlAPI.
  * NEWS: fix description of adding policykit support.

 -- Samuel Thibault <sthibault@debian.org>  Sun, 09 Oct 2016 02:03:48 +0200

brltty (5.4-1~1) experimental; urgency=medium

  [ Samuel Thibault ]
  * control: Bump Standards-Version to 3.9.8 (no change)
  * brltty-udeb.udev.rules: Add new HumanWare USB ID.
  * brltty.install: Install eutp too.
  * control: Add libpolkit-gobject-1-dev build-dep. Drop hardening-wrapper
    dependency (closes: Bug#836617).
  * rules: Disable polkit from udeb. Set hardening.
  * brltty.install: Install polkit policy.
  * 60xbrlapi: Silence startup warning when brltty is not running.
  * org.a11y.brltty.metainfo.xml: Add appstream meta-info for isenkram
    (Closes: Bug#837640).
  * patches/git-speech-crash.patch: New upstream patch to fix crash when sd
    module set but speech-dispatcher not running (Closes: Bug#838764).
    Thanks Sebastian Humenda for the report.
  * rules: Fix some non-reproducibility by calling dh_strip_nondeterminism.
  * git-lsystemd.patch: Fix build with libsystemd.
  * patches/defauth-polkit: Default to using policykit to authenticate brlapi
    clients instead of /etc/brlapi.key.

  [ Mario Lang ]
  * New upstream release.

 -- Mario Lang <mlang@debian.org>  Wed, 29 Jun 2016 16:30:01 +0200

brltty (5.4-0ubuntu4) yakkety; urgency=medium

  * Drop build dependency on hardening-wrapper.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 28 Sep 2016 03:11:02 +0200

brltty (5.4-0ubuntu3) yakkety; urgency=medium

  * Re-comment out conflicting udev rules that were accidentally reverted
    during the 5.4 update

 -- Luke Yelavich <themuso@ubuntu.com>  Mon, 05 Sep 2016 08:38:30 +1000

brltty (5.4-0ubuntu2) yakkety; urgency=medium

  * Pick a change from Debian to add the eutp binary to brltty

 -- Luke Yelavich <themuso@ubuntu.com>  Fri, 26 Aug 2016 07:48:45 +1000

brltty (5.4-0ubuntu1) yakkety; urgency=medium

  [ Samuel Thibault ]
  * control: Bump Standards-Version to 3.9.8 (no change)
  * brltty-udeb.udev.rules: Add new HumanWare USB ID.

  [ Mario Lang ]
  * New upstream release.

  [ Luke Yelavich ]
  * Merge from Debian unstable. Remaining changes:
    - Add brltty-setup, installed in both the udeb and the normal system.
    - Add initramfs integration to run brltty-setup if necessary before
      plymouth starts.
    - Add ubiquity integration to propagate any brltty configuration to the
      target system.
    - Add udev rules file that uses brltty-udev.service to activate via systemd
    - Disable brltty.service by default, but enable it if the user configures
      Braille at install time for a non-USB display
    - Don't install /etc/brltty.conf in the package
    - Enable brltty at startup on the target system if the alternate installer
      is used.
    - Add gbp.conf file for git buildpackage

 -- Luke Yelavich <themuso@ubuntu.com>  Wed, 17 Aug 2016 14:55:48 +1000

brltty (5.3.1-3) unstable; urgency=high

  [ Samuel Thibault ]
  * brltty-udeb.postinst: Only preseed installing MATE desktop by default when
    brltty is really running.

  [ Cyril Brulebois ]
  * Bump urgency to high for the upcoming D-I Stretch Alpha 6 release.

 -- Cyril Brulebois <kibi@debian.org>  Thu, 19 May 2016 21:12:24 +0200

brltty (5.3.1-2ubuntu5) yakkety; urgency=medium

  * If RUN_BRLTTY is set to yes when upgrading from 5.3.1-2ubuntu3 or
    earlier, disable the brltty systemd service, and also disable it
    if upgrading from 5.3.1-2ubuntu4, as it was enabled, when in most
    cases it should not be. (LP: #1577103)

 -- Luke Yelavich <themuso@ubuntu.com>  Tue, 10 May 2016 12:45:01 +1000

brltty (5.3.1-2ubuntu4) yakkety; urgency=medium

  * debian/brltty.default: Remove RUN_BRLTTY variable.
  * Revert to using Debian's version of the BrlTTy service file
  * Revert init script to Debian's version, and don't install it, Ubuntu
    uses systemd exclusively now.
  * Remove references to RUN_BRLTTY, and enable the systemd service instead.
  * Add new service file for use with the udev rules. (LP: #1574538)
  * Tweak gbp.conf to comply with gbp convensions.
  * Disable the main brltty service by default

 -- Luke Yelavich <themuso@ubuntu.com>  Wed, 27 Apr 2016 10:37:58 +0200

brltty (5.3.1-2ubuntu3) yakkety; urgency=medium

  * No-change rebuild for libicu soname change.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 22 Apr 2016 22:52:21 +0000

brltty (5.3.1-2ubuntu2) xenial; urgency=medium

  * debian/rules: Call dh_installinit with --no-start, since we only use
    systemd, and to minimize possible rc.d issues on upgrade (LP: #1568137)

  [ Samuel Thibault ]
  * Make initramfs-tools dependency linux-only. LP: #1567658.

 -- Luke Yelavich <themuso@ubuntu.com>  Mon, 11 Apr 2016 09:42:59 +1000

brltty (5.3.1-2ubuntu1) xenial; urgency=medium

  * Merge from Debian unstable. Remaining changes:
    - Add brltty-setup, installed in both the udeb and the normal system.
    - Add initramfs integration to run brltty-setup if necessary before
      usplash starts.
    - Add ubiquity integration to propagate any brltty configuration to the
      target system.
    - Add udev rules and /lib/brltty/brltty.sh to the normal (non-udeb)
      package as well.
    - Enable brltty if /etc/default/brltty has RUN_BRLTTY=yes, which is set
      by the installer if brltty is configured; add a NEWS entry for
      upgraders.
    - Don't install /etc/brltty.conf in the package
    - Install udev rules with the same name (85-brltty.rules) in the udeb as
      in the deb.
    - Remove the dh-lisp build-dependency, remove the cl-brlapi package, and
      adjust the brltty package description accordingly. dh-lisp is not
      in main.
    - Enable brltty at startup on the target system if the alternate installer
      is used.
    - Create separate rules file for the brltty deb, with the rules now
      pointing to a separate script
    - Add gbp.conf file for git buildpackage
    - Do not build the at-spi driver, the legacy at-spi stack is no longer in
      the archive.
    - Drop explicit build dependency on tcl8.4.
    - debian/brltty.service: Respect disabling of brltty in the /etc/default
      file. Turn this into a "Type=simple" job by running in the foreground so
      that the unit can tell apart "disabled" from "running".
  * debian/rules: Drop udev rules file, systemD and udev conflict, and cause
    brltty to malfunction

 -- Luke Yelavich <themuso@ubuntu.com>  Fri, 08 Apr 2016 15:55:55 +1000

brltty (5.3.1-2) unstable; urgency=high

  * rules: Set ddeb-migration.
  * control: Depend on debhelper 9.20150628 for ddeb-migration.
  * control: Bump Standards-Version to 3.9.7 (no change).
  * control: Build-depend on libsystemd-dev on linux-any (Closes: Bug#818241).

 -- Samuel Thibault <sthibault@debian.org>  Tue, 15 Mar 2016 01:36:39 +0100

brltty (5.3.1-1ubuntu3) xenial; urgency=medium

  * No-change rebuild to drop python3.4 support.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 19 Jan 2016 00:41:12 +0000

brltty (5.3.1-1ubuntu2) xenial; urgency=medium

  * Fix unbalanced quote in debian/brltty.service that was causing syntax
    errors and preventing a successful install or remove.

 -- Tim Gardner <tim.gardner@canonical.com>  Mon, 11 Jan 2016 19:47:16 -0700

brltty (5.3.1-1ubuntu1) xenial; urgency=medium

  * Merge from Debian unstable. Remaining changes:
    - Add brltty-setup, installed in both the udeb and the normal system.
    - Add initramfs integration to run brltty-setup if necessary before
      usplash starts.
    - Add ubiquity integration to propagate any brltty configuration to the
      target system.
    - Add udev rules and /lib/brltty/brltty.sh to the normal (non-udeb)
      package as well.
    - Enable brltty if /etc/default/brltty has RUN_BRLTTY=yes, which is set
      by the installer if brltty is configured; add a NEWS entry for
      upgraders.
    - Don't install /etc/brltty.conf in the package
    - Install udev rules with the same name (85-brltty.rules) in the udeb as
      in the deb.
    - Remove the dh-lisp build-dependency, remove the cl-brlapi package, and
      adjust the brltty package description accordingly. dh-lisp is not
      in main.
    - Enable brltty at startup on the target system if the alternate installer
      is used.
    - Create separate rules file for the brltty deb, with the rules now
      pointing to a separate script
    - Add gbp.conf file for git buildpackage
    - Do not build the at-spi driver, the legacy at-spi stack is no longer in
      the archive.
    - Drop explicit build dependency on tcl8.4.
    - debian/brltty.service: Respect disabling of brltty in the /etc/default
      file. Turn this into a "Type=simple" job by running in the foreground so
      that the unit can tell apart "disabled" from "running".

 -- Luke Yelavich <themuso@ubuntu.com>  Tue, 12 Jan 2016 09:44:27 +1100

brltty (5.3.1-1) unstable; urgency=low

  [ Samuel Thibault ]
  * brltty-udeb.postinst: Preseed installing MATE desktop by default when brltty
    is used in d-i.
  * watch: Generalize URL.
  * Disable auto-detection of Cebra, Albatross, and BrailleMemo devices in the
    Debian Installer, since they are rare and conflict with other devices
    (Closes: #782732).
  * patches/git-18c9b3f: New patch to fix xbrlapi looping when brltty shuts
    down.
  * rules:
    - Remove /lib/$DEB_HOST_MULTIARCH/libbrlapi.so, link directly
    libbrlapi from /lib to /usr/lib (Closes: #766810).
    - Make binary-indep depend on brltty to actually install the binary-indep
    files (Closes: #805938).
  * brltty-udeb.prebaseconfig:
    - Enable screen reader in KDE.
    - Support 4th bootline parameter.
  * patches/git-8229038: New patch to add 4th bootline parameter support.
  * control: Drop multiarch-support pre-depend.

  [ Mario Lang ]
  * New upstream release.
  * Drop merged patches.
  * Disable systemd in udev package.

  [ Samuel Thibault ]
  * brltty-udeb.udev.rules: Add new USB IDs.
  * Drop merged patch.
  * Drop libbrlapi0.6.postinst libbrlapi0.6.postrm, now using triggers.
  * Drop jquery.js from brlapi reference documentation, to make sure that
    doxygen regenerates it.

  [ Mario Lang ]
  * debian/brltty.service: Update from upstream example.

 -- Mario Lang <mlang@debian.org>  Sat, 09 Jan 2016 13:54:30 +0100

brltty (5.2~20141018-5ubuntu1) xenial; urgency=medium

  * Merge from Debian unstable. Remaining changes:
    - Add brltty-setup, installed in both the udeb and the normal system.
    - Add initramfs integration to run brltty-setup if necessary before
      usplash starts.
    - Add ubiquity integration to propagate any brltty configuration to the
      target system.
    - Add udev rules and /lib/brltty/brltty.sh to the normal (non-udeb)
      package as well.
    - Enable brltty if /etc/default/brltty has RUN_BRLTTY=yes, which is set
      by the installer if brltty is configured; add a NEWS entry for
      upgraders.
    - Don't install /etc/brltty.conf in the package
    - Install udev rules with the same name (85-brltty.rules) in the udeb as
      in the deb.
    - Remove the dh-lisp build-dependency, remove the cl-brlapi package, and
      adjust the brltty package description accordingly. dh-lisp is not
      in main.
    - Enable brltty at startup on the target system if the alternate installer
      is used.
    - Create separate rules file for the brltty deb, with the rules now
      pointing to a separate script
    - Add gbp.conf file for git buildpackage
    - Do not build the at-spi driver, the legacy at-spi stack is no longer in
      the archive.
    - Drop explicit build dependency on tcl8.4.
    - debian/brltty.service: Respect disabling of brltty in the /etc/default
      file. Turn this into a "Type=simple" job by running in the foreground so
      that the unit can tell apart "disabled" from "running".

 -- Luke Yelavich <themuso@ubuntu.com>  Tue, 27 Oct 2015 19:01:14 +1100

brltty (5.2~20141018-5) unstable; urgency=high

  * patches/60-albatross.patch: Fix probing loop stuck inside the albatross
    driver (Closes: #782732).

 -- Samuel Thibault <sthibault@debian.org>  Thu, 16 Apr 2015 23:19:16 +0200

brltty (5.2~20141018-4ubuntu4) wily; urgency=medium

  * Rebuild for icu 55.

 -- Matthias Klose <doko@ubuntu.com>  Mon, 03 Aug 2015 21:21:12 +0000

brltty (5.2~20141018-4ubuntu3) wily; urgency=medium

  * Apply patch sent upstrea to properly build with newer Speech Dispatcher
    releases

 -- Luke Yelavich <themuso@ubuntu.com>  Thu, 23 Jul 2015 17:10:14 +1000

brltty (5.2~20141018-4ubuntu2) wily; urgency=medium

  * No-change rebuild for python3.5 transition

 -- Steve Langasek <steve.langasek@ubuntu.com>  Wed, 22 Jul 2015 04:47:18 +0000

brltty (5.2~20141018-4ubuntu1) vivid; urgency=medium

  * Merge from Debian unstable. Remaining changes:
    - Add brltty-setup, installed in both the udeb and the normal system.
    - Add initramfs integration to run brltty-setup if necessary before
      usplash starts.
    - Add ubiquity integration to propagate any brltty configuration to the
      target system.
    - Add udev rules and /lib/brltty/brltty.sh to the normal (non-udeb)
      package as well.
    - Enable brltty if /etc/default/brltty has RUN_BRLTTY=yes, which is set
      by the installer if brltty is configured; add a NEWS entry for
      upgraders.
    - Don't install /etc/brltty.conf in the package
    - Install udev rules with the same name (85-brltty.rules) in the udeb as
      in the deb.
    - Remove the dh-lisp build-dependency, remove the cl-brlapi package, and
      adjust the brltty package description accordingly. dh-lisp is not
      in main.
    - Enable brltty at startup on the target system if the alternate installer
      is used.
    - Create separate rules file for the brltty deb, with the rules now
      pointing to a separate script
    - Add gbp.conf file for git buildpackage
    - Do not build the at-spi driver, the legacy at-spi stack is no longer in
      the archive.
    - Drop explicit build dependency on tcl8.4.
    - debian/brltty.service: Respect disabling of brltty in the /etc/default
      file. Turn this into a "Type=simple" job by running in the foreground so
      that the unit can tell apart "disabled" from "running".

 -- Luke Yelavich <themuso@ubuntu.com>  Tue, 17 Feb 2015 09:15:39 +1100

brltty (5.2~20141018-4) unstable; urgency=medium

  * patches/git-9337089: Fix xbrlapi into really not writing anything when
    passed option -q (closes: #777574).

 -- Samuel Thibault <sthibault@debian.org>  Sun, 15 Feb 2015 02:25:14 +0100

brltty (5.2~20141018-3) unstable; urgency=medium

  * brltty-udeb.prebaseconfig: Make grub beep at boot when brltty was used
    during installation (Closes: #774536).
  * patches/git-2421eda: Fix xbrlapi window path computation (Closes: #777377).
  * control: Break old version of Orca which does not have the same fix as
    xbrlapi.

 -- Samuel Thibault <sthibault@debian.org>  Sun, 08 Feb 2015 22:58:05 +0100

brltty (5.2~20141018-2ubuntu1) vivid; urgency=medium

  * Merge from Debian unstable. Remaining changes:
    - Add brltty-setup, installed in both the udeb and the normal system.
    - Add initramfs integration to run brltty-setup if necessary before
      usplash starts.
    - Add ubiquity integration to propagate any brltty configuration to the
      target system.
    - Add udev rules and /lib/brltty/brltty.sh to the normal (non-udeb)
      package as well.
    - Enable brltty if /etc/default/brltty has RUN_BRLTTY=yes, which is set
      by the installer if brltty is configured; add a NEWS entry for
      upgraders.
    - Don't install /etc/brltty.conf in the package
    - Install udev rules with the same name (85-brltty.rules) in the udeb as
      in the deb.
    - Remove the dh-lisp build-dependency, remove the cl-brlapi package, and
      adjust the brltty package description accordingly. dh-lisp is not
      in main.
    - Enable brltty at startup on the target system if the alternate installer
      is used.
    - Create separate rules file for the brltty deb, with the rules now
      pointing to a separate script
    - Add gbp.conf file for git buildpackage
    - Do not build the at-spi driver, the legacy at-spi stack is no longer in
      the archive.
    - Drop explicit build dependency on tcl8.4.
    - debian/brltty.service: Respect disabling of brltty in the /etc/default
      file. Turn this into a "Type=simple" job by running in the foreground so
      that the unit can tell apart "disabled" from "running".

 -- Luke Yelavich <themuso@ubuntu.com>  Wed, 07 Jan 2015 12:37:00 +1100

brltty (5.2~20141018-2) unstable; urgency=medium

  * patches/git-a7123d7: Fix brlapi output with the NoScreen screen driver.
    (Closes: #767601).
  * libbrlapi-dev.install: Do not install internal brltty headers
    (Closes: #766844).
  * rules: Remove brltty headers from brltty-udeb.

 -- Samuel Thibault <sthibault@debian.org>  Thu, 06 Nov 2014 19:53:48 +0100

brltty (5.2~20141018-1ubuntu1) vivid; urgency=medium

  * Merge from Debian unstable. Remaining changes:
    - Add brltty-setup, installed in both the udeb and the normal system.
    - Add initramfs integration to run brltty-setup if necessary before
      usplash starts.
    - Add ubiquity integration to propagate any brltty configuration to the
      target system.
    - Add udev rules and /lib/brltty/brltty.sh to the normal (non-udeb)
      package as well.
    - Enable brltty if /etc/default/brltty has RUN_BRLTTY=yes, which is set
      by the installer if brltty is configured; add a NEWS entry for
      upgraders.
    - Don't install /etc/brltty.conf in the package
    - Install udev rules with the same name (85-brltty.rules) in the udeb as
      in the deb.
    - Remove the dh-lisp build-dependency, remove the cl-brlapi package, and
      adjust the brltty package description accordingly. dh-lisp is not
      in main.
    - Enable brltty at startup on the target system if the alternate installer
      is used.
    - Create separate rules file for the brltty deb, with the rules now
      pointing to a separate script
    - Add gbp.conf file for git buildpackage
    - Do not build the at-spi driver, the legacy at-spi stack is no longer in
      the archive.
    - Drop explicit build dependency on tcl8.4.
    - debian/brltty.service: Respect disabling of brltty in the /etc/default
      file. Turn this into a "Type=simple" job by running in the foreground so
      that the unit can tell apart "disabled" from "running".

 -- Luke Yelavich <themuso@ubuntu.com>  Mon, 10 Nov 2014 16:50:38 +1100

brltty (5.2~20141018-1) unstable; urgency=medium

  * New upstream snapshot, very close to upstream 5.2 release.
    - control: Build-Depend on pkg-config
    - brltty-udeb.udev.rules: Update autostart rules with newer devices.
    - patches/30-format-security.patch, 60-fix-man-install.patch,
      70-fs-hang-fix.patch, 80-kfreebsd.patch, 90-zh-lang-fix.patch: Remove,
      merged upstream
    - rules: Fix table and help paths.
  * rules: Fix passing CL_DATE to sed (Closes: #708585).
  * brltty-udeb.prebaseconfig: Fix auto-starting at-spi and orca in XFCE and
    LXDE.

 -- Samuel Thibault <sthibault@debian.org>  Sat, 25 Oct 2014 22:33:42 +0200

brltty (5.0-3) unstable; urgency=low

  [ Paul Gevers ]
  * Improved timestamp fix in man pages to be independent of locales and
    file timestamps (Closes: #708585)

  [ Samuel Thibault ]
  * Team upload.
  * Append the d-i -inherited configure to the end of brltty.conf instead of
    dropping it (which was thus losing the documentation for the user).
  * patches/90-zh-lang-fix.patch: Fix zh translation syntax.
  * brltty-udeb.prebaseconfig: Enable accessibility in XFCE, LXDE and MATE
    sessions too.
  * Bump Standards-Version to 3.9.6 (no changes).

 -- Samuel Thibault <sthibault@debian.org>  Sat, 27 Sep 2014 00:46:19 +0200

brltty (5.0-2ubuntu3) utopic; urgency=medium

  * debian/brltty.service: Respect disabling of brltty in the /etc/default
    file. Turn this into a "Type=simple" job by running in the foreground so
    that the unit can tell apart "disabled" from "running". (LP: #1316804)

 -- Martin Pitt <martin.pitt@ubuntu.com>  Wed, 04 Jun 2014 08:56:22 +0200

brltty (5.0-2ubuntu2) trusty; urgency=medium

  * No change rebuild to drop python3.3 compiled extension.

 -- Dimitri John Ledkov <xnox@ubuntu.com>  Mon, 31 Mar 2014 19:35:18 +0100

brltty (5.0-2ubuntu1) trusty; urgency=medium

  * Merge from Debian unstable. Remaining changes:
    - Add brltty-setup, installed in both the udeb and the normal system.
    - Add initramfs integration to run brltty-setup if necessary before
      usplash starts.
    - Add ubiquity integration to propagate any brltty configuration to the
      target system.
    - Add udev rules and /lib/brltty/brltty.sh to the normal (non-udeb)
      package as well.
    - Enable brltty if /etc/default/brltty has RUN_BRLTTY=yes, which is set
      by the installer if brltty is configured; add a NEWS entry for
      upgraders.
    - Don't install /etc/brltty.conf in the package
    - Install udev rules with the same name (85-brltty.rules) in the udeb as
      in the deb.
    - Remove the dh-lisp build-dependency, remove the cl-brlapi package, and
      adjust the brltty package description accordingly. dh-lisp is not
      in main.
    - Enable brltty at startup on the target system if the alternate installer
      is used.
    - Create separate rules file for the brltty deb, with the rules now
      pointing to a separate script
    - Add gbp.conf file for git buildpackage
    - Do not build the at-spi driver, the legacy at-spi stack is no longer in
      the archive.
    - Drop explicit build dependency on tcl8.4.

 -- Luke Yelavich <themuso@ubuntu.com>  Fri, 14 Mar 2014 15:16:38 +1100

brltty (5.0-2) unstable; urgency=medium

  * Fix debian/watch file.
  * Fix download URLs in copyright file(s).
  * debian/patches/80-kfreebsd.patch: Try to fix build failure on
    kFreeBSD.  Patch taken from upstream, but squashed, so no commit ID.

 -- Mario Lang <mlang@debian.org>  Thu, 13 Mar 2014 14:42:49 +0100

brltty (5.0-1) unstable; urgency=low

  [ Samuel Thibault ]
  * control:
    - Make python*-brlapi description more explicit.
    - Bump Standards-Version to 3.9.5 (no changes).
  * debian/initramfs/hooks/brltty: rename to .in, and make DEB_HOST_MULTIARCH
    computed at build time by debian/rules (Closes: #725986).
  * Add brltty 5.0 USB IDs to udev rules.

  [ Jason White ]
  * Add support for systemd (based on upstream service file).
    Closes: #726783.

  [ Paul Gevers ]
  * Adjust build and source files to be able to build against
    speech-dispatcher 0.8
  * Fix timestamp in man pages and strip LinuxDoc-Tools version from html
    (Closes: #708585)

  [ Mario Lang ]
  * New upstream release.
  * debian/source/options: compress with xz.
  * debian/patches/20-sbin.patch: Update.
  * debian/patches/30-format-security.patch: New.
  * debian/brltty.examples: Update to account for renaming of a directory.
  * (temporarily) disable bluetooth in udeb to prevent linking against
    non-udeb packages.
  * debian/patches/60-fix-man-install.patch: Cherry pick
    a1e3a6a71d1278e243881ae7abdf0b65841c6aee from upstream to fix
    installation of man pages for driver-specific tools.
  * debian/patches/70-fs-hang-fix.patch: Cherry pick
    aa3c189d5fb32859d2e93164f59255db35aea4f8 from upstream to fix
    issues with FreedomScientific driver.

 -- Mario Lang <mlang@debian.org>  Thu, 13 Mar 2014 11:18:19 +0100

brltty (4.5-3ubuntu3) trusty; urgency=medium

  * No change rebuild against libicu52

 -- Dimitri John Ledkov <xnox@ubuntu.com>  Fri, 27 Dec 2013 03:05:36 +0000

brltty (4.5-3ubuntu2) trusty; urgency=low

  * Adjust build and source files to be able to build against
    speech-dispatcher 0.8
  * Build-dep on libspeechd-dev >= 0.8

 -- Luke Yelavich <themuso@ubuntu.com>  Mon, 11 Nov 2013 16:02:41 +1100

brltty (4.5-3ubuntu1) saucy; urgency=low

  * Merge from Debian unstable. Remaining changes:
    - Add brltty-setup, installed in both the udeb and the normal system.
    - Add initramfs integration to run brltty-setup if necessary before
      usplash starts.
    - Add ubiquity integration to propagate any brltty configuration to the
      target system.
    - Add udev rules and /lib/brltty/brltty.sh to the normal (non-udeb)
      package as well.
    - Enable brltty if /etc/default/brltty has RUN_BRLTTY=yes, which is set
      by the installer if brltty is configured; add a NEWS entry for
      upgraders.
    - Don't install /etc/brltty.conf in the package
    - Install udev rules with the same name (85-brltty.rules) in the udeb as
      in the deb.
    - Remove the dh-lisp build-dependency, remove the cl-brlapi package, and
      adjust the brltty package description accordingly. dh-lisp is not
      in main.
    - Enable brltty at startup on the target system if the alternate installer
      is used.
    - Create separate rules file for the brltty deb, with the rules now
      pointing to a separate script
    - Add gbp.conf file for git buildpackage
    - Do not build the at-spi driver, the legacy at-spi stack is no longer in
      the archive.
    - Drop explicit build dependency on tcl8.4.

 -- Luke Yelavich <themuso@ubuntu.com>  Tue, 18 Jun 2013 15:29:50 +1000

brltty (4.5-3) unstable; urgency=low

  * Add python3-brlapi bindings. Thanks Luke for the Ubuntu work.
  * Harmonize some rules with ubuntu packaging.
  * Fix erroneous BRLAPI_DOT_CHORD value due to using awk instead of gawk.
    (Closes: #708595)

  * Merge wheezy changes:
  * As discussed in bug Bug#705599, synchronize with finish-install on the
    method to enable accessibility in the installed system when accessibility
    was enabled in the installer.
  * Also enable sound events at gdm banner.
  * Add xbrlapi.desktop file to gdm session to get braille keyboard input
    working. Closes: #680636.
  * brltty-udeb.sh: Put Xorg killing in background, to avoid getting stuck if
    Xorg is not actually to be started after all (textmode installer). Also
    kill bterm, in case udev detects the braille device after bterm is
    started. Closes: #705196.

 -- Samuel Thibault <sthibault@debian.org>  Mon, 17 Jun 2013 22:15:01 +0200

brltty (4.5-2ubuntu1) saucy; urgency=low

  [ Samuel Thibault ]
  * Fix erroneous BRLAPI_DOT_CHORD value due to using awk instead of gawk.
    (Closes: #708595)

  [ Luke Yelavich ]
  * Merge from Debian unstable. Remaining changes:
    - Add brltty-setup, installed in both the udeb and the normal system.
    - Add initramfs integration to run brltty-setup if necessary before
      usplash starts.
    - Add ubiquity integration to propagate any brltty configuration to the
      target system.
    - Add udev rules and /lib/brltty/brltty.sh to the normal (non-udeb)
      package as well.
    - Enable brltty if /etc/default/brltty has RUN_BRLTTY=yes, which is set
      by the installer if brltty is configured; add a NEWS entry for
      upgraders.
    - Don't install /etc/brltty.conf in the package
    - Install udev rules with the same name (85-brltty.rules) in the udeb as
      in the deb.
    - Remove the dh-lisp build-dependency, remove the cl-brlapi package, and
      adjust the brltty package description accordingly. dh-lisp is not
      in main.
    - Enable brltty at startup on the target system if the alternate installer
      is used.
    - Create separate rules file for the brltty deb, with the rules now
      pointing to a separate script
    - Add gbp.conf file for git buildpackage
    - Do not build the at-spi driver, the legacy at-spi stack is no longer in
      the archive.
    - Build python bindings for python 3.
    - Drop explicit build dependency on tcl8.4.

 -- Luke Yelavich <themuso@ubuntu.com>  Fri, 31 May 2013 11:44:28 +1000

brltty (4.5-2) unstable; urgency=low

  * Build-Depend on cython instead of python-pxrex.
  * Fix "Ensure backwards compatible Java bytecode is built" by
    applying the proposed patch (Closes: #688127)

 -- Mario Lang <mlang@debian.org>  Thu, 16 May 2013 14:38:06 +0200

brltty (4.5-1ubuntu1) saucy; urgency=low

  * Merge from Debian unstable. Remaining changes:
    - Add brltty-setup, installed in both the udeb and the normal system.
    - Add initramfs integration to run brltty-setup if necessary before
      usplash starts.
    - Add ubiquity integration to propagate any brltty configuration to the
      target system.
    - Add udev rules and /lib/brltty/brltty.sh to the normal (non-udeb)
      package as well.
    - Enable brltty if /etc/default/brltty has RUN_BRLTTY=yes, which is set
      by the installer if brltty is configured; add a NEWS entry for
      upgraders.
    - Don't install /etc/brltty.conf in the package
    - Install udev rules with the same name (85-brltty.rules) in the udeb as
      in the deb.
    - Remove the dh-lisp build-dependency, remove the cl-brlapi package, and
      adjust the brltty package description accordingly. dh-lisp is not
      in main.
    - Enable brltty at startup on the target system if the alternate installer
      is used.
    - Create separate rules file for the brltty deb, with the rules now
      pointing to a separate script
    - Add gbp.conf file for git buildpackage
    - Do not build the at-spi driver, the legacy at-spi stack is no longer in
      the archive.
    - Build python bindings for python 3.
    - Ensure Java bytecode built is compatible with older versions of Java
    - Drop explicit build dependency on tcl8.4.

 -- Luke Yelavich <themuso@ubuntu.com>  Wed, 15 May 2013 07:31:23 +1000

brltty (4.5-1) unstable; urgency=low

  [ Samuel Thibault ]
  * control:
    - Make libbrlapi-dev Multi-Arch: same.
    - Fix long line in brltty description.
    - Fix libbrlapi-jni section into java.
  * brltty.{pre,post}{inst,rm}: Remove old conffiles. Closes: #704068.
  * Fix stripping xbrlapi.
  * Rename libbrlapi0.5 into libbrlapi0.6 to follow soname change.

  [ Mario Lang ]
  * New upstream release.
    + Dropped debian/patches/30-late-fixes-*

 -- Mario Lang <mlang@debian.org>  Tue, 07 May 2013 13:33:03 +0200

brltty (4.4-10ubuntu1) saucy; urgency=low

  * Merge from Debian unstable. Remaining changes:
    - Add brltty-setup, installed in both the udeb and the normal system.
    - Add initramfs integration to run brltty-setup if necessary before
      usplash starts.
    - Add ubiquity integration to propagate any brltty configuration to the
      target system.
    - Add udev rules and /lib/brltty/brltty.sh to the normal (non-udeb)
      package as well.
    - Enable brltty if /etc/default/brltty has RUN_BRLTTY=yes, which is set
      by the installer if brltty is configured; add a NEWS entry for
      upgraders.
    - Don't install /etc/brltty.conf in the package
    - Install udev rules with the same name (85-brltty.rules) in the udeb as
      in the deb.
    - Remove the dh-lisp build-dependency, remove the cl-brlapi package, and
      adjust the brltty package description accordingly. dh-lisp is not
      in main.
    - Build for all python versions (python 2.6), not just the current
      version.
    - Enable brltty at startup on the target system if the alternate installer
      is used.
    - Create separate rules file for the brltty deb, with the rules now
      pointing to a separate script
    - Add gbp.conf file for git buildpackage
    - Do not build the at-spi driver, the legacy at-spi stack is no longer in
      the archive.
    - Use cython for building python bindings.
    - Build python bindings for python 3.
    - Adjust the brlapi python example in the brlapi.pyx file to work with
      python 3.
    - Remove obsolete config file on upgrade from 4.3 or earlier.
    - Ensure Java bytecode built is compatible with older versions of Java
    - Drop explicit build dependency on tcl8.4.

 -- Luke Yelavich <themuso@ubuntu.com>  Wed, 08 May 2013 09:34:08 +1000

brltty (4.4-10) unstable; urgency=low

  * Add xbrlapi.desktop file to gdm session to get braille keyboard input
    working. Closes: #680636.

 -- Samuel Thibault <sthibault@debian.org>  Mon, 15 Apr 2013 21:42:05 +0200

brltty (4.4-9) unstable; urgency=high

  * brltty-udeb.sh: Put Xorg killing in background, to avoid getting stuck if
    Xorg is not actually to be started after all (textmode installer). Also
    kill bterm, in case udev detects the braille device after bterm is
    started. Closes: #705196.

 -- Samuel Thibault <sthibault@debian.org>  Thu, 11 Apr 2013 09:17:49 +0200

brltty (4.4-8ubuntu4) raring; urgency=low

  * Drop explicit build dependency on tcl8.4. LP: #1155269.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 14 Mar 2013 11:40:09 -0700

brltty (4.4-8ubuntu3) raring; urgency=low

  * debian/patches/50-fix-socket-leak.patch:: Update to use upstream's
    preferred and further tested fix.

 -- Luke Yelavich <themuso@ubuntu.com>  Fri, 22 Feb 2013 23:41:55 +0000

brltty (4.4-8ubuntu2) raring; urgency=low

  * debian/patches/50-fix-socket-leak.patch: make sure sockets rae closed
    properly. Thanks to Ryan Lortie for the patch.

 -- Luke Yelavich <themuso@ubuntu.com>  Fri, 22 Feb 2013 16:10:26 +0000

brltty (4.4-8ubuntu1) raring; urgency=low

  * Merge from Debian unstable. Remaining changes:
    - Add brltty-setup, installed in both the udeb and the normal system.
    - Add initramfs integration to run brltty-setup if necessary before
      usplash starts.
    - Add ubiquity integration to propagate any brltty configuration to the
      target system.
    - Add udev rules and /lib/brltty/brltty.sh to the normal (non-udeb)
      package as well.
    - Enable brltty if /etc/default/brltty has RUN_BRLTTY=yes, which is set
      by the installer if brltty is configured; add a NEWS entry for
      upgraders.
    - Don't install /etc/brltty.conf in the package
    - Install udev rules with the same name (85-brltty.rules) in the udeb as
      in the deb.
    - Remove the dh-lisp build-dependency, remove the cl-brlapi package, and
      adjust the brltty package description accordingly. dh-lisp is not
      in main.
    - Build for all python versions (python 2.6), not just the current
      version.
    - Enable brltty at startup on the target system if the alternate installer
      is used.
    - Create separate rules file for the brltty deb, with the rules now
      pointing to a separate script
    - Add gbp.conf file for git buildpackage
    - Do not build the at-spi driver, the legacy at-spi stack is no longer in
      the archive.
    - Use cython for building python bindings.
    - Build python bindings for python 3.
    - Adjust the brlapi python example in the brlapi.pyx file to work with
      python 3.
    - Remove obsolete config file on upgrade from 4.3 or earlier.
    - Ensure Java bytecode built is compatible with older versions of Java:

 -- Luke Yelavich <themuso@ubuntu.com>  Wed, 30 Jan 2013 08:46:30 +1100

brltty (4.4-8) unstable; urgency=low

  * brltty-udeb.sh:
    - Fix typo in path.
    - Kill Xorg instead of debconf to switch back installer from g-i to
    textmode. Also, sleep instead of busy-waiting for Xorg. Closes: #696972.

 -- Samuel Thibault <sthibault@debian.org>  Mon, 31 Dec 2012 00:42:37 +0100

brltty (4.4-7) unstable; urgency=low

  * control: Add >= 8.5~ version to tcl build-depend, as brltty won't build
    with tcl 8.4.
  * patches/30-late-fixes-r6685.patch: Avoid cosmetic change in patch.

 -- Samuel Thibault <sthibault@debian.org>  Thu, 20 Dec 2012 20:41:43 +0100

brltty (4.4-6ubuntu1) raring; urgency=low

  * Merge from Debian unstable. Remaining changes:
    - Add brltty-setup, installed in both the udeb and the normal system.
    - Add initramfs integration to run brltty-setup if necessary before
      usplash starts.
    - Add ubiquity integration to propagate any brltty configuration to the
      target system.
    - Add udev rules and /lib/brltty/brltty.sh to the normal (non-udeb)
      package as well.
    - Enable brltty if /etc/default/brltty has RUN_BRLTTY=yes, which is set
      by the installer if brltty is configured; add a NEWS entry for
      upgraders.
    - Don't install /etc/brltty.conf in the package
    - Install udev rules with the same name (85-brltty.rules) in the udeb as
      in the deb.
    - Remove the dh-lisp build-dependency, remove the cl-brlapi package, and
      adjust the brltty package description accordingly. dh-lisp is not
      in main.
    - Build for all python versions (python 2.6), not just the current
      version.
    - Enable brltty at startup on the target system if the alternate installer
      is used.
    - Create separate rules file for the brltty deb, with the rules now
      pointing to a separate script
    - Add gbp.conf file for git buildpackage
    - Do not build the at-spi driver, the legacy at-spi stack is no longer in
      the archive.
    - Use cython for building python bindings.
    - Build python bindings for python 3.
    - Adjust the brlapi python example in the brlapi.pyx file to work with
      python 3.
    - Remove obsolete config file on upgrade from 4.3 or earlier.
    - Ensure Java bytecode built is compatible with older versions of Java:
      + d/p/41-bytecode-compat.patch: Patch to specify source/target = 1.5
        during build process.

 -- Logan Rosen <logatronico@gmail.com>  Mon, 10 Dec 2012 16:16:03 -0500

brltty (4.4-6) unstable; urgency=low

  * brltty-udeb.prebaseconfig: Enable orca in gnome3 sessions too.
  * patches/30-late-fixes-r6685.patch: New patch to trivially add support for
    EL*c.
  * patches/30-late-fixes-r6777.patch: New patch to trivially add support for
    Focus 14.

 -- Samuel Thibault <sthibault@debian.org>  Tue, 02 Oct 2012 02:42:49 +0200

brltty (4.4-5ubuntu6) raring; urgency=low

  * Rebuild to drop python3.2 extension.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 08 Nov 2012 11:15:36 +0000

brltty (4.4-5ubuntu5) raring; urgency=low

  * Build-depend on python3-all-dev instead of python3-dev.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 23 Oct 2012 12:53:53 +0200

brltty (4.4-5ubuntu4) raring; urgency=low

  * No-change upload to build for python3.3.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 23 Oct 2012 10:30:36 +0200

brltty (4.4-5ubuntu3) quantal; urgency=low

  * Ensure Java bytecode built is compatible with older versions of Java
    (LP: #1049757):
    - d/p/41-bytecode-compat.patch: Patch to specify source/target = 1.5
      during build process.

 -- James Page <james.page@ubuntu.com>  Wed, 19 Sep 2012 16:45:22 +0100

brltty (4.4-5ubuntu2) quantal; urgency=low

  * Remove obsolete config file on upgrade from 4.3 or earlier. (LP: #1022927)

 -- Luke Yelavich <themuso@ubuntu.com>  Mon, 10 Sep 2012 14:22:07 +1000

brltty (4.4-5ubuntu1) quantal; urgency=low

  * Merge from debian unstable. (LP: #1029864) Remaining changes:
    - Add brltty-setup, installed in both the udeb and the normal system.
    - Add initramfs integration to run brltty-setup if necessary before
      usplash starts.
    - Add ubiquity integration to propagate any brltty configuration to the
      target system.
    - Add udev rules and /lib/brltty/brltty.sh to the normal (non-udeb)
      package as well.
    - Enable brltty if /etc/default/brltty has RUN_BRLTTY=yes, which is set
      by the installer if brltty is configured; add a NEWS entry for
      upgraders.
    - Don't install /etc/brltty.conf in the package
    - Install udev rules with the same name (85-brltty.rules) in the udeb as
      in the deb.
    - Remove the dh-lisp build-dependency, remove the cl-brlapi package, and
      adjust the brltty package description accordingly. dh-lisp is not
      in main.
    - Build for all python versions (python 2.6), not just the current
      version.
    - Enable brltty at startup on the target system if the alternate installer
      is used.
    - Create separate rules file for the brltty deb, with the rules now
      pointing to a separate script
    - Add gbp.conf file for git buildpackage
    - Do not build the at-spi driver, the legacy at-spi stack is no longer in
      the archive.
    - Use cython for building python bindings.
    - Build python bindings for python 3.
    - Adjust the brlapi python example in the brlapi.pyx file to work with
      python 3.

 -- Luke Yelavich <themuso@ubuntu.com>  Fri, 07 Sep 2012 10:07:00 +1000

brltty (4.4-5) unstable; urgency=low

  [ Mario Lang ]
  * Cherry-pick r6587 from upstream to fix accents output in screen message
  (Closes: Bug#680648).

  [ Samuel Thibault ]
  * Cherry-pick r6588 from upstream to unfuzzy actually-translated messages
  (Closes: Bug#680638).
  * Cherry-pick r6592 and r6625 from upstream to fix typing modifiers in X11
  (Closes: Bug#681460).
  * Regenerate configure, add autoconf and tcl build-dependency.
  * Cherry-pick r6623 from upstream to fix the atspi-2 screen driver. Add
    atspi-2 and glib build-dependency accordingly.
  * 40-no-update-pot.patch: Disable spurious update of .po files.

 -- Samuel Thibault <sthibault@debian.org>  Tue, 28 Aug 2012 10:09:36 +0200

brltty (4.4-4ubuntu1) quantal-proposed; urgency=low

  Cherry-pick unreleased changes from Debian brltty git:

  [ Mario Lang ]
  * Cherry-pick r6587 from upstream to fix accents output in screen message
  (Closes: Bug#680648).

  [ Samuel Thibault ]
  * Cherry-pick r6588 from upstream to unfuzzy actually-translated messages
  (Closes: Bug#680638).
  * Cherry-pick r6592 from upstream to fix typing modifiers in X11
  (Closes: Bug#681460)

  [ Luke Yelavich ]
  * Merge from debian unstable. (LP: #1029864) Remaining changes:
    - Add brltty-setup, installed in both the udeb and the normal system.
    - Add initramfs integration to run brltty-setup if necessary before
      usplash starts.
    - Add ubiquity integration to propagate any brltty configuration to the
      target system.
    - Add udev rules and /lib/brltty/brltty.sh to the normal (non-udeb)
      package as well.
    - Enable brltty if /etc/default/brltty has RUN_BRLTTY=yes, which is set
      by the installer if brltty is configured; add a NEWS entry for
      upgraders.
    - Don't install /etc/brltty.conf in the package
    - Install udev rules with the same name (85-brltty.rules) in the udeb as
      in the deb.
    - Remove the dh-lisp build-dependency, remove the cl-brlapi package, and
      adjust the brltty package description accordingly. dh-lisp is not
      in main.
    - Build for all python versions (python 2.6), not just the current
      version.
    - Enable brltty at startup on the target system if the alternate installer
      is used.
    - Create separate rules file for the brltty deb, with the rules now
      pointing to a separate script
    - Add gbp.conf file for git buildpackage
    - Do not build the at-spi driver, the legacy at-spi stack is no longer in
      the archive.
  * Use cython for building python bindings.
  * Fix ubuntu branch in gbp.conf.
  * Fix patches taken from upstream that were not properly applying with quilt
  * Build python bindings for python 3.
  * Adjust the brlapi python example in the brlapi.pyx file to work with python
    3.

 -- Luke Yelavich <themuso@ubuntu.com>  Thu, 02 Aug 2012 09:02:07 +1000

brltty (4.4-4) unstable; urgency=medium

  * Severity set to medium as it completely breaks access to d-i.
  * brltty-udeb.*: Use /var/run/brltty.pid instead of /var/run/brltty, as the
    latter is now installed as directory by brltty (Closes: #680208).

 -- Samuel Thibault <sthibault@debian.org>  Wed, 04 Jul 2012 23:05:59 -0300

brltty (4.4-3) unstable; urgency=low

  [ Mario Lang ]
  * Update the list of supported displays in package description.

  [ Samuel Thibault ]
  * brltty-udeb.udev.rules: Add new braille USB IDs to d-i udev rules.

 -- Samuel Thibault <sthibault@debian.org>  Wed, 27 Jun 2012 14:19:16 -0300

brltty (4.4-2) unstable; urgency=low

  [ Jason White ]
  * control: Add brltty-dbg and libbrlapi-dbg packages.
  * rules: Install debugging information.

  [ Samuel Thibault ]
  * patches/30-late-fixes-r6572.patch: Add patch to fix crash on brlapi
    activity while devices are unplugged.

 -- Samuel Thibault <sthibault@debian.org>  Mon, 18 Jun 2012 11:54:12 +0200

brltty (4.4-1ubuntu1) quantal; urgency=low

  * Merge from debian unstable.  Remaining changes:
    - Add brltty-setup, installed in both the udeb and the normal system.
    - Add initramfs integration to run brltty-setup if necessary before
      usplash starts.
    - Add ubiquity integration to propagate any brltty configuration to the
      target system.
    - Add udev rules and /lib/brltty/brltty.sh to the normal (non-udeb)
      package as well.
    - Enable brltty if /etc/default/brltty has RUN_BRLTTY=yes, which is set
      by the installer if brltty is configured; add a NEWS entry for
      upgraders.
    - Don't install /etc/brltty.conf in the package
    - Install udev rules with the same name (85-brltty.rules) in the udeb as
      in the deb.
    - Remove the dh-lisp build-dependency, remove the cl-brlapi package, and
      adjust the brltty package description accordingly. dh-lisp is not
      in main.
    - Build for all python versions (python 2.6), not just the current
      version.
    - Enable brltty at startup on the target system if the alternate installer
      is used.
    - Create separate rules file for the brltty deb, with the rules now
      pointing to a separate script
    - Add gbp.conf file for git buildpackage
    - Do not build the at-spi driver, the legacy at-spi stack is no longer in
      the archive.

 -- Luke Yelavich <themuso@ubuntu.com>  Fri, 08 Jun 2012 14:56:32 +1000

brltty (4.4-1) unstable; urgency=low

  [ Samuel Thibault ]
  * debian/rules: Disable USB support on kFreeBSD (Closes: #668669).

  [ Mario Lang ]
  * New upstream release.
    - Fixes spurious warning from xbrlapi (Closes: #673880).
  * Drop all cherry-picked patches.
  * Do not build the documentation twice.
  * Cherry-pick some late fixes from upstream.
  * brltty recommends python now because of /etc/brltty/latex-acces.ctb
    which is written in Python.
  * Install brltty-trtxt.
  * Install brltty-ctb and brltty-ttb as well, and move vstp to
    /usr/bin.

 -- Mario Lang <mlang@debian.org>  Thu, 07 Jun 2012 16:08:28 +0200

brltty (4.3-3) unstable; urgency=low

  * control:
    - Move xbrlapi from brltty-x11 to new xbrlapi package.  Should fix
    spurious installation of brltty through orca's recommandation of xbrlapi.
    - Set libbrlapi0.5 Multi-arch: same.
  * libbrlapi-dev.links: Remove, move to ...
  * rules: ... here, install libbrlapi in multiarch path.
  * brltty-x11.{install,manpages}: Move xbrlapi to xbrlapi package.

 -- Samuel Thibault <sthibault@debian.org>  Sun, 25 Mar 2012 23:08:36 +0200

brltty (4.3-2) unstable; urgency=low

  * debian/patches/fr.po.patch: New patch to fix accents in french
    translations (Closes: #655291).
  * debian/rules: Do not enable hardening in brltty-udeb (saves room).
  * control: Bump Standards-Version to 3.9.3 (no changes).
  * debian/patches/40-esys-64.patch: New patch from upstream to fix support for
    large esys/iris displays.

 -- Samuel Thibault <sthibault@debian.org>  Mon, 27 Feb 2012 03:13:59 +0100

brltty (4.3-1ubuntu6) quantal; urgency=low

  * No-change rebuild with openjdk-7 as default-jdk.

 -- James Page <james.page@ubuntu.com>  Fri, 18 May 2012 11:35:03 +0100

brltty (4.3-1ubuntu5) precise; urgency=low

  * Add Pre-Depends: dpkg (>= 1.15.7.2) to brltty-x11 for
    dpkg-maintscript-helper.

 -- Colin Watson <cjwatson@ubuntu.com>  Tue, 10 Apr 2012 17:53:32 +0100

brltty (4.3-1ubuntu4) precise; urgency=low

  * Add conffile upgrade handling for a run of conffiles that were dropped
    or renamed since lucid.

 -- Steve Langasek <steve.langasek@ubuntu.com>  Sun, 25 Mar 2012 21:45:37 +0000

brltty (4.3-1ubuntu3) precise; urgency=low

  * Rebuild for libicu48.

 -- Colin Watson <cjwatson@ubuntu.com>  Mon, 21 Nov 2011 16:05:21 +0000

brltty (4.3-1ubuntu2) precise; urgency=low

  * Comment out the udev rule line for device 10c4:ea60, as it is a generic
    USB serial controller used by many other pieces of hardware (LP: #874181)

 -- Luke Yelavich <themuso@ubuntu.com>  Wed, 09 Nov 2011 14:38:55 +1100

brltty (4.3-1ubuntu1) precise; urgency=low

  * Merge from debian unstable.  Remaining changes:
    - Add brltty-setup, installed in both the udeb and the normal system.
    - Add initramfs integration to run brltty-setup if necessary before
      usplash starts.
    - Add ubiquity integration to propagate any brltty configuration to the
      target system.
    - Add udev rules and /lib/brltty/brltty.sh to the normal (non-udeb)
      package as well.
    - Enable brltty if /etc/default/brltty has RUN_BRLTTY=yes, which is set
      by the installer if brltty is configured; add a NEWS entry for
      upgraders.
    - Don't install /etc/brltty.conf in the package
    - Install udev rules with the same name (85-brltty.rules) in the udeb as
      in the deb.
    - Remove the dh-lisp build-dependency, remove the cl-brlapi package, and
      adjust the brltty package description accordingly. dh-lisp is not
      in main.
    - Build for all python versions (python 2.6), not just the current
      version.
    - Enable brltty at startup on the target system if the alternate installer
      is used.
    - Create separate rules file for the brltty deb, with the rules now
      pointing to a separate script
    - Add gbp.conf file for git buildpackage
    - Do not build the at-spi driver, it is in universe

 -- Luke Yelavich <themuso@ubuntu.com>  Fri, 21 Oct 2011 15:54:57 +1100

brltty (4.3-1) unstable; urgency=low

  [ Samuel Thibault ]
  * New upstream release.
    - debian/patches/30-upstream-table-fixes.patch: Drop, merged upstream.
    - debian/patches/40-silence-offset-warning.patch: Drop, fixed upstream.
    - debian/patches/50-screen_linux_build.patch: Drop, merged upstream.
    - debian/rules: Help files are now called *.txt. Install localized messages.
    - debian/60xbrlapi: Add script to automatically start xbrlapi on X11 session
    startup.
  * debian/rules: Use dh_python2 instead of dh_pysupport (Closes: #633910).
  * debian/control: Bump dependencies accordingly. Set new XS-Python-Version
    field to 2.7.
  * debian/brltty-udeb.start: New script installed as
    /lib/debian-installer.d/S19brltty, to record in /var/run/brltty-debconf that
    debconf is about to be started with the current framebuffer parameters.
  * debian/brltty-udeb.init: Remove udevadm settle call, and move disabling
    framebuffer to...
  * debian/brltty-udeb.sh: here, but create a
    /lib/debian-installer.d/S20brltty script instead of doing it immediately,
    since debconf might be currently running and about to overwrite the
    database. Last but not least, if /var/run/brltty-debconf exists, kill
    debconf to let it restart without framebuffer (Closes: #611648).
  * debian/brltty-udeb.udev.rules: Add 1fe4:0054 entry.
  * debian/rules: Add build-indep and build-arch targets.
  * debian/rules: Set DEB_BUILD_HARDENING=1 to enable hardening.
  * debian/control:
    - Depend on hardening-check.
    - Build-Conflict with libatspi-dev.
  * debian/rules: Do not build and install atspi driver any more.

  [ Mario Lang ]
  * Fix brace-expansion-in-debhelper-config-file debian/brltty.install
  * debian/initramfs/hooks/brltty: Update for multiarch (Closes: Bug#653587).

 -- Samuel Thibault <sthibault@debian.org>  Fri, 06 Jan 2012 00:41:46 +0100

brltty (4.2-8ubuntu5) oneiric; urgency=low

  * debian/control: Don't build depend on libatspi-dev, to make sure that
    brltty-x11 doesn't depend on a part of the legacy at-spi stack
    (LP: #828759)

 -- Luke Yelavich <themuso@ubuntu.com>  Mon, 29 Aug 2011 15:08:58 +1000

brltty (4.2-8ubuntu4) oneiric; urgency=low

  * Update the udev rules files so they are both in sync, and make sure
    the FDDI serial controller display rules are commented out again
  * Fix branch pointer in gbp.conf
  * Make sure /lib/brltty/brltty.sh is executable in the brltty package

 -- Luke Yelavich <themuso@ubuntu.com>  Thu, 11 Aug 2011 16:34:51 +1000

brltty (4.2-8ubuntu3) oneiric; urgency=low

  * Switch to dh_python2. (LP: 788514)

 -- Barry Warsaw <barry@ubuntu.com>  Thu, 14 Jul 2011 17:28:22 -0400

brltty (4.2-8ubuntu2) natty; urgency=low

  * Remove conflict markers from debian/changelog and
    debian/brltty-udeb.init.

 -- Colin Watson <cjwatson@ubuntu.com>  Tue, 01 Mar 2011 11:35:56 +0000

brltty (4.2-8ubuntu1) natty; urgency=low

  * Merge from debian unstable.  Remaining changes:
    - Add brltty-setup, installed in both the udeb and the normal system.
    - Add initramfs integration to run brltty-setup if necessary before
      usplash starts.
    - Add ubiquity integration to propagate any brltty configuration to the
      target system.
    - Add udev rules and /lib/brltty/brltty.sh to the normal (non-udeb)
      package as well.
    - Enable brltty if /etc/default/brltty has RUN_BRLTTY=yes, which is set
      by the installer if brltty is configured; add a NEWS entry for
      upgraders.
    - Don't install /etc/brltty.conf in the package
    - Install udev rules with the same name (85-brltty.rules) in the udeb as
      in the deb.
    - Remove the dh-lisp build-dependency, remove the cl-brlapi package, and
      adjust the brltty package description accordingly. dh-lisp is not
      in main.
    - Build for all python versions (python 2.6), not just the current
      version.
    - Enable brltty at startup on the target system if the alternate installer
      is used.
    - Explicitly include sys/stat.h in Programs/sys_linux.c
    - Create separate rules file for the brltty deb, with the rules now
      pointing to a separate script
    - Add gbp.conf file for git buildpackage

 -- Luke Yelavich <themuso@ubuntu.com>  Thu, 24 Feb 2011 12:26:05 +1100

brltty (4.2-8) unstable; urgency=low

  * debian/brltty-udeb.prebasconfig: do not stop and not setup gconf just
    because no table was specified in kernel parameters.
  * debian/brltty.postinst: Fix typo.
  * debian/control:
    - Build-depend on libespeak-dev, add brltty-espeak package.
    - Bump Standards-Version to 3.9.2 (no change needed)
    - Remove libbrlapi-java dependency on JRE.
  * debian/rules: Remove --without-espeak configure option, install
    libbrlttyses.so
  * debian/brltty-udeb.prebaseconfig: Fix parsing brltty= when not all
    parameters are provided.
  * debian/patches/50-screen_linux_build.patch: Upstream fix for linux screen
    driver build (Closes: #625153).
  * debian/cl-brlapi.postinst, cl-brlapi.prerm: Remove, and drop dh_lisp call
    from debian/control, these are now void.
  * debian/rules: To avoid spurious diffs, remove config.{sub,guess} at clean,
    and copy them from autotools-dev just before configure.

 -- Samuel Thibault <sthibault@debian.org>  Mon, 14 Feb 2011 00:49:23 +0100

brltty (4.2-7) unstable; urgency=low

  * debian/brltty-udeb.init: Call udevadm settle before deciding whether to
    disable the framebuffer or not.

 -- Samuel Thibault <sthibault@debian.org>  Fri, 24 Dec 2010 01:04:27 +0100

brltty (4.2-6) unstable; urgency=low

  * debian/patches/40-silence-offset-warning.patch: New patch to silence
    permanent "input byte missing at offset 14" warnings on clio and esys
    devices, making the console unusable.

 -- Samuel Thibault <sthibault@debian.org>  Wed, 17 Nov 2010 23:58:16 +0100

brltty (4.2-5) unstable; urgency=low

  * debian/patches/30-upstream-table-fixes.patch: Upstream braille tables fixes.
  * debian/brltty-udeb.prebaseconfig: When braille is enabled, enable
    orca in gdm, and accessibility+orca+sounds in the created user session.
  * debian/rules: Move brltty-udeb finish-install script a bit later, after
    users are created.

 -- Samuel Thibault <sthibault@debian.org>  Wed, 10 Nov 2010 23:57:45 +0100

brltty (4.2-4ubuntu1) natty; urgency=low

  * Merge from debian unstable.  Remaining changes:
    - Add brltty-setup, installed in both the udeb and the normal system.
    - Add initramfs integration to run brltty-setup if necessary before
      usplash starts.
    - Add ubiquity integration to propagate any brltty configuration to the
      target system.
    - Add udev rules and /lib/brltty/brltty.sh to the normal (non-udeb)
      package as well.
    - Enable brltty if /etc/default/brltty has RUN_BRLTTY=yes, which is set
      by the installer if brltty is configured; add a NEWS entry for
      upgraders.
    - Don't install /etc/brltty.conf in the package
    - Install udev rules with the same name (85-brltty.rules) in the udeb as
      in the deb.
    - Remove the dh-lisp build-dependency, remove the cl-brlapi package, and
      adjust the brltty package description accordingly. dh-lisp is not
      in main.
    - Build for all python versions (python 2.6), not just the current
      version.
    - Enable brltty at startup on the target system if the alternate installer
      is used.
    - Explicitly include sys/stat.h in Programs/sys_linux.c
    - Create separate rules file for the brltty deb, with the rules now
      pointing to a separate script
    - Add gbp.conf file for git buildpackage

 -- Luke Yelavich <themuso@ubuntu.com>  Mon, 18 Oct 2010 14:01:37 +1100

brltty (4.2-4) unstable; urgency=medium

  * debian/control: Use Package-Type instead of XC-Package-Type.
  * debian/brltty-udeb.udev.rules: SUBSYSTEM is usb instead of usb_device
    nowadays. Fixes braille autodetection in d-i.
  * Setting urgency to medium to fix RC bug.

 -- Samuel Thibault <sthibault@debian.org>  Mon, 30 Aug 2010 23:09:56 +0200

brltty (4.2-3ubuntu1) maverick; urgency=low

  * Merge from debian unstable.  Remaining changes:
    - Add brltty-setup, installed in both the udeb and the normal system.
    - Add initramfs integration to run brltty-setup if necessary before
      usplash starts.
    - Add ubiquity integration to propagate any brltty configuration to the
      target system.
    - Add udev rules and /lib/brltty/brltty.sh to the normal (non-udeb)
      package as well.
    - Enable brltty if /etc/default/brltty has RUN_BRLTTY=yes, which is set
      by the installer if brltty is configured; add a NEWS entry for
      upgraders.
    - Don't install /etc/brltty.conf in the package
    - Install udev rules with the same name (85-brltty.rules) in the udeb as
      in the deb.
    - Remove the dh-lisp build-dependency, remove the cl-brlapi package, and
      adjust the brltty package description accordingly. dh-lisp is not
      in main.
    - Build for all python versions (python 2.6), not just the current
      version.
    - Enable brltty at startup on the target system if the alternate installer
      is used.
    - Explicitly include sys/stat.h in Programs/sys_linux.c
  * Create separate rules file for the brltty deb, with the rules now pointing
    to a separate script
  * Add gbp.conf file for git buildpackage

 -- Luke Yelavich <themuso@ubuntu.com>  Thu, 12 Aug 2010 08:39:42 +1000

brltty (4.2-3) unstable; urgency=low

  [ Mario Lang ]
  * Add libasound2-dev to Build-Depends for Linux architectures.
  * Binary package brltty Suggests console-braille.

  [ Samuel Thibault ]
  * Make libbrlapi-java depend on default-jre-headless |
    java2-runtime-headless instead of gij | java2-runtime.
  * Debian Installer: Make udev call /lib/udev/brltty.sh instead of
    /lib/brltty/brltty.sh, the former checking whether the user forced some
    brltty parameter on the kernel command line before calling the latter
    (closes: #501160).
  * debian/control:
    - Bump Standards-Version to 3.9.1 (no change needed).
    - Replace [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386] with [linux-any] in
    Build-Depends.

 -- Mario Lang <mlang@debian.org>  Tue, 27 Jul 2010 01:27:08 +0200

brltty (4.2-2ubuntu1) maverick; urgency=low

  * Merge from debian unstable.  Remaining changes:
    - Add brltty-setup, installed in both the udeb and the normal system.
    - Add initramfs integration to run brltty-setup if necessary before
      usplash starts.
    - Add ubiquity integration to propagate any brltty configuration to the
      target system.
    - Add udev rules and /lib/brltty/brltty.sh to the normal (non-udeb)
      package as well.
    - Enable brltty if /etc/default/brltty has RUN_BRLTTY=yes, which is set
      by the installer if brltty is configured; add a NEWS entry for
      upgraders.
    - Don't install /etc/brltty.conf in the package
    - Install udev rules with the same name (85-brltty.rules) in the udeb as
      in the deb.
    - Remove the dh-lisp build-dependency, remove the cl-brlapi package, and
      adjust the brltty package description accordingly. dh-lisp is not
      in main.
    - Build for all python versions (python 2.6), not just the current
      version.
    - Enable brltty at startup on the target system if the alternate installer
      is used.
  * debian/patches/debian/patches/30-sys-stat.patch: Explicitly include
    sys/stat.h in Programs/sys_linux.c, fixes FTBFs

 -- Luke Yelavich <themuso@ubuntu.com>  Thu, 17 Jun 2010 16:36:01 +1000

brltty (4.2-2) unstable; urgency=low

  * Add libdbus-1-dev to Build-Depends for the a2 screen driver.
  * Remove bison from Build-Depends, no longer needed.

 -- Mario Lang <mlang@debian.org>  Tue, 11 May 2010 15:39:47 +0200

brltty (4.2-1) unstable; urgency=low

  [ Samuel Thibault ]
  * debian/libbrlapi-java.docs: Add doc
  * debian/libbrlapi-java.doc-base: Register doc.
  * debian/brltty-udeb.udev.rules: Update list of supported devices.

  [ Mario Lang ]
  * New upstream release.
    - Drop all patches, merged upstream.
    - Convert to source format 3.0 (quilt).
  * Temporarily disable the eSpeak driver to avoid NEW processing.

 -- Mario Lang <mlang@debian.org>  Tue, 11 May 2010 08:49:21 +0200

brltty (4.1-5) unstable; urgency=low

  [ Samuel Thibault ]
  * Cherry-pick upstream r4902 and 4904 to fix linking libbrlapi without
    libpthread.
  * Cherry-pick upstream r4926 to fix minus sign in vtsp.1.
  * Cherry-pick upstream r4927 to fix a typo.
  * debian/NEWS: Remove bullets, fix version number.
  * Override package-contains-empty-directory lib/brltty/rw/ which is on
    purpose.
  * debian/control:
    - Drop duplicate Priority field.
    - Fix duplicate short descriptions.
  * Move udev rules to /lib/udev/rules.d
  * debian/control: Bump Standards-Version to 3.8.4 (no change needed).
  * debian/control: Add default-jdk build-dep except on m68k.
  * debian/rules:
    - Only disable java on m68k as it should now work on all other archs.
    - Set JAVA_HOME to /usr/lib/jvm/default-java instead of hardcoding the use
      of one kind of jvm (Closes: Bug#560072).
  * Bindings/Python/brlapi.pyx: Apply upstream r4991 to fix an uninitialized
    field in python exception handling (Closes: Bug#568512).
  * Apply upstream r5007 to fix debian installer's fbterm start race 
    (Closes: Bug#504385).
  * Bindings/Python/Makefile.in: Include /usr/share/python/python.mk and
    pass $(py_setup_install_args) setup.py to keep proper installation paths
    (Closes: Bug#571274).

  [ Mario Lang ]
  * debian/control: Add x11proto-kb-dev and libxtst-dev to Build-Depends.
  * Update Build-Depends version of debhelper since we are using
    dh_lintian now.
  * Fix "initramfs hooks are not executed" (Closes: #570172)
  * Remove a false positive dependency on /usr from init script, we do
    not want to rely on $remote_fs

 -- Mario Lang <mlang@debian.org>  Wed, 24 Mar 2010 14:53:59 +0100

brltty (4.1-4) unstable; urgency=high

  * High-urgency upload for bug fix for d-i alpha release.
  * debian/libbrlapi-dev.links: Add /usr/lib/libbrlapi.so -> /lib/libbrlapi.so
    symlink to fix dynamic linking of libbrlapi by default by gcc.
  * Cherry-pick upstream r4916 change and regenerate configure to fix build on
    kfreebsd-* machines with the newer USB API (Closes: Bug#560114).

 -- Samuel Thibault <sthibault@debian.org>  Tue, 05 Jan 2010 23:20:29 +0100

brltty (4.1-3) unstable; urgency=high

  * High-urgency upload for bug fix for d-i alpha release.
  * debian/control, debian/rules: Temporarily disable building the java
    bindings to get a brltty-udeb package for d-i alpha release.

 -- Samuel Thibault <sthibault@debian.org>  Wed, 09 Dec 2009 00:51:07 +0100

brltty (4.1-2ubuntu6) lucid; urgency=low

  * debian/rules: make sure that the hooks are executable, or they
    do not do anything to the initramfs (Debian bug 570172).

 -- Kees Cook <kees@ubuntu.com>  Tue, 16 Feb 2010 16:36:20 -0800

brltty (4.1-2ubuntu5) lucid; urgency=low

  * debian/brltty.default:
    - add RUN_BRLTTY=no here instead of in the brltty.postinst
  * debian/brltty.postinst:
    - do not create /etc/default/brltty here, its part of the package
  * debian/brltty.preinst:
    - remove our (non conffile) version of /etc/default/brltty 
      on upgrade
  (LP: #518775)

 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 08 Feb 2010 13:44:47 +0100

brltty (4.1-2ubuntu4) lucid; urgency=low

  * debian/initramfs/scripts/init-premount/brltty:
    - This should not mount usbfs or fiddle with mtab 

 -- Scott James Remnant <scott@ubuntu.com>  Fri, 18 Dec 2009 15:03:59 +0000

brltty (4.1-2ubuntu3) lucid; urgency=low

  * debian/brltty.initramfs-top: Missed one.

 -- Scott James Remnant <scott@ubuntu.com>  Tue, 15 Dec 2009 18:15:09 +0000

brltty (4.1-2ubuntu2) lucid; urgency=low

  * debian/initramfs/scripts/init-premount/brltty,
    debian/initramfs/hooks/brltty: Only install if we have a framebuffer
    and splash screen.

 -- Scott James Remnant <scott@ubuntu.com>  Tue, 15 Dec 2009 15:05:10 +0000

brltty (4.1-2ubuntu1) lucid; urgency=low

  * Merge from Debian testing, remaining changes:
    - Add brltty-setup, installed in both the udeb and the normal system.
    - Add initramfs integration to run brltty-setup if necessary before
      usplash starts.
    - Add ubiquity integration to propagate any brltty configuration to the
      target system.
    - Put udev rules file in /lib/udev/rules.d.
    - Add udev rules and /lib/brltty/brltty.sh to the normal (non-udeb)
      package as well.
    - Enable brltty if /etc/default/brltty has RUN_BRLTTY=yes, which is set
      by the installer if brltty is configured; add a NEWS entry for
      upgraders.
    - Don't install /etc/brltty.conf in the package
    - Install udev rules with the same name (85-brltty.rules) in the udeb as
      in the deb.
    - Disable BrlTTY grabbing devices that use the FTDI USB-to-serial chip.
    - Remove the dh-lisp build-dependency, remove the cl-brlapi package, and
      adjust the brltty package description accordingly. dh-lisp is not
      in main.
    - Build for all python versions (python 2.6), not just the current
      version.
    - Build against openjdk in Ubuntu.
    - Enable brltty at startup on the target system if the alternate installer
      is used.
  * udev rules have been switched to use ATTRS{} instead of the deprecated
    SYSFS{}.  LP: #491775.

 -- Steve Langasek <steve.langasek@ubuntu.com>  Thu, 10 Dec 2009 02:39:03 -0800

brltty (4.1-2) unstable; urgency=high

  * High-urgency upload for bug fix for d-i alpha release.
  * debian/brltty-udeb.udev.rules: Fix udev 148-2 warnings cluttering
  debian-installer (Closes: Bug#559564).

 -- Samuel Thibault <sthibault@debian.org>  Tue, 08 Dec 2009 01:59:48 +0100

brltty (4.1-1ubuntu1) lucid; urgency=low

  * Merge from Debian testing.  Remaining changes:
    - Add brltty-setup, installed in both the udeb and the normal system.
    - Add initramfs integration to run brltty-setup if necessary before
      usplash starts.
    - Add ubiquity integration to propagate any brltty configuration to the
      target system.
    - Put udev rules file in /lib/udev/rules.d.
    - Add udev rules and /lib/brltty/brltty.sh to the normal (non-udeb)
      package as well.
    - Enable brltty if /etc/default/brltty has RUN_BRLTTY=yes, which is set
      by the installer if brltty is configured; add a NEWS entry for
      upgraders.
    - Don't install /etc/brltty.conf in the package
    - Install udev rules with the same name (85-brltty.rules) in the udeb as
      in the deb.
    - Disable BrlTTY grabbing devices that use the FTDI USB-to-serial chip.
    - Remove the dh-lisp build-dependency, remove the cl-brlapi package, and
      adjust the brltty package description accordingly. dh-lisp is not
      in main.
    - Build for all python versions (python 2.6), not just the current
      version.
    - Build against openjdk in Ubuntu.
    - Enable brltty at startup on the target system if the alternate installer
      is used.
  * Dropped changes:
    - Conflicts: libbrlapi, libbrlapi1-dev - these packages are obsolete in
      hardy and above, no need to continue carrying a delta for this, and the
      packages didn't have conflicting files anyway.
    - brltty.preinst: drop, the udev rules path is already fixed in hardy and
      above.
  * Simplify debian/rules changes a bit

 -- Steve Langasek <steve.langasek@ubuntu.com>  Mon, 07 Dec 2009 08:31:36 +0000

brltty (4.1-1) unstable; urgency=low

  * Add a debian/watch file
  * Stop brltty from suggesting libbrlapi-dev.
  * New upstream bugfix release
  * Use the --disable-stripping configure option
  * Install README.Bluetooth.

 -- Mario Lang <mlang@debian.org>  Sat, 10 Oct 2009 13:58:31 +0200

brltty (4.0-9) unstable; urgency=low

  * Incorrect dependencies in init.d LSB header (Closes: Bug#548550)
  * Fix weak-library-dev-dependency of libbrlapi-dev on libbrlapi0.5

 -- Mario Lang <mlang@debian.org>  Sun, 27 Sep 2009 14:22:55 +0200

brltty (4.0-8ubuntu2) lucid; urgency=low

  * debian/rules: don't install /etc/brltty.conf in the package - we're
    dynamically editing this from the initramfs, so this really isn't suitable
    to be a conffile.
  * revert changes to check the md5sum before copying over the configuration
    from the initramfs: the source file *only* exists when braille=ask is
    passed on the kernel commandline, so there is simply no reason to *not*
    respect the options specified and overwrite /etc/brltty.conf (especially
    now that it's no longer a conffile).  LP: #409802, #370728.

 -- Steve Langasek <steve.langasek@ubuntu.com>  Tue, 17 Nov 2009 04:43:13 +0000

brltty (4.0-8ubuntu1) lucid; urgency=low

  * Merge from debian testing, remaining changes:
    - Conflicts: libbrlapi, libbrlapi-dev, libbrlapi1-dev.
    - Add brltty-setup, installed in both the udeb and the normal system.
    - Add initramfs integration to run brltty-setup if necessary before
      usplash starts.
    - Add ubiquity integration to propagate any brltty configuration to the
      target system.
    - Add udev rules and /lib/brltty/brltty.sh to the normal (non-udeb)
      package as well.
    - Enable brltty if /etc/default/brltty has RUN_BRLTTY=yes, which is set
      by the installer if brltty is configured; add a NEWS entry for
      upgraders.
    - Install udev rules with the same name (85-brltty.rules) in the udeb as
      in the deb.
    - Only copy the brltty config file from the initramfs if the md5sum differs.
    - Change maintainer to Ubuntu Accessibility Developers
      <ubuntu-accessibility-devel@lists.ubuntu.com>
    - Disable BrlTTY grabbing devices that use the FTDI USB to serial chip.
    - Remove the dh-lisp build-dependency, remove the cl-brlapi package, and
      adjust the brltty package description accordingly. dh-lisp is not
      in main.
    - Build for python 2.6.
    - Build against openjdk in Ubuntu.
    - Put udev rules file in /lib/udev/rules.d.
    - Enable brltty at startup on the target system if the alternate installer
      is used.

 -- Luke Yelavich <themuso@ubuntu.com>  Tue, 10 Nov 2009 10:47:14 +1100

brltty (4.0-8) unstable; urgency=low

  [ Dave Mielke ]
  * Change the "braille display offline/online" logs to DEBUG (from
    NOTICE).

  [ Lee Maschmeyer ]
  * en-us-g2 fixes.

  [ Mario Lang ]
  * /etc/brltty.conf is not generated during installation anymore.
  * Move the EuroBraille driver's clio model table into constant memory.
  * Remove an unnecessary memcpy().
  * The VisioBraille driver's output translation table should be const.

  [ Samuel Thibault ]
  * debian/control: Bump Standards-Version to 3.8.3

  [ Mario Lang ]
  * Support for startup during initramfs

 -- Mario Lang <mlang@debian.org>  Wed, 09 Sep 2009 11:55:49 +0200

brltty (4.0-7ubuntu2) karmic; urgency=low

  * Fixes cherry-picked from debian:
    - debian/brltty.init: Fix incorrect LSB header, cherry-picked from Debian.
      (LP: #450176)
    - debian/brltty.postinst: Recover from previous init script LSB errors.

 -- Luke Yelavich <themuso@ubuntu.com>  Wed, 14 Oct 2009 10:19:16 +1100

brltty (4.0-7ubuntu1) karmic; urgency=low

  * Merge from debian unstable, remaining changes:
    - Conflicts: libbrlapi, libbrlapi-dev, libbrlapi1-dev.
    - Add brltty-setup, installed in both the udeb and the normal system.
    - Add initramfs integration to run brltty-setup if necessary before
      usplash starts.
    - Add ubiquity integration to propagate any brltty configuration to the
      target system.
    - Add udev rules and /lib/brltty/brltty.sh to the normal (non-udeb)
      package as well.
    - Enable brltty if /etc/default/brltty has RUN_BRLTTY=yes, which is set
      by the installer if brltty is configured; add a NEWS entry for
      upgraders.
    - Install udev rules with the same name (85-brltty.rules) in the udeb as
      in the deb.
    - Only copy the brltty config file from the initramfs if the md5sum differs.
    - Change maintainer to Ubuntu Accessibility Developers
      <ubuntu-accessibility-devel@lists.ubuntu.com>
    - Disable BrlTTY grabbing devices that use the FTDI USB to serial chip.
    - Remove the dh-lisp build-dependency, remove the cl-brlapi package, and
      adjust the brltty package description accordingly. dh-lisp is not
      in main.
    - Do not build the speechd package, speech-dispatcher is not in main.
    - Build for python 2.6.
    - Build against openjdk in Ubuntu.
    - Put udev rules file in /lib/udev/rules.d.
    - Enable brltty at startup on the target system if the alternate installer
      is used.

 -- Luke Yelavich <themuso@ubuntu.com>  Mon, 20 Jul 2009 11:20:14 +1000

brltty (4.0-7) unstable; urgency=low

  [ Samuel Thibault ]
  * debian/rules: also strip whitespaces in brltty-udeb's tables, strip
    attribute and keyboard tables too.
  * Cherry-pick upstream r4506: "JNI fixes for Sun-based jvms. (sm)"
  * Cherry-pick upstream r4687: "Pyrex doesn't convert NULL to None. (st)"
  * debian/control:
    - Bump build-depend debhelper to >= 5.
    - Bump Standards-Version to 3.8.2 (no change needed).
    - Add ${misc:Depends} dependency to libbrlapi-{java,dev,jni}
    - Remove libc6-dev dependency of libbrlapi-dev, as build-essential already
      depends on it and some ports do not have it.

  [ Mario Lang ]
  * debian/brltty.docs: Add Documents/HISTORY.
  * debian/control: Add Samuel Thibault to Uploaders.
  * debian/libbrlapi-dev.install: Install libbrlapi.a in /usr/lib
    (Closes: Bug#411671).

 -- Mario Lang <mlang@debian.org>  Sat, 18 Jul 2009 18:09:33 +0200

brltty (4.0-6ubuntu2) karmic; urgency=low

  * Restore change from 4.0~svn4301-0ubuntu3, since otherwise brltty builds
    only with python2.5:
    - Bindings/Python/Makefile.in: Don't build with --quiet, call install
      with --install-layout=deb.

 -- Colin Watson <cjwatson@ubuntu.com>  Thu, 28 May 2009 14:58:27 +0200

brltty (4.0-6ubuntu1) karmic; urgency=low

  * Merge from debian unstable, remaining changes:
    - Conflicts: libbrlapi, libbrlapi-dev, libbrlapi1-dev.
    - Add brltty-setup, installed in both the udeb and the normal system.
    - Add initramfs integration to run brltty-setup if necessary before
      usplash starts.
    - Add ubiquity integration to propagate any brltty configuration to the
      target system.
    - Add udev rules and /lib/brltty/brltty.sh to the normal (non-udeb)
      package as well.
    - Enable brltty if /etc/default/brltty has RUN_BRLTTY=yes, which is set
      by the installer if brltty is configured; add a NEWS entry for
      upgraders.
    - Install udev rules with the same name (85-brltty.rules) in the udeb as
      in the deb.
    - Only copy the brltty config file from the initramfs if the md5sum differs.
    - Change maintainer to Ubuntu Accessibility Developers
      <ubuntu-accessibility-devel@lists.ubuntu.com>
    - Disable BrlTTY grabbing devices that use the FTDI USB to serial chip.
    - Remove the dh-lisp build-dependency, remove the cl-brlapi package, and
      adjust the brltty package description accordingly. dh-lisp is not
      in main.
    - Do not build the speechd package, speech-dispatcher is not in main.
    - Build for python 2.6.
    - Build against openjdk in Ubuntu.
    - Put udev rules file in /lib/udev/rules.d.
    - Enable brltty at startup on the target system if the alternate installer
      is used.

 -- Luke Yelavich <themuso@ubuntu.com>  Thu, 28 May 2009 09:56:12 +0200

brltty (4.0-6) unstable; urgency=low

  [ Mario Lang ]
  * debian/control:
    - Remove libbluetooth2-dev from Build-Depends. (Closes: 530355)
    - Add Vcs-Git and Vcs-Browser fields.

  [ Samuel Thibault ]
  * Add Homepage field.

  [ Mario Lang ]
  * debian/control:
    - Set Maintainer to "Debian Accessibility Team".
    - Update package description to mention newly supported displays.
  * Fix from upstream SVN:
    r4495: The Java bindings should load the JNI part automatically.

 -- Mario Lang <mlang@debian.org>  Mon, 25 May 2009 00:41:02 +0200

brltty (4.0-5) unstable; urgency=low

  * Fix "X11 is left enabled" by changing --without-x to --disable-x
    during udeb configure (Closes: #529526)

 -- Mario Lang <mlang@debian.org>  Wed, 20 May 2009 15:36:48 +0200

brltty (4.0-4) unstable; urgency=low

  * debian/brltty-udeb.udev.rules: Add new USB IDs.
  * debian/brltty.docs: Install Tables/README-* which
    fixes "Should provide the tables documentation". (Closes: #522702)
  * debian/brltty.examples: Install Hotplug/udev.rules and
    Hotplug/upstart.job.
  * debian/libbrlapi0.5.copyright: Update copyright years and mention
    LGPL version.

 -- Mario Lang <mlang@debian.org>  Mon, 18 May 2009 11:49:26 +0200

brltty (4.0-3) unstable; urgency=low

  * Fix Build-Depends to actually include libspeechd-dev.
    A comma was missing, argh!

 -- Mario Lang <mlang@debian.org>  Sun, 17 May 2009 19:11:42 +0200

brltty (4.0-2) unstable; urgency=low

  * debian/control: Move cl-brlapi from section admin to lisp.
  * Enable speech-dispatcher support via new binary package
    brltty-speechd. (Closes: #486291)
  * Update debian/copyright:
    - Update copyright years.
    - Mention /usr/share/doc/brltty/CONTRIBUTORS.
    - Add info about license version.
    - Mention that tables are now licensed LGPL.
  * debian/brltty.docs: Install Documents/CONTRIBUTORS.
  * Merge from Ubuntu: "Add 'status' action to init script":
    - debian/control: brltty: Depend on lsb-base >= 3.2-14, providing
      status_of_proc().
    - debian/brltty.init: Add the 'status' action.

 -- Mario Lang <mlang@debian.org>  Sun, 17 May 2009 16:55:20 +0200

brltty (4.0-1) unstable; urgency=low

  * New upstream release:
    - Fixes "causes excessive resume of USB" (Closes: #497155).
  * Fix "Bus specifiers are mistakenly interpreted as relative paths"
    by removing not so clever code from debian/brltty-udeb.prebaseconfig
    (Closes: #516091)
  * Fix "Use libncursew5-dev". (Closes: #488993)
  * debian/control: Move libbrlapi-java from section libs to java.
  * Upgrade Standards-Version from 3.7.3 to 3.8.1 (no changes).
  * debian/brltty.examples: Remove, unused.

 -- Mario Lang <mlang@debian.org>  Fri, 15 May 2009 13:49:14 +0200

brltty (4.0~svn4301-0ubuntu5) karmic; urgency=low

  * No change rebuild to transition to libicu40

 -- Luke Yelavich <themuso@ubuntu.com>  Tue, 12 May 2009 08:13:22 +1000

brltty (4.0~svn4301-0ubuntu4) jaunty; urgency=low

  * debian/brltty.init: Only replace brltty.conf if the md5sum of the existing
    file is the same as what was shipped with the package.
  * debian/rules: Put the md5sum of brltty.conf into the newly installed init
    file.
  * debian/brltty-udeb.prebaseconfig: Enable BrlTTY at startup on the target
    system. (LP: #299989)

 -- Luke Yelavich <themuso@ubuntu.com>  Wed, 18 Mar 2009 13:59:20 +1100

brltty (4.0~svn4301-0ubuntu3) jaunty; urgency=low

  * Build for python2.6.
  * Bindings/Python/Makefile.in: Don't build with --quiet, call install
    with --install-layout=deb.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 24 Feb 2009 21:37:10 +0100

brltty (4.0~svn4301-0ubuntu2) jaunty; urgency=low

  * debian/brltty-udeb.udev.rules: Use the hm driver for the BrailleSense

 -- Luke Yelavich <themuso@ubuntu.com>  Tue, 17 Feb 2009 09:58:49 +1100

brltty (4.0~svn4301-0ubuntu1) jaunty; urgency=low

  * New upstream svn snapshot to fix a few bugs, and to add support for
    a new Braille display.

 -- Luke Yelavich <themuso@ubuntu.com>  Tue, 17 Feb 2009 09:31:50 +1100

brltty (4.0~svn4289-0ubuntu1) jaunty; urgency=low

  * New upstream svn snapshot
  * debian/rules:
    - Point to new location for README files for braille drivers.
    - Table data files have a different extension, so point to new files
      for processing for the udeb.
  * debian/control: Refer explicitly to libbluetooth-dev.
  * debian/brltty-udeb.udev.rules: Updated to match the IDs in upstream's
    rules file.

 -- Luke Yelavich <themuso@ubuntu.com>  Fri, 13 Feb 2009 16:52:05 +1100

brltty (3.10-0ubuntu3) jaunty; urgency=low

  * debian/rules: Install udev rules into /lib/udev/rules.d
  * debian/brltty.dirs: Create new path instead
  * debian/brltty-udeb.dirs: Create new path instead
  * debian/brltty.preinst: Remove the old rules if unmodified
  * debian/control: Add Breaks to ensure the right version of udev is used.

 -- Scott James Remnant <scott@ubuntu.com>  Fri, 09 Jan 2009 16:44:58 +0000

brltty (3.10-0ubuntu2) intrepid; urgency=low

  * Configure the udeb with --disable-x rather than --without-x.

 -- Colin Watson <cjwatson@ubuntu.com>  Wed, 06 Aug 2008 01:45:07 +0100

brltty (3.10-0ubuntu1) intrepid; urgency=low

  * New upstream release.
  * debian/brltty.manpages: Adjust location of vstp manpage.

 -- Luke Yelavich <themuso@ubuntu.com>  Tue, 05 Aug 2008 10:57:34 +1000

brltty (3.10~r3724-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Apply patch from Samuel Thibault to fix FTBFS in unstable.
    (Closes: #516240)

 -- Adeodato Simó <dato@net.com.org.es>  Sat, 14 Mar 2009 11:09:53 +0100

brltty (3.10~r3724-1ubuntu5) intrepid; urgency=low

  * Set java include directory and java path. 

 -- Matthias Klose <doko@ubuntu.com>  Thu, 31 Jul 2008 07:27:33 +0000

brltty (3.10~r3724-1ubuntu4) intrepid; urgency=low

  * (Build-)depend on default-jre/-jdk.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 31 Jul 2008 06:36:12 +0000

brltty (3.10~r3724-1ubuntu3) intrepid; urgency=low

  * debian/control
    - Depend on lsb-base >= 3.2-14, providing status_of_proc()
    - Bump Standards-Version to 3.8.0
  * debian/brltty.init
    - Add the 'status' action (LP: #251626)

 -- Nathan Handler <nhandler@ubuntu.com>  Thu, 24 Jul 2008 16:15:45 -0500

brltty (3.10~r3724-1ubuntu2) intrepid; urgency=low

  * Rebuild for libgpmg1 -> libgpm2 transistion.

 -- Steve Kowalik <stevenk@ubuntu.com>  Sun, 20 Jul 2008 05:24:35 +1000

brltty (3.10~r3724-1ubuntu1) intrepid; urgency=low

  * Merge from debian unstable, remaining changes:
    - Conflicts: libbrlapi, libbrlapi-dev, libbrlapi1-dev.
    - Add brltty-setup, installed in both the udeb and the normal system.
    - Add initramfs integration to run brltty-setup if necessary before
      usplash starts.
    - Add ubiquity integration to propagate any brltty configuration to the
      target system.
    - Add udev rules and /lib/brltty/brltty.sh to the normal (non-udeb)
      package as well.
    - Enable brltty if /etc/default/brltty has RUN_BRLTTY=yes, which is set
      by the installer if brltty is configured; add a NEWS entry for
      upgraders.
    - Install udev rules with the same name (85-brltty.rules) in the udeb as
      in the deb.
    - Change maintainer to Ubuntu Accessibility Developers
      <ubuntu-accessibility-devel@lists.ubuntu.com>
    - Disable BrlTTY grabbing devices that use the FTDI USB to serial chip.
    - Remove the dh-lisp build-dependency, remove the cl-brlapi package, and
      adjust the brltty package description accordingly. dh-lisp is not
      in main.

 -- Luke Yelavich <luke.yelavich@canonical.com>  Wed, 04 Jun 2008 14:53:31 +1000

brltty (3.10~r3724-1) unstable; urgency=low

  * New subversion snapshot, fixing FTBFS (Closes: Bug#482205).

 -- Mario Lang <mlang@debian.org>  Thu, 22 May 2008 18:37:09 +0200

brltty (3.10~r3715-1) unstable; urgency=low

  * New subversion snapshot with minor fixes.
  * Clean up the multi binary package handling a bit, now installing
    non-udeb build to debian/tmp.
  * debian/brlapi0.5-dev.copyright: Renamed to libbrlapi-dev.copyright so
    that it gets installed.
  * Use upstream rules to install man3 manpages (Closes: Bug#479754).
  * No longer ship brltty-config, it used to be wrong and I don't
    see a single use-case for it.
  * debian/brltty.conf: Deleted, unused.

 -- Mario Lang <mlang@debian.org>  Fri, 09 May 2008 16:51:16 +0200

brltty (3.10~r3710-1) unstable; urgency=low

  * New subversion snapshot, target for unstable after good test results.
  * Disable the Java bindings on alpha and hppa (in addition to the
    already disabled archs) (Closes: Bug#477848).

 -- Mario Lang <mlang@debian.org>  Sun, 04 May 2008 22:06:34 +0200

brltty (3.10~r3666-1) experimental; urgency=low

  * New subversion snapshot.
  * Build-Depend on libicu-dev but disable icu in the udeb build
    (Closes: Bug#475604).

 -- Mario Lang <mlang@debian.org>  Tue, 15 Apr 2008 23:27:18 +0200

brltty (3.10~r3662-2) experimental; urgency=low

  * Add --disable-iconv to udeb configure options (Closes: Bug#475612).

 -- Mario Lang <mlang@debian.org>  Sun, 13 Apr 2008 20:18:31 +0200

brltty (3.10~r3662-1) experimental; urgency=low

  * New subversion snapshot.
    - Fix to Java building outside of sourcedir and Lisp bindings
      merged upstream.
  * Fix libbrlapi-dev header installation (Closes: Bug#475015).

 -- Mario Lang <mlang@debian.org>  Sat, 12 Apr 2008 14:53:51 +0200

brltty (3.10~r3654-1) experimental; urgency=low

  * New upstream subversion snapshot.
    - This adds unicode support.  Please test it so that we can evaluate
      if it can be used for Lenny.
  * Fix library name in Lisp bindings.

 -- Mario Lang <mlang@debian.org>  Fri, 11 Apr 2008 20:32:29 +0200

brltty (3.9-7ubuntu1) intrepid; urgency=low

  * Merge from debian unstable, remaining changes:
    - Conflicts: libbrlapi, libbrlapi-dev, libbrlapi1-dev.
    - Add brltty-setup, installed in both the udeb and the normal system.
    - Add initramfs integration to run brltty-setup if necessary before
      usplash starts.
    - Add ubiquity integration to propagate any brltty configuration to the
      target system.
    - Add udev rules and /lib/brltty/brltty.sh to the normal (non-udeb)
      package as well.
    - Enable brltty if /etc/default/brltty has RUN_BRLTTY=yes, which is set
      by the installer if brltty is configured; add a NEWS entry for
      upgraders.
    - Install udev rules with the same name (85-brltty.rules) in the udeb as
      in the deb.
    - Change maintainer to Ubuntu Accessibility Developers
      <ubuntu-accessibility-devel@lists.ubuntu.com>
    - Disable BrlTTY grabbing devices that use the FTDI USB to serial chip.
    - Remove the dh-lisp build-dependency, remove the cl-brlapi package, and
      adjust the brltty package description accordingly. dh-lisp is not
      in main.

 -- Luke Yelavich <luke.yelavich@canonical.com>  Sat, 03 May 2008 11:49:31 +1000

brltty (3.9-7) unstable; urgency=low

  * Fix missing include files in libbrlapi-dev (Closes: Bug#475015).
  * Build-Depend on python-dev >= 2.5.2 and rebuild for python transition.

 -- Mario Lang <mlang@debian.org>  Mon, 14 Apr 2008 01:43:18 +0200

brltty (3.9-6ubuntu1) hardy; urgency=low

  * Merge from debian unstable, remaining changes:
    - Conflicts: libbrlapi, libbrlapi-dev, libbrlapi1-dev.
    - Add brltty-setup, installed in both the udeb and the normal system.
    - Add initramfs integration to run brltty-setup if necessary before
      usplash starts.
    - Add ubiquity integration to propagate any brltty configuration to the
      target system.
    - Add udev rules and /lib/brltty/brltty.sh to the normal (non-udeb)
      package as well.
    - Enable brltty if /etc/default/brltty has RUN_BRLTTY=yes, which is set
      by the installer if brltty is configured; add a NEWS entry for
      upgraders.
    - Install udev rules with the same name (85-brltty.rules) in the udeb as
      in the deb.
    - Change maintainer to Ubuntu Accessibility Developers
      <ubuntu-accessibility-devel@lists.ubuntu.com>
    - Disable BrlTTY grabbing devices that use the FTDI USB to serial chip.
    - Remove the dh-lisp build-dependency, remove the cl-brlapi package, and
      adjust the brltty package description accordingly. dh-lisp is not
      in main.

 -- Luke Yelavich <luke.yelavich@canonical.com>  Fri, 28 Mar 2008 09:28:17 +1100

brltty (3.9-6) unstable; urgency=low

  * Add patch to fix vcsa reading on big-endian architectures
    (Closes: Bug#467269).
  * Disable Java bindings on hurd-i386 (Closes: Bug#469984).
  * Fix the TTY driver (Closes: Bug#467192).
  * Rework the init script:
    - Use --exec for start-stop-daemon to finally resolve long standing
      "double-started brltty on upgrade" problems.
    - Use lsb/init-functions for output.

 -- Mario Lang <mlang@debian.org>  Tue, 25 Mar 2008 19:16:53 +0100

brltty (3.9-5ubuntu2) hardy; urgency=low

  * debian/rules: Copy the ubiquity script after debian/brltty/usr/lib is cleaned
    out.
  * debian/brltty.initramfs-hook: Do not copy udev rules to the initramfs.

 -- Luke Yelavich <luke.yelavich@canonical.com>  Fri, 29 Feb 2008 11:34:43 +1100

brltty (3.9-5ubuntu1) hardy; urgency=low

  * Merge from debian unstable, (LP: #176477) remaining changes:
    - Conflicts: libbrlapi, libbrlapi-dev, libbrlapi1-dev.
    - Add brltty-setup, installed in both the udeb and the normal system.
    - Add initramfs integration to run brltty-setup if necessary before
      usplash starts.
    - Add ubiquity integration to propagate any brltty configuration to the
      target system.
    - Add udev rules and /lib/brltty/brltty.sh to the normal (non-udeb)
      package as well.
    - Enable brltty if /etc/default/brltty has RUN_BRLTTY=yes, which is set
      by the installer if brltty is configured; add a NEWS entry for
      upgraders.
    - Install udev rules with the same name (85-brltty.rules) in the udeb as
      in the deb.
    - Change maintainer to Ubuntu Accessibility Developers
      <ubuntu-accessibility-devel@lists.ubuntu.com>
  * Disable BrlTTY grabbing devices that use the FTDI USB to serial chip.
    (LP: #84139)
  * Remove the dh-lisp build-dependency, remove the cl-brlapi package, and
    adjust the brltty package description accordingly. dh-lisp is not
    in main.

 -- Luke Yelavich <themuso@ubuntu.com>  Sat, 15 Dec 2007 11:44:23 +1100

brltty (3.9-5) unstable; urgency=low

  * Hopefully fix disabling Java support on ARM for real this time.
  * Disable Java on m68k as well.
  * Revisit debhelper calls and simplify.
  * Convert debian/copyright and debian/libbrlapi0.5.copyright to UTF-8.
  * Update Standards-Version to 3.7.3 (no changes).
  * Fix debian/rules so that "dpkg-buildpackage -j2" does not fail.
  * Make python-brlapi part of section python.

 -- Mario Lang <mlang@debian.org>  Fri, 14 Dec 2007 00:35:44 +0100

brltty (3.9-4ubuntu1) hardy; urgency=low

  * Merge from debian unstable, (LP: #172310) remaining changes:
    - Conflicts: libbrlapi, libbrlapi-dev, libbrlapi1-dev.
    - Add brltty-setup, installed in both the udeb and the normal system.
    - Add initramfs integration to run brltty-setup if necessary before
      usplash starts.
    - Add ubiquity integration to propagate any brltty configuration to the
      target system.
    - Add udev rules and /lib/brltty/brltty.sh to the normal (non-udeb)
      package as well.
    - Enable brltty if /etc/default/brltty has RUN_BRLTTY=yes, which is set
      by the installer if brltty is configured; add a NEWS entry for
      upgraders.
    - Install udev rules with the same name (85-brltty.rules) in the udeb as
      in the deb.
  * Ubuntu changes dropped:
    - Remove compiler.h include in Programs/usb_linux.c.
  * Change maintainer to Ubuntu Accessibility Developers
    <ubuntu-accessibility-devel@lists.ubuntu.com>

 -- Luke Yelavich <themuso@ubuntu.com>  Tue, 27 Nov 2007 21:47:44 +1100

brltty (3.9-4) unstable; urgency=low

  * Disable Java support on ARM.

 -- Mario Lang <mlang@debian.org>  Tue, 20 Nov 2007 19:47:01 +0100

brltty (3.9-3) unstable; urgency=low

  * Set $JAVA_HOME to /usr/lib/jvm/java-gcj.

 -- Mario Lang <mlang@debian.org>  Tue, 20 Nov 2007 18:23:02 +0100

brltty (3.9-2) unstable; urgency=low

  * Only Build-Depend on libgpmg1-dev on Linux archs (Closes: Bug#450795).

 -- Mario Lang <mlang@debian.org>  Sun, 11 Nov 2007 21:42:25 +0100

brltty (3.9-1) unstable; urgency=low

  * New upstream release.
  * Build-depend on libgpmg1-dev.

 -- Mario Lang <mlang@debian.org>  Wed, 17 Oct 2007 18:02:18 +0200

brltty (3.8-8) unstable; urgency=low

  * Disable GPM in udeb build (Closes: Bug#440731, Bug#441782).

 -- Mario Lang <mlang@debian.org>  Tue, 11 Sep 2007 14:10:07 +0200

brltty (3.8-7) unstable; urgency=low

  * Add --mandir to configure call. Upstream added GNU/kFreeBSD support
    so this should finally (Closes: Bug#414068).

 -- Mario Lang <mlang@debian.org>  Sun, 09 Sep 2007 17:37:50 +0200

brltty (3.8-6) unstable; urgency=low

  * Fix typo in libbrlapi-dev Conflicts line.
  * Build-Depend on java-gcj-compat-dev.
  * Uniformly refer to hardware we support as "braille display" and remove
    references to "soft" and "refreshable" from package description.
    Hopefully this makes things a little more consistent and clearer.
  * Initial upload to unstable.

 -- Mario Lang <mlang@debian.org>  Sun, 02 Sep 2007 12:40:05 +0200

brltty (3.8-5) experimental; urgency=low

  * libbrlapi-dev should conflict with libbrlapi1-dev (<< 3.8).
  * Pull changes from r3208 to fix up Lisp bindings.

 -- Mario Lang <mlang@debian.org>  Sun, 26 Aug 2007 13:23:47 +0200

brltty (3.8-4) experimental; urgency=low

  * Let cl-brlapi depend on cl-cffi.
  * Fix "Wrong permissions of brlapi.so" (Closes: Bug#439343).

 -- Mario Lang <mlang@debian.org>  Fri, 24 Aug 2007 15:32:57 +0200

brltty (3.8-3) experimental; urgency=low

  * Add python-dev to Build-Depends (Closes: Bug#434858).
  * Stop config.mk.in from stripping binaries by default on install
    (Closes: Bug#436606).
  * Package Java bindings as libbrlapi-jni and libbrlapi-java:
    - Add gcj to Build-Depends.
  * Temporarily disable speech dispatcher support.

 -- Mario Lang <mlang@debian.org>  Thu, 09 Aug 2007 15:00:53 +0200

brltty (3.8-2) experimental; urgency=low

  * Add python-pyrex and dh-lisp to Build-Depends.
  * Merge r3167 and r3168 to kill two lintian warnings.

 -- Mario Lang <mlang@debian.org>  Wed, 01 Aug 2007 11:42:06 +0200

brltty (3.8-1) experimental; urgency=low

  * New upstream release: (Closes: Bug#414068, Bug#428920).
    - New SONAME for brlapi, use the opportunity to make the package
      name match the SONAME: libbrlapi1 -> libbrlapi0.5.
    - New binding packages cl-brlapi and python-brlapi
      (tcl, caml and java are not yet done).
  * Include the TTY driver (for testing purposes) in the
    udeb build. (Closes: Bug#357887).
  * Cleanup: Remove lintian overrides.
  * Add LSB init info section to init script.
  * Pull changes to support Handy Tech Easy Braille from r3089.
  * First upload to experimental to make it easy to time the transition
    of depending packages.

 -- Mario Lang <mlang@debian.org>  Sun, 22 Jul 2007 15:54:50 +0200

brltty (3.7.2-7.2) unstable; urgency=high

  * Non-maintainer upload.
  * High-urgency upload for RC bug fix.
  * Fix FTBFS with linux-libc-dev (closes: #414068).
  * libbluetooth2-dev build-dep doesn't apply to non-linux architectures.

 -- Julien Cristau <jcristau@debian.org>  Wed, 18 Jul 2007 16:50:34 +0200

brltty (3.7.2-7.1ubuntu1) gutsy; urgency=low

  * Resynchronise with Debian. Remaining changes:
    - Remove compiler.h include in Programs/usb_linux.c.
    - Conflicts: libbrlapi, libbrlapi-dev.
    - Add brltty-setup, installed in both the udeb and the normal system.
    - Add initramfs integration to run brltty-setup if necessary before
      usplash starts.
    - Add ubiquity integration to propagate any brltty configuration to the
      target system.
    - Add udev rules and /lib/brltty/brltty.sh to the normal (non-udeb)
      package as well.
    - Enable brltty if /etc/default/brltty has RUN_BRLTTY=yes, which is set
      by the installer if brltty is configured; add a NEWS entry for
      upgraders.
  * Install udev rules with the same name (85-brltty.rules) in the udeb as
    in the deb.

 -- Colin Watson <cjwatson@ubuntu.com>  Fri, 18 May 2007 15:27:52 +0100

brltty (3.7.2-7.1) unstable; urgency=high

  * Non-maintainer upload.
  * Move xbrlapi to package brltty-x11 and libbrlttybba.so to package brltty
    (closes: #411426), because libbrlapi1 should only contain the shared
    library.  Move xbrlapi from /bin to /usr/bin in the process.  Thanks,
    Samuel Thibault!
  * Urgency high to hopefully get this into etch.

 -- Julien Cristau <jcristau@debian.org>  Sun, 01 Apr 2007 17:03:27 +0200

brltty (3.7.2-7ubuntu3) feisty; urgency=low

  * Rename brltty=ask to braille=ask (LP: #91894).
  * Set Ubuntu maintainer field.

 -- Colin Watson <cjwatson@ubuntu.com>  Tue, 27 Mar 2007 12:45:10 +0100

brltty (3.7.2-7ubuntu2) feisty; urgency=low

  * add missing Replaces in libbrlapi1 (LP#86694)

 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 26 Feb 2007 15:15:37 +0100

brltty (3.7.2-7ubuntu1) feisty; urgency=low

  * Resynchronise with Debian. Remaining changes:
    - remove compiler.h include in Programs/usb_linux.c
    - conflicts to libbrlapi, libbrlapi-dev
  * Add brltty-setup based on example code in
    https://blueprints.launchpad.net/ubuntu/+spec/braille-support, installed
    in both the udeb and the normal system.
  * Add initramfs integration to run brltty-setup if necessary before
    usplash starts.
  * Add ubiquity integration to propagate any brltty configuration to the
    target system.
  * Add udev rules and /lib/brltty/brltty.sh to the normal (non-udeb)
    package as well.
  * Enable brltty if /etc/default/brltty has RUN_BRLTTY=yes, which is set by
    the installer if brltty is configured; added a NEWS entry for upgraders.

 -- Colin Watson <cjwatson@ubuntu.com>  Wed,  7 Feb 2007 17:16:31 +0000

brltty (3.7.2-7) unstable; urgency=medium

  * The "hopefully final for Etch" release.
  * Fix out-dated reference to text-table fr in default config
    (Closes: Bug#406610).
  * Use 'usb:' and 'auto' as defaults for braille-device and braille-driver
    in finish-install.  This results in a correct brltty.conf
    file if the user uses the shortcut "brltty=,,de" to
    activate brltty in the installer with a different translation
    table then the default (german in this example). Thanks to Simon for
    triggereing this and to Samuel for providing the patch
    (Closes: Bug#406257).
  * Urgency medium because this should ideally make it for etch.

 -- Mario Lang <mlang@debian.org>  Sun, 21 Jan 2007 18:48:29 +0100

brltty (3.7.2-6ubuntu1) feisty; urgency=low

  * Merge from debian unstable, remaining changes:
    - remove compiler.h include in Programs/usb_linux.c 
    - debian/brltty.init: not enable by default
    - conflicts to libbrlapi, libbrlapi-dev

 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 18 Dec 2006 13:39:18 +0100

brltty (3.7.2-6) unstable; urgency=medium

  * Backport Handy Tech Modular Evolution 64/88 support from upstream
    repository. This change is harmless, adds support for new hardware
    that I will need in stable and only affects *one* driver module that
    I have the hardware for to test if it still works.
    This would be very nice to have in etch.

 -- Mario Lang <mlang@debian.org>  Thu, 14 Dec 2006 18:13:27 +0100

brltty (3.7.2-5ubuntu1) feisty; urgency=low

  * Merge from debian unstable. Remaining changes:
    - remove compiler.h include in Programs/usb_linux.c 
    - debian/brltty.init: not enable by default
    - conflicts to libbrlapi, libbrlapi-dev
  
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 12 Dec 2006 19:16:13 +0100

brltty (3.7.2-5) unstable; urgency=low

  * Fix startup error during early startup in d-i (Closes: Bug#371458).
  * Rename finish-install.d script to 05brltty (from 50brltty) (Closes
    Bug#400538).
  * Enable the preference menu in the udeb build (Closes: Bug#374556).

 -- Mario Lang <mlang@debian.org>  Mon, 27 Nov 2006 14:07:01 +0100

brltty (3.7.2-4ubuntu1) feisty; urgency=low

  * Merge from debian unstable.

 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 22 Nov 2006 11:13:04 +0100

brltty (3.7.2-4) unstable; urgency=low

  * Acknowledge NMU for libbluetooth2-dev Build-Depends, thanks!
    (Closes: Bug#376863).
  * Fix FTBFS "'MAX_NR_CONSOLES' undeclared" (Closes: Bug#392135).
  * Move 50brltty from prebaseconfig.d to finish-install.d
    (Closes: Bug#373118).
  * Move libbrlttybba.so to package libbrlapi1 (Closes: Bug#384254).
  * Upgrade Standards-Version to 3.7.2.

 -- Mario Lang <mlang@debian.org>  Tue, 10 Oct 2006 19:09:25 +0200

brltty (3.7.2-3.1ubuntu3) edgy; urgency=low

  * Backport from trunk (Mario Lang):
    - Move 50brltty from prebaseconfig.d to finish-install.d
      (Closes: Bug#373118).

 -- Colin Watson <cjwatson@ubuntu.com>  Thu, 12 Oct 2006 00:03:10 +0100

brltty (3.7.2-3.1ubuntu2) edgy; urgency=low

  * Move libbrlapi.so symlink back to its correct package.

 -- Luke Yelavich <themuso@ubuntu.com>  Thu, 17 Aug 2006 15:14:21 +1000

brltty (3.7.2-3.1ubuntu1) edgy; urgency=low

  * Merge from Debian unstable.
  * Move /lib/libbrlapi.so symbolic link from libbrlapi1-dev to
    libbrlapi1 to make sure that gnome-orca can work with braille
    support.
  * Commented out the include for linux/compiler.h in 
    Programs/usb_linux.c.

 -- Luke Yelavich <themuso@ubuntu.com>  Wed, 16 Aug 2006 22:57:14 +1000

brltty (3.7.2-3.1) unstable; urgency=low

  * Non-maintainer upload.
  * changing build-depends from libbluetooth1-dev to libbluetooth2-dev |
    libbluetooth-dev as suggested by Felipe Augusto van de Wiel and Rudy
    Godoy. (Closes: #376863)
    Thanks!

 -- Alexander Schmehl <tolimar@debian.org>  Thu, 27 Jul 2006 13:54:51 +0200

brltty (3.7.2-3ubuntu1) edgy; urgency=low

  * Resynchronized with Debian, only Ubuntu changes are:
    - debian/brltty.init: not enabled by default.

 -- Daniel Holbach <daniel.holbach@ubuntu.com>  Fri,  7 Jul 2006 16:02:42 +0200

brltty (3.7.2-3) unstable; urgency=low

  * Add libbluetooth1-dev to Build-Depends.
  * Patch from SVN to fix Papenmeier memory leaks.
  * Go back to libxaw7-dev (on request from the XSF).
  * Remove brltty.1 from udeb (Closes: Bug#359326).
  * Patch frm SVN to eliminate rpath usage (Closes: Bug#360252).
  * Really purge brlapi.key (Closes: Bug#327238).
  * Reshuffle misplaced files (Closes: Bug#357860).
  * Samuel Thibault <samuel.thibault@ens-lyon.org>:
    * Autostart brltty only if the user set some "brltty=" parameters at the
      kernel command line.
    * Add udev rules for autostarting brltty when USB devices are probed.
    * Disable framebuffer and install brltty when brltty got auto-started.

 -- Mario Lang <mlang@debian.org>  Wed, 19 Apr 2006 13:04:54 +0200

brltty (3.7.2-2) unstable; urgency=low

  * Move xbrlapi to libbrlapi1-dev.

 -- Mario Lang <mlang@debian.org>  Wed, 22 Feb 2006 10:48:29 +0100

brltty (3.7.2-1) unstable; urgency=low

  * New upstream release (Closes: Bug#343122).
  * Use debhelper's new udeb capabilities instead of hacking around
    the issue. Updated Build-Depends to >= 4.2.
  * Drop debconf /etc/brltty.conf management support (sorry to the
    translators) (Closes: Bug#313182, Bug#314146, Bug#341029).
  * Add --retry 5 to init script stop/restart targets (Closes: Bug#313262).

 -- Mario Lang <mlang@debian.org>  Wed, 22 Feb 2006 09:39:36 +0100

brltty (3.4.1-2) unstable; urgency=low

  * Include Czech debconf translation (Closes: Bug#237678).
  * debian/brltty.postinst: erm, it is /etc/brltty.key, not -key.

 -- Mario Lang <mlang@debian.org>  Fri, 12 Mar 2004 19:30:59 +0100

brltty (3.4.1-1) unstable; urgency=low

  * New upstream bugfix release.
  * Fix the regexp in brltty.postinst so that config files where
    a tab immediately follows the option name are edited properly.

 -- Mario Lang <mlang@debian.org>  Tue, 20 Jan 2004 10:48:26 +0100

brltty (3.4-1) unstable; urgency=low

  * New upstream version:
    * "Fixes" my blunder with makePath since what I backported
      to 3.3.1-7 is now integrated (Closes: Bug#226656).

 -- Mario Lang <mlang@debian.org>  Sun,  4 Jan 2004 20:19:23 +0100

brltty (3.3.1-7) unstable; urgency=low

  * Massive patch to enable inclusion of all driver modules in the
    executable for brltty-udeb (this saves more space, and fixes the problem
    that driver modules were referencing symbols defined in the executable):
    - Programs/{spk,brl}_driver.h: Rename the {Braille,Speech}Driver structs
      from {brl,spk}_driver to {brl,spk}_driver_XX where XX is the two-letter
      driver code.  This change went already into upstream's subversion
      repository, and is how 3.4 will do it.  However, backporting this
      change into 3.3.1 means that you can not use this version of BRLTTY
      with driver modules compiled for a standard 3.3.1
      (upstream doesn't support any kind of versioning anyway, and expects
       that the executable and driver modules are in sync at all times, so this
       will only beat those who already try to do unsupported things.)
    - configure.in: Add --enable-all-builtin.  (This is not how
      3.4 will do it, but upstream doesn't have this in subversion yet,
      so I had to go ahead and implement it myself (somehow ugly, but still
      working).
    - config.mk: Add BUILTIN_DRIVERS and DRIVER_LIST variables for conditional
      linking of all driver modules into the executable.
    - Drivers/*/braille.c: Make various private globals static.
    - Drivers/*/speech.c: Make #include "Programs/misc.h" appear before
      #include "Programs/brl_driver.h" to make macros available.
    - Documents/{brltty.{conf,1},Manual.sgml}: Document the fact that
      specifying drivers by full shared object path is no longer supported.
    - debian/rules: Use --enable-all-builtin if building the udeb.
    (Closes: Bug#211092, Bug#219928)

 -- Mario Lang <mlang@debian.org>  Sat, 15 Nov 2003 13:04:39 +0100

brltty (3.3.1-6) unstable; urgency=low

  * Add package groff to Build-Depends (closes: #219364)

 -- Mario Lang <mlang@debian.org>  Thu,  6 Nov 2003 12:18:43 +0100

brltty (3.3.1-5) unstable; urgency=low

  * Add linuxdoc-tools to Build-Depends (closes: #218815)
  * Upgrade to Standards-Version 3.6.1.

 -- Mario Lang <mlang@debian.org>  Sun,  2 Nov 2003 20:38:47 +0100

brltty (3.3.1-4) unstable; urgency=low

  * Patch from 3.4-branch: Support for HandyTech Braillino.
  * debian/control: Added Braillino to list of HandyTech devices
  * debian/po/nl.po: Updated (Closes: Bug#215363).
  * debian/rules:
    - Install Drivers/*/README* in /usr/share/doc/brltty/.
    - Remove the vh driver from brltty-udeb since it is redundant and
      currently broken.  Vario users should use Emulation 3 (PB1) or
      Emulation 4 (PB2) with the TSI (ts) driver.

 -- Mario Lang <mlang@debian.org>  Wed, 29 Oct 2003 18:00:45 +0100

brltty (3.3.1-3) unstable; urgency=low

  * Programs/scr_linux.c:
    - Patch from 3.4-branch: Assume a direct-through mapping if
      ioctl GET_UNIMAP returns a zero-element map.
  * New Japanese debconf translation (Closes: Bug#210711).

 -- Mario Lang <mlang@debian.org>  Thu, 11 Sep 2003 15:09:00 +0200

brltty (3.3.1-2) unstable; urgency=low

  * debian/brltty.init:
    - Use --pidfile for start-stop-daemon to prevent starting several
      instances of BRLTTY.  This also removes a indirect dependency on
      a mounted /proc since start-stop-daemon requires it when used with
      --exec or --name (Closes: Bug#208323).
  * Change Architecutre of binary package brltty to any.
  * Switch to po-debconf (Thanks to Christian Perrier, Closes: Bug#205806).
  * Add French debconf translation (Closes: Bug#206732).
  * Add Brazilian Portuguese debconf translation (Closes: Bug#187782).
  * Update German debconf translation.
  * Update debian/lintian.override.

 -- Mario Lang <mlang@debian.org>  Tue,  9 Sep 2003 18:04:45 +0200

brltty (3.3.1-1) unstable; urgency=low

  * New upstream release.

 -- Mario Lang <mlang@debian.org>  Mon,  1 Sep 2003 17:10:49 +0200

brltty (3.3-1) unstable; urgency=low

  * New upstream release.
  * debian/README.Debian:
    - Remove obsolete notes.
  * debian/brltty.docs:
    - Removed Documents/Manual-ger-HTML/ and Documents/Manual-ger.txt
      since upstream deleted the obsolete German manual.
  * debian/brltty.post{inst,rm}:
    - Create (only if not existing) and rm /etc/brlapi-key.
  * debian/control:
    - Add packages libbrlapi and libbrlapi-dev.

 -- Mario Lang <mlang@debian.org>  Mon,  4 Aug 2003 18:11:16 +0200

brltty (3.2-5) unstable; urgency=low

  * Fix a case where upgrade failed due to init script start failing
    (add --oknodo, and remove --quiet)

 -- Mario Lang <mlang@debian.org>  Fri,  4 Apr 2003 14:12:56 +0200

brltty (3.2-4) unstable; urgency=low

  * Fix doc-base.brltty (Closes: Bug#183230)

 -- Mario Lang <mlang@debian.org>  Sun, 16 Mar 2003 23:36:13 +0100

brltty (3.2-3) unstable; urgency=low

  * For udeb configure, set CXXFLAGS=-Os too, save another 608 bytes.
  * Portability fix in config.c
  * prebaseconfig: use apt-install, support short-hand device names, and
    translate them into their non-devfs equivalent names.

 -- Mario Lang <mlang@debian.org>  Fri, 21 Feb 2003 12:23:44 +0100

brltty (3.2-2) unstable; urgency=low

  * Add 50brltty to prebaseconfig.d in the -udeb variant.

 -- Mario Lang <mlang@debian.org>  Tue,  4 Feb 2003 17:50:32 +0100

brltty (3.2-1) unstable; urgency=low

  * New upstream release (Closes: Bug#177400)
  * Remove undocumented.7 link and replace it with a real manpage from upstream
    (yay!)
  * Set standard-version to 3.5.8
  * debian/brltty.templates:
    * texttbl: renamed to text-table and changed text.german->text.de,
      text.sweden->text.se1 and text.swedish->text.se2 and added text.ru.
    * speech-driver: New question. 
    * braille-driver: Now put the full driver name in the select, and look the
      two letter combo up in brltty.postinst.
      brldriver: Removed.
    * override: New question.
  * debian/brltty.config:
    * Added override question, copied from libpam-ldap.
    * Added speech-driver.
    * Changed brldriver to braille-driver
    * Swap device and speech-driver position.
    * Provide device and speech-driver defaults based on braille-driver
      selection.
  * debian/brltty.postinst:
    * Moved /etc/brltty.conf mangling here, also partly taken from libpam-ldap.
  * debian/brltty.init: Use -P and --pidfile.  --exec didn't work with restart
    on upgrade.
  * debian/brltty-udeb.init: Remove mknod again, upstream handles devfs now.
  * debian/rules:
    * Build brltty and -udeb with --disable-tainted-components.  This
      prevents accidental builds with the viavoice speech module included.
    * Build brltty-udeb with CFLAGS=-Os, --disable-speech-support and
      --disable-pm-configfile.
  * Update lintian.override to get rid of select-with-translated-default-field
    and bogus partial-translated warnings.

 -- Mario Lang <mlang@debian.org>  Mon,  3 Feb 2003 17:10:32 +0100

brltty (3.1-4) unstable; urgency=low

  * Add --with-braille-device=/dev/tts/0 to configure-udeb
    target, because d-i is using devfsd.
  * Add mknod /dev/tty0 call to brltty-udeb.init.

 -- Mario Lang <mlang@debian.org>  Mon,  9 Dec 2002 13:45:23 +0100

brltty (3.1-3) unstable; urgency=low

  * Use gcc instead of ld to link.

 -- Mario Lang <mlang@debian.org>  Mon, 18 Nov 2002 20:21:20 +0100

brltty (3.1-2) unstable; urgency=low

  * Update config.guess/sub on debian/rules clean.
  * Set DH_COMPAT=2 while doing dh_installdeb for the
    -udeb to prevent filenames like /etc/rcS.d/S02brltty.dpkg-new

 -- Mario Lang <mlang@debian.org>  Mon, 18 Nov 2002 16:38:20 +0100

brltty (3.1-1) unstable; urgency=low

  * New upstream release.
  * New binary package brltty-udeb.
  * Lots of changes to debian/ files were necessary because upstream
    changed to autoconf, and also decided to rename the whole source tree!
  * Excluded viavoice from configure.in again.
  * Remove mknod from Programs/Makefile.

 -- Mario Lang <mlang@debian.org>  Wed, 13 Nov 2002 22:18:20 +0100

brltty (3.0-1) unstable; urgency=low

  * New upstream release.

 -- Mario Lang <mlang@debian.org>  Tue, 13 Aug 2002 12:30:00 +0100

brltty (2.99.5-5) unstable; urgency=low

  * Added --oknodo to brltty stop
    (Closes: Bug#149989)
  * Added db_stop to end of postinst
    (Closes: Bug#147776)

 -- Mario Lang <mlang@delysid.org>  Mon,  8 Jul 2002 14:30:28 +0100

brltty (2.99.5-4) unstable; urgency=low


  * Created lintian override file to prevent warnings
    which aren't relevant

 -- Mario Lang <mlang@delysid.org>  Mon, 24 Jun 2002 17:31:28 +0100

brltty (2.99.5-3) unstable; urgency=low

  * Fixed copyright file to point to gpl
  * Fixed upstream changelog name to changelog.gz instead of ChangeLog.gz
  * dh_compat set to 3
  * German debconf templates
    (Closes: Bug#118044)
  * Added many archs to build on too
  * Changed runlevel to S

 -- Mario Lang <mlang@delysid.org>  Wed, 22 May 2002 19:21:29 +0100

brltty (2.99.5-2) unstable; urgency=medium

  * Fix init script to correctly behave (hopefully this time)
  * Added Spanish templates (Closes: Bug#136361)
  * Added Dutch templates (Closes: Bug#134622)
  * Urgency medium to go to woody

 -- Mario Lang <mlang@delysid.org>  Thu, 11 Apr 2002 18:01:44 +0100

brltty (2.99.5-1) unstable; urgency=low

  * New upstream version.
  * Fixed /etc/init.d/brltty stop bug (pidfile)
  * Added new drivers in debconf templates.
    (I won't install i18n templates until 3.0 is out)

 -- Mario Lang <mlang@delysid.org>  Sat, 16 Feb 2002 18:40:58 +0100

brltty (2.98-2) unstable; urgency=low

  * Fixed control file to section extra as override file requested
  * Added missing braille drivers to debconf template

 -- Mario Lang <mlang@delysid.org>  Mon, 29 Oct 2001 15:05:57 +0100

brltty (2.98-1) unstable; urgency=low

  * Initial Release.

 -- Mario Lang <mlang@delysid.org>  Thu,  4 Jan 2001 16:22:12 +0100

