debian/0000755000000000000000000000000011737554317007203 5ustar debian/control0000644000000000000000000000131611737554530010604 0ustar Source: asterisk-espeak Section: comm Priority: optional Maintainer: Jonas Smedegaard Build-Depends: cdbs, debhelper, dh-buildinfo, asterisk-dev, libespeak-dev (>= 1.41.01), libsamplerate-dev, libsndfile1-dev Standards-Version: 3.9.3 Vcs-Git: git://git.debian.org/git/collab-maint/asterisk-espeak.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/asterisk-espeak.git Homepage: http://zaf.github.com/Asterisk-eSpeak/ Package: asterisk-espeak Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, asterisk Description: eSpeak module for Asterisk Module for the Asterisk open source PBX which allows you to use the eSpeak voice synthesis engine to render text to speech. debian/source/0000755000000000000000000000000011737547566010513 5ustar debian/source/format0000644000000000000000000000001411737547566011721 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000203511737553661011056 0ustar asterisk-espeak (2.1-1) unstable; urgency=low * New upstream release. * Update upstream URLs. * Update package releations: + Build-depend on libsamplerate-dev (not libresample1-dev), reflecting upstream change. + Relax to (build-)depend unversioned on asterisk: no longer tied to 1.6 branch. + Relax to build-depend unversioned on debhelper: required version satisified even in oldstable. + Build-depend on dh-buildinfo. + Newline-delimit package relations. + Update CDBS suppression of optional build-dependencies. * Bump standards-version to 3.9.3. * Use anonscm.debian.org for Vcs-Browser field. * Bump debhelper compat level to 7. * Extend my copyright for Debian packaging. * Update copyright file: + Extend copyright years. + Rewrite using format 1.0. -- Jonas Smedegaard Fri, 06 Apr 2012 13:43:43 +0200 asterisk-espeak (0.1-1) unstable; urgency=low * Initial release. Closes: bug#574378. -- Jonas Smedegaard Wed, 17 Mar 2010 21:16:49 +0100 debian/README.source0000644000000000000000000000361311737547566011375 0ustar Building this package for Debian -------------------------------- This source package need no special handling for normal package builds. Developing this package for Debian ---------------------------------- The source of this package is developed using git and the helper tool git-buildpackage, with all official releases tagged and signed and binary diffs of tarballs stored using pristine-tar. This is documented below /usr/share/doc/git-buildpackage/manual-html/ . A custom build target shows current upstream and packaging versions: debian/rules print-version Current upstream tarball can be prepared using this other build target: debian/rules get-orig-source To switch to newer upstream source, first add a dummy changelog entry and comment out DEB_UPSTREAM_TARBALL_MD5 before getting the source: dch -v ${new_upstream_version}-1 "Dummy changelog entry" sed -i -e 's/^\(DEB_UPSTREAM_TARBALL_MD5\b\)/#\1/' debian/rules debian/rules get-orig-source Store new md5sum to help ensure identical source is received later. Setting DEB_MAINTAINER_MODE=1 enables additional build routines helpful during development of the package, but unfit for normal builds. This typically includes the CDBS feature of auto-updating debian/control with CDBS-related build-dependencies, which is forbidden by Debian Policy as build environment must not change during automated builds. Maintaining packaging build routines ------------------------------------ This source package wraps debhelper commands and other tedious parts of the build routines using the CDBS framework. Please refer to the actual makefile snippets included from debian/rules for details on their purpose and ways to override defaults. Additionally, makefile snippets included from below /usr/share/cdbs may also be documented in /usr/share/doc/cdbs/cdbs-doc.pdf.gz . -- Jonas Smedegaard Thu, 26 Feb 2009 21:28:29 +0100 debian/compat0000644000000000000000000000000211737551753010402 0ustar 7 debian/watch0000644000000000000000000000034011737550003010215 0ustar # Run the "uscan --report" command to check for upstream updates. # (use get-orig-source build target to get source - see README.source) version=3 http://githubredir.debian.net/github/zaf/Asterisk-eSpeak .*?(\d[^/]*).tar.gz debian/copyright_hints0000644000000000000000000000174011737552115012337 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: FIXME Upstream-Contact: FIXME Source: FIXME Disclaimer: Autogenerated by CDBS Files: ChangeLog README authors debian/README.source debian/compat debian/control debian/control.in debian/source/format debian/watch espeak.conf.sample espeak.patch Copyright: *No copyright* License: UNKNOWN FIXME Files: Makefile app_espeak.c Copyright: 2009, - 2011, Lefteris Zafiris License: UNKNOWN FIXME Files: COPYING Copyright: 1989, 1991 Free Software Foundation, Inc. HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR HOLDERS AND/OR OTHER PARTIES disclaimer" for the program, if holder saying it may be distributed holder who places the Program under this License interest in the program law: the software, and year name of author License: GPL-2+ FIXME Files: debian/rules Copyright: 2009-2010, 2012 Jonas Smedegaard License: GPL-2+ FIXME debian/copyright0000644000000000000000000000273411737554317011144 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Asterisk-eSpeak Upstream-Contact: http://github.com/zaf/Asterisk-eSpeak/issues/ Source: https://github.com/zaf/Asterisk-eSpeak/downloads git://github.com/zaf/Asterisk-eSpeak Files: * Copyright: 2009-2011, Lefteris Zafiris License: GPL-2 Files: debian/* Copyright: 2009-2010,2012, Jonas Smedegaard License: GPL-2+ License: GPL-2 This program is free software, distributed under the terms of the GNU General Public License Version 2. See the COPYING file at the top of the source tree. Comment: On Debian systems the 'GNU General Public License' version 2 is located in '/usr/share/common-licenses/GPL-2'. . You should have received a copy of the 'GNU General Public License' along with this program. If not, see . License: GPL-2+ This file 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; either version 2 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. Comment: On Debian systems the 'GNU General Public License' version 2 is located in '/usr/share/common-licenses/GPL-2'. debian/rules0000755000000000000000000000401611737553235010262 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright © 2009, 2010, 2012 Jonas Smedegaard # Description: Main Debian packaging script for Asterisk-eSpeak # # 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; either version 2, or (at # your option) any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -include /usr/share/cdbs/1/rules/upstream-tarball.mk include /usr/share/cdbs/1/rules/utils.mk include /usr/share/cdbs/1/class/makefile.mk include /usr/share/cdbs/1/rules/debhelper.mk # suppress optional build-dependencies CDBS_BUILD_DEPENDS_rules_upstream-tarball = CDBS_BUILD_DEPENDS_rules_utils_copyright-check = DEB_UPSTREAM_URL = http://githubredir.debian.net/github/zaf/Asterisk-eSpeak DEB_UPSTREAM_TARBALL_BASENAME = v$(DEB_UPSTREAM_TARBALL_VERSION) DEB_UPSTREAM_WGET_OPTS += --no-check-certificate DEB_UPSTREAM_TARBALL_MD5 = 10dc5ef6f27a8b98c4024f5d8e33c2c7 # Install only as example file for now, due to odd asterisk configfile handling DEB_INSTALL_EXAMPLES_asterisk-espeak += espeak.conf.sample #binary-install/asterisk-espeak:: # install -D -m 0644 espeak.conf.sample debian/$(cdbs_curpkg)/etc/asterisk/espeak.conf DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(DEB_DESTDIR) # Readd upstream CFLAGS CFLAGS += -pipe -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE # Tighten dependency as recommended by upstream: leaked filedescriptor # may cause asterisk crashes binary-predeb/asterisk-espeak:: perl -i -pe 's/(libespeak1 \(>= )1\.30\)/$${1}1.41.01)/' debian/asterisk-espeak.substvars debian/control.in0000644000000000000000000000126511737552226011214 0ustar Source: asterisk-espeak Section: comm Priority: optional Maintainer: Jonas Smedegaard Build-Depends: @cdbs@, asterisk-dev, libespeak-dev (>= 1.41.01), libsamplerate-dev, libsndfile1-dev Standards-Version: 3.9.3 Vcs-Git: git://git.debian.org/git/collab-maint/asterisk-espeak.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/asterisk-espeak.git Homepage: http://zaf.github.com/Asterisk-eSpeak/ Package: asterisk-espeak Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, asterisk Description: eSpeak module for Asterisk Module for the Asterisk open source PBX which allows you to use the eSpeak voice synthesis engine to render text to speech.