--- ubuntu-keyboard-0.99.trunk.phablet2+13.10.20130827.orig/debian/ubuntu-keyboard-autopilot.install +++ ubuntu-keyboard-0.99.trunk.phablet2+13.10.20130827/debian/ubuntu-keyboard-autopilot.install @@ -0,0 +1 @@ +usr/lib/python*/*/ubuntu_keyboard* --- ubuntu-keyboard-0.99.trunk.phablet2+13.10.20130827.orig/debian/server.conf +++ ubuntu-keyboard-0.99.trunk.phablet2+13.10.20130827/debian/server.conf @@ -0,0 +1,20 @@ +[maliit] +onscreen\active=libubuntu-keyboard-plugin.so:en_us + +pluginsettings\libubuntu-keyboard-plugin.so\current_style = ubuntu +pluginsettings\libubuntu-keyboard-plugin.so\word_engine_enabled = false + +onscreen\enabled=libubuntu-keyboard-plugin.so:en_gb, \ +libubuntu-keyboard-plugin.so:en_us, \ +libubuntu-keyboard-plugin.so:de, \ +libubuntu-keyboard-plugin.so:es, \ +libubuntu-keyboard-plugin.so:zh_cn_cangjie, \ +libubuntu-keyboard-plugin.so:zh_cn_pinyin, \ +libubuntu-keyboard-plugin.so:zh_cn_zhuyin, + + +; pluginsettings\libubuntu-keyboard-plugin.so\auto_correct_enabled = false +; pluginsettings\libubuntu-keyboard-plugin.so\feedback_enabled = false +; pluginsettings\libubuntu-keyboard-plugin.so\auto_caps_enabled = false +; pluginsettings\libubuntu-keyboard-plugin.so\hide_word_ribbon_in_potrait_mode = false + --- ubuntu-keyboard-0.99.trunk.phablet2+13.10.20130827.orig/debian/ubuntu-keyboard-tests.install +++ ubuntu-keyboard-0.99.trunk.phablet2+13.10.20130827/debian/ubuntu-keyboard-tests.install @@ -0,0 +1 @@ +usr/bin/ubuntu-keyboard-benchmark --- ubuntu-keyboard-0.99.trunk.phablet2+13.10.20130827.orig/debian/copyright +++ ubuntu-keyboard-0.99.trunk.phablet2+13.10.20130827/debian/copyright @@ -0,0 +1,39 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ + +Files: * +Copyright: 2012-2013 Canonical, Ltd. + 2010-2011 Nokia Corporation +License: BSD-3-clause + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + . + Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + . + Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + . + Neither the name of Nokia Corporation nor Canonical Ltd may + be used to endorse or promote products derived from this software without + specific prior written permission. + +Files: data/styles/*/sounds/typewriter.wav +Copyright: 2005 ddohler (http://www.freesound.org/people/ddohler/) +License: CC-BY-3.0 + Creative Commons Attribution 3.0 Unported License + . + THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE + COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY + COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS + AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED. + . + BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE + TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY + BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS + CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND + CONDITIONS. + . + You should have received a copy of the license along with this + work. If not, see . --- ubuntu-keyboard-0.99.trunk.phablet2+13.10.20130827.orig/debian/ubuntu-keyboard-data.install +++ ubuntu-keyboard-0.99.trunk.phablet2+13.10.20130827/debian/ubuntu-keyboard-data.install @@ -0,0 +1 @@ +usr/share/maliit/plugins/com/ubuntu/ --- ubuntu-keyboard-0.99.trunk.phablet2+13.10.20130827.orig/debian/control +++ ubuntu-keyboard-0.99.trunk.phablet2+13.10.20130827/debian/control @@ -0,0 +1,68 @@ +Source: ubuntu-keyboard +Section: libs +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Michael Hasselmann +Build-Depends: debhelper (>= 9), + doxygen, + libgl1-mesa-dev | libgl-dev, + libgles2-mesa-dev, + libglib2.0-dev, + libhunspell-dev, + libpinyin2-dev, + libpresage-dev, + libubuntu-platform-api1-dev, + maliit-framework-dev (>= 0.99.0+git20130615+97e8335-0ubuntu3), + pkg-config, + python (>= 2.7), + python-setuptools, + qt5-default, + qtbase5-dev, + qtdeclarative5-dev, +Standards-Version: 3.9.4 +Homepage: https://launchpad.net/ubuntu-keyboard +# If you aren't a member of ~phablet-team but need to upload packaging changes, +# just go ahead. ~phablet-team will notice and sync up the code again. +Vcs-Bzr: https://code.launchpad.net/~phablet-team/ubuntu-keyboard/trunk + +Package: ubuntu-keyboard +Architecture: any +Depends: maliit-framework (>= 0.99.0+git20130615+97e8335-0ubuntu3), + qtdeclarative5-window-plugin, + ubuntu-keyboard-data (>= ${source:Version}), + ${misc:Depends}, + ${shlibs:Depends}, +Description: Ubuntu on-screen keyboard + Ubuntu Keyboard based on Maliit-Keyboard + . + Maliit provides a flexible and cross-platform input method framework. It has a + plugin-based client-server architecture where applications act as clients and + communicate with the Maliit server via input context plugins. The communication + link currently uses D-Bus. Maliit is an open source framework (LGPL 2) with + open source plugins (BSD). + . + Ubuntu-Keyboard on-screen keyboard is a Maliit plugin. + +Package: ubuntu-keyboard-data +Architecture: all +Depends: fonts-droid, + ${misc:Depends}, +Description: Ubuntu on-screen keyboard data files + Data files for the Ubuntu virtual keyboard + +Package: ubuntu-keyboard-tests +Architecture: any +Depends: ubuntu-keyboard (>= ${source:Version}), + ${misc:Depends}, + ${shlibs:Depends}, +Description: Ubuntu on-screen keyboard tests + Tests for the Ubuntu virtual keyboard + +Package: ubuntu-keyboard-autopilot +Architecture: all +Depends: libautopilot-qt, + ${misc:Depends}, + ${python:Depends}, + ubuntu-keyboard (>= ${source:Version}), +Description: Tests and emulators package for ubuntu-keyboard + Autopilot tests for the ubuntu-keyboard package --- ubuntu-keyboard-0.99.trunk.phablet2+13.10.20130827.orig/debian/compat +++ ubuntu-keyboard-0.99.trunk.phablet2+13.10.20130827/debian/compat @@ -0,0 +1 @@ +9 --- ubuntu-keyboard-0.99.trunk.phablet2+13.10.20130827.orig/debian/rules +++ ubuntu-keyboard-0.99.trunk.phablet2+13.10.20130827/debian/rules @@ -0,0 +1,34 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +export DPKG_GENSYMBOLS_CHECK_LEVEL=4 + +%: + dh $@ --fail-missing --with python2 + +override_dh_auto_configure: + dh_auto_configure -- -recursive \ + MALIIT_DEFAULT_PROFILE=ubuntu \ + CONFIG+=debug \ + CONFIG+=nodoc \ + CONFIG+=notests \ + CONFIG+=enable-presage \ + CONFIG+=enable-hunspell \ + CONFIG+=enable-preedit \ + CONFIG+=enable-pinyin \ + CONFIG+=enable-qt-mobility + +override_dh_install: + # install autopilot tests + cd tests/autopilot; \ + set -ex; for python in $(shell pyversions -r); do \ + $$python setup.py install --root=$(CURDIR)/debian/tmp --install-layout=deb; \ + done; \ + cd $(CURDIR) + # Don't install the other tests + rm debian/tmp/usr/bin/language-layout-loading + rm debian/tmp/usr/bin/language-layout-switching + rm debian/tmp/usr/bin/repeat-backspace + rm debian/tmp/usr/bin/ut_editor + rm debian/tmp/usr/bin/word-candidates + dh_install -X'*.pyc' --fail-missing --- ubuntu-keyboard-0.99.trunk.phablet2+13.10.20130827.orig/debian/changelog +++ ubuntu-keyboard-0.99.trunk.phablet2+13.10.20130827/debian/changelog @@ -0,0 +1,110 @@ +ubuntu-keyboard (0.99.trunk.phablet2+13.10.20130827-0ubuntu1) saucy; urgency=low + + [ Bill Filler ] + * adding autopilot test, and re-merge from trunk. + + [ Gerry Boland ] + * Create UbuntuApplicationApiWrapper to consolidate the differences + between the ubuntu-application-api on SurfaceFlinger and Mir (some + portions of the API are deprecated, so not implemented on Mir). + Fixes crash on Mir-only platform. + + [ Christopher Lee ] + * adding autopilot test, and re-merge from trunk. + + [ Ɓukasz 'sil2100' Zemczak ] + * As pointed out by Sebastian, the package:any stanza is not really + valid - we already had to revert a similar change in the past. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 25 + + -- Ubuntu daily release Tue, 27 Aug 2013 02:10:27 +0000 + +ubuntu-keyboard (0.99.trunk.phablet2+13.10.20130823-0ubuntu1) saucy; urgency=low + + [ Gerry Boland ] + * Revert accidentally approved MR for revno 19, code needs review. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 21 + + -- Ubuntu daily release Fri, 23 Aug 2013 10:08:24 +0000 + +ubuntu-keyboard (0.99.trunk.phablet2+13.10.20130822.1-0ubuntu1) saucy; urgency=low + + [ Gerry Boland ] + * Create UbuntuApplicationApiWrapper to consolidate the differences + between SurfaceFlinger and Mir operations. Fixes crash on Mir-only + platform. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 19 + + -- Ubuntu daily release Thu, 22 Aug 2013 18:36:25 +0000 + +ubuntu-keyboard (0.99.trunk.phablet2+13.10.20130822-0ubuntu1) saucy; urgency=low + + [ Bill Filler ] + * revert code committed in rev 11 as it's causing regressions with + orientation (lp:1214575 and lp:1214578). (LP: #1214578, #1214575) + * Install server.conf file to replace the default keyboard, until the + config system is better handled later on. + * Removing unused styles. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 17 + + -- Ubuntu daily release Thu, 22 Aug 2013 06:08:28 +0000 + +ubuntu-keyboard (0.99.trunk.phablet2+13.10.20130821-0ubuntu1) saucy; urgency=low + + [ Gerry Boland ] + * Set name and role on OSK Window, helps unity8 shell identify the + window. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 13 + + -- Ubuntu daily release Wed, 21 Aug 2013 15:04:32 +0000 + +ubuntu-keyboard (0.99.trunk.phablet2+13.10.20130819-0ubuntu1) saucy; urgency=low + + [ Michael Terry ] + * Rename source package + * Update packaging to be more modern + * Automatic snapshot from revision 1 + + [ Thomas Moenicke ] + * added language directory path to coreutils. Maliit-Plugins stores + all languages in /usr/share/maliit/plugins/languages/, but we + changed the language xml files as well, so they should be in a + plugin-related directory: + /usr/share/maliit/plugins/languages/com/ubuntu/ + * added qml unittests added .bzrignore file + * more work on buildsystem + * sync with latest trunk phablet maliit-plugins + * fixes in buildsystem + * fixed language directory fixed build script + * new style for magnifier. + * tracking contentOrientation of app, fixes bug. + + [ root ] + * fixed tests to build with the new plugin cleanup bazaar repo + + [ Ubuntu daily release ] + * Automatic snapshot from revision 11 + + -- Ubuntu daily release Mon, 19 Aug 2013 02:04:41 +0000 + +maliit-plugin-ubuntu (0.99.trunk.phablet1) saucy; urgency=low + + * fix reporting wrong keyboard rectangle + + -- Thomas Moenicke Wed, 10 Jul 2013 14:10:11 +0200 + +maliit-plugin-ubuntu (0.1ubuntu1) saucy; urgency=low + + * new plugin: ubuntu-keyboard + + -- Thomas Moenicke Tue, 09 Jul 2013 14:34:23 +0200 --- ubuntu-keyboard-0.99.trunk.phablet2+13.10.20130827.orig/debian/ubuntu-keyboard.install +++ ubuntu-keyboard-0.99.trunk.phablet2+13.10.20130827/debian/ubuntu-keyboard.install @@ -0,0 +1,2 @@ +debian/server.conf etc/xdg/maliit.org/ +usr/lib/maliit/plugins/libubuntu-keyboard-plugin.so --- ubuntu-keyboard-0.99.trunk.phablet2+13.10.20130827.orig/debian/source/format +++ ubuntu-keyboard-0.99.trunk.phablet2+13.10.20130827/debian/source/format @@ -0,0 +1 @@ +1.0