first real stab at packaging information
authorBdale Garbee <bdale@gag.com>
Tue, 18 May 2010 19:17:44 +0000 (13:17 -0600)
committerBdale Garbee <bdale@gag.com>
Tue, 18 May 2010 19:17:44 +0000 (13:17 -0600)
debian/changelog
debian/control
debian/copyright
debian/dirs [new file with mode: 0644]
debian/docs
debian/watch [new file with mode: 0644]

index 011b7b72552fd2ec57db1d825ac681b77adc7f05..024c34a55b20d77a5947dfb298910b9dba01bb1d 100644 (file)
@@ -1,5 +1,5 @@
 freetts (1.2.2-1) unstable; urgency=low
 
-  * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
+  * Initial packaging for Debian, closes: #576346
 
- -- Bdale Garbee <bdale@gag.com>  Sat, 03 Apr 2010 09:57:48 -0600
+ -- Bdale Garbee <bdale@gag.com>  Tue, 18 May 2010 11:59:58 -0600
index 06ce84eb21c5346e9445b93c4ebff2de72e2a544..f3a2c9c8ec1e645c2f808ba5653eb20633e6504c 100644 (file)
@@ -1,21 +1,20 @@
 Source: freetts
-Priority: extra
+Priority: optional
 Maintainer: Bdale Garbee <bdale@gag.com>
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7), default-jdk
 Standards-Version: 3.8.4
-Section: libs
-Homepage: <insert the upstream URL, if relevant>
+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: <insert up to 60 chars description>
- <insert long description, indented with spaces>
-
-Package: freettsBROKEN
-Section: libs
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: <insert up to 60 chars description>
- <insert long description, indented with spaces>
+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.
index eae5f2502f65197b4872d58ad216af53fb264297..879cd793cd24a677f5b7b564dd73359063316e1f 100644 (file)
@@ -4,34 +4,75 @@ This work was packaged for Debian by:
 
 It was downloaded from:
 
-    <url://example.com>
+    http://freetts.sourceforge.net
 
 Upstream Author(s):
 
-    <put author's name and email here>
-    <likewise for another author>
+    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:
 
-    <Copyright (C) YYYY Firstname Lastname>
-    <likewise for another author>
+    Portions Copyright 2001-2004 Sun Microsystems, Inc.  
+
+    Portions Copyright 1999-2001 Language Technologies Institute,
+    Carnegie Mellon University.  
 
 License:
 
-    <Put the license of the package here indented by 4 spaces>
+    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 <bdale@gag.com>
 
-# 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 (file)
index 0000000..13c9f03
--- /dev/null
@@ -0,0 +1 @@
+usr/share/java
index 8a5c01099d9ac52f65c396c94a7cc1a0180a369b..b503f3a7b69f1d650ebeec12c58de998abd45ce5 100644 (file)
@@ -1,3 +1,4 @@
 ANNOUNCE.txt
 README.txt
 README.txt
+license.terms
diff --git a/debian/watch b/debian/watch
new file mode 100644 (file)
index 0000000..5c86ec0
--- /dev/null
@@ -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
+