--- festlex-poslex-2.4.orig/debian/changelog +++ festlex-poslex-2.4/debian/changelog @@ -0,0 +1,89 @@ +festlex-poslex (2.4-1) unstable; urgency=medium + + * New upstream release without new content + * Update d/watch for correct way of version from directory + * Bump standards version to 4.0.0 (no changes) + * Bump dh compat version to 10 + * Add Vcs-* fields to d/control + * Drop version from festival, even wheezy has higher + + -- Paul Gevers Wed, 19 Jul 2017 21:08:32 -0400 + +festlex-poslex (1.4.0-6) unstable; urgency=medium + + * Take over maintenance by the Debian TTS team + * Set debhelper compat level to 9 (Closes: #800177) + * 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 + * Add watch file to detect new versions (althought currently that is + pointing to a "new" 2.4 release which is the same as the current + release) + + -- Paul Gevers Tue, 03 Nov 2015 16:35:43 +0100 + +festlex-poslex (1.4.0-5) unstable; urgency=low + + * Updated Maintainr email to @d.o (pre-Sarge) + * Standards-Version: 3.6.1 (no changes) + + -- Matthias Urlichs Sat, 3 Apr 2004 12:51:13 +0200 + +festlex-poslex (1.4.0-4) unstable; urgency=low + + * debian/control: Priority: changed to optional. + + -- Matthias Urlichs Tue, 1 Jul 2003 15:44:20 +0200 + +festlex-poslex (1.4.0-3) unstable; urgency=low + + * Install in /usr/share. + + -- Matthias Urlichs Tue, 1 Jul 2003 15:44:20 +0200 + +festlex-poslex (1.4.0-2) unstable; urgency=low + + * New maintainer. + + * Updated Standards-Version. + * Removed unnecessary debhelper cruft. + * Updated description. + * Don't default to dh_verbose. + + -- Matthias Urlichs Tue, 1 Jul 2003 15:44:20 +0200 + +festlex-poslex (1.4.0-1) unstable; urgency=low + + * New upstream release. Is now free software. + + -- David Huggins-Daines Sun, 7 Nov 1999 00:18:10 -0500 + +festlex-poslex (1.3.1-1) unstable; urgency=low + + * New upstream release. + + -- Joey Hess Sun, 31 Jan 1999 17:44:11 -0800 + +festlex-poslex (1.3.0-1) unstable; urgency=low + + * New upstream release. + + -- Joey Hess Wed, 26 Aug 1998 15:26:22 -0700 + +festlex-poslex (1.2.1-2) unstable; urgency=low + + * Added a md5sums file. + * Updated to surrect standards-version. + + -- Joey Hess Sat, 14 Mar 1998 19:55:13 -0800 + +festlex-poslex (1.2.1-1) unstable; urgency=low + + * First release. + + -- Joey Hess Sun, 26 Oct 1997 21:57:24 -0500 + +Local variables: +mode: debian-changelog +End: --- festlex-poslex-2.4.orig/debian/compat +++ festlex-poslex-2.4/debian/compat @@ -0,0 +1 @@ +10 --- festlex-poslex-2.4.orig/debian/control +++ festlex-poslex-2.4/debian/control @@ -0,0 +1,16 @@ +Source: festlex-poslex +Section: sound +Priority: optional +Maintainer: Debian TTS team +Uploaders: Paul Gevers +Standards-Version: 4.0.0 +Build-Depends-Indep: debhelper (>= 10~) +Vcs-Git: https://git.dgit.debian.org/festlex-poslex +Vcs-Browser: https://browse.dgit.debian.org/festlex-poslex.git + +Package: festlex-poslex +Architecture: all +Depends: festival +Description: Part of speech lexicons and ngram from English + This package is required by all British and American English voices in + the Festival speech synthesis system. --- festlex-poslex-2.4.orig/debian/copyright +++ festlex-poslex-2.4/debian/copyright @@ -0,0 +1,48 @@ +This is a Debian prepackaged version of the festival poslex 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 lexicon (wsj.wp39.poslexR) and an ngram +(wsj.wp39.tri.ngrambin) for English part of speech tagging. +Information in these files were derived from the Penn Tree Bank +diustributed by the LDC, in tur derived from data from the Wall +Street Journal. These models fall under the following copyright +without conflict from the material the models were trained from + + 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. + +(ignore the above, it doesn't pertain to POSLEX itself) \ No newline at end of file --- festlex-poslex-2.4.orig/debian/festlex-poslex.install +++ festlex-poslex-2.4/debian/festlex-poslex.install @@ -0,0 +1 @@ +lib/dicts/wsj.* usr/share/festival/dicts/ --- festlex-poslex-2.4.orig/debian/rules +++ festlex-poslex-2.4/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +%: + dh ${@} --- festlex-poslex-2.4.orig/debian/source/format +++ festlex-poslex-2.4/debian/source/format @@ -0,0 +1 @@ +1.0 --- festlex-poslex-2.4.orig/debian/source/options +++ festlex-poslex-2.4/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" --- festlex-poslex-2.4.orig/debian/watch +++ festlex-poslex-2.4/debian/watch @@ -0,0 +1,4 @@ +version=4 +# Note that a "new" version doesn't seem to imply new content. +opts="filenamemangle=s#.*/festival/@ANY_VERSION@/festlex_POSLEX#@PACKAGE@_$1#" \ + http://festvox.org/packed/festival/@ANY_VERSION@/ festlex_POSLEX@ARCHIVE_EXT@