--- qml-friends-0.1.0bzr13.04.11.1.orig/debian/compat +++ qml-friends-0.1.0bzr13.04.11.1/debian/compat @@ -0,0 +1 @@ +9 --- qml-friends-0.1.0bzr13.04.11.1.orig/debian/rules +++ qml-friends-0.1.0bzr13.04.11.1/debian/rules @@ -0,0 +1,12 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 +export QT_SELECT=qt5 + +override_dh_install: + dh_install --fail-missing + +%: + dh $@ --- qml-friends-0.1.0bzr13.04.11.1.orig/debian/copyright +++ qml-friends-0.1.0bzr13.04.11.1/debian/copyright @@ -0,0 +1,22 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: qml-friends +Source: https://launchpad.net/qml-friends + +Files: * +Copyright: 2012 Canonical Ltd. +License: LGPL-3.0 + This package 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 3 of the License. + . + 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 + Lesser 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 Lesser General + Public License can be found in "/usr/share/common-licenses/LGPL-3". --- qml-friends-0.1.0bzr13.04.11.1.orig/debian/changelog +++ qml-friends-0.1.0bzr13.04.11.1/debian/changelog @@ -0,0 +1,154 @@ +qml-friends (0.1.0bzr13.04.11.1-0quantal1) quantal; urgency=low + + * Add back g_type_init call, it is deprecated in raring but still needed + for quantal + * debian/control + - added python3-mock to build depends, it is needed on quantal + + -- Ken VanDine Thu, 11 Apr 2013 14:31:22 -0400 + +qml-friends (0.1.0bzr13.04.11-0ubuntu1) raring; urgency=low + + * Don't skip creating filtered model if the model is empty. This ensures + the StreamModel will get updated when the shared model gets populated. + This fixes the empty feed on the first run of friends-app + + -- Ken VanDine Thu, 11 Apr 2013 11:27:57 -0400 + +qml-friends (0.1.0bzr13.04.02-0ubuntu1) raring; urgency=low + + * Bind urlShorten to libfriends + + -- Ken VanDine Tue, 02 Apr 2013 11:10:14 -0400 + +qml-friends (0.1.0bzr13.03.28-0ubuntu1) raring; urgency=low + + * Use the collator_desc so the order doesn't need to be changed in rendering. + + -- Ken VanDine Thu, 28 Mar 2013 11:12:15 -0400 + +qml-friends (0.1.0bzr13.03.21-0ubuntu1) raring; urgency=low + + * Ensure the dbus interface is up before proceeding with tests + + -- Ken VanDine Thu, 21 Mar 2013 10:39:16 -0400 + +qml-friends (0.1.0bzr13.03.20.1-0ubuntu1) raring; urgency=low + + * Added StreamModel + - Filters available for stream, service, and account (LP: #1156941) + * Added Refresh + * Added tests + * Updated for the schema changes in friends + * disable test_feature to work around a timing issue + * debian/control + - build depend on libdee-qt5-dev + - Added build depends for running tests: dbus-test-runner, xvfb, + qtdeclarative5-qtquick2-plugin, and qtdeclarative5-test-plugin + - build depend on friends-dispatcher, friends-facebook, friends-twitter, + and friends-flickr (>= 0.1.3) + - depend on friends (>= 0.1.3) for schema changes + - libqt5v8-5-dev only supports amd64, i386 and armhf so setting + Architecture to just those + + -- Ken VanDine Mon, 18 Mar 2013 22:49:02 -0400 + +qml-friends (0.1.0bzr13.03.07-0ubuntu1) raring; urgency=low + + * Use the correct callback for likeAsync + * Added missing COPYING file + + -- Ken VanDine Thu, 07 Mar 2013 11:37:31 -0500 + +qml-friends (0.1.0bzr13.03.05-0ubuntu1) raring; urgency=low + + * New package for raring + + -- Ken VanDine Tue, 05 Mar 2013 13:52:10 -0500 + +qml-friends (0.1.0bzr13.02.25-0raring2) raring; urgency=low + + * Add a dummy transitional package for qml2-friends0 + + -- Ken VanDine Mon, 25 Feb 2013 12:59:10 -0500 + +qml-friends (0.1.0bzr13.02.25-0raring1) raring; urgency=low + + * debian/control + - Make the Breaks/Replaces versioned + - Add a provides for qml2-friends0 for the transition + + -- Ken VanDine Mon, 25 Feb 2013 11:59:50 -0500 + +qml-friends (0.1.0bzr13.02.22-0raring1) raring; urgency=low + + * debian/control + - rename the binary to qtdeclarative5-friends-plugin + - Breaks and Replaces qml2-friends0 to handle the transition + + -- Ken VanDine Fri, 22 Feb 2013 01:45:26 +0000 + +qml-friends (0.1.0bzr13.02.21-0raring1) raring; urgency=low + + [ Ken VanDine ] + * Added like/unlike APIs + * Added async APIs for send and sendReply + + [ Robert Bruce Park ] + * Snapshot from Feb 21st. + + -- Robert Bruce Park Thu, 21 Feb 2013 14:58:07 +0000 + +qml-friends (0.1.0bzr13.02.12-0raring1) raring; urgency=low + + * debian/control + - build depend on qtchooser and qt5-qmake + * Ported for API changes in libfriends, now requires + libfriends >= 0.1.1bzr13.02.07-0ubuntu1 + + -- Ken VanDine Thu, 12 Feb 2013 11:32:53 -0500 + +qml-friends (0.1.0bzr13.01.18-0quantal1) quantal; urgency=low + + * Updated to build with qt5-proper packages + + -- Ken VanDine Fri, 18 Jan 2013 14:12:42 -0500 + +qml-friends (0.1.0bzr13.01.15-0quantal1) quantal; urgency=low + + * Fix a bug in catching errors in uploadCompleteCallback + + -- Ken VanDine Tue, 15 Jan 2013 14:26:59 -0500 + +qml-friends (0.0+r7) quantal; urgency=low + + * rev 7 + + -- Ken VanDine Tue, 15 Jan 2013 12:01:36 -0500 + +qml-friends (0.0+r5) quantal; urgency=low + + * rev 5 + + -- Ken VanDine Wed, 09 Jan 2013 13:15:28 -0500 + +qml-friends (0.0+r4) quantal; urgency=low + + * Added uploadForAccountAsync and uploadComplete signal + + -- Ugo Riboni Thu, 06 Dec 2012 11:37:09 +0000 + +qml-friends (0.0+r3) quantal; urgency=low + + * Rev 3 + - added sendForAccount and uploadForAccount + * debian/control + - build depends on libfriends-dev >= 0.0.0+r15 + + -- Ken VanDine Wed, 28 Nov 2012 15:03:18 -0500 + +qml-friends (0.0+r1) quantal; urgency=low + + * Initial package + + -- Ken VanDine Wed, 28 Nov 2012 13:42:52 -0500 --- qml-friends-0.1.0bzr13.04.11.1.orig/debian/control +++ qml-friends-0.1.0bzr13.04.11.1/debian/control @@ -0,0 +1,42 @@ +Source: qml-friends +Priority: extra +Maintainer: Ubuntu Desktop Team +Build-Depends: debhelper (>= 9), + friends-dispatcher (>= 0.1.3), + friends-twitter (>= 0.1.3), + friends-facebook (>= 0.1.3), + friends-flickr (>= 0.1.3), + pkg-config, + python3-mock, + libglib2.0-dev, + libdbus-glib-1-dev, + libgl1-mesa-dev [!armel !armhf] | libgl-dev [!armel !armhf], + libgles2-mesa-dev [armel armhf] | libgles2-dev [armel armhf], + qtchooser, + qt5-qmake, + qtbase5-dev, + qtdeclarative5-dev, + qtdeclarative5-test-plugin, + libdee-qt5-dev, + libfriends-dev (>= 0.1.1bzr13.02.07-0ubuntu1), + dbus-test-runner, + xvfb, + qtdeclarative5-qtquick2-plugin, + qtdeclarative5-test-plugin, +Standards-Version: 3.9.3 +Section: libs +Homepage: https://launchpad.net/qml-friends +# If you aren't a member of ~super-friends but need to upload packaging changes, +# just go ahead. ~super-friends will notice and sync up the code again. +Vcs-Bzr: https://code.launchpad.net/~super-friends/qml-friends/trunk + +Package: qtdeclarative5-friends-plugin +Section: libs +Architecture: amd64 i386 armhf +Depends: ${shlibs:Depends}, + ${misc:Depends}, + friends (>= 0.1.3), +Breaks: qml2-friends0 (<= 0.1.0bzr13.02.22) +Replaces: qml2-friends0 (<= 0.1.0bzr13.02.22) +Description: QML Bindings for the Friends library + Expose QML bindings for the Friends library