--- unity-voice-0.1+14.04.20140304.orig/debian/changelog +++ unity-voice-0.1+14.04.20140304/debian/changelog @@ -0,0 +1,66 @@ +unity-voice (0.1+14.04.20140304-0ubuntu1) trusty; urgency=low + + [ Pete Woods ] + * Disable Valgrind on ARM (LP: #1287135) + + -- Ubuntu daily release Tue, 04 Mar 2014 05:32:41 +0000 + +unity-voice (0.1+14.04.20140108.1-0ubuntu1) trusty; urgency=low + + [ Pete Woods ] + * Enable unit tests during debian package build. + * Valgrind is not available on all platforms. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 27 + + -- Ubuntu daily release Wed, 08 Jan 2014 18:22:38 +0000 + +unity-voice (0.1+14.04.20131202.1-0ubuntu1) trusty; urgency=low + + [ Pete Woods ] + * Add missing dependency to dev package". + + [ Robert Bruce Park ] + * Minor packaging fixups. + + [ Ɓukasz 'sil2100' Zemczak ] + * Fix copyright issues. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 24 + + -- Ubuntu daily release Mon, 02 Dec 2013 13:12:22 +0000 + +unity-voice (0.1+14.04.20131126-0ubuntu1) trusty; urgency=low + + [ Pete Woods ] + * Initial release. + * Basic port with tests in C++ + * Clean up + * Add client library + * Use client library in tests + * Rename the test + * Fix leaks + * Trim unnecessary dependencies + * The tests should be solid now (waits for listening signal) + * Fix the copyright status + * Rename upstart configuration + * Include from common, instead of libunityvoice + * Rename method + * Fix debian symbols file + * Add autopilot tests + * Refer to the command by its absolute path + * Add autopilot package + * Fix binary path in run script + * Fix run on device script + * Introduced a dictionary hash table to store known words for command + validation Improved error handling to return more detailed messages + about failures. + * Fix autopilot tests when service is installed, rather than just from + source directory + + [ Ubuntu daily release ] + * Automatic snapshot from revision 20 + + -- Ubuntu daily release Tue, 26 Nov 2013 20:54:17 +0000 --- unity-voice-0.1+14.04.20140304.orig/debian/compat +++ unity-voice-0.1+14.04.20140304/debian/compat @@ -0,0 +1 @@ +9 --- unity-voice-0.1+14.04.20140304.orig/debian/control +++ unity-voice-0.1+14.04.20140304/debian/control @@ -0,0 +1,66 @@ +Source: unity-voice +Section: gnome +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Pete Woods +Build-Depends: cmake, + debhelper (>= 9), + gettext, + google-mock (>= 1.6.0+svn437), + libpocketsphinx-dev (>= 0.8), + libqtdbustest1-dev, + libsphinxbase-dev (>= 0.8), + pkg-config, + pulseaudio, + qtbase5-dev, + sphinx-voxforge-hmm-en, + sphinx-voxforge-lm-en, + valgrind [!arm64 !ppc64el], +Standards-Version: 3.9.4 +Homepage: https://launchpad.net/unity-voice +# if you don't have have commit access to this branch but would like to upload +# directly to Ubuntu, don't worry: your changes will be merged back into the +# upstream branch +Vcs-Bzr: lp:unity-voice + +Package: libunityvoice1-dev +Section: libdevel +Architecture: any +Multi-Arch: same +Depends: libunityvoice1 (= ${binary:Version}), + qtbase5-dev, + ${misc:Depends}, +Description: client library for Unity voice service + This package contains files that are needed to build applications. + +Package: libunityvoice1 +Section: libs +Architecture: any +Multi-Arch: same +Depends: unity-voice-service (= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends}, +Pre-Depends: ${misc:Pre-Depends}, +Description: client library for Unity voice service + This package contains shared libraries to be used by applications. + +Package: unity-voice-service +Architecture: any +Multi-Arch: same +Depends: sphinx-voxforge-hmm-en, + sphinx-voxforge-lm-en, + ${misc:Depends}, + ${shlibs:Depends}, +Description: Voice recognition service for unity + This projects contains a DBus service that performs voice + recognition. + +Package: unity-voice-autopilot +Architecture: all +Depends: unity-voice-service (>= ${binary:Version}), + python-autopilot, + ${misc:Depends}, + ${shlibs:Depends}, +Description: Voice recognition autopilot tests + This package contains all the autopilot integration tests for testing the + unity-voice functionality. --- unity-voice-0.1+14.04.20140304.orig/debian/copyright +++ unity-voice-0.1+14.04.20140304/debian/copyright @@ -0,0 +1,61 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Source: https://launchpad.net/unity-voice +Upstream-Name: unity-voice + +Files: * +Copyright: 2013 Canonical, Ltd. +License: GPL-3 + 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 3 of the License. + . + 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 . + . + On Debian systems, the complete text of the GNU General + Public License version 3 can be found in '/usr/share/common-licenses/GPL-3'. + +Files: src/libunityvoice/* + src/common/* +Copyright: 2013 Canonical, Ltd. +License: LGPL-3 + This library is free software; you can redistribute it and/or modify it under + the terms of version 3 of the GNU Lesser General Public License as published + by the Free Software Foundation. + . + This library 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 Lesser General Public License for more + details. + . + You should have received a copy of the GNU Lesser General Public License + along with this program. If not, see . + . + On Debian systems, the full text of the GNU Lesser General Public + License version 3 can be found in the file + `/usr/share/common-licenses/LGPL-3'. + +Files: tests/autopilot/unity_voice/__init__.py +Copyright: 2013 Canonical, Ltd. +License: LGPL-3+ + This library is free software; you can redistribute it and/or modify it under + the terms of the GNU Lesser General Public License as published by the Free + Software Foundation; either version 3 of the License, or (at your option) any + later version. + . + This library 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 Lesser General Public License for more + details. + . + You should have received a copy of the GNU Lesser General Public License + along with this program. If not, see . + . + On Debian systems, the full text of the GNU Lesser General Public + License version 3 can be found in the file + `/usr/share/common-licenses/LGPL-3'. --- unity-voice-0.1+14.04.20140304.orig/debian/libunityvoice1-dev.install +++ unity-voice-0.1+14.04.20140304/debian/libunityvoice1-dev.install @@ -0,0 +1,3 @@ +usr/include/*/libunityvoice/* +usr/lib/*/libunityvoice*.so +usr/lib/*/pkgconfig/libunityvoice* --- unity-voice-0.1+14.04.20140304.orig/debian/libunityvoice1.install +++ unity-voice-0.1+14.04.20140304/debian/libunityvoice1.install @@ -0,0 +1 @@ +usr/lib/*/libunityvoice*.so.* --- unity-voice-0.1+14.04.20140304.orig/debian/libunityvoice1.symbols +++ unity-voice-0.1+14.04.20140304/debian/libunityvoice1.symbols @@ -0,0 +1,18 @@ +libunityvoice.so.1 libunityvoice1 #MINVER# + (c++)"LibUnityVoice::UnityVoice::getInstance()@Base" 0.1 + (c++)"LibUnityVoice::UnityVoice::registerMetaTypes()@Base" 0.1 + (c++)"ComCanonicalUnityVoiceInterface::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.1 + (c++)"ComCanonicalUnityVoiceInterface::qt_metacast(char const*)@Base" 0.1 + (c++)"ComCanonicalUnityVoiceInterface::HeardSomething()@Base" 0.1 + (c++)"ComCanonicalUnityVoiceInterface::staticMetaObject@Base" 0.1 + (c++)"ComCanonicalUnityVoiceInterface::Loading()@Base" 0.1 + (c++)"ComCanonicalUnityVoiceInterface::Listening()@Base" 0.1 + (c++)"ComCanonicalUnityVoiceInterface::ComCanonicalUnityVoiceInterface(QString const&, QString const&, QDBusConnection const&, QObject*)@Base" 0.1 + (c++)"ComCanonicalUnityVoiceInterface::ComCanonicalUnityVoiceInterface(QString const&, QString const&, QDBusConnection const&, QObject*)@Base" 0.1 + (c++)"ComCanonicalUnityVoiceInterface::~ComCanonicalUnityVoiceInterface()@Base" 0.1 + (c++)"ComCanonicalUnityVoiceInterface::~ComCanonicalUnityVoiceInterface()@Base" 0.1 + (c++)"ComCanonicalUnityVoiceInterface::~ComCanonicalUnityVoiceInterface()@Base" 0.1 + (c++)"ComCanonicalUnityVoiceInterface::metaObject() const@Base" 0.1 + (c++)"typeinfo for ComCanonicalUnityVoiceInterface@Base" 0.1 + (c++)"typeinfo name for ComCanonicalUnityVoiceInterface@Base" 0.1 + (c++)"vtable for ComCanonicalUnityVoiceInterface@Base" 0.1 --- unity-voice-0.1+14.04.20140304.orig/debian/rules +++ unity-voice-0.1+14.04.20140304/debian/rules @@ -0,0 +1,19 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +export DPKG_GENSYMBOLS_CHECK_LEVEL=4 + +ifeq ($(DEB_HOST_ARCH),armhf) + ENABLE_MEMCHECK_OPTION = OFF +else + ENABLE_MEMCHECK_OPTION = ON +endif + +%: + dh $@ --parallel --fail-missing + +override_dh_auto_configure: + dh_auto_configure -- -DENABLE_MEMCHECK_OPTION=${ENABLE_MEMCHECK_OPTION} + +override_dh_makeshlibs: + dh_makeshlibs -V --- unity-voice-0.1+14.04.20140304.orig/debian/unity-voice-autopilot.install +++ unity-voice-0.1+14.04.20140304/debian/unity-voice-autopilot.install @@ -0,0 +1 @@ +usr/lib/python*/dist-packages/unity_voice/* --- unity-voice-0.1+14.04.20140304.orig/debian/unity-voice-service.install +++ unity-voice-0.1+14.04.20140304/debian/unity-voice-service.install @@ -0,0 +1,2 @@ +usr/lib/*/unity-voice-service +usr/share