summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog79
-rw-r--r--debian/control13
-rw-r--r--debian/copyright42
-rwxr-xr-xdebian/rules38
4 files changed, 172 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..74c9850
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,79 @@
+festlex-cmu (1.4.0-6) unstable; urgency=low
+
+ * Updated Maintained address to @d.o (pre-Sarge).
+ * Standards-Version: 3.6.1 (no changes)
+
+ -- Matthias Urlichs <smurf@debian.org> Sat, 3 Apr 2004 12:39:31 +0200
+
+festlex-cmu (1.4.0-5) unstable; urgency=low
+
+ * debian/control: Priority: changed to optional.
+
+ -- Matthias Urlichs <smurf@smurf.noris.de> Tue, 1 Jul 2003 15:47:33 +0200
+
+festlex-cmu (1.4.0-4) unstable; urgency=low
+
+ * Require festival >= 1.4.3-9 (migration to /usr/share).
+
+ -- Matthias Urlichs <smurf@smurf.noris.de> 28 Jun 2003 13:47:37 +0200
+
+festlex-cmu (1.4.0-3) unstable; urgency=low
+
+ * Install in /usr/share.
+
+ * Don't clean the *.out files: we may not have festival installed yet...
+
+ -- Matthias Urlichs <smurf@smurf.noris.de> 27 May 2003 20:16:33 +0200
+
+festlex-cmu (1.4.0-2) unstable; urgency=low
+
+ * New maintainer.
+
+ * Removed bashism and debhelper cruft from debian/rules.
+ * Updated Standards-Version.
+ * Re-worded description to be more standard.
+ * Do not depend on festival being installed when building.
+
+ -- Matthias Urlichs <smurf@smurf.noris.de> 18 Apr 2003 18:15:46 +0200
+
+festlex-cmu (1.4.0-1) unstable; urgency=low
+
+ * New upstream release. Is now free software.
+
+ -- David Huggins-Daines <dhd@debian.org> Sun, 7 Nov 1999 00:11:05 -0500
+
+festlex-cmu (1.3.1-1) unstable; urgency=low
+
+ * New upstream release.
+ * Dropped some of the .scm files from binary package.
+ * Actually compile the .out file, instead of using the shipped one.
+
+ -- Joey Hess <joeyh@master.debian.org> Fri, 29 Jan 1999 16:24:05 -0800
+
+festlex-cmu (1.3.0-2) unstable; urgency=low
+
+ * Added in two .scm files I accidentiall left out of the last version.
+
+ -- Joey Hess <joeyh@master.debian.org> Wed, 26 Aug 1998 23:26:16 -0700
+
+festlex-cmu (1.3.0-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Joey Hess <joeyh@master.debian.org> Wed, 26 Aug 1998 15:02:38 -0700
+
+festlex-cmu (1.2.1-2) unstable; urgency=low
+
+ * Fix minor lintain errors.
+
+ -- Joey Hess <joeyh@master.debian.org> Wed, 11 Mar 1998 22:45:39 -0800
+
+festlex-cmu (1.2.1-1) unstable; urgency=low
+
+ * First release.
+
+ -- Joey Hess <joeyh@master.debian.org> Sun, 26 Oct 1997 22:12:44 -0500
+
+Local variables:
+mode: debian-changelog
+End:
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..f0f6fc6
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,13 @@
+Source: festlex-cmu
+Section: sound
+Priority: optional
+Maintainer: Matthias Urlichs <smurf@debian.org>
+Standards-Version: 3.6.1
+Build-Depends-Indep: debhelper (>= 4)
+
+Package: festlex-cmu
+Architecture: all
+Depends: festival (>= 1.4.3-9)
+Description: CMU dictionary for Festival
+ This is the CMU dictionary in Festival form.
+ It is required for American English voices.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..02efc46
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,42 @@
+This is a Debian prepackaged version of the CMU Dictionary for Festival
+
+This package was put together by Joey Hess <joeyh@master.debian.org>, using
+sources from:
+ http://www.cstr.ed.ac.uk/projects/festival.html
+
+The following copyright applies to this package:
+
+This directory contains an American English Lexicon and letter to
+sournd rules based on CMUDICT 0.4. This distribution falls under
+the following copyright. CMUDICT falls under a simialr free licence
+that has no commercial restrictions.
+
+ 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.
+
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..0f2d06f
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,38 @@
+#!/usr/bin/make -f
+# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+build:
+ $(MAKE) -C lib/dicts/cmu
+
+clean:
+ dh_testdir
+ dh_testroot
+ rm -f build-stamp
+ dh_clean
+
+# Build architecture-dependent files here.
+binary-arch: build
+# We have nothing to do by default.
+
+# Build architecture-independent files here.
+binary-indep: build
+ dh_testdir
+ dh_testroot
+ dh_installdirs usr/share/festival/dicts/cmu
+ cp lib/dicts/cmu/cmudict-*.out debian/tmp/usr/share/festival/dicts/cmu
+ cp lib/dicts/cmu/cmulex.scm lib/dicts/cmu/cmu_lts_rules.scm \
+ debian/tmp/usr/share/festival/dicts/cmu
+ dh_installdocs
+ dh_installchangelogs
+ dh_compress
+ dh_fixperms
+ dh_shlibdeps
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary