--- address-book-service-0.1.0+13.10.20130916.1.orig/debian/address-book-service.install +++ address-book-service-0.1.0+13.10.20130916.1/debian/address-book-service.install @@ -0,0 +1,3 @@ +usr/lib/*/address-book-service/* +usr/share/dbus-1/services/com.canonical.pim.service +upstart/address-book-service.conf /usr/share/upstart/sessions --- address-book-service-0.1.0+13.10.20130916.1.orig/debian/copyright +++ address-book-service-0.1.0+13.10.20130916.1/debian/copyright @@ -0,0 +1,24 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: address-book-service +Upstream-Contact: Renato Araujo Oliveira Filho +Source: https://launchpad.net/address-book-service + +Files: * +Copyright: 2013 Canonical Ltd. +License: GPL-3 + +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 full text of the GNU General Public License + version 3 can be found in the file /usr/share/common-licenses/GPL-3. --- address-book-service-0.1.0+13.10.20130916.1.orig/debian/control +++ address-book-service-0.1.0+13.10.20130916.1/debian/control @@ -0,0 +1,35 @@ +Source: address-book-service +Section: utils +Priority: optional +Maintainer: Ubuntu Developers +Build-Depends: cmake (>= 2.8.9), + debhelper (>= 9), + libfolks-dev, + libfolks-eds25, + qt5-default, + qt5-qmake, + qtbase5-dev, + qtpim5-dev, +Standards-Version: 3.9.4 +Homepage: https://launchpad.net/address-book-service +Vcs-Bzr: https://code.launchpad.net/~phablet-team/address-book-service/trunk +Vcs-Browser: http://bazaar.launchpad.net/~phablet-team/address-book-service/trunk/files + +Package: address-book-service +Architecture: any +Multi-Arch: same +Depends: evolution-data-server, + libfolks-eds25, + ${misc:Depends}, + ${shlibs:Depends}, +Description: Ubuntu contact service + A contact aggregator service, that exports all contact information through dbus. + +Package: qtcontact5-galera +Architecture: any +Multi-Arch: same +Depends: address-book-service (= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends}, +Description: QtContacts backend for galera contact service. + A QContactEngine implementation using address-book-service. --- address-book-service-0.1.0+13.10.20130916.1.orig/debian/compat +++ address-book-service-0.1.0+13.10.20130916.1/debian/compat @@ -0,0 +1 @@ +9 --- address-book-service-0.1.0+13.10.20130916.1.orig/debian/rules +++ address-book-service-0.1.0+13.10.20130916.1/debian/rules @@ -0,0 +1,18 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) + +export DPKG_GENSYMBOLS_CHECK_LEVEL=4 + +%: + dh $@ --parallel + +override_dh_auto_configure: + dh_auto_configure -- -DCMAKE_INSTALL_LIBEXECDIR=/usr/lib/$(DEB_HOST_MULTIARCH)/address-book-service + +override_dh_install: + dh_install --fail-missing --- address-book-service-0.1.0+13.10.20130916.1.orig/debian/qtcontact5-galera.install +++ address-book-service-0.1.0+13.10.20130916.1/debian/qtcontact5-galera.install @@ -0,0 +1 @@ +usr/lib/*/qt5/plugins/contacts/libqtcontacts_galera.so --- address-book-service-0.1.0+13.10.20130916.1.orig/debian/changelog +++ address-book-service-0.1.0+13.10.20130916.1/debian/changelog @@ -0,0 +1,193 @@ +address-book-service (0.1.0+13.10.20130916.1-0ubuntu1) saucy; urgency=low + + [ Ubuntu daily release ] + * New rebuild forced + + [ Gustavo Pichorim Boiko ] + * Terminate the thread before destroying it to avoid crashes. (LP: + #1222989) + + [ Tiago Salem Herrmann ] + * group contacts starting with non A-Z characters into a separate + section. (LP: #1208514) + + [ Renato Araujo Oliveira Filho ] + * Implemented support to cancel async request. + * Fixed cancel query to only notify about the cancelation when the + query stops. + * Delete dbus async call when request is cancelled. + * Use a different event loop during the wait for request to finish. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 70 + + -- Ubuntu daily release Mon, 16 Sep 2013 18:27:47 +0000 + +address-book-service (0.1.0+13.10.20130826-0ubuntu1) saucy; urgency=low + + [ Matthew Fischer ] + * Cleanup and fixes for the example code. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 63 + + -- Ubuntu daily release Mon, 26 Aug 2013 02:37:32 +0000 + +address-book-service (0.1.0+13.10.20130802-0ubuntu1) saucy; urgency=low + + [ Renato Araujo Oliveira Filho ] + * Initial contact details change support. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 61 + + -- Ubuntu daily release Fri, 02 Aug 2013 07:01:49 +0000 + +address-book-service (0.1.0+13.10.20130729-0ubuntu1) saucy; urgency=low + + [ Renato Araujo Oliveira Filho ] + * Favorite and PreferredAction support implementation. + * Avoid QContactEngine crash when the request is deleted during a + query. (LP: #1204265) + * Removed missing return call. + * Only notify about the new contacts on FetchRequest. (LP: #1193200) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 59 + + -- Ubuntu daily release Mon, 29 Jul 2013 07:45:52 +0000 + +address-book-service (0.1.0+13.10.20130724-0ubuntu1) saucy; urgency=low + + [ Renato Araujo Oliveira Filho ] + * Fixed Postal Address field update crash. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 54 + + -- Ubuntu daily release Wed, 24 Jul 2013 07:01:47 +0000 + +address-book-service (0.1.0+13.10.20130719-0ubuntu1) saucy; urgency=low + + [ Bill Filler ] + * add autostart for upstart. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 51 + + -- Ubuntu daily release Fri, 19 Jul 2013 07:01:31 +0000 + +address-book-service (0.1.0+13.10.20130712-0ubuntu2) saucy; urgency=low + + * debian/control: Fixed typos in address-book-service description (LP: #1197543) + + -- Daniel Lintott Sat, 13 Jul 2013 17:23:12 +0100 + +address-book-service (0.1.0+13.10.20130712-0ubuntu1) saucy; urgency=low + + [ Renato Araujo Oliveira Filho ] + * * Fixed contact update crash. * Fixed contact address update. * Emit + the signal ¨contactUpdated¨ after a contact has been changed. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 49 + + -- Ubuntu daily release Fri, 12 Jul 2013 07:01:45 +0000 + +address-book-service (0.1.0+13.10.20130708-0ubuntu1) saucy; urgency=low + + [ Renato Araujo Oliveira Filho ] + * Implemented avatars support. + * Fixed contact edit when adding a new field. Folks return a read only + list of details we need to copy it before start to modify it. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 47 + + -- Ubuntu daily release Mon, 08 Jul 2013 07:01:02 +0000 + +address-book-service (0.1.0+13.10.20130702-0ubuntu1) saucy; urgency=low + + [ Renato Araujo Oliveira Filho ] + * [package]Added evolution and folks-eds into dependency list. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 44 + + -- Ubuntu daily release Tue, 02 Jul 2013 07:01:53 +0000 + +address-book-service (0.1.0+13.10.20130628-0ubuntu1) saucy; urgency=low + + [ Renato Araujo Oliveira Filho ] + * Initial implementation of FetchHint. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 42 + + -- Ubuntu daily release Fri, 28 Jun 2013 07:01:04 +0000 + +address-book-service (0.1.0+13.10.20130627-0ubuntu1) saucy; urgency=low + + [ Renato Araujo Oliveira Filho ] + * Changed View.count from signal to property. Renamed callback + functions to follow the code style. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 40 + + -- Ubuntu daily release Thu, 27 Jun 2013 07:01:05 +0000 + +address-book-service (0.1.0daily13.06.25-0ubuntu1) saucy; urgency=low + + [ Renato Araujo Oliveira Filho ] + * Fixed qcontacts plugins to wait for server fully start before + request any data. + * Added support to edit contacts with multiple persona. + * Implemented AddressBook::availableSources. Implemented support to + change sort clause in the view. Implemented AddressBook::sortFields. + * Update server contact cache with the new contact info if update + operation finish without error. (LP: #1193195) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 38 + + -- Ubuntu daily release Tue, 25 Jun 2013 07:51:07 +0000 + +address-book-service (0.1.0daily13.06.17-0ubuntu1) saucy; urgency=low + + [ Renato Araujo Oliveira Filho ] + * Fixed qcontacts plugin to correct handle service disconnection. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 33 + + -- Ubuntu daily release Mon, 17 Jun 2013 07:01:57 +0000 + +address-book-service (0.1.0daily13.06.13-0ubuntu1) saucy; urgency=low + + [ Renato Araujo Oliveira Filho ] + * Initial release. + + [ Łukasz 'sil2100' Zemczak ] + * debian/control: + - Modifications related to compliance with our packaging standards + * Change source package name to address-book-service + * Automatic snapshot from revision 23 (bootstrap) + + [ Didier Roche ] + * some packaging cleaning and fixes to comply to our rules + * point to the launchpad project page + + [ Renato Araujo Oliveira Filho ] + * added autostart support. + * Fixed contact name parser from folks. + * Initial implementation of sort fields. + * Fixed compilation warning when using debug flags. + + [ Łukasz 'sil2100' Zemczak ] + * Fix the libexec dir to be the one we use in Ubuntu. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 31 + + -- Ubuntu daily release Thu, 13 Jun 2013 15:14:53 +0000