--- festvox-rablpc8k-1.4.0.orig/debian/changelog +++ festvox-rablpc8k-1.4.0/debian/changelog @@ -0,0 +1,76 @@ +festvox-rablpc8k (1.4.0-3) unstable; urgency=medium + + * Take over maintenance by TTS team. + * Add d/compat (level 9) and bump debhelper B-D to 9 (Closes: #800181) + * 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 + * Remove version in Depends as even old-old-stable is much newer + + -- Paul Gevers Wed, 04 Nov 2015 13:43:16 +0100 + +festvox-rablpc8k (1.4.0-2) unstable; urgency=low + + * New maintainer. + * Moved all files from /usr/lib/festival to /usr/share/festival. + * Updated Standards-Version to 3.5.10 (no changes). + + -- Matthias Urlichs Sat, 28 Jun 2003 13:16:14 +0200 + +festvox-rablpc8k (1.4.0-1) unstable; urgency=low + + * New upstream release. + + -- David Huggins-Daines Sun, 7 Nov 1999 00:46:08 -0500 + +festvox-rablpc8k (1.3.1-1) unstable; urgency=low + + * New upstream release. + + -- Joey Hess Sat, 30 Jan 1999 21:56:21 -0800 + +festvox-rablpc8k (1.3.0-1) unstable; urgency=low + + * New upstream release. + + -- Joey Hess Wed, 26 Aug 1998 14:27:00 -0700 + +festvox-rablpc8k (1.2.1-3) unstable; urgency=low + + * Fix minor lintian error. + + -- Joey Hess Wed, 11 Mar 1998 22:57:48 -0800 + +festvox-rablpc8k (1.2.1-2) unstable; urgency=low + + * Updated standards-version. + * Built with debhelper version 0.60 to fix a mode 444 file. + + -- Joey Hess Mon, 9 Feb 1998 14:54:35 -0800 + +festvox-rablpc8k (1.2.1-1) unstable; urgency=low + + * Changed package name. + * New upstream release, with pristine sources. + * Use debhelper. + * Conflict with festvox-rablpc16k (file overlap). + + -- Joey Hess Sun, 26 Oct 1997 21:09:05 -0500 + +festvox-8k (1-2) unstable; urgency=low + + * Routine update of debian/rules: + Fixed binary-indep target. + + -- Joey Hess Thu, 4 Sep 1997 19:32:18 -0400 + +festvox-8k (1-1) unstable; urgency=low + + * First release. + + -- Joey Hess Tue, 15 Jul 1997 01:59:59 -0400 + +Local variables: +mode: debian-changelog +End: --- festvox-rablpc8k-1.4.0.orig/debian/compat +++ festvox-rablpc8k-1.4.0/debian/compat @@ -0,0 +1 @@ +9 --- festvox-rablpc8k-1.4.0.orig/debian/control +++ festvox-rablpc8k-1.4.0/debian/control @@ -0,0 +1,23 @@ +Source: festvox-rablpc8k +Section: contrib/sound +Priority: extra +Maintainer: Debian TTS team +Uploaders: Paul Gevers +Standards-Version: 3.9.6 +Build-Depends-Indep: debhelper (>= 9) +Vcs-Git: https://git.dgit.debian.org/festvox-rablpc16k +Vcs-Browser: https://browse.dgit.debian.org/festvox-rablpc16k.git/ + +Package: festvox-rablpc8k +Architecture: all +Depends: festival, festlex-poslex, festlex-oald +Conflicts: festvox-8k, festvox-rablpc16k +Replaces: festvox-8k +Provides: festvox-8k, festival-voice +Description: British English male speaker for festival, 8khz sample rate + This is a diphone database for festival that uses 8k samples so it takes up + a minimum of disk space. Using this diphone database, festival also converts + text to speech faster than with the 16k version. However, the sound quality + is not as good. + . + The voice contained in this database is a British English male speaker. --- festvox-rablpc8k-1.4.0.orig/debian/copyright +++ festvox-rablpc8k-1.4.0/debian/copyright @@ -0,0 +1,44 @@ +This is a Debian prepackaged version of the festival 8k 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 British English. +This distribution falls under the following copyright. See further +notes below copyright. + + Centre for Speech Technology Research + University of Edinburgh, UK + Copyright (c) 1996,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 (as it currently is set up) also requires the separate +distributions festlex_POSLEX.tar.gz and festlex_OALD.tar.gz. +festlex_POSLEX.tar.gz fall under the same copyright as the above +but festlex_OALD.tar.gz is free for non-commercial use only. --- festvox-rablpc8k-1.4.0.orig/debian/festvox-rablpc8k.install +++ festvox-rablpc8k-1.4.0/debian/festvox-rablpc8k.install @@ -0,0 +1,2 @@ +lib/voices/english/rab_diphone/festvox/*.scm usr/share/festival/voices/english/rab_diphone/festvox/ +lib/voices/english/rab_diphone/group/*.group usr/share/festival/voices/english/rab_diphone/group/ --- festvox-rablpc8k-1.4.0.orig/debian/rules +++ festvox-rablpc8k-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-rablpc8k-1.4.0.orig/debian/source/format +++ festvox-rablpc8k-1.4.0/debian/source/format @@ -0,0 +1 @@ +1.0 --- festvox-rablpc8k-1.4.0.orig/debian/source/options +++ festvox-rablpc8k-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"