Change logs for speech-dispatcher source package in Trusty

  • speech-dispatcher (0.8-5ubuntu1) trusty; urgency=low
    
      * Merge with debian unstable.  Remaining changes:
        - Moved the flite output module to a separate package, and added
          it to suggests, we don't want flite on the Ubuntu CD image
        - Don't build depend on libaudio-dev or libao-dev, Ubuntu CD size is an
          issue, every little bit helps
        - debian/gbp.conf: Adjust for the Ubuntu git branch
    
    speech-dispatcher (0.8-5) unstable; urgency=low
    
      * Upload to unstable
      * Work around dotconf 1.3 requirement as it takes too long now
    
    speech-dispatcher (0.8-4) experimental; urgency=low
    
      * Fix maintainer address again (Closes: #736469)
      * Update d/copyright and convert to machine readable format (Closes:
        #734302)
      * Add upstream commit link to spelling error patch
    
    speech-dispatcher (0.8-3) experimental; urgency=low
    
      * Add symlinks from old /usr/include/* to /usr/include/speech-dispatcher/*
        to ease the transition of the new location (works for all current Debian
        reverse dependencies)
      * Fix links to user config/cache directories in the documentation
    
    speech-dispatcher (0.8-2) experimental; urgency=low
    
      * Update init script to use log_action_msg i.s.o. echo (Closes: #679162)
      * Add Replaces/Breaks to python3-speechd and speech-dispatcher-festival
        (Closes: #734778, #734899)
      * Minor tweaks:
        - wrap-and-sort on d/control
        - Add patch descriptions to the ones missing them
        - Update link in copyright to versioned LGPL file
        - Remove override_dh_auto_install target as it only changed *.la files
          that aren't installed
        - Update speech-dispatcher.post* scripts to "set -e" (thanks Lintian)
        - Remove pycompat and XB-Python-Version (obsolete)
      * Fixed the wrong maintainer address
      * Add python3-xdg to python3-speechd dependencies
      * Update *README.Debian with updated configuration location and mention
        the default is to not run as server
      * Fix several spelling errors (thanks Lintian)
    
    speech-dispatcher (0.8-1) experimental; urgency=low
    
      [ Samuel Thibault ]
      * debian/control: Set libspeechd2 multi-arch: same.
      * debian/rules: Set multiarch libdir.
      * debian/libspeechd-dev.install,libspeechd2.install,
        speech-dispatcher.install: Use multiarch libdir.
      * Do not depend on dpkg | install-info, now that we use the install-info
        trigger.
      * Bump Standards-Version to 3.9.5.
      * Bump dotconf dependency to >= 1.3.
      * debian/control: Move VCS to tts team.
    
      [ Luke Yelavich ]
      * New upstream release
      * debian/patches/infinite-loop.patch: Refreshed
      * Dropped patches:
        - debian/patches/build-doc.patch
        - debian/patches/procname.patch
        - debian/patches/paths+files.patch
        - debian/patches/pthread.patch
      * Add libltdl-dev and intltool to build-depends
      * Update packaging for speech-dispatcher python 3 bindings.
      * Move speech-dispatcher modules to an architecture independent dir, since
        modules can be written in any language, and i386 only modules can be
        used on amd64 systems
      * Create separate audio plugins package
      * Convert to debhelper 7+ packaging.
      * Use dh-autoreconf to handle autotools file rebuilds.
      * Update standards version to 3.9.3.
      * Add X-Python-Version related fields to debian/control.
      * Patch in the speech-dispatcher-cs.texi file since it was forgotten in the
        0.8 tarball
      * Add translations to speech-dispatcher
    
      [ Jason White ]
      * Raise level of subsection in fdl.texi to correct document structure.
    
      [ David Henningsson ]
      * debian/patches/pulse-default-latency.patch:
        Default to 20 ms latency instead of 1 ms latency (LP: #1208826)
    
      [ Luke Yelavich ]
      * spd_audio: Expose dlopened library's symbols to libs it loads. Thanks to
        Christopher Brannon <email address hidden> for the patch, taken from
        the speech-dispatcher mailing list.
    
      [ Paul Gevers ]
      * New maintainer (Closes: #730983)
      * Acknowledge NMU's
      * libsdaudio.* is not build and installed anymore
        - Drop break/replace in libspeechd-dev
        - Closes: #715119
      * Add source lintian overrides for gfdl/gpl documentation
      * Change speech-dispatcher-festival to Arch: any now it contains a binary
      * Strip all binaries into -dbg package
      * Add d/watch file (Thanks Bart Martens)
      * Raise compat level to 9 to get auto-hardening (was a Wheezy release goal)
     -- Luke Yelavich <email address hidden>   Wed, 19 Feb 2014 17:06:41 +1100
  • speech-dispatcher (0.8-0ubuntu1) trusty; urgency=low
    
      [ Samuel Thibault ]
      * debian/control: Set libspeechd2 multi-arch: same.
      * debian/rules: Set multiarch libdir.
      * debian/libspeechd-dev.install,libspeechd2.install,
        speech-dispatcher.install: Use multiarch libdir.
      * Do not depend on dpkg | install-info, now that we use the install-info
        trigger.
      * Bump Standards-Version to 3.9.5.
      * Bump dotconf dependency to >= 1.3.
    
      [ Luke Yelavich ]
      * New upstream release
      * debian/patches/infinite-loop.patch: Refreshed
      * Dropped patches:
        - debian/patches/build-doc.patch
        - debian/patches/procname.patch
        - debian/patches/paths+files.patch
        - debian/patches/pthread.patch
      * Add libltdl-dev and intltool to build-depends
      * Update packaging for speech-dispatcher python 3 bindings.
      * Move speech-dispatcher modules to an architecture independant dir, since
        modules can be written in any language, and i386 only modules can be
        used on amd64 systems
      * Create separate audio plugins package
      * Convert to debhelper 7+ packaging.
      * Use dh-autoreconf to handle autotools file rebuilds.
      * Update standards version to 3.9.3.
      * Add X-Python-Version related fields to debian/control.
      * Patch in the speech-dispatcher-cs.texi file since it was forgotten in the
        0.8 tarball
      * Add translations to speech-dispatcher
      * Merge from debian unreleased git.  Remaining changes:
        - Moved the flite output module to a separate package, and added
          it to suggests, we don't want flite on the Ubuntu CD image
        - Don't build depend on libaudio-dev or libao-dev, Ubuntu CD size is an
          issue, every little bit helps
        - debian/gbp.conf: Adjust for the Ubuntu git branch
        - Python3-speechd needs to conflict against python-speechd
    
      [ Jason White ]
      * Raise level of subsection in fdl.texi to correct document structure.
    
      [ David Henningsson ]
      * debian/patches/pulse-default-latency.patch:
        Default to 20 ms latency instead of 1 ms latency (LP: #1208826)
    
      [ Luke Yelavich ]
      * spd_audio: Expose dlopened library's symbols to libs it loads. Thanks to
        Christopher Brannon <email address hidden> for the patch, taken from
        the speech-dispatcher mailing list.
     -- Luke Yelavich <email address hidden>   Mon, 11 Nov 2013 16:38:46 +1100
  • speech-dispatcher (0.7.1-6.1ubuntu4) trusty; urgency=low
    
      * No-change rebuild for libdotconf transition
     -- Luke Yelavich <email address hidden>   Wed, 30 Oct 2013 09:13:53 -0700
  • speech-dispatcher (0.7.1-6.1ubuntu3) saucy; urgency=low
    
      * debian/patches/pulse-default-latency.patch:
        Default to 20 ms latency instead of 1 ms latency (LP: #1208826)
    
      [ Jason White ]
      * Raise level of subsection in fdl.texi to correct document structure.
    
      [ Luke Yelavich ]
      * Fix some compiler warnings
      * FIx python 3 bindings install path
     -- Luke Yelavich <email address hidden>   Wed, 28 Aug 2013 05:32:34 +1000