Change logs for brltty source package in Lucid

  • 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 <email address hidden>   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 <email address hidden>   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 <email address hidden>   Fri, 18 Dec 2009 15:03:59 +0000
  • brltty (4.1-2ubuntu3) lucid; urgency=low
    
      * debian/brltty.initramfs-top: Missed one.
     -- Scott James Remnant <email address hidden>   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 <email address hidden>   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.
    
    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).
     -- Steve Langasek <email address hidden>   Thu, 10 Dec 2009 02:39:03 -0800
  • 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
    
    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.
    
    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
     -- Steve Langasek <email address hidden>   Mon, 07 Dec 2009 08:31:36 +0000
  • 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 <email address hidden>   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
          <email address hidden>
        - 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.
    
    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
     -- Luke Yelavich <email address hidden>   Tue, 10 Nov 2009 10:47:14 +1100
  • 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 <email address hidden>   Wed, 14 Oct 2009 10:19:16 +1100