--- account-plugins-0.10bzr13.03.19.orig/debian/account-plugin-sina.install +++ account-plugins-0.10bzr13.03.19/debian/account-plugin-sina.install @@ -0,0 +1,3 @@ +etc/signon-ui/webkit-options.d/api.t.sina.com.cn.conf +usr/share/accounts/services/sina-microblog.service +usr/share/accounts/providers/sina.provider --- account-plugins-0.10bzr13.03.19.orig/debian/account-plugin-flickr.install +++ account-plugins-0.10bzr13.03.19/debian/account-plugin-flickr.install @@ -0,0 +1,4 @@ +etc/signon-ui/webkit-options.d/login.yahoo.com.conf +etc/signon-ui/webkit-options.d/secure.flickr.com.conf +usr/share/accounts/services/flickr-*.service +usr/share/accounts/providers/flickr.provider --- account-plugins-0.10bzr13.03.19.orig/debian/account-plugin-generic-oauth.install +++ account-plugins-0.10bzr13.03.19/debian/account-plugin-generic-oauth.install @@ -0,0 +1 @@ +usr/lib/libaccount-plugin-1.0/providers/libgeneric-oauth.so --- account-plugins-0.10bzr13.03.19.orig/debian/compat +++ account-plugins-0.10bzr13.03.19/debian/compat @@ -0,0 +1 @@ +9 --- account-plugins-0.10bzr13.03.19.orig/debian/account-plugin-facebook.install +++ account-plugins-0.10bzr13.03.19/debian/account-plugin-facebook.install @@ -0,0 +1,5 @@ +etc/signon-ui/webkit-options.d/www.facebook.com.conf +usr/share/accounts/services/facebook-sharing.service +usr/share/accounts/services/facebook-microblog.service +usr/share/accounts/services/facebook-im.service +usr/share/accounts/providers/facebook.provider --- account-plugins-0.10bzr13.03.19.orig/debian/account-plugin-tools.install +++ account-plugins-0.10bzr13.03.19/debian/account-plugin-tools.install @@ -0,0 +1,2 @@ +usr/share/account-plugins/tools +usr/bin --- account-plugins-0.10bzr13.03.19.orig/debian/account-plugin-google.install +++ account-plugins-0.10bzr13.03.19/debian/account-plugin-google.install @@ -0,0 +1,6 @@ +etc/signon-ui/webkit-options.d/accounts.google.com.conf +usr/lib/libaccount-plugin-1.0/providers/libgoogle.so +usr/share/accounts/services/google-docs.service +usr/share/accounts/services/google-im.service +usr/share/accounts/services/picasa.service +usr/share/accounts/providers/google.provider --- account-plugins-0.10bzr13.03.19.orig/debian/rules +++ account-plugins-0.10bzr13.03.19/debian/rules @@ -0,0 +1,27 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +override_dh_autoreconf: + NOCONFIGURE=1 dh_autoreconf ./autogen.sh + +override_dh_auto_configure: + dh_auto_configure -- --with-twitter-consumer-key="NGOB5S7sICsj6epjh0PhAw" \ + --with-twitter-consumer-secret="rbUEJCBEokMnGZd8bubd0QL2cSmoCjJeyiSJpnx3OM0" \ + --with-windows-live-client-id="00000000400D5635" \ + --with-foursquare-client-id="1I2UNJXPHNDZT3OPZOOA5LCPIUEUJFMKRXSF42UFCN1KXKTK" \ + --with-google-client-id="759250720802-4sii0me9963n9fdqdmi7cepn6ub8luoh.apps.googleusercontent.com" \ + --with-google-client-secret="juFngKUcuhB7IRQqHtSLavqJ" \ + --with-flickr-consumer-key="d87224f0b467093b2a87fd788d950e27" \ + --with-flickr-consumer-secret="4c7e48102c226509" \ + --with-facebook-client-id="2877035514" + +override_dh_install: + rm -f debian/*/usr/lib/*/*/*.la + mkdir -p debian/tmp/usr/share/account-plugins/tools + dh_install --fail-missing + +%: + dh $@ --with python3,autoreconf --- account-plugins-0.10bzr13.03.19.orig/debian/copyright +++ account-plugins-0.10bzr13.03.19/debian/copyright @@ -0,0 +1,20 @@ +Format: http://dep.debian.net/deps/dep5 +Upstream-Name: online-accounts-account-plugins +Upstream-Contact: Alberto Mardegan +Source: https://launchpad.net/online-accounts-account-plugins + +Files: * +Copyright: 2012 Canonical Ltd. +License: GPL-2+ + +Files: src/windows-live.vala +Copyright: 2012 Collabora Ltd. +License: GPL-2+ + +Files: debian/* +Copyright: 2012 Ken VanDine +License: GPL-2+ + +License: GPL-2+ + On Debian systems, the complete text of the GNU General + Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". --- account-plugins-0.10bzr13.03.19.orig/debian/account-plugin-identica.install +++ account-plugins-0.10bzr13.03.19/debian/account-plugin-identica.install @@ -0,0 +1,3 @@ +etc/signon-ui/webkit-options.d/identi.ca.conf +usr/share/accounts/services/identica-microblog.service +usr/share/accounts/providers/identica.provider --- account-plugins-0.10bzr13.03.19.orig/debian/changelog +++ account-plugins-0.10bzr13.03.19/debian/changelog @@ -0,0 +1,264 @@ +account-plugins (0.10bzr13.03.19-0ubuntu1) raring; urgency=low + + * Add transitional dummy package for unity-asset-pool + + -- Robert Bruce Park Tue, 19 Mar 2013 10:12:14 -0700 + +account-plugins (0.10bzr13.02.27-0ubuntu1) raring; urgency=low + + [ Ken VanDine ] + * New upstream snapshot + - account-console: fixed a bug where it was failing to store the + credentialsId because it was using the wrong type. + - Use the web-authentication as described in + https://developers.google.com/accounts/docs/OAuth2 (LP: #1029289) + * debian/rules + - Include Google Client Secret. + + -- Ken VanDine Wed, 27 Feb 2013 10:57:27 -0500 + +account-plugins (0.10bzr12.12.10-0ubuntu1) raring; urgency=low + + [ Ken VanDine ] + * New upstream snapshot + - Fix from Caio Cezar Zapater de Souza which fixes a typo in the + google-im.service file that prevented gtalk fallback servers + from working. (LP: #1081839) + - Added group settings to microblog service files for friends. These are + duplicated from the existing gwibber groups, we can drop those once + friends replaces gwibber in raring. + * debian/control + - account-plugin-tools should depend on gir1.2-signon-1.0 and + gir1.2-accounts-1.0 + + [ David King ] + * debian/control + - Build-depend on libxml2-utils for XML well-formedness tests + - Update homepage and VCS location + + -- Ken VanDine Mon, 10 Dec 2012 16:35:59 -0500 + +account-plugins (0.10bzr12.11.30-0ubuntu1) raring; urgency=low + + * New upstream snapshot + - account-console: don't fail on missing Identity + - account-console: don't let the program crash when no arguments are + given, and remove unnecessary debug output. + + -- Ken VanDine Fri, 30 Nov 2012 09:59:45 -0500 + +account-plugins (0.10bzr12.11.29-0ubuntu1) raring; urgency=low + + * New upstream snapshot + - Force mobile version of Yahoo Flickr login + - The webkit-options file for signon-ui was not installed (LP: #1041744) + - Allow building without binary account plugins + - refactor the build system to use non-recursive make and remove + - some old VAPI files. + - Google: allow plain http on some URLs. + * debian/control + - make account-plugin-tools depend on python3-gi + + -- Ken VanDine Thu, 29 Nov 2012 12:28:51 -0500 + +account-plugins (0.9-0ubuntu1) raring; urgency=low + + * New upstream release. + - Add COPYING, using GNU GPL version 2 (LP: #1062194) + - Use intltool for internationalization support (LP: #1061433) + - Request mobile version of identi.ca (LP: #1051596) + * -debian/patches/lp_1064293.patch, upstream + + -- Ken VanDine Fri, 09 Nov 2012 11:14:46 -0500 + +account-plugins (0.8-0ubuntu2) quantal; urgency=low + + * debian/patches/lp_1064293.patch + - Do not reveal Google secret API key. (LP: #1064293) + * debian/rules + - Update API keys for twitter, windows live, foursquare, google, + and flickr (LP: #1064293) + + -- Ken VanDine Thu, 11 Oct 2012 16:40:21 -0400 + +account-plugins (0.8-0ubuntu1) quantal; urgency=low + + * New upstream release. + - include the sip icon (LP: #1040091) + + -- Ken VanDine Wed, 19 Sep 2012 15:43:55 -0400 + +account-plugins (0.7-0ubuntu3) quantal; urgency=low + + * debian/account-plugin-icons.install + - removed missing icon + + -- Ken VanDine Fri, 14 Sep 2012 16:59:24 -0400 + +account-plugins (0.7-0ubuntu2) quantal; urgency=low + + * debian/control + - removed unneeded depends for python-gobject + + -- Ken VanDine Fri, 14 Sep 2012 11:45:25 -0400 + +account-plugins (0.7-0ubuntu1) quantal; urgency=low + + * New upstream release. + - Updates to work with signon-ui >= 0.7 which requires https (LP: #1039084) + * -debian/patches/py3.patch + - merged upstream + + -- Ken VanDine Fri, 07 Sep 2012 09:34:51 -0400 + +account-plugins (0.5-0ubuntu3) quantal; urgency=low + + * debian/patches/lp_1037169.patch + - Use the secure end point for flickr (LP: #1037169) + + -- Ken VanDine Wed, 15 Aug 2012 14:49:05 -0400 + +account-plugins (0.5-0ubuntu2) quantal; urgency=low + + * debian/watch + - added + * debian/patches/py3.patch + - ported account-console to python3 + * debian/control, debian/rules + - python3 + * debian/compat + - debhelper 9 + + -- Ken VanDine Mon, 06 Aug 2012 16:48:13 -0400 + +account-plugins (0.5-0ubuntu1) quantal; urgency=low + + * New upstream release + + -- Ken VanDine Thu, 02 Aug 2012 14:49:44 -0400 + +account-plugins (0.4+r53-0quantal2) quantal; urgency=low + + * debian/account-plugin-icons.install, debian/control + - install extra icons in a separate package + + -- Ken VanDine Tue, 24 Jul 2012 23:05:33 -0400 + +account-plugins (0.4+r53-0quantal1) quantal; urgency=low + + * Merged from trunk rev 53 + - Adds windows live support + + -- Ken VanDine Tue, 24 Jul 2012 22:45:27 -0400 + +account-plugins (0.4+r51-0quantal2) quantal; urgency=low + + * debian/control + - build depend on libsignon-glib-dev >= 1.2+bzr127-0quantal2 + + + -- Ken VanDine Fri, 20 Jul 2012 14:22:25 -0400 + +account-plugins (0.4+r51-0quantal1) quantal; urgency=low + + * New snapshot tagged 0.4-bzr51 + + -- Ken VanDine Fri, 20 Jul 2012 13:19:35 -0400 + +account-plugins (0.4+r45-0quantal1) quantal; urgency=low + + * rebuild for quantal + + -- Ken VanDine Mon, 16 Jul 2012 10:28:28 -0400 + +account-plugins (0.4+r45-0precise1) precise; urgency=low + + * New snapshot tagged 0.4-bzr45 + + -- Ken VanDine Thu, 05 Jul 2012 10:33:10 -0400 + +account-plugins (0.3+r43-0precise1) precise; urgency=low + + * Added account-plugin-identica and account-plugin-foursquare + + -- Ken VanDine Tue, 26 Jun 2012 13:25:23 -0400 + +account-plugins (0.3+r40-0precise1) precise; urgency=low + + * New snapshot from trunk revision 40 + * debian/rules + - Added configure args for twitter consumer key/secret + + -- Ken VanDine Tue, 26 Jun 2012 11:51:30 -0400 + +account-plugins (0.3+r35-0precise1) precise; urgency=low + + * New snapshot tagged 0.3-bzr35 + + -- David King Wed, 20 Jun 2012 12:12:10 +0100 + +account-plugins (0.3+r34-0precise3) precise; urgency=low + + * data/services/*-microblog.service + - Added gwibber settings + + -- Ken VanDine Tue, 19 Jun 2012 22:36:16 -0400 + +account-plugins (0.3+r34-0precise2) precise; urgency=low + + * no change rebuild + + -- Ken VanDine Fri, 15 Jun 2012 16:43:48 -0400 + +account-plugins (0.3+r34-0precise1) precise; urgency=low + + * New snapshot tagged 0.3-bzr34 + * debian/control + - bumped the depends for signon-plugin-oauth2 to >= 0.10+bzr39 + - bumped build depends for libaccount-plugin-1.0-dev to >= 0.0.6+r73 + - added new packages account-plugin-twitter and account-plugin-flickr + + -- Ken VanDine Thu, 14 Jun 2012 15:38:46 -0400 + +account-plugins (0.2+r29-0precise1) precise; urgency=low + + * New snapshot tagged 0.2-bzr29 + + -- Ken VanDine Fri, 01 Jun 2012 14:44:31 -0400 + +account-plugins (0.1+r27-0precise1) precise; urgency=low + + [ David King ] + * Merged trunk r27 + + [ Ken VanDine ] + * debian/rules + - Fix removal of the .la files, path changed + * debian/control + - Build depend on libaccount-plugin-1.0-dev (>= 0.0.2+r56) + + -- Ken VanDine Thu, 17 May 2012 14:09:09 -0400 + +account-plugins (0.1+r22-0precise1) precise; urgency=low + + * Merged trunk r22 + + -- Ken VanDine Fri, 23 Mar 2012 09:47:27 -0400 + +account-plugins (0.1+r21-0precise1) precise; urgency=low + + * New snapshot tagged 0.1-bzr21 + + -- Ken VanDine Thu, 22 Mar 2012 12:24:09 -0400 + +account-plugins (0.0.1+r20-0precise1) precise; urgency=low + + * New snapshot + + -- Ken VanDine Fri, 16 Mar 2012 14:22:37 -0400 + +account-plugins (0.0.1+r10-0precise1) precise; urgency=low + + * Initial package + + -- Alberto Mardegan Tue, 10 Jan 2012 12:19:29 +0100 --- account-plugins-0.10bzr13.03.19.orig/debian/account-plugin-twitter.install +++ account-plugins-0.10bzr13.03.19/debian/account-plugin-twitter.install @@ -0,0 +1,3 @@ +etc/signon-ui/webkit-options.d/api.twitter.com.conf +usr/share/accounts/services/twitter-microblog.service +usr/share/accounts/providers/twitter.provider --- account-plugins-0.10bzr13.03.19.orig/debian/account-plugin-foursquare.install +++ account-plugins-0.10bzr13.03.19/debian/account-plugin-foursquare.install @@ -0,0 +1,3 @@ +etc/signon-ui/webkit-options.d/foursquare.com.conf +usr/share/accounts/services/foursquare-microblog.service +usr/share/accounts/providers/foursquare.provider --- account-plugins-0.10bzr13.03.19.orig/debian/control +++ account-plugins-0.10bzr13.03.19/debian/control @@ -0,0 +1,123 @@ +Source: account-plugins +Section: gnome +Priority: optional +Maintainer: Ubuntu Desktop Team +Build-Depends: debhelper (>= 9), + autotools-dev, + gobject-introspection, + python3, + pkg-config, + libaccounts-glib-dev, + libsignon-glib-dev, + libaccount-plugin-1.0-dev (>= 0.1.3), + valac-0.16, + gnome-common, + dh-autoreconf, + libxml2-utils, +Standards-Version: 3.9.3 +Homepage: https://launchpad.net/account-plugins +# If you aren't a member of ~online-accounts but need to upload packaging changes, +# just go ahead. ~online-accounts will notice and sync up the code again. +Vcs-Bzr: https://code.launchpad.net/~online-accounts/account-plugins/trunk + +Package: account-plugin-generic-oauth +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, + signon-keyring-extension, + signon-plugin-oauth2 +Description: GNOME Control Center account plugin for single signon - generic OAuth + GNOME Control Center account plugins for single signon + +Package: account-plugin-google +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, + signon-keyring-extension, + signon-plugin-oauth2, + unity-asset-pool (>> 0.8.24daily12.12.05-0ubuntu1) +Description: GNOME Control Center account plugin for single signon + GNOME Control Center account plugins for single signon + +Package: account-plugin-facebook +Architecture: any +Depends: ${misc:Depends}, + account-plugin-generic-oauth, + unity-asset-pool (>> 0.8.24daily12.12.05-0ubuntu1) +Description: GNOME Control Center account plugin for single signon - facebook + GNOME Control Center account plugins for single signon + +Package: account-plugin-twitter +Architecture: any +Depends: ${misc:Depends}, + account-plugin-generic-oauth, + unity-asset-pool (>> 0.8.24daily12.12.05-0ubuntu1) +Description: GNOME Control Center account plugin for single signon - twitter + GNOME Control Center account plugins for single signon + +Package: account-plugin-flickr +Architecture: any +Depends: ${misc:Depends}, + account-plugin-generic-oauth, + unity-asset-pool (>> 0.8.24daily12.12.05-0ubuntu1) +Description: GNOME Control Center account plugin for single signon - flickr + GNOME Control Center account plugins for single signon + +Package: account-plugin-identica +Architecture: any +Depends: ${misc:Depends}, + account-plugin-generic-oauth, + unity-asset-pool (>> 0.8.24daily12.12.05-0ubuntu1) +Description: GNOME Control Center account plugin for single signon - identica + GNOME Control Center account plugins for single signon + +Package: account-plugin-foursquare +Architecture: any +Depends: ${misc:Depends}, + account-plugin-generic-oauth, + unity-asset-pool (>> 0.8.24daily12.12.05-0ubuntu1) +Description: GNOME Control Center account plugin for single signon - foursquare + GNOME Control Center account plugins for single signon + +Package: account-plugin-windows-live +Architecture: any +Depends: ${misc:Depends}, + account-plugin-generic-oauth, + unity-asset-pool (>> 0.8.24daily12.12.05-0ubuntu1) +Description: GNOME Control Center account plugin for single signon - windows live + GNOME Control Center account plugins for single signon + +Package: account-plugin-sohu +Architecture: any +Depends: ${misc:Depends}, + account-plugin-generic-oauth, + unity-asset-pool (>> 0.8.24daily12.12.05-0ubuntu1) +Description: GNOME Control Center account plugin for single signon - sohu + GNOME Control Center account plugins for single signon + +Package: account-plugin-sina +Architecture: any +Depends: ${misc:Depends}, + account-plugin-generic-oauth, + unity-asset-pool (>> 0.8.24daily12.12.05-0ubuntu1) +Description: GNOME Control Center account plugin for single signon - sina + GNOME Control Center account plugins for single signon + +Package: account-plugin-tools +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, + ${python3:Depends}, + python3-gi, + gir1.2-glib-2.0, + gir1.2-signon-1.0, + gir1.2-accounts-1.0, + signon-keyring-extension, + signon-plugin-oauth2, + unity-asset-pool (>> 0.8.24daily12.12.05-0ubuntu1) +Description: GNOME Control Center account plugins for single signon - tools + GNOME Control Center account plugins for single signon + +Package: account-plugin-icons +Depends: unity-asset-pool, ${misc:Depends} +Architecture: all +Section: oldlibs +Description: transitional dummy package + This is a transitional dummy package. It can safely be removed. --- account-plugins-0.10bzr13.03.19.orig/debian/account-plugin-windows-live.install +++ account-plugins-0.10bzr13.03.19/debian/account-plugin-windows-live.install @@ -0,0 +1,3 @@ +etc/signon-ui/webkit-options.d/login.live.com.conf +usr/share/accounts/services/wlm.service +usr/share/accounts/providers/windows-live.provider --- account-plugins-0.10bzr13.03.19.orig/debian/account-plugin-sohu.install +++ account-plugins-0.10bzr13.03.19/debian/account-plugin-sohu.install @@ -0,0 +1,3 @@ +etc/signon-ui/webkit-options.d/api.t.sohu.com.conf +usr/share/accounts/services/sohu-microblog.service +usr/share/accounts/providers/sohu.provider