[ubuntu/noble-proposed] brltty 6.6-4ubuntu1 (Accepted)

Steve Langasek steve.langasek at ubuntu.com
Mon Nov 20 05:03:13 UTC 2023


brltty (6.6-4ubuntu1) noble; urgency=low

  * Merge from Debian unstable. Remaining changes:
    - Remaining changes:
      + add brltty-setup
        - debian/brltty-setup
        - debian/brltty.install
        - debian/rules
      + add initramfs integration to run brltty-setup if necessary before
        plymouth starts
        - debian/control
        - debian/initramfs/brltty.sh
        - debian/initramfs/hooks/brltty.in
        - debian/initramfs/scripts/init-premount/brltty
        - debian/initramfs/scripts/init-top/brltty
        - debian/brltty.dirs
        - debian/brltty.install
        - debian/brltty.postinst
      + add ubiquity integration to propagate any brltty configuration to the
        target system
        - debian/31brltty
        - debian/brltty.dirs
        - debian/brltty.install
      + add udev rules file that uses brltty-udev.service to activate via
        systemd
        - debian/brltty-udev.service
        - debian/brltty.dirs
        - debian/brltty.udev.rules
        - debian/rules
      + disable brltty.service by default, but enable it if the user configures
        Braille at install time for a non-USB display
        - debian/31brltty
        - debian/rules
      + don't install /etc/brltty.conf in the package
        - debian/31brltty
  * Include further updates to brltty.udev.rules from brltty-udeb.udev.rules
    that were omitted in the previous release cycle due to timing.
    - devices with FTDI and Silicon Laboratories as a manufacturer remain
      disabled as these do not uniquely identify accessibility devices.
  * Re-enable udev rules for devices from Hedo Reha Technik GmbH, which is
    a maker of accessibility devices and therefore not a false positive
  * Move debian/brltty.udev.rules to a patch debian/brltty.udev.rules.patch
    against debian/brltty-udeb.udev.rules to be applied at build time and
    hard fail on any inconsistencies, to avoid future issues with missing
    updates to the Ubuntu-specific file

brltty (6.6-4) unstable; urgency=high

  * patches/git-base-none-quality: Set quality to low or none for base and no
    screen drivers.

brltty (6.6-3) unstable; urgency=high

  [ Peter Kvillegård ]
  * po/sv.po: Swedish translation of debconf messages (Closes: Bug#1050441).

  [ Samuel Thibault ]
  * patches/git-keyrange: Fix keyrange computation.

brltty (6.6-2) unstable; urgency=medium

  * rules: Also drop aclocal.m4 on clean (Closes: Bug#1043727).
  * patches/cython-3.0: Fix orca crash when BrlAPI is built with cython 3.0.

brltty (6.6-1) unstable; urgency=medium

  * New upstream release.
    - patches/git-xbrlapi: Upstreamed.
    - patches/atspi2-routing-crash.patch: Upstreamed.
    - rules: Disable em and fv screen drivers in udeb.
    - brltty-udeb.udev.rules: Update with newer supported devices.
  * control, rules: Support hurd-amd64.
  * control: drop lsb-base dep.
  * control: replace libncursesw5-dev build-dep with libncurses-dev.
  * patches/git-xbrlapi: Fix ba+a2 load failure log flood.

Date: Sun, 19 Nov 2023 04:08:14 -0800
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/brltty/6.6-4ubuntu1
-------------- next part --------------
Format: 1.8
Date: Sun, 19 Nov 2023 04:08:14 -0800
Source: brltty
Built-For-Profiles: noudeb
Architecture: source
Version: 6.6-4ubuntu1
Distribution: noble
Urgency: high
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Closes: 1043727 1050441
Changes:
 brltty (6.6-4ubuntu1) noble; urgency=low
 .
   * Merge from Debian unstable. Remaining changes:
     - Remaining changes:
       + add brltty-setup
         - debian/brltty-setup
         - debian/brltty.install
         - debian/rules
       + add initramfs integration to run brltty-setup if necessary before
         plymouth starts
         - debian/control
         - debian/initramfs/brltty.sh
         - debian/initramfs/hooks/brltty.in
         - debian/initramfs/scripts/init-premount/brltty
         - debian/initramfs/scripts/init-top/brltty
         - debian/brltty.dirs
         - debian/brltty.install
         - debian/brltty.postinst
       + add ubiquity integration to propagate any brltty configuration to the
         target system
         - debian/31brltty
         - debian/brltty.dirs
         - debian/brltty.install
       + add udev rules file that uses brltty-udev.service to activate via
         systemd
         - debian/brltty-udev.service
         - debian/brltty.dirs
         - debian/brltty.udev.rules
         - debian/rules
       + disable brltty.service by default, but enable it if the user configures
         Braille at install time for a non-USB display
         - debian/31brltty
         - debian/rules
       + don't install /etc/brltty.conf in the package
         - debian/31brltty
   * Include further updates to brltty.udev.rules from brltty-udeb.udev.rules
     that were omitted in the previous release cycle due to timing.
     - devices with FTDI and Silicon Laboratories as a manufacturer remain
       disabled as these do not uniquely identify accessibility devices.
   * Re-enable udev rules for devices from Hedo Reha Technik GmbH, which is
     a maker of accessibility devices and therefore not a false positive
   * Move debian/brltty.udev.rules to a patch debian/brltty.udev.rules.patch
     against debian/brltty-udeb.udev.rules to be applied at build time and
     hard fail on any inconsistencies, to avoid future issues with missing
     updates to the Ubuntu-specific file
 .
 brltty (6.6-4) unstable; urgency=high
 .
   * patches/git-base-none-quality: Set quality to low or none for base and no
     screen drivers.
 .
 brltty (6.6-3) unstable; urgency=high
 .
   [ Peter Kvillegård ]
   * po/sv.po: Swedish translation of debconf messages (Closes: Bug#1050441).
 .
   [ Samuel Thibault ]
   * patches/git-keyrange: Fix keyrange computation.
 .
 brltty (6.6-2) unstable; urgency=medium
 .
   * rules: Also drop aclocal.m4 on clean (Closes: Bug#1043727).
   * patches/cython-3.0: Fix orca crash when BrlAPI is built with cython 3.0.
 .
 brltty (6.6-1) unstable; urgency=medium
 .
   * New upstream release.
     - patches/git-xbrlapi: Upstreamed.
     - patches/atspi2-routing-crash.patch: Upstreamed.
     - rules: Disable em and fv screen drivers in udeb.
     - brltty-udeb.udev.rules: Update with newer supported devices.
   * control, rules: Support hurd-amd64.
   * control: drop lsb-base dep.
   * control: replace libncursesw5-dev build-dep with libncurses-dev.
   * patches/git-xbrlapi: Fix ba+a2 load failure log flood.
Checksums-Sha1:
 77f3928afbdb1237dda4b71b61ad36e5532fbda9 3406 brltty_6.6-4ubuntu1.dsc
 9dce2aa507abdc5588dbed1ed721fd502c5dc0be 4115292 brltty_6.6.orig.tar.xz
 ca356cb2bda81da53a92d0a4437effcb97203af9 42404 brltty_6.6-4ubuntu1.debian.tar.xz
 a904154b5a8aa28dc610d45ff08bac2821fea0a9 8292 brltty_6.6-4ubuntu1_source.buildinfo
Checksums-Sha256:
 741024ae319fcbbe1ec273c07c1b015a0ab5564cbb1e9d9a3a72d7dc651c697d 3406 brltty_6.6-4ubuntu1.dsc
 b58da402b122d5e135b4131b7fde07ada518f9aedcca721f81e21e192dfad637 4115292 brltty_6.6.orig.tar.xz
 3348d2c384f2cc474a03d8db8d66fe9cdff1149def5b55ba94fe947a39eb6164 42404 brltty_6.6-4ubuntu1.debian.tar.xz
 648191402ccbab63934c027d80a3bf1c8635cc7f86ff85be1d3cf0dca9becdf7 8292 brltty_6.6-4ubuntu1_source.buildinfo
Files:
 c86b12cb87e32142be0e076311705ceb 3406 admin optional brltty_6.6-4ubuntu1.dsc
 58ca5e0713d80f599ebeb08f6d4995b6 4115292 admin optional brltty_6.6.orig.tar.xz
 00edd510566be8b3104c81066cba9abf 42404 admin optional brltty_6.6-4ubuntu1.debian.tar.xz
 990195c1960448834c14b861cb68d2e3 8292 admin optional brltty_6.6-4ubuntu1_source.buildinfo
Original-Maintainer: Debian Accessibility Team <pkg-a11y-devel at alioth-lists.debian.net>


More information about the noble-changes mailing list