From: Bdale Garbee Date: Tue, 18 May 2010 19:17:44 +0000 (-0600) Subject: first real stab at packaging information X-Git-Tag: debian/1.2.2-1~34 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=0363cfec19a5e1af0fe23e47a78adb146e097c2c;p=debian%2Ffreetts first real stab at packaging information --- diff --git a/debian/changelog b/debian/changelog index 011b7b7..024c34a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ freetts (1.2.2-1) unstable; urgency=low - * Initial release (Closes: #nnnn) + * Initial packaging for Debian, closes: #576346 - -- Bdale Garbee Sat, 03 Apr 2010 09:57:48 -0600 + -- Bdale Garbee Tue, 18 May 2010 11:59:58 -0600 diff --git a/debian/control b/debian/control index 06ce84e..f3a2c9c 100644 --- a/debian/control +++ b/debian/control @@ -1,21 +1,20 @@ Source: freetts -Priority: extra +Priority: optional Maintainer: Bdale Garbee -Build-Depends: debhelper (>= 7) +Build-Depends: debhelper (>= 7), default-jdk Standards-Version: 3.8.4 -Section: libs -Homepage: +Section: java +Vcs-Git: git://git.gag.com/debian/freetts +Vcs-Browser: http://git.gag.com/?p=debian/freetts +Homepage: http://freetts.sourceforge.net -Package: freetts-dev -Section: libdevel -Architecture: any -Depends: freettsBROKEN (= ${binary:Version}) -Description: - - -Package: freettsBROKEN -Section: libs -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} -Description: - +Package: freetts +Section: java +Architecture: all +Depends: default-jre | java2-runtime, ${misc:Depends} +Description: speech synthesis system + FreeTTS is a speech synthesis system written entirely in the Java(TM) + programming language. It is based upon Flite, a small run-time speech + synthesis engine developed at Carnegie Mellon University. Flite in turn + is derived from the Festival Speech Synthesis System from the University + of Edinburgh and the FestVox project from Carnegie Mellon University. diff --git a/debian/copyright b/debian/copyright index eae5f25..879cd79 100644 --- a/debian/copyright +++ b/debian/copyright @@ -4,34 +4,75 @@ This work was packaged for Debian by: It was downloaded from: - + http://freetts.sourceforge.net Upstream Author(s): - - + FreeTTS was built by the Speech Integration Group of Sun Microsystems + Laboratories, who may be contacted via the FreeTTS Forums: + + http://sourceforge.net/projects/freetts/forums + + * Willie Walker, Manager and Principal Investigator + * Paul Lamere, Staff Engineer + * Philip Kwok, Member of Technical Staff + + + FreeTTS is based on CMU's Flite, written by: + + * Alan Black + * Kevin Lenzo + + Kevin and Alan generated the data used by FreeTTS. In addition, Kevin + is the voice behind the diphone voices (kevin 8k, kevin 16k), and Alan + is the voice behind the speaking clock. + + Support for MBROLA voice output was contributed by Marc Schröder, + text-to-speech Researcher in the Language Technology Lab at DFKI, + Saarbrücken, Germany. + + Support for importing FestVox voices into FreeTTS, and support for + dynamically discovering and loading voices was developed by David Vos, + a Sun Microsystems Laboratories student intern. Copyright: - - + Portions Copyright 2001-2004 Sun Microsystems, Inc. + + Portions Copyright 1999-2001 Language Technologies Institute, + Carnegie Mellon University. License: - + 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. + + SUN MICROSYSTEMS, INC., CARNEGIE MELLON UNIVERSITY 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 SUN MICROSYSTEMS, INC., CARNEGIE MELLON + UNIVERSITY 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. The Debian packaging is: Copyright (C) 2010 Bdale Garbee -# Please chose a license for your packaging work. If the program you package -# uses a mainstream license, using the same license is the safest choice. -# Please avoid to pick license terms that are more restrictive than the -# packaged work, as it may make Debian's contributions unacceptable upstream. -# If you just want it to be GPL version 3, leave the following lines in. - and is licensed under the GPL version 3, see "/usr/share/common-licenses/GPL-3". -# Please also look if there are files or directories which have a -# different copyright/license attached and list them here. diff --git a/debian/dirs b/debian/dirs new file mode 100644 index 0000000..13c9f03 --- /dev/null +++ b/debian/dirs @@ -0,0 +1 @@ +usr/share/java diff --git a/debian/docs b/debian/docs index 8a5c010..b503f3a 100644 --- a/debian/docs +++ b/debian/docs @@ -1,3 +1,4 @@ ANNOUNCE.txt README.txt README.txt +license.terms diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..5c86ec0 --- /dev/null +++ b/debian/watch @@ -0,0 +1,7 @@ +# Example watch control file for uscan +# See uscan(1) for format + +version=3 + +http://sourceforge.net/project/showfiles.php?group_id=42080 freetts-(.*)-src.zip +