--- address-book-app-0.2+13.10.20130829.orig/debian/address-book-app-autopilot.install +++ address-book-app-0.2+13.10.20130829/debian/address-book-app-autopilot.install @@ -0,0 +1 @@ +usr/lib/python*/dist-packages/address_book_app/* --- address-book-app-0.2+13.10.20130829.orig/debian/address-book-app.install +++ address-book-app-0.2+13.10.20130829/debian/address-book-app.install @@ -0,0 +1,5 @@ +usr/bin/address-book-app +usr/share/address-book-app +usr/share/applications/address-book-app.desktop +usr/share/icons/hicolor/48x48/apps/address-book-app.png +usr/share/dbus-1/services/com.canonical.AddressBookApp.service --- address-book-app-0.2+13.10.20130829.orig/debian/copyright +++ address-book-app-0.2+13.10.20130829/debian/copyright @@ -0,0 +1,31 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ + +Files: * +Copyright: 2012, 2013 Canonical Ltd. +License: GPL-3 + +Files: src/artwork/* +Copyright: 2013 Canonical Ltd. +License: CC-BY-SA-3.0 + +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. + +License: CC-BY-SA-3.0 + This work is licensed under the Creative Commons Attribution-ShareAlike 3.0 + Unported License. To view a copy of this license, visit + http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to Creative + Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA. --- address-book-app-0.2+13.10.20130829.orig/debian/control +++ address-book-app-0.2+13.10.20130829/debian/control @@ -0,0 +1,69 @@ +Source: address-book-app +Section: x11 +Priority: optional +Maintainer: Ubuntu Developers +Build-Depends: cmake, + debhelper (>= 9), + dh-translations, + libgl1-mesa-dev[i386 amd64] | libgl-dev[i386 amd64], + libgles2-mesa-dev[armhf], + python, + qt5-default, + qtbase5-dev, + qtdeclarative5-dev, +Standards-Version: 3.9.4 +Homepage: https://launchpad.net/address-book-app +# 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/address-book-app/trunk +Vcs-Browser: http://bazaar.launchpad.net/~phablet-team/address-book-app/trunk/files + +Package: address-book-app +Architecture: any +Depends: libqt5contacts5, + libqt5versit5, + qmlscene, + qtcontact5-galera, + qtdeclarative5-ubuntu-contacts0.1 (= ${binary:Version}), + qtdeclarative5-ubuntu-ui-toolkit-plugin, + qtdeclarative5-ubuntu-telephony0.1, + qtdeclarative5-qtcontacts-plugin, + qtdeclarative5-qtquick2-plugin, + ${misc:Depends}, + ${shlibs:Depends}, +Description: Address Book application + Address Book application to manager contacts. + +Package: qtdeclarative5-ubuntu-contacts0.1 +Architecture: any +Depends: qtdeclarative5-qtquick2-plugin, + qtdeclarative5-ubuntu-ui-toolkit-plugin, + ${misc:Depends}, + ${shlibs:Depends}, +Description: Qt Ubuntu Contacts Components - QML plugin + Qt Ubuntu Contacts Components offers a set of reusable user interface + related with contacts for Qt Quick 2 / QML. + . + This package contains the Ubuntu Contacts Components QML plugin. + +Package: address-book-app-dbg +Architecture: any +Section: debug +Priority: extra +Depends: address-book-app (= ${binary:Version}), + ${misc:Depends}, +Description: debugging symbols for address-book-app + Address Book application to manager contacts. + . + This package contains the debugging symbols for address-book-app + +Package: address-book-app-autopilot +Architecture: all +Depends: ${misc:Depends}, + ${shlibs:Depends}, + libautopilot-qt, + libqt5test5, + libqt5widgets5, + address-book-app (>= ${binary:Version}), +Description: Test package for address-book-app + Autopilot tests for the address-book-app package --- address-book-app-0.2+13.10.20130829.orig/debian/compat +++ address-book-app-0.2+13.10.20130829/debian/compat @@ -0,0 +1 @@ +9 --- address-book-app-0.2+13.10.20130829.orig/debian/rules +++ address-book-app-0.2+13.10.20130829/debian/rules @@ -0,0 +1,19 @@ +#!/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 + +override_dh_translations: + # Override dh_translations to work around http://pad.lv/1183262. + # Unfortunately, the default build directory is not exposed + # (see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=601774). + $(MAKE) -C obj-$(DEB_HOST_GNU_TYPE) address-book-app.pot + +.PHONY: override_dh_strip +override_dh_strip: + dh_strip --dbg-package=address-book-app-dbg --- address-book-app-0.2+13.10.20130829.orig/debian/changelog +++ address-book-app-0.2+13.10.20130829/debian/changelog @@ -0,0 +1,197 @@ +address-book-app (0.2+13.10.20130829-0ubuntu1) saucy; urgency=low + + [ Gustavo Pichorim Boiko ] + * Reapply the code to launch the dialer-app and the messaging-app from + the contact details. + + [ Tiago Salem Herrmann ] + * add icon to details picker to open contacts app from other apps. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 56 + + -- Ubuntu daily release Thu, 29 Aug 2013 03:20:39 +0000 + +address-book-app (0.2+13.10.20130826-0ubuntu1) saucy; urgency=low + + [ Gustavo Pichorim Boiko ] + * Use the correct application icon. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 52 + + -- Ubuntu daily release Mon, 26 Aug 2013 02:37:36 +0000 + +address-book-app (0.2+13.10.20130812.1-0ubuntu1) saucy; urgency=low + + [ Renato Araujo Oliveira Filho ] + * Implemented new favorite list. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 50 + + -- Ubuntu daily release Mon, 12 Aug 2013 19:16:46 +0000 + +address-book-app (0.2+13.10.20130809-0ubuntu1) saucy; urgency=low + + [ Renato Araujo Oliveira Filho ] + * Implemented multiple selection using visual data model. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 48 + + -- Ubuntu daily release Fri, 09 Aug 2013 07:02:00 +0000 + +address-book-app (0.2+13.10.20130808-0ubuntu1) saucy; urgency=low + + [ Renato Araujo Oliveira Filho ] + * Does not save a empty contact. (LP: #1204564) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 46 + + -- Ubuntu daily release Thu, 08 Aug 2013 07:01:03 +0000 + +address-book-app (0.2+13.10.20130807-0ubuntu1) saucy; urgency=low + + [ Renato Araujo Oliveira Filho ] + * Implemented support to create new contact from the command line. + * Fixed new contact view to make sure that all fields has a initial + default value this will cause the field to appear expanded. (LP: + #1206051) + * Replaced contact edit toolbar to a sheet component. (LP: #1199122) + * * Created MultipleSelectionListView component to handle + multiselection in a ListView. * Added support to delete multiple + contacts. + * Fixed autopilot test. (LP: #1208343) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 44 + + -- Ubuntu daily release Wed, 07 Aug 2013 09:24:54 +0000 + +address-book-app (0.2+13.10.20130802-0ubuntu1) saucy; urgency=low + + [ Renato Araujo Oliveira Filho ] + * Renamed application desktop name. + * Implemented dbus calls support, and arguments parser. + * Call returnToBounds after move the flickable area to avoid scrolling + problems. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 38 + + -- Ubuntu daily release Fri, 02 Aug 2013 07:01:49 +0000 + +address-book-app (0.2+13.10.20130801-0ubuntu1) saucy; urgency=low + + [ Gustavo Pichorim Boiko ] + * Revert the application launching as this adds an extra dependency on + telephony-service which is not yet in the build. + + [ Tiago Salem Herrmann ] + * add initial version of the new details picker. + * fix text size of the detail picker delegate. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 34 + + -- Ubuntu daily release Thu, 01 Aug 2013 07:01:52 +0000 + +address-book-app (0.2+13.10.20130731-0ubuntu1) saucy; urgency=low + + [ Gustavo Pichorim Boiko ] + * Launch the respective applications when clicking the phone and the + messaging icons on the phone number detail. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 30 + + -- Ubuntu daily release Wed, 31 Jul 2013 07:01:51 +0000 + +address-book-app (0.2+13.10.20130730-0ubuntu1) saucy; urgency=low + + [ Tiago Salem Herrmann ] + * emit full contact on contactClicked() signal. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 28 + + -- Ubuntu daily release Tue, 30 Jul 2013 07:01:53 +0000 + +address-book-app (0.2+13.10.20130729-0ubuntu1) saucy; urgency=low + + [ Ken VanDine ] + * Allow for parallel installable versions to handle transitions for + API bumps by installing in versioned directories and versioning the + package. . + + [ Renato Araujo Oliveira Filho ] + * Implemented ContactFavoriteListView. + * Update app with the new visual spec. + * Added support to swipe to delete. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 26 + + -- Ubuntu daily release Mon, 29 Jul 2013 07:45:52 +0000 + +address-book-app (0.2+13.10.20130718-0ubuntu1) saucy; urgency=low + + [ Renato Araujo Oliveira Filho ] + * Updated ContactView visuals based on design spec. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 21 + + -- Ubuntu daily release Thu, 18 Jul 2013 07:12:28 +0000 + +address-book-app (0.2+13.10.20130716-0ubuntu1) saucy; urgency=low + + [ Sergio Schvezov ] + * Initial packaging preparation for daily release. + + [ Łukasz 'sil2100' Zemczak ] + * debian/control: + - Some minor packaging fixes + * Add the COPYING* files for both source code and artwork + * Automatic snapshot from revision 6 (bootstrap) + + [ Didier Roche ] + * small debian/rules simplification: distro cmake integrates a debug + build in distro flags by default (-g) and add --fail-missing to dh + directly. + + [ Renato Araujo Oliveira Filho ] + * Implemented contact edit support. + * Move contact list code to a individual folder. Re-factory contact + list toolbar: * Remove ¨details¨ button * Rename button from ¨New¨ + to ¨Add¨. (LP: #1199107) + * Added delete button into contact view page. (LP: #1199121) + * Fixed busy indicator timeout to 2sec. If the model reports a error + show the contact load error dialog and stop the spinner. If the + model stay static for 2secs stop the busy indicator. (LP: #1200397) + * Make sure that the toolbar is always visible when in edit mode. (LP: + #1199122) + * Use single click to show contact details. (LP: #1199109) + * Removed phone number from contact details on contact list. (LP: + #1199110) + * Updated default categories for "Phone", "Email", "IM" and "Address". + (LP: #1199980) + * Only uses QtContacts.Name.FirstName, QtContacts.Name.LastName to + represent contact name. (LP: #1200395) + * Fixed autopilot to retrieve the correct object. + + [ Łukasz 'sil2100' Zemczak ] + * Add missing UI toolkit dependency. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 19 + + -- Ubuntu daily release Tue, 16 Jul 2013 08:25:47 +0000 + +address-book-app (0.1) saucy; urgency=low + + * Initial Release + + -- Renato Araujo Oliveira Filho Thu, 06 Jun 2013 10:37:09 -0300 --- address-book-app-0.2+13.10.20130829.orig/debian/qtdeclarative5-ubuntu-contacts0.1.install +++ address-book-app-0.2+13.10.20130829/debian/qtdeclarative5-ubuntu-contacts0.1.install @@ -0,0 +1,2 @@ +usr/lib/*/qt5/qml/Ubuntu/Contacts* +usr/share/icons/hicolor/scalable/emblems/avatar-default.svg --- address-book-app-0.2+13.10.20130829.orig/debian/source/format +++ address-book-app-0.2+13.10.20130829/debian/source/format @@ -0,0 +1 @@ +1.0