--- buteo-sync-plugins-contacts-0.1+16.04.20151211.orig/debian/changelog
+++ buteo-sync-plugins-contacts-0.1+16.04.20151211/debian/changelog
@@ -0,0 +1,30 @@
+buteo-sync-plugins-contacts (0.1+16.04.20151211-0ubuntu1) xenial; urgency=medium
+
+ * Does not set new sources as default. (LP: #1511471)
+
+ -- Renato Araujo Oliveira Filho Fri, 11 Dec 2015 14:40:17 +0000
+
+buteo-sync-plugins-contacts (0.1+15.10.20151015.1-0ubuntu1) wily; urgency=medium
+
+ [ Renato Araujo Oliveira Filho ]
+ * Append 'buteo' on online account files to avoid conflict with EDS
+ files.
+
+ -- Bill Filler Thu, 15 Oct 2015 20:45:27 +0000
+
+buteo-sync-plugins-contacts (0.1+15.10.20150924-0ubuntu1) wily; urgency=medium
+
+ [ Renato Araujo Oliveira Filho ]
+ * Initial package
+ * Debian package. added: .bzr-builddeb/ .bzr-builddeb/default.conf
+ debian/ debian/changelog debian/compat debian/control
+ debian/copyright debian/rules
+ * Implemented buteo contacts sync plugin for google, heavily based on:
+ - https://github.com/nemomobile-graveyard/buteo-sync-plugins-
+ google - https://github.com/nemomobile/buteo-sync-plugins-social
+ * Renamed buteo package.
+
+ [ Ken VanDine ]
+ * use correct license for the COPYING file
+
+ -- CI Train Bot Thu, 24 Sep 2015 17:50:55 +0000
--- buteo-sync-plugins-contacts-0.1+16.04.20151211.orig/debian/compat
+++ buteo-sync-plugins-contacts-0.1+16.04.20151211/debian/compat
@@ -0,0 +1 @@
+9
--- buteo-sync-plugins-contacts-0.1+16.04.20151211.orig/debian/control
+++ buteo-sync-plugins-contacts-0.1+16.04.20151211/debian/control
@@ -0,0 +1,27 @@
+Source: buteo-sync-plugins-contacts
+Section: libs
+Priority: optional
+Maintainer: Renato Araujo Oliveira Filho
+Build-Depends: cmake,
+ debhelper (>= 9),
+ pkg-config,
+ libaccounts-qt5-dev,
+ libbuteosyncfw5-dev,
+ libsignon-qt5-dev,
+ qt5-default,
+ qtbase5-dev,
+ qtpim5-dev,
+ signon-plugin-oauth2-dev,
+Standards-Version: 3.9.5
+Homepage: https://launchpad.net/buteo-sync-plugins-contacts
+
+Package: buteo-sync-plugins-contacts-google
+Architecture: any
+Conflicts: evolution-data-server-online-accounts,
+ sync-monitor (<< 0.2),
+Provides: evolution-data-server-online-accounts
+Depends: ${misc:Depends},
+ ${shlibs:Depends},
+ buteo-syncfw,
+Description: Buteo google contact sync plugin
+ Buteo sync plugin for google contacts
--- buteo-sync-plugins-contacts-0.1+16.04.20151211.orig/debian/copyright
+++ buteo-sync-plugins-contacts-0.1+16.04.20151211/debian/copyright
@@ -0,0 +1,42 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: buteo-sync-plugins-contacts
+Source: https://launchpad.net/buteo-sync-plugins-contacts
+
+Files: *
+Copyright: 2013-2014 Jolla Ltd. and/or its subsidiary(-ies).
+ 2015 Canonical Ltd.
+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) 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 library. If not, see .
+ .
+ On Debian systems, the complete text of the GNU Lesser General
+ Public License can be found in "/usr/share/common-licenses/LGPL-2.1".
+
+Files: debian/*
+Copyright: 2015 Canonical Ltd.
+License: GPL-2+
+ This package 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; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This package 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 2 can be found in "/usr/share/common-licenses/GPL-2".
--- buteo-sync-plugins-contacts-0.1+16.04.20151211.orig/debian/rules
+++ buteo-sync-plugins-contacts-0.1+16.04.20151211/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