speakup-doc - Documentation for speakup kernel modules
# sudo apt-get update
# sudo apt-get install speakup-doc
2015-12-22 - Samuel Thibault <sthibault@debian.org> speakup (3.1.6.dfsg.1-3) unstable; urgency=low * Bump Standards-Version to 3.9.6 (no changes). * compat: Bump to 9. * rules: Clear.
2012-02-25 - Samuel Thibault <sthibault@debian.org> speakup (3.1.6.dfsg.1-2) unstable; urgency=low * control: - Bump Standards-Version to 3.9.3 (no changes). - Drop speakup-tools package, now maintained separately upstream.
2012-01-25 - Samuel Thibault <sthibault@debian.org> speakup (3.1.6.dfsg.1-1) unstable; urgency=low * New upstream release.
2012-01-25 - Samuel Thibault <sthibault@debian.org> speakup (3.1.5.dfsg.1-2) unstable; urgency=low * debian/speakup.postinst and debian/speakup.prerm: Drop duplicate #DEBHELPER#. * Bump Standards-Version to 3.9.2 (no change needed) * Remove speakup-source binary packages (Closes: #604643, #651859) and rules. Thanks Ben Hutchings for the patch!
2010-08-24 - Samuel Thibault <sthibault@debian.org> speakup (3.1.5.dfsg.1-1) unstable; urgency=low * New upstream fix-only release. Also cherry-pick upstream fixes up to de98895e. * debian/control: Bump Standards-Version to 3.9.1 (no change needed).
2010-01-28 - Samuel Thibault <sthibault@debian.org> speakup (3.1.4.dfsg.1-1) unstable; urgency=low * New upstream release. * debian/control: Bump Standards-Version to 3.8.4 (no change needed). * Cherry-Pick 1d0f3bad to fix hangs of 2.6.33 kernels on speakup bleeps. * debian/watch: mangle version to drop the dfsg part.
2010-01-13 - Samuel Thibault <sthibault@debian.org> speakup (3.1.3+git20100110.dfsg.1-1) unstable; urgency=low * New upstream snapshot. * debian/speakup-tools.manpages: Use upstream manpages. * debian/control: Drop duplicate Section: admin field. * debian/watch: Add.
2009-09-26 - Samuel Thibault <sthibault@debian.org> speakup (3.1.3-4) unstable; urgency=low * debian/{control,rules,copyright}: remove the espeakup binary package, as it now has its own source package.
2009-09-22 - Samuel Thibault <sthibault@debian.org> speakup (3.1.3-3) unstable; urgency=low * tools/talkwith: fix >& bashism (Closes: #547765). * debian/rules: fix update-rc.d parameter.
2009-08-18 - Samuel Thibault <sthibault@debian.org> speakup (3.1.3-2) unstable; urgency=low * debian/speakupconf.1: Fix "restore" command into "load". * debian/control: Bump Standards-Version to 3.8.3 (no change needed). * debian/espeakup.init (Closes: #547046): - move module-init-tools to Should-Start as we do not really depend on it, but just need to have speakup modules loaded if they are loaded through module-init-tools. - add $remote_fs to Required-Start since we need to access /usr files. * debian/rules: - Set DEB_DH_INSTALLINIT_ARGS to -R to shorten the time during which speech is disabled - Set DEB_UPDATE_RCD_PARAMS to start 46 S to start espeakup as early as possible.