--- libperlspeak-perl-2.01.orig/debian/control +++ libperlspeak-perl-2.01/debian/control @@ -0,0 +1,20 @@ +Source: libperlspeak-perl +Section: perl +Priority: extra +Build-Depends: cdbs, debhelper (>= 5) +Build-Depends-Indep: perl +Maintainer: Debian Perl Project +Uploaders: Roberto C. Sanchez +Standards-Version: 3.7.3 +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libperlspeak-perl/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libperlspeak-perl/ +Homepage: http://search.cpan.org/dist/PerlSpeak/ + +Package: libperlspeak-perl +Architecture: all +Depends: ${perl:Depends}, festival +Description: Perl Module for text to speech with festival, espeak, cepstral + PerlSpeak.pm is Perl Module for text to speech with festival or cepstral. + (Other tts systems may be used by setting the tts command properties). + PerlSpeak.pm includes several useful interface methods like an audio file + selector and menu system. --- libperlspeak-perl-2.01.orig/debian/rules +++ libperlspeak-perl-2.01/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/perlmodule.mk + +install/libperlspeak-perl:: + [ ! -d debian/libperlspeak-perl/usr/lib/perl5 ] || rmdir --parents --ignore-fail-on-non-empty --verbose debian/libperlspeak-perl/usr/lib/perl5 + + --- libperlspeak-perl-2.01.orig/debian/watch +++ libperlspeak-perl-2.01/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/PerlSpeak/ .+/PerlSpeak-(.*)\.tar\.gz --- libperlspeak-perl-2.01.orig/debian/copyright +++ libperlspeak-perl-2.01/debian/copyright @@ -0,0 +1,16 @@ +Upstream source location: http://search.cpan.org/dist/PerlSpeak/ + +Files: * +Copyright: (C) 2007 by Joe Kamphaus +License: GPL-2 + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; version 2 of the License. + +Files: debian/* +Copyright: (C) 2008, Alejandro Garrido Mota +License: GPL-any + See `/usr/share/common-licenses/GPL' + +On Debian systems, the complete text of the GNU General +Public License 2 can be found in `/usr/share/common-licenses/GPL-2'. --- libperlspeak-perl-2.01.orig/debian/compat +++ libperlspeak-perl-2.01/debian/compat @@ -0,0 +1 @@ +5 --- libperlspeak-perl-2.01.orig/debian/changelog +++ libperlspeak-perl-2.01/debian/changelog @@ -0,0 +1,5 @@ +libperlspeak-perl (2.01-1) unstable; urgency=low + + * Initial Release (packaged by Alejandro Garrido Mota) (Closes: #459700). + + -- Roberto C. Sanchez Sat, 12 Jan 2008 12:59:27 -0500