--- sync-monitor-0.1+14.04.20140423.orig/debian/changelog +++ sync-monitor-0.1+14.04.20140423/debian/changelog @@ -0,0 +1,47 @@ +sync-monitor (0.1+14.04.20140423-0ubuntu1) trusty; urgency=low + + [ Renato Araujo Oliveira Filho ] + * Register "QList" into metatype to allow queue signals + with this signature. (LP: #1311719) (LP: #1311719) + + -- Ubuntu daily release Wed, 23 Apr 2014 18:32:19 +0000 + +sync-monitor (0.1+14.04.20140415.3-0ubuntu1) trusty; urgency=low + + [ Renato Araujo Oliveira Filho ] + * Force sync to start immediately if use dbus call. (LP: #1306070) + * Keep a collection cache to compare with changed events. (LP: + #1306112) + * If the sync fails use the last sync mode in the next sync. (LP: + #1306096) + + -- Ubuntu daily release Tue, 15 Apr 2014 22:20:51 +0000 + +sync-monitor (0.1+14.04.20140409-0ubuntu1) trusty; urgency=medium + + [ Renato Araujo Oliveira Filho ] + * Initial release. + * Initial commit. + * Added missing files. + * Implemented notify messages to report account sync progress. For + each account a new address book is created. + * Avoid syn the same account twice, during one sync cycle. + * Added license headers. + * Added license file. + * Added missing build deps. + * Fixed upstart script install path. + * fixed install path of upstart sevice on .install file. + * Fixed account applications install path. + * Fixed upstart file. + * Added "libnotify-dev" as build dep. + * Fixed notify during sync start. + * Used account displayName as evolution database name. + * Avoid data backup before sync. + * Fixed accounts database configuration. + * Fixed support for sync only one account. + + [ Timo Jyrinki ] + * Add LICENSE.LGPL, fix debian/copyright line changes, expand package + descriptions. + + -- Ubuntu daily release Wed, 09 Apr 2014 06:47:06 +0000 --- sync-monitor-0.1+14.04.20140423.orig/debian/compat +++ sync-monitor-0.1+14.04.20140423/debian/compat @@ -0,0 +1 @@ +9 --- sync-monitor-0.1+14.04.20140423.orig/debian/control +++ sync-monitor-0.1+14.04.20140423/debian/control @@ -0,0 +1,52 @@ +Source: sync-monitor +Section: gnome +Priority: optional +Maintainer: Ubuntu Developers +Build-Depends: cmake, + debhelper (>= 9), + dh-translations, + google-mock, + libaccounts-qt5-dev, + libnotify-dev, + pkg-config, + qt5-default, + qtbase5-dev, + qtpim5-dev, +Standards-Version: 3.9.5 +Homepage: https://launchpad.net/sync-monitor +# 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:sync-monitor + +Package: sync-monitor +Architecture: any +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends}, +Depends: ${misc:Depends}, + ${shlibs:Depends}, + account-plugin-google, + address-book-service, + syncevolution-dbus (>= 1.4), + syncevolution-provider-uoa (>= 1.4), + qtcontact5-galera, + qtorganizer5-eds, +Description: Ubuntu online account sync monitor plugin + sync-monitor manages data synchronization of contacts and calendars + . + With this package you can keep track of Ubuntu online accounts and sync + with the cloud. + +Package: sync-monitor-uoa +Architecture: all +Multi-Arch: foreign +Pre-Depends: ${misc:Pre-Depends}, +Depends: ${misc:Depends}, + sync-monitor (>= ${binary:Version}), +Description: Ubuntu online account sync monitor plugin - service files + sync-monitor manages data synchronization of contacts and calendars + . + With this package you can keep track of Ubuntu online accounts and sync + with the cloud. + . + This package contains the ubuntu online accounts service files. --- sync-monitor-0.1+14.04.20140423.orig/debian/copyright +++ sync-monitor-0.1+14.04.20140423/debian/copyright @@ -0,0 +1,67 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Source: https://launchpad.net/sync-monitor +Upstream-Name: sync-monitor + +Files: * +Copyright: 2014 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'. + +Files: 3rd_party/gmock/* +Copyright: 2005-2009 Google Inc +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 Google Inc. nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + . + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR + A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT + OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +Files: 3rd_party/syncevolution-qt/* +Copyright: 2010 Intel Corporation +License: LGPL-2.1+ + 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 2.1 of the License, or (at your option) version 3. + . + 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 library; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + 02110-1301 USA + --- sync-monitor-0.1+14.04.20140423.orig/debian/rules +++ sync-monitor-0.1+14.04.20140423/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 --with translations --- sync-monitor-0.1+14.04.20140423.orig/debian/sync-monitor-uoa.install +++ sync-monitor-0.1+14.04.20140423/debian/sync-monitor-uoa.install @@ -0,0 +1,3 @@ +usr/share/accounts +usr/share/applications/sync-monitor-contacts.desktop +usr/share/applications/sync-monitor-calendar.desktop --- sync-monitor-0.1+14.04.20140423.orig/debian/sync-monitor.install +++ sync-monitor-0.1+14.04.20140423/debian/sync-monitor.install @@ -0,0 +1,4 @@ +usr/lib/*/sync-monitor/sync-monitor +usr/share/upstart/sessions/sync-monitor.conf +usr/share/sync-monitor/templates/* +usr/share/dbus-1/services/com.canonical.SyncMonitor.service