Change logs for brltty source package in Saucy

  • 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 <email address hidden>   Tue, 18 Jun 2013 15:29:50 +1000
  • 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 <email address hidden>   Fri, 31 May 2013 11:44:28 +1000
  • 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.
    
    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-*
     -- Luke Yelavich <email address hidden>   Wed, 15 May 2013 07:31:23 +1000
  • 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.
    
    brltty (4.4-10) unstable; urgency=low
    
      * Add xbrlapi.desktop file to gdm session to get braille keyboard input
        working. Closes: #680636.
    
    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.
     -- Luke Yelavich <email address hidden>   Wed, 08 May 2013 09:34:08 +1000
  • brltty (4.4-8ubuntu4) raring; urgency=low
    
      * Drop explicit build dependency on tcl8.4. LP: #1155269.
     -- Matthias Klose <email address hidden>   Thu, 14 Mar 2013 11:40:09 -0700