--- friends-0.1.3daily13.04.30ubuntu.unity.next.orig/debian/autoreconf +++ friends-0.1.3daily13.04.30ubuntu.unity.next/debian/autoreconf @@ -0,0 +1 @@ +service --- friends-0.1.3daily13.04.30ubuntu.unity.next.orig/debian/copyright +++ friends-0.1.3daily13.04.30ubuntu.unity.next/debian/copyright @@ -0,0 +1,9 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: friends +Source: https://launchpad.net/friends + +Files: * +Copyright: 2012 Canonical Ltd. +License: GPL-3 + On Debian systems, the complete text of the GNU General + Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". --- friends-0.1.3daily13.04.30ubuntu.unity.next.orig/debian/friends-twitter.install +++ friends-0.1.3daily13.04.30ubuntu.unity.next/debian/friends-twitter.install @@ -0,0 +1 @@ +usr/lib/python3/dist-packages/friends/protocols/twitter* --- friends-0.1.3daily13.04.30ubuntu.unity.next.orig/debian/friends-dispatcher.install +++ friends-0.1.3daily13.04.30ubuntu.unity.next/debian/friends-dispatcher.install @@ -0,0 +1,11 @@ +usr/bin/friends-dispatcher +usr/lib/python3/dist-packages/*.egg-info/* +usr/lib/python3/dist-packages/friends/*.py +usr/lib/python3/dist-packages/friends/protocols/__init__.py +usr/lib/python3/dist-packages/friends/service/* +usr/lib/python3/dist-packages/friends/shorteners/* +usr/lib/python3/dist-packages/friends/utils/* +usr/lib/python3/dist-packages/friends/tests/mocks.py +usr/lib/python3/dist-packages/friends/tests/__init__.py +usr/lib/python3/dist-packages/friends/tests/data/* +usr/share/dbus-1/services/com.canonical.Friends.Dispatcher.service --- friends-0.1.3daily13.04.30ubuntu.unity.next.orig/debian/control +++ friends-0.1.3daily13.04.30ubuntu.unity.next/debian/control @@ -0,0 +1,120 @@ +Source: friends +Section: misc +Priority: extra +Maintainer: Ubuntu Desktop Team +Build-Depends: dbus-test-runner, + debhelper (>= 9), + evolution-data-server, + gir1.2-dbusmenu-glib-0.4, + gir1.2-dee-1.0, + gir1.2-ebook-1.2, + gir1.2-edataserver-1.2, + gir1.2-gdkpixbuf-2.0, + gir1.2-glib-2.0, + gir1.2-messagingmenu-1.0, + gir1.2-networkmanager-1.0, + gir1.2-notify-0.7, + gir1.2-signon-1.0, + gir1.2-soup-2.4, + gir1.2-unity-5.0, + libaccounts-glib-dev, + libsignon-glib1, + python3, + python3-dbus, + python3-distutils-extra, + python3-gi, + python3-mock, + python3-oauthlib, + python3-pkg-resources, + python3-setuptools, + shared-mime-info, + valac, + libdee-dev, + dh-autoreconf, +Standards-Version: 3.9.3 +Homepage: https://launchpad.net/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/friends/trunk +XS-Testsuite: autopkgtest + +Package: friends +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + friends-dispatcher, +Description: Social integration with the desktop + Provides social networking integration with the desktop + +Package: friends-dispatcher +Architecture: all +Breaks: friends (<< 0.1.1bzr13.02.12) +Conflicts: friends (<< 0.1.1bzr13.02.12) +Depends: gir1.2-dee-1.0, + gir1.2-ebook-1.2, + gir1.2-edataserver-1.2, + gir1.2-gdkpixbuf-2.0, + gir1.2-glib-2.0, + gir1.2-networkmanager-1.0, + gir1.2-notify-0.7, + gir1.2-signon-1.0, + gir1.2-soup-2.4, + gir1.2-accounts-1.0, + python3-pkg-resources, + python3-dbus, + python3-gi, + python3-oauthlib, + ${misc:Depends}, + ${python3:Depends}, +Recommends: friends-facebook, + friends-twitter, + gir1.2-dbusmenu-glib-0.4, + gir1.2-messagingmenu-1.0, + gir1.2-unity-5.0, +Description: Social integration with the desktop + Provides social networking integration with the desktop + +Package: friends-facebook +Architecture: all +Depends: friends, + ${misc:Depends}, + ${python3:Depends}, + account-plugin-facebook, +Description: Social integration with the desktop - Facebook + Provides social networking integration with the desktop + +Package: friends-twitter +Architecture: all +Depends: friends, + ${misc:Depends}, + ${python3:Depends}, + account-plugin-twitter, +Description: Social integration with the desktop - Twitter + Provides social networking integration with the desktop + +Package: friends-identica +Architecture: all +Depends: friends, + ${misc:Depends}, + ${python3:Depends}, + account-plugin-identica, +Description: Social integration with the desktop - Identi.ca + Provides social networking integration with the desktop + +Package: friends-foursquare +Architecture: all +Depends: friends, + ${misc:Depends}, + ${python3:Depends}, + account-plugin-foursquare, +Description: Social integration with the desktop - Foursquare + Provides social networking integration with the desktop + +Package: friends-flickr +Architecture: all +Depends: friends, + ${misc:Depends}, + ${python3:Depends}, + account-plugin-flickr, +Description: Social integration with the desktop - Flickr + Provides social networking integration with the desktop --- friends-0.1.3daily13.04.30ubuntu.unity.next.orig/debian/friends-flickr.install +++ friends-0.1.3daily13.04.30ubuntu.unity.next/debian/friends-flickr.install @@ -0,0 +1 @@ +usr/lib/python3/dist-packages/friends/protocols/flickr* --- friends-0.1.3daily13.04.30ubuntu.unity.next.orig/debian/friends-facebook.install +++ friends-0.1.3daily13.04.30ubuntu.unity.next/debian/friends-facebook.install @@ -0,0 +1 @@ +usr/lib/python3/dist-packages/friends/protocols/facebook* --- friends-0.1.3daily13.04.30ubuntu.unity.next.orig/debian/compat +++ friends-0.1.3daily13.04.30ubuntu.unity.next/debian/compat @@ -0,0 +1 @@ +9 --- friends-0.1.3daily13.04.30ubuntu.unity.next.orig/debian/friends-identica.install +++ friends-0.1.3daily13.04.30ubuntu.unity.next/debian/friends-identica.install @@ -0,0 +1 @@ +usr/lib/python3/dist-packages/friends/protocols/identica* --- friends-0.1.3daily13.04.30ubuntu.unity.next.orig/debian/rules +++ friends-0.1.3daily13.04.30ubuntu.unity.next/debian/rules @@ -0,0 +1,31 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +override_dh_auto_clean: + python3 setup.py clean -a + dh_auto_clean -D service + + +override_dh_auto_configure: + dh_auto_configure -D service + +override_dh_auto_build: + python3 setup.py build + dh_auto_build -D service + +override_dh_auto_install: + python3 setup.py install --root=$(CURDIR)/debian/tmp --install-layout=deb + python3 setup.py install_service_files -d $(CURDIR)/debian/tmp/usr + rm -rf $(CURDIR)/debian/tmp/usr/lib/python3/dist-packages/friends/tests/test* + rm -rf $(CURDIR)/debian/tmp/usr/lib/python3/dist-packages/friends/*/__pycache__ + rm -rf $(CURDIR)/debian/tmp/usr/lib/python3/dist-packages/friends/__pycache__ + dh_auto_install -D service + dh_install --fail-missing + +override_dh_auto_test: + dbus-test-runner -t make -p check -m 300 + +%: + dh $@ --with python3,autoreconf --- friends-0.1.3daily13.04.30ubuntu.unity.next.orig/debian/changelog +++ friends-0.1.3daily13.04.30ubuntu.unity.next/debian/changelog @@ -0,0 +1,422 @@ +friends (0.1.3daily13.04.30ubuntu.unity.next-0ubuntu1) raring; urgency=low + + * Automatic snapshot from revision 199 (ubuntu-unity/next) + + -- Ubuntu daily release Tue, 30 Apr 2013 16:58:05 +0000 + +friends (0.1.3daily13.04.17.1~13.04-0ubuntu1) raring; urgency=low + + [ Ken VanDine ] + * Initiate a refresh after a new account gets created + + [ Robert Bruce Park ] + * friends-dispatcher crashed with friends.errors.AuthorizationError in + _login_cb(): Timeout was reached (account: 1) (LP: #1159552) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 198 + + -- Ubuntu daily release Wed, 17 Apr 2013 20:30:54 +0000 + +friends (0.1.3daily13.04.17~13.04-0ubuntu1) raring; urgency=low + + [ Robert Bruce Park ] + * No ConsumerKey in _get_oauth_headers (LP: #1169018) + * doesn't resolve destination of t.co links (LP: #1166080) + * limit notifications at statup. (LP: #1079865) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 195 + + -- Ubuntu daily release Wed, 17 Apr 2013 05:03:06 +0000 + +friends (0.1.3daily13.04.16.1~13.04-0ubuntu1) raring; urgency=low + + [ Ken VanDine ] + * debian/control + - make the service plugins depend on the appropriate account plugins + + [ Robert Bruce Park ] + * Sender information empty for retweets (LP: #1168427) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 190 + + -- Ubuntu daily release Tue, 16 Apr 2013 15:51:43 +0000 + +friends (0.1.3daily13.04.10.1-0ubuntu1) raring; urgency=low + + [ Robert Bruce Park ] + * notifications contain unparsed html around URLs (LP: #1166053) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 187 + + -- Ubuntu daily release Wed, 10 Apr 2013 14:41:52 +0000 + +friends (0.1.3daily13.04.10-0ubuntu1) raring; urgency=low + + * Automatic snapshot from revision 185 + + -- Ubuntu daily release Wed, 10 Apr 2013 05:01:49 +0000 + +friends (0.1.3daily13.04.09-0ubuntu1) raring; urgency=low + + * Automatic snapshot from revision 183 + + -- Ubuntu daily release Tue, 09 Apr 2013 05:01:54 +0000 + +friends (0.1.3daily13.04.08-0ubuntu1) raring; urgency=low + + * Automatic snapshot from revision 181 + + -- Ubuntu daily release Mon, 08 Apr 2013 05:01:47 +0000 + +friends (0.1.3daily13.04.05-0ubuntu1) raring; urgency=low + + * Automatic snapshot from revision 179 + + -- Ubuntu daily release Fri, 05 Apr 2013 05:01:55 +0000 + +friends (0.1.3daily13.04.03-0ubuntu1) raring; urgency=low + + * Automatic snapshot from revision 176 + + -- Ubuntu daily release Wed, 03 Apr 2013 05:01:53 +0000 + +friends (0.1.3daily13.04.01-0ubuntu1) raring; urgency=low + + [ Robert Bruce Park ] + * Don't delete stale avatars, just redownload periodically (LP: #1153896) + * Quote URLs properly during shortening. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 173 + + -- Ubuntu daily release Mon, 01 Apr 2013 05:01:51 +0000 + +friends (0.1.3daily13.03.28-0ubuntu1) raring; urgency=low + + [ Robert Bruce Park ] + * Flickr photos are 404ing (LP: #1159979) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 170 + + -- Ubuntu daily release Thu, 28 Mar 2013 05:01:41 +0000 + +friends (0.1.3daily13.03.22-0ubuntu1) raring; urgency=low + + * Automatic snapshot from revision 168 + + -- Ubuntu daily release Fri, 22 Mar 2013 05:02:25 +0000 + +friends (0.1.3daily13.03.21-0ubuntu1) raring; urgency=low + + [ Robert Bruce Park ] + * Fix LP: #1154520 + + [ Ubuntu daily release ] + * Automatic snapshot from revision 166 + + -- Ubuntu daily release Thu, 21 Mar 2013 05:02:17 +0000 + +friends (0.1.3daily13.03.20-0ubuntu1) raring; urgency=low + + [ Robert Bruce Park ] + * Keep the Dispatcher alive for 30s beyond the return of the final + method invocation. + * Stop deduplicating messages across protocols, simplifying model + schema (LP: #1156941) + * Add schema columns for latitude, longitude, and location name. + * Fix 'likes' column from gdouble to guint64. + * Add geotagging support from foursquare, facebook, flickr. + * Implement since= for Facebook, reducing bandwidth usage. + * Automatically prepend the required @mention to Twitter + replies (LP: #1156829) + * Automatically linkify URLs that get published to the model. + * Fix the publishing of Facebook Stories (LP: #1155785) + + [ Ken VanDine ] + * [FFe] replace gwibber-service with Friends (LP: #1156979) + * friends-dispatcher crashed with friends.errors.AuthorizationError in + _login_cb(): + GDBus.Error:com.google.code.AccountsSSO.SingleSignOn.Error.UserInter + action: userActionFinished error: 10 (account: 1) (LP: #1135038) + + [ Robert Bruce Park , Ken VanDine ] + * [FFe] replace gwibber-service with Friends (LP: #1156979) + * friends-dispatcher crashed with friends.errors.AuthorizationError in + _login_cb(): + GDBus.Error:com.google.code.AccountsSSO.SingleSignOn.Error.UserInter + action: userActionFinished error: 10 (account: 1) (LP: #1135038) + + [ Robert Bruce Park ] + * friends-dispatcher crashed with friends.errors.AuthorizationError in + _login_cb(): + GDBus.Error:com.google.code.AccountsSSO.SingleSignOn.Error.UserInter + action: userActionFinished error: 10 (account: 1) (LP: #1135038) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 164 + + -- Ubuntu daily release Wed, 20 Mar 2013 14:30:42 +0000 + +friends (0.1.2daily13.03.19-0ubuntu1) raring; urgency=low + + [ Martin Pitt ] + * debian/tests/unit: Redirect stderr to stdout, as unittest discover writes + to stderr by default. Succeeding autopkgtests must not write anything + there. + * Run autopkgtests under xvfb, otherwise D-BUS autospawn fails. + * Add dbus-x11 test dependency, for D-BUS autospawning. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 162 + + -- Ubuntu daily release Tue, 19 Mar 2013 05:03:06 +0000 + +friends (0.1.2daily13.03.11.1-0ubuntu1) raring; urgency=low + + [ Robert Bruce Park ] + * Automatic snapshot from revision 145 (bootstrap) + * Friends re-publishing and re-notifying about stale tweets. (LP: + #1152417) + * The dbus-invocation stuff that just landed broke Twitter's rate + limiter. (LP: #1118878) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 160 + + -- Ubuntu daily release Mon, 11 Mar 2013 10:43:35 +0000 + +friends (0.1.1bzr13.02.25-0ubuntu1) raring; urgency=low + + * Added depends for python3-gi and python3-oauthlib + + -- Ken VanDine Fri, 22 Feb 2013 00:06:16 +0000 + +friends (0.1.1bzr13.02.21-0ubuntu1) raring; urgency=low + + * Upload for Ubuntu + + -- Ken VanDine Thu, 21 Feb 2013 22:56:54 +0000 + +friends (0.1.1bzr13.02.21-0raring1) raring; urgency=low + + * Snapshot from Feb 21st. + + -- Robert Bruce Park Thu, 21 Feb 2013 14:40:07 +0000 + +friends (0.1.1bzr13.02.13-0raring1) raring; urgency=low + + * debian/rules + - increase dbus-test-runner timeout to 300 + + -- Ken VanDine Wed, 13 Feb 2013 00:17:27 -0500 + +friends (0.1.1bzr13.02.12-0raring2) raring; urgency=low + + * debian/control + - Make friends-dispatcher Conflicts/Breaks friends << 0.1.1bzr13.02.12 + + -- Ken VanDine Tue, 12 Feb 2013 12:58:48 -0500 + +friends (0.1.1bzr13.02.12-0raring1) raring; urgency=low + + * New snapshot + + -- Ken VanDine Tue, 12 Feb 2013 11:52:25 -0500 + +friends (0.1.1bzr13.01.16-0ubuntu1) raring; urgency=low + + * Version bump to fix launchpad recipe builds. + + -- Robert Bruce Park Wed, 16 Jan 2013 11:35:06 -0800 + +friends (0.1.0bzr13.01.15-0raring1) raring; urgency=low + + * Initial public release. + * Packaging data inlined. + + -- Robert Bruce Park Mon, 14 Jan 2013 14:42:06 -0800 + +friends (0.0+r116) raring; urgency=low + + * rev 116 + + -- Ken VanDine Wed, 09 Jan 2013 14:14:59 -0500 + +friends (0.0+r112) quantal; urgency=low + + * rev 112 + + -- Ken VanDine Mon, 07 Jan 2013 10:26:40 -0500 + +friends (0.0+r90) quantal; urgency=low + + * rev 90 + + -- Ken VanDine Tue, 11 Dec 2012 09:02:29 -0500 + +friends (0.0+r88) quantal; urgency=low + + * fix for duplicate uploads + + -- Ken VanDine Wed, 05 Dec 2012 17:04:43 -0500 + +friends (0.0+r86.1) quantal; urgency=low + + * debian/control + - Dropped build depends for python3-gobject, all we need is python3-gi + - Added depends to friends-service for gir1.2-accounts-1.0 and + python3-pkg-resources + + -- Ken VanDine Wed, 05 Dec 2012 10:26:51 -0500 + +friends (0.0+r86) quantal; urgency=low + + * rev 86 + + -- Ken VanDine Tue, 04 Dec 2012 20:32:05 -0500 + +friends (0.0+r84) quantal; urgency=low + + * rev 84 + - Added new UploadAsync API (LP: #1085781) + + -- Ken VanDine Tue, 04 Dec 2012 10:50:54 -0500 + +friends (0.0+r83) quantal; urgency=low + + * rev 83 + + -- Ken VanDine Tue, 27 Nov 2012 13:35:54 -0500 + +friends (0.0+r77) quantal; urgency=low + + * rev 77 + + -- Ken VanDine Fri, 16 Nov 2012 23:17:48 -0500 + +friends (0.0+r76) quantal; urgency=low + + * Added notifications + + -- Ken VanDine Fri, 16 Nov 2012 15:06:41 -0500 + +friends (0.0+r72) quantal; urgency=low + + * Rev 72 + + -- Ken VanDine Thu, 15 Nov 2012 15:34:43 -0500 + +friends (0.0+r71) quantal; urgency=low + + * Don't crash if avatars dir doesn't exist + + -- Ken VanDine Thu, 15 Nov 2012 09:36:00 -0500 + +friends (0.0+r69) quantal; urgency=low + + * rev 69 + + -- Ken VanDine Thu, 08 Nov 2012 11:19:24 -0500 + +friends (0.0+r67) quantal; urgency=low + + * rev 67 + + -- Ken VanDine Wed, 07 Nov 2012 13:30:12 -0500 + +friends (0.0+r48) quantal; urgency=low + + * rev 48 + + -- Ken VanDine Wed, 31 Oct 2012 16:23:21 +0100 + +friends (0.0+r44) quantal; urgency=low + + * rev 44 + + -- Ken VanDine Wed, 31 Oct 2012 07:58:57 +0100 + +friends (0.0+r34) quantal; urgency=low + + * rev 34 + + -- Ken VanDine Sat, 27 Oct 2012 02:45:37 +0200 + +friends (0.0+r29-2) quantal; urgency=low + + * debian/control + - really added build depends for evolution-data-server + + -- Ken VanDine Fri, 26 Oct 2012 15:50:39 +0200 + +friends (0.0+r29-1) quantal; urgency=low + + * debian/control + - added build depends for evolution-data-server + + -- Ken VanDine Fri, 26 Oct 2012 10:10:23 +0200 + +friends (0.0+r29) quantal; urgency=low + + * rev 29 + + -- Ken VanDine Fri, 26 Oct 2012 09:54:54 +0200 + +friends (0.0+r27) quantal; urgency=low + + * rev 27 which adds facebook contacts sync + * debian/control + - added depends for gir1.2-ebook-1.2 and gir1.2-edataserver-1.2 + + -- Ken VanDine Thu, 25 Oct 2012 10:59:22 +0200 + +friends (0.0+r24) quantal; urgency=low + + * rev 24 + + -- Ken VanDine Wed, 24 Oct 2012 23:31:27 +0200 + +friends (0.0+r23) quantal; urgency=low + + * rev 23 from trunk + + -- Ken VanDine Wed, 24 Oct 2012 21:27:29 +0200 + +friends (0.0+r18) quantal; urgency=low + + * rev 18 from trunk + * debian/control + - build depend on dbus-test-runner + * debian/rules + - use dbus-test-runner + + -- Ken VanDine Tue, 23 Oct 2012 08:08:32 +0200 + +friends (0.0+r16+19) quantal; urgency=low + + * autopkgtests + + -- Ken VanDine Mon, 22 Oct 2012 17:01:29 +0200 + +friends (0.0+r16) quantal; urgency=low + + * rev 16 from trunk + + -- Ken VanDine Sun, 21 Oct 2012 09:39:24 -0400 + +friends (0.0+r13) quantal; urgency=low + + * rev 13 from trunk + + -- Ken VanDine Thu, 18 Oct 2012 16:05:27 -0400 + +friends (0.0+r8) quantal; urgency=low + + * Initial package + + -- Ken VanDine Wed, 17 Oct 2012 16:31:52 -0400 --- friends-0.1.3daily13.04.30ubuntu.unity.next.orig/debian/docs +++ friends-0.1.3daily13.04.30ubuntu.unity.next/debian/docs @@ -0,0 +1 @@ +README.rst --- friends-0.1.3daily13.04.30ubuntu.unity.next.orig/debian/friends.install +++ friends-0.1.3daily13.04.30ubuntu.unity.next/debian/friends.install @@ -0,0 +1,4 @@ +usr/bin/friends-service +usr/share/dbus-1/services/com.canonical.Friends.Service.service +usr/share/friends/model-schema.csv +usr/share/glib-2.0/schemas/com.canonical.friends.gschema.xml --- friends-0.1.3daily13.04.30ubuntu.unity.next.orig/debian/friends-foursquare.install +++ friends-0.1.3daily13.04.30ubuntu.unity.next/debian/friends-foursquare.install @@ -0,0 +1 @@ +usr/lib/python3/dist-packages/friends/protocols/foursquare* --- friends-0.1.3daily13.04.30ubuntu.unity.next.orig/debian/tests/unit +++ friends-0.1.3daily13.04.30ubuntu.unity.next/debian/tests/unit @@ -0,0 +1,3 @@ +#! /bin/sh +# succeeding test must not write anything to stderr, as per DEP-8 +xvfb-run make check 2>&1 --- friends-0.1.3daily13.04.30ubuntu.unity.next.orig/debian/tests/control +++ friends-0.1.3daily13.04.30ubuntu.unity.next/debian/tests/control @@ -0,0 +1,3 @@ +Tests: unit +Depends: @, python3, python3-distutils-extra, python3-pkg-resources, python3-setuptools, python3-gobject, python3-gi, python3-dbus, python3-mock, python3-oauthlib, gir1.2-dee-1.0, gir1.2-soup-2.4, gir1.2-glib-2.0, gir1.2-gdkpixbuf-2.0, gir1.2-signon-1.0, gir1.2-networkmanager-1.0, libaccounts-glib-dev, libsignon-glib1, shared-mime-info, xvfb, dbus-x11 +