diff -Nru htsengine-1.05/debian/changelog htsengine-1.05/debian/changelog --- htsengine-1.05/debian/changelog 2011-10-07 14:24:24.000000000 +0000 +++ htsengine-1.05/debian/changelog 2011-12-10 03:16:12.000000000 +0000 @@ -1,5 +1,12 @@ +htsengine (1.05-2) unstable; urgency=low + + * debian/control + - changed priority from extra to optional + + -- Koichi Akabe Sat, 10 Dec 2011 12:06:57 +0900 + htsengine (1.05-1) unstable; urgency=low * Initial release (Closes: #642998) - -- Koichi Akabe Fri, 7 Oct 2011 23:24:20 +0900 + -- Koichi Akabe Fri, 07 Oct 2011 23:24:20 +0900 diff -Nru htsengine-1.05/debian/control htsengine-1.05/debian/control --- htsengine-1.05/debian/control 2011-10-08 14:43:47.000000000 +0000 +++ htsengine-1.05/debian/control 2011-12-08 05:21:05.000000000 +0000 @@ -1,6 +1,6 @@ Source: htsengine Section: sound -Priority: extra +Priority: optional Maintainer: Koichi Akabe Build-Depends: debhelper (>= 8.0.0), dh-autoreconf, docbook-to-man Standards-Version: 3.9.2 @@ -28,7 +28,6 @@ programs that want to compile with HTS engine. Package: htsengine -Section: sound Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: frontend of HMM-based speech synthesis engine diff -Nru htsengine-1.05/debian/copyright htsengine-1.05/debian/copyright --- htsengine-1.05/debian/copyright 2011-10-07 09:17:05.000000000 +0000 +++ htsengine-1.05/debian/copyright 2011-12-01 14:25:49.000000000 +0000 @@ -1,4 +1,4 @@ -Format: http://dep.debian.net/deps/dep5 +Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=209 Upstream-Name: hts-engine-api Source: http://hts-engine.sourceforge.net/ diff -Nru htsengine-1.05/debian/hts_engine.sgml htsengine-1.05/debian/hts_engine.sgml --- htsengine-1.05/debian/hts_engine.sgml 2011-10-07 15:06:44.000000000 +0000 +++ htsengine-1.05/debian/hts_engine.sgml 2011-12-10 05:34:42.000000000 +0000 @@ -267,14 +267,14 @@ input.lab:
% hts_engine -s 48000 -p 240 -a 0.55 \\ - > -td tree-dur.inf -tm tree-mgc.inf -tf tree-lf0.inf \\ - > -tl tree-lpf.inf -md dur.pdf -mm mgc.pdf \\ - > -mf lf0.pdf -ml lpf.pdf -dm mgc.win1 \\ - > -dm mgc.win2 -dm mgc.win3 -df lf0.win1 \\ - > -df lf0.win2 -df lf0.win3 -dl lpf.win1 \\ - > -em tree-gv-mgc.inf -ef tree-gv-lf0.inf -cm gv-mgc.pdf \\ - > -cf gv-lf0.pdf -k gv-switch.inf -ow output.wav \\ - > input.lab + -td tree-dur.inf -tm tree-mgc.inf -tf tree-lf0.inf \\ + -tl tree-lpf.inf -md dur.pdf -mm mgc.pdf \\ + -mf lf0.pdf -ml lpf.pdf -dm mgc.win1 \\ + -dm mgc.win2 -dm mgc.win3 -df lf0.win1 \\ + -df lf0.win2 -df lf0.win3 -dl lpf.win1 \\ + -em tree-gv-mgc.inf -ef tree-gv-lf0.inf -cm gv-mgc.pdf \\ + -cf gv-lf0.pdf -k gv-switch.inf -ow output.wav \\ + input.lab
diff -Nru htsengine-1.05/debian/patches/01_build_shared_lib htsengine-1.05/debian/patches/01_build_shared_lib --- htsengine-1.05/debian/patches/01_build_shared_lib 2011-10-07 12:48:06.000000000 +0000 +++ htsengine-1.05/debian/patches/01_build_shared_lib 1970-01-01 00:00:00.000000000 +0000 @@ -1,42 +0,0 @@ ---- htsengine-1.05.orig/configure.ac -+++ htsengine-1.05/configure.ac -@@ -8,9 +8,13 @@ - AC_COPYRIGHT(Copyright 2001-2008 Tokyo Institute of Technology) - AM_INIT_AUTOMAKE(hts_engine_API, 1.05, nostdinc no-installinfo no-installman) - -+LTVERSION="1:0:0" -+AC_SUBST(LTVERSION) -+ - # Checks for C compiler - AC_PROG_CC - AM_PROG_CC_C_O -+AM_PROG_LIBTOOL - AC_PROG_INSTALL - AC_PROG_RANLIB - AN_MAKEVAR([AR], [AC_PROG_AR]) ---- htsengine-1.05.orig/lib/Makefile.am -+++ htsengine-1.05/lib/Makefile.am -@@ -3,9 +3,10 @@ - - INCLUDES = -I$(top_srcdir)/include - --lib_LIBRARIES = libHTSEngine.a -+lib_LTLIBRARIES = libHTSEngine.la - --libHTSEngine_a_SOURCES = HTS_audio.c HTS_engine.c HTS_hidden.h HTS_misc.c \ -+libHTSEngine_la_LDFLAGS = -no-undefined -version-info $(LTVERSION) -+libHTSEngine_la_SOURCES = HTS_audio.c HTS_engine.c HTS_hidden.h HTS_misc.c \ - HTS_pstream.c HTS_sstream.c HTS_model.c HTS_vocoder.c \ - HTS_gstream.c HTS_label.c - ---- htsengine-1.05.orig/bin/Makefile.am -+++ htsengine-1.05/bin/Makefile.am -@@ -7,7 +7,7 @@ - - hts_engine_SOURCES = hts_engine.c - --hts_engine_LDADD = ../lib/libHTSEngine.a -+hts_engine_LDADD = ../lib/libHTSEngine.la - - DISTCLEANFILES = *.log *.out *~ - diff -Nru htsengine-1.05/debian/patches/10_build_shared_lib.patch htsengine-1.05/debian/patches/10_build_shared_lib.patch --- htsengine-1.05/debian/patches/10_build_shared_lib.patch 1970-01-01 00:00:00.000000000 +0000 +++ htsengine-1.05/debian/patches/10_build_shared_lib.patch 2011-12-01 14:25:24.000000000 +0000 @@ -0,0 +1,48 @@ +Description: Build libhtsengine as shared library + The upstream version provides only static library and Open JTalk + uses it. This patch changes to build a shared library. +Author: Koichi Akabe +Last-Update: 2011-11-30 + +--- htsengine-1.05.orig/configure.ac ++++ htsengine-1.05/configure.ac +@@ -8,9 +8,13 @@ + AC_COPYRIGHT(Copyright 2001-2008 Tokyo Institute of Technology) + AM_INIT_AUTOMAKE(hts_engine_API, 1.05, nostdinc no-installinfo no-installman) + ++LTVERSION="1:0:0" ++AC_SUBST(LTVERSION) ++ + # Checks for C compiler + AC_PROG_CC + AM_PROG_CC_C_O ++AM_PROG_LIBTOOL + AC_PROG_INSTALL + AC_PROG_RANLIB + AN_MAKEVAR([AR], [AC_PROG_AR]) +--- htsengine-1.05.orig/lib/Makefile.am ++++ htsengine-1.05/lib/Makefile.am +@@ -3,9 +3,10 @@ + + INCLUDES = -I$(top_srcdir)/include + +-lib_LIBRARIES = libHTSEngine.a ++lib_LTLIBRARIES = libHTSEngine.la + +-libHTSEngine_a_SOURCES = HTS_audio.c HTS_engine.c HTS_hidden.h HTS_misc.c \ ++libHTSEngine_la_LDFLAGS = -no-undefined -version-info $(LTVERSION) ++libHTSEngine_la_SOURCES = HTS_audio.c HTS_engine.c HTS_hidden.h HTS_misc.c \ + HTS_pstream.c HTS_sstream.c HTS_model.c HTS_vocoder.c \ + HTS_gstream.c HTS_label.c + +--- htsengine-1.05.orig/bin/Makefile.am ++++ htsengine-1.05/bin/Makefile.am +@@ -7,7 +7,7 @@ + + hts_engine_SOURCES = hts_engine.c + +-hts_engine_LDADD = ../lib/libHTSEngine.a ++hts_engine_LDADD = ../lib/libHTSEngine.la + + DISTCLEANFILES = *.log *.out *~ + diff -Nru htsengine-1.05/debian/patches/series htsengine-1.05/debian/patches/series --- htsengine-1.05/debian/patches/series 2011-10-07 12:25:14.000000000 +0000 +++ htsengine-1.05/debian/patches/series 2011-11-30 08:54:52.000000000 +0000 @@ -1 +1 @@ -01_build_shared_lib +10_build_shared_lib.patch diff -Nru htsengine-1.05/debian/watch htsengine-1.05/debian/watch --- htsengine-1.05/debian/watch 2011-09-26 08:28:24.000000000 +0000 +++ htsengine-1.05/debian/watch 2011-12-01 14:21:30.000000000 +0000 @@ -1,9 +1,3 @@ -# Example watch control file for uscan -# Rename this file to "watch" and then you can run the "uscan" command -# to check for upstream updates and more. -# See uscan(1) for format - -# Compulsory line, this is a version 3 file version=3 http://sf.net/hts-engine/hts_engine_API-(.*)\.tar\.gz