debian/0000755000000000000000000000000011326764520007174 5ustar debian/compat0000644000000000000000000000000211326745640010374 0ustar 5 debian/speech-tools-doc.dirs0000644000000000000000000000004311326745640013226 0ustar usr/share/doc/speech-tools-doc/doc debian/watch0000644000000000000000000000016611326745640010232 0ustar # Upstream for festival-doc does not maintain tarball. This file is added as # per instruction from DEHS and Lintian. debian/festival-doc.dirs0000644000000000000000000000004011326745640012433 0ustar usr/share/doc/festival-doc/html debian/rules0000755000000000000000000000246111326747266010267 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 build: clean: dh_testdir dh_testroot dh_clean install: build dh_testdir dh_testroot dh_prep dh_installdirs #festival-doc install -D -m 0644 $(CURDIR)/festival/html/*.html \ $(CURDIR)/debian/festival-doc/usr/share/doc/festival-doc/html install -m 0644 $(CURDIR)/festival/*.ps \ $(CURDIR)/debian/festival-doc/usr/share/doc/festival-doc #speech-tools-doc cp -r speech_tools/doc \ debian/speech-tools-doc/usr/share/doc/speech-tools-doc # Upstream includes a few empty files and directories find debian/speech-tools-doc -type f -size 0 -print0 | xargs -0r rm find debian/speech-tools-doc -depth -type d -empty -print0 | \ xargs -0r rmdir # Delete revision control files, if any find debian/speech-tools-doc \ \( -name SCCS -o -name CVS -o -name RCS \) -print0 | xargs -0r rm -rf find debian/festival-doc \ \( -name SCCS -o -name CVS -o -name RCS \) -print0 | xargs -0r rm -rf binary-arch: build install binary-indep: build install dh_testdir dh_testroot dh_installchangelogs -i dh_installdocs -i dh_link -i dh_compress -i dh_fixperms -i dh_installdeb -i dh_gencontrol -i dh_md5sums -i dh_builddeb -i binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install debian/copyright0000644000000000000000000000337311326745640011137 0ustar This package was debianzied by David Huggins-Daines on Sun, 7 Nov 1999 01:57:12 -0500 It was downloaded from: Upstream Authors: Centre for Speech Technology Research, University of Edinburgh, UK Copyright (C) 1996-1999 Centre for Speech Technology Research, University of Edinburgh, UK License: All rights reserved. The system as a whole and almost all of the files in it are distributed under the following copyright and conditions 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. debian/README.Debian0000644000000000000000000000151211326745640011236 0ustar Festival-doc for Debian ----------------------- This package contains the pre-generated documentation for Festival 1.4.0 and Edinburgh Speech Tools 1.3.0 The Festival documentation contains postscript, dvi, html and GNU info files for the manual as festival/user-manual/festival_toc.html The user manual is also available at: http://www.cstr.ed.ac.uk/projects/festival/manual/ A src manual for Festival has not yet been fully written but some important parts already exist in festival/src-manual/index.html The Speech Tools document is generated using DOC++ and sgml based docbook. Here we only include html as speechtools/index.html This documentation is also available online at: http://festvox.org/docs/speech_tools-1.2.0/book1.htm -- Kartik Mistry Tue, 1 Jan 2008 10:23:05 +0530 debian/festival-doc.doc-base0000644000000000000000000000046011326745640013155 0ustar Document: festival-doc Title: Documentation for Festival Abstract: These documents contains the pre-built HTML and Postscript versions of the documentation for Festival. Section: Help Format: HTML Index: /usr/share/doc/festival-doc/html/festival_toc.html Files: /usr/share/doc/festival-doc/html/*.html debian/control0000644000000000000000000000162211326747221010577 0ustar Source: festival-doc Section: doc Priority: optional Maintainer: Kartik Mistry Standards-Version: 3.8.3 Build-Depends: debhelper (>= 7) Homepage: http://www.cstr.ed.ac.uk/projects/festival/manual/ Package: festival-doc Architecture: all Depends: ${misc:Depends}, doc-base (>= 0.8.4) Description: Documentation for Festival This package contains the pre-built HTML and Postscript versions of the documentation for Festival. . Note that the info document for festival is included in the main festival package. Package: speech-tools-doc Architecture: all Depends: ${misc:Depends}, doc-base (>= 0.8.4) Description: Documentation for the Edinburgh Speech Tools This package contains the pre-built HTML and Postscript versions of the documentation for the Edinburgh Speech Tools. . Documentation also contains examples and tutorials on how to use Speech Tools library with your programs. debian/source/0000755000000000000000000000000011326747302010473 5ustar debian/source/format0000644000000000000000000000001411326747302011701 0ustar 3.0 (quilt) debian/speech-tools-doc.doc-base0000644000000000000000000000044611326745640013751 0ustar Document: speech-tools-doc Title: Documentation for Edinburgh speech-tools Abstract: This documents provides user manual and tutorial for Edinburgh speech-tools Section: Help Format: HTML Index: /usr/share/doc/speech-tools-doc/doc/index.html Files: /usr/share/doc/speech-tools-doc/doc/*.html debian/changelog0000644000000000000000000001065711326764475011070 0ustar festival-doc (1.4.2-8) unstable; urgency=low * debian/control: + Added missing ${misc:Depends} to binary packages * Converted package to source format '3.0 (quilt)' + Dropped dpenendency on dpatch + Removed patch/unpatch from debian/rules -- Kartik Mistry Sun, 24 Jan 2010 12:00:15 +0530 festival-doc (1.4.2-7) unstable; urgency=low * debian/control: + Updated Standards-Version to 3.8.3 + Wrapped Build-Depends + Added Depends to doc-base + Bumped debhelper dependency to 7 * Added debian/README.source file * Added dummy debian/watch file as per DEHS requirement * Added doc-base files for festival-doc and speech-tools-doc packages * debian/rules: + Used dh_prep instead of dh_clean -k -- Kartik Mistry Wed, 02 Sep 2009 10:07:11 +0530 festival-doc (1.4.2-6) unstable; urgency=low * debian/control: + Updated my maintainer email address + Updated Standards-Version to 3.8.1 + [Lintian] Updated extented package description + Added Homepage field -- Kartik Mistry Mon, 15 Jun 2009 16:20:06 +0530 festival-doc (1.4.2-5) unstable; urgency=low * Converted previous applied patches to dpatch * debian/control: + Updated Standards-Version to 3.7.3 + Added dpatch support * debian/rules: + Removed empty directories from the package * debian/copyright: + Moved copyright lines out of license section + Fixed the license text + Updated the upstream download location * debian/README.Debian: + Updated to standard README.Debian format + Updated link of online speech-tools manual + Updated time-stamp * debian/changelog: + Removed useless spaces and empty lines -- Kartik Mistry Tue, 1 Jan 2008 10:31:15 +0530 festival-doc (1.4.2-4) unstable; urgency=low * festival/festival.ps, festival/html/festival_9.html: corrected lib-path to load-path variable (Closes: #151094) * debian/copyright: corrected download address -- Kartik Mistry Sun, 1 Jul 2007 21:36:57 +0530 festival-doc (1.4.2-3) unstable; urgency=low * New maintainer (Closes: #429471) * Updated debhelper compability to 5 * Updated standards-version to 3.7.2 * debian/control: debhelper is build-depends now, fixed long descriptions * debian/rules: added install target to make it simple, readable, cleanups for better installation process * debian/copyright: updated to standard copyright format * README is debian/README.Debian now, since upstream does not include it * Removed useless doc-tools files since we are providing prebuild docs * Added *.dirs to make debian/rules simple -- Kartik Mistry Thu, 21 Jun 2007 08:13:05 +0530 festival-doc (1.4.2-2) unstable; urgency=low * Updated maintainer email. * Updated Standards-Version: to 3.6.1 (no changes) -- Matthias Urlichs Fri, 16 Jul 2004 08:40:55 +0200 festival-doc (1.4.2-1) unstable; urgency=low * New upstream version. (Closes: #143672) -- Matthias Urlichs Sun, 20 Jul 2003 18:24:47 +0200 festival-doc (1.4.0.1-7) unstable; urgency=low * debian/control: Priority: changed to optional -- Matthias Urlichs Tue, 1 Jul 2003 15:49:27 +0200 festival-doc (1.4.0.1-6) unstable; urgency=low * Delete the emty speechtools/HTML.index file after installation (the patch can't). -- Matthias Urlichs 04 Jun 2003 21:35:44 +0200 festival-doc (1.4.0.1-5) unstable; urgency=low * debian/*.{pre,post}{inst,rm}: Set the -e flag explicitly. -- Matthias Urlichs 27 May 2003 22:42:27 +0200 festival-doc (1.4.0.1-4) unstable; urgency=low * Do not install info files. They are in the main package. -- Matthias Urlichs 19 Apr 2003 12:43:16 +0200 festival-doc (1.4.0.1-3) unstable; urgency=low * Split into speech-tools-doc and festival-doc packages. -- Matthias Urlichs 19 Apr 2003 12:01:59 +0200 festival-doc (1.4.0.1-2) unstable; urgency=low * New maintainer. * Cleanup debian/rules: debhelper cruft don't default to DH_VERBOSE -- Matthias Urlichs 18 Apr 2003 22:24:20 +0200 festival-doc (1.4.0.1-1) unstable; urgency=low * New package, containing the prebuilt festival documentation. -- David Huggins-Daines Sun, 7 Nov 1999 01:57:12 -0500 debian/patches/0000755000000000000000000000000011326750716010625 5ustar debian/patches/series0000644000000000000000000000004011326750111012021 0ustar 01_load-patch_variable_fix.diff debian/patches/01_load-patch_variable_fix.diff0000644000000000000000000000261211326750716016507 0ustar Description: Fix for wrong variable names Author: Kartik Mistry Debian Bug: #151094 --- a/festival/festival.ps +++ b/festival/festival.ps @@ -4276,8 +4276,8 @@ y(`)p Fk(/home/awb/lib/festival/)p Fo('.)36 b(In)30 b(y)m(our)h(`)p Fk(.festivalrc)p Fo(')d(\014rst)i(iden)m(tify)f(y)m(ou're)i(p)s (ersonal)f(F)-8 b(estiv)j(al)150 4513 y(library)28 b(directory)i(b)m(y) -g(adding)f(it)h(to)h Fk(lib-path)p Fo(.)390 4637 y Fk(\(set!)46 -b(lib-path)g(\(cons)g("/home/awb/lib/festival/")41 b(lib-path\)\))275 +g(adding)f(it)h(to)h Fk(load-path)p Fo(.)390 4637 y Fk(\(set!)46 +b(load-path)g(\(cons)g("/home/awb/lib/festival/")41 b(load-path\)\))275 4768 y Fo(Then)33 b(add)h(the)g(de\014nition)e(to)k(the)e Fk(auto-text-mode-alist)29 b Fo(that)35 b(\014le)f(names)g(ending)f(`)p Fk(.html)p Fo(')150 4877 y(or)d(`)p Fk(.htm)p Fo(')g(should)e(b)s(e)i --- a/festival/html/festival_9.html +++ b/festival/html/festival_9.html @@ -251,10 +251,10 @@ Suppose you've written an HTML mode. You have named it `html-mode.scm' and put it in `/home/awb/lib/festival/'. In your `.festivalrc' first identify you're personal Festival library -directory by adding it to lib-path. +directory by adding it to load-path.
-(set! lib-path (cons "/home/awb/lib/festival/" lib-path))
+(set! load-path (cons "/home/awb/lib/festival/" load-path))