2009
brltty (3.10~r3724-1+lenny1) stable; urgency=low
* Upload with a version number higher than the binNMUs currently in
stable.
-- Philipp Kern <pkern@debian.org> Wed, 01 Apr 2009 22:49:15 +0200
brltty (3.10~r3724-1lenny1) stable; urgency=low
* debian/brltty-udeb.prebaseconfig: Bus specifiers are mistakenly
interpreted as relative paths (Closes: #516091).
-- Mario Lang <mlang@debian.org> Thu, 12 Mar 2009 13:52:16 +0000
2008
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-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
2007
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-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.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-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
2006
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-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-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.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-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
2004
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
2003
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
2002
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
2001
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