--- festvox-kdlpc16k-1.4.0.orig/debian/changelog +++ festvox-kdlpc16k-1.4.0/debian/changelog @@ -0,0 +1,71 @@ +festvox-kdlpc16k (1.4.0-6) unstable; urgency=medium + + * Take over maintenance by the Debian TTS team + * Set debhelper compat level to 9 (Closes: #800166) + * Migrate to shortstyle debhelper + * Bump Standards to 3.9.6 + * Set source format to 1.0 (I use dgit for now) and prevent dpkg-source + from failing on .git tree + + -- Paul Gevers Tue, 03 Nov 2015 16:35:43 +0100 + +festvox-kdlpc16k (1.4.0-5) unstable; urgency=low + + * Updated Maintainer email to @d.o (pre-Sarge). + * Updated Standards-Version to 3.6.1 (no changes). + + -- Matthias Urlichs Sat, 3 Apr 2004 12:35:05 +0200 + +festvox-kdlpc16k (1.4.0-4) unstable; urgency=low + + * depend on festival >= 1.4.3-9 (Migration to /usr/share). + + -- Matthias Urlichs Sat, 28 Jun 2003 14:34:54 +0200 + +festvox-kdlpc16k (1.4.0-3) unstable; urgency=low + + * Install in /usr/share. + + -- Matthias Urlichs 27 May 2003 20:00:56 +0200 + +festvox-kdlpc16k (1.4.0-2) unstable; urgency=low + + * New maintainer. + + * Provides: festival-voice + + -- Matthias Urlichs 18 Apr 2003 22:06:09 +0200 + +festvox-kdlpc16k (1.4.0-1) unstable; urgency=low + + * New upstream release. + + -- David Huggins-Daines Sun, 7 Nov 1999 00:38:37 -0500 + +festvox-kdlpc16k (1.3.1-1) unstable; urgency=low + + * New upstream release. + + -- Joey Hess Sun, 31 Jan 1999 20:01:31 -0800 + +festvox-kdlpc16k (1.3.0-1) unstable; urgency=low + + * New upstream release. + + -- Joey Hess Wed, 26 Aug 1998 14:57:40 -0700 + +festvox-kdlpc16k (1.2.1-2) unstable; urgency=low + + * Fix minor lintian errors. + + -- Joey Hess Wed, 11 Mar 1998 22:52:27 -0800 + +festvox-kdlpc16k (1.2.1-1) unstable; urgency=low + + * First release. + + -- Joey Hess Sun, 26 Oct 1997 22:31:24 -0500 + +Local variables: +mode: debian-changelog +End: --- festvox-kdlpc16k-1.4.0.orig/debian/compat +++ festvox-kdlpc16k-1.4.0/debian/compat @@ -0,0 +1 @@ +9 --- festvox-kdlpc16k-1.4.0.orig/debian/control +++ festvox-kdlpc16k-1.4.0/debian/control @@ -0,0 +1,23 @@ +Source: festvox-kdlpc16k +Section: sound +Priority: extra +Maintainer: Debian TTS team +Uploaders: Paul Gevers +Standards-Version: 3.9.6 +Build-Depends-Indep: debhelper (>= 9) + +Package: festvox-kdlpc16k +Architecture: all +Depends: festival (>= 1.4.3-9), festlex-poslex (>= 1.3.0), festlex-cmu (>= 1.3.0) +Conflicts: festvox-kdlpc8k +Replaces: festvox-kdlpc8k +Provides: festival-voice +Description: American English male speaker for festival, 16khz sample rate + This is a diphone database for festival that uses 16k samples for high + quality sound output. This is a large database (9 MB), and festival will + convert text to speech more slowly using it, so you might want to install + festvox-kdlpc8k instead if you have low disk space or a slow computer. + . + The voice contained in this database is an American English male speaker. + A different American English voice can be found in the festvox-kallpc16k + package if you dislike this one. --- festvox-kdlpc16k-1.4.0.orig/debian/copyright +++ festvox-kdlpc16k-1.4.0/debian/copyright @@ -0,0 +1,44 @@ +This is a Debian prepackaged version of the festival 16k diphone database. + +This package was put together by Joey Hess , using +sources from: + http://www.cstr.ed.ac.uk/projects/festival.html + +This directory contains a diphone synthesizer voice for American English. +This distribution falls under the following copyright. See further +notes below copyright. + + Centre for Speech Technology Research + University of Edinburgh, UK + Copyright (c) 1997 + All Rights Reserved. + + Permission is hereby granted, free of charge, to use and distribute + this software and its documentation without restriction, including + without limitation the rights to use, copy, modify, merge, publish, + distribute, sublicense, and/or sell copies of this work, and to + permit persons to whom this work is furnished to do so, subject to + the following conditions: + 1. The code must retain the above copyright notice, this list of + conditions and the following disclaimer. + 2. Any modifications must be clearly marked as such. + 3. Original authors' names are not deleted. + 4. The authors' names are not used to endorse or promote products + derived from this software without specific prior written + permission. + + THE UNIVERSITY OF EDINBURGH AND THE CONTRIBUTORS TO THIS WORK + DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING + ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT + SHALL THE UNIVERSITY OF EDINBURGH NOR THE CONTRIBUTORS BE LIABLE + FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN + AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, + ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF + THIS SOFTWARE. + +Note this voice also requires the separate distributions +festlex_POSLEX.tar.gz and festlex_CMU.tar.gz. festlex_POSLEX.tar.gz +fall under the same copyright as the above but festlex_CMU.tar.gz contain +material derived from material copyright by Carnegie Mellon University, +though their licence is as free as ours above so. --- festvox-kdlpc16k-1.4.0.orig/debian/festvox-kdlpc16k.install +++ festvox-kdlpc16k-1.4.0/debian/festvox-kdlpc16k.install @@ -0,0 +1,2 @@ +lib/voices/english/ked_diphone/festvox/*.scm usr/share/festival/voices/english/ked_diphone/festvox/ +lib/voices/english/ked_diphone/group/*.group usr/share/festival/voices/english/ked_diphone/group/ --- festvox-kdlpc16k-1.4.0.orig/debian/rules +++ festvox-kdlpc16k-1.4.0/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +%: + dh ${@} --- festvox-kdlpc16k-1.4.0.orig/debian/source/format +++ festvox-kdlpc16k-1.4.0/debian/source/format @@ -0,0 +1 @@ +1.0 --- festvox-kdlpc16k-1.4.0.orig/debian/source/options +++ festvox-kdlpc16k-1.4.0/debian/source/options @@ -0,0 +1,3 @@ +# Make sure that with source/format = 1.0 (nice with dgit) we don't fail on the +# .git direcotry +diff-ignore="\.git"