--- buteo-syncfw-qml-0.1+15.10.20151008.orig/debian/changelog +++ buteo-syncfw-qml-0.1+15.10.20151008/debian/changelog @@ -0,0 +1,30 @@ +buteo-syncfw-qml (0.1+15.10.20151008-0ubuntu1) wily; urgency=medium + + [ Renato Araujo Oliveira Filho ] + * Rename uoa contacts service to avoid conflict with old services. + + -- Bill Filler Thu, 08 Oct 2015 18:49:26 +0000 + +buteo-syncfw-qml (0.1+15.10.20150929-0ubuntu1) wily; urgency=medium + + [ Ken VanDine ] + * Cleaned up white space and dropped langpack reference + + [ Renato Araujo Oliveira Filho ] + * Added coverage. Use async dbus call for "syncProfilesByKey". + * Implemented QML bindings for buteo syncfw DBUS service. added: .bzr- + builddeb/ .bzr-builddeb/default.conf Buteo/ Buteo/CMakeLists.txt + Buteo/buteo-sync-qml.cpp Buteo/buteo-sync-qml.h Buteo/plugin.cpp + Buteo/plugin.h Buteo/qmldir CMakeLists.txt cmake_uninstall.cmake.in + debian/ debian/changelog debian/compat debian/control + debian/copyright debian/rules tests/ tests/CMakeLists.txt tests/qml/ + tests/qml/CMakeLists.txt tests/qml/buteo-syncfw.py + tests/qml/tst_ButeoSyncFW.qml + + -- CI Train Bot Tue, 29 Sep 2015 19:16:56 +0000 + +buteo-syncfw-qml (0.1-0ubuntu1) vivid; urgency=medium + + * New package + + -- Renato Araujo Oliveira Filho Wed, 08 Jul 2015 12:01:34 -0300 --- buteo-syncfw-qml-0.1+15.10.20151008.orig/debian/compat +++ buteo-syncfw-qml-0.1+15.10.20151008/debian/compat @@ -0,0 +1 @@ +9 --- buteo-syncfw-qml-0.1+15.10.20151008.orig/debian/control +++ buteo-syncfw-qml-0.1+15.10.20151008/debian/control @@ -0,0 +1,33 @@ +Source: buteo-syncfw-qml +Section: libs +Priority: optional +Maintainer: Ubuntu Developers +Build-Depends: cmake, + dbus-test-runner, + debhelper (>= 9), + pkg-config, + qml-module-qttest, + qtchooser, + qt5-default, + qtbase5-dev, + qtdeclarative5-dev, +Standards-Version: 3.9.5 +Homepage: https://launchpad.net/buteo-syncfw-qml +# 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:buteo-syncfw-qml + +Package: qtdeclarative5-buteo-syncfw0.1 +Architecture: any +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends} +Depends: ${misc:Depends}, + ${shlibs:Depends}, +Recommends: buteo-syncfw +Description: Buteo sync framework client - QML bindings + buteo-syncfw manages data synchronization + . + This package contains the QML plugin providing the features from the buteo + to applications. + --- buteo-syncfw-qml-0.1+15.10.20151008.orig/debian/copyright +++ buteo-syncfw-qml-0.1+15.10.20151008/debian/copyright @@ -0,0 +1,19 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Source: https://launchpad.net/buteo-syncfw-qml +Upstream-Name: buteo-syncfw-qml + +Files: * +Copyright: 2015 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 version 3 as + published by the Free Software Foundation. + . + 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. + . + On Debian systems, the full text of the GNU General Public + License version 3 can be found in the file + `/usr/share/common-licenses/GPL-3'. --- buteo-syncfw-qml-0.1+15.10.20151008.orig/debian/rules +++ buteo-syncfw-qml-0.1+15.10.20151008/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f +# -*- makefile -*- +export DPKG_GENSYMBOLS_CHECK_LEVEL=4 + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +%: + dh $@ --parallel --fail-missing