--- gnome-control-center-signon-0.1.3bzr13.02.20.orig/debian/libaccount-plugin-1.0-0.symbols +++ gnome-control-center-signon-0.1.3bzr13.02.20/debian/libaccount-plugin-1.0-0.symbols @@ -0,0 +1,35 @@ +libaccount-plugin-1.0.so.0 libaccount-plugin-1.0-0 #MINVER# + ap_application_plugin_build_widget@Base 0.0.2 + ap_application_plugin_emit_finished@Base 0.0.2 + ap_application_plugin_get_account@Base 0.0.2 + ap_application_plugin_get_application@Base 0.0.2 + ap_application_plugin_get_error@Base 0.0.2 + ap_application_plugin_get_type@Base 0.0.2 + ap_application_plugin_set_error@Base 0.0.2 + ap_client_load_application_plugin@Base 0.0.2 + ap_client_load_plugin@Base 0.0.1 + ap_oauth_plugin_get_type@Base 0.0.1 + ap_oauth_plugin_set_account_oauth_parameters@Base 0.0.9+r86 + ap_oauth_plugin_set_mechanism@Base 0.0.6 + ap_oauth_plugin_set_oauth_parameters@Base 0.0.1 + ap_plugin_act_headless@Base 0.0.4 + ap_plugin_build_widget@Base 0.0.1 + ap_plugin_delete_account@Base 0.0.2 + ap_plugin_delete_account_finish@Base 0.0.2 + ap_plugin_emit_finished@Base 0.0.1 + ap_plugin_get_account@Base 0.0.1 + ap_plugin_get_cookies@Base 0.0.5 + ap_plugin_get_error@Base 0.0.1 + ap_plugin_get_ignore_cookies@Base 0.0.6 + ap_plugin_get_need_authentication@Base 0.0.1 + ap_plugin_get_password@Base 0.0.4 + ap_plugin_get_provider@Base 0.0.1 + ap_plugin_get_type@Base 0.0.1 + ap_plugin_get_user_cancelled@Base 0.0.1 + ap_plugin_get_username@Base 0.0.4 + ap_plugin_set_cookies@Base 0.0.5 + ap_plugin_set_credentials@Base 0.0.4 + ap_plugin_set_error@Base 0.0.1 + ap_plugin_set_ignore_cookies@Base 0.0.6 + ap_plugin_set_need_authentication@Base 0.0.1 + ap_plugin_set_user_cancelled@Base 0.0.1 --- gnome-control-center-signon-0.1.3bzr13.02.20.orig/debian/libaccount-plugin-1.0-0.install +++ gnome-control-center-signon-0.1.3bzr13.02.20/debian/libaccount-plugin-1.0-0.install @@ -0,0 +1 @@ +usr/lib/libaccount-plugin-1.0.so.* --- gnome-control-center-signon-0.1.3bzr13.02.20.orig/debian/libaccount-plugin-1.0-dev.install +++ gnome-control-center-signon-0.1.3bzr13.02.20/debian/libaccount-plugin-1.0-dev.install @@ -0,0 +1,5 @@ +usr/include +usr/lib/libaccount-plugin-1.0.so +usr/lib/pkgconfig +usr/share/gir-1.0 +usr/share/vala/vapi --- gnome-control-center-signon-0.1.3bzr13.02.20.orig/debian/compat +++ gnome-control-center-signon-0.1.3bzr13.02.20/debian/compat @@ -0,0 +1 @@ +9 --- gnome-control-center-signon-0.1.3bzr13.02.20.orig/debian/rules +++ gnome-control-center-signon-0.1.3bzr13.02.20/debian/rules @@ -0,0 +1,21 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +export DPKG_GENSYMBOLS_CHECK_LEVEL = 4 + +override_dh_auto_configure: + dh_auto_configure -- --enable-gtk-doc --libdir=/usr/lib + +override_dh_install: + rm debian/*/usr/lib/*.la + rm debian/*/usr/lib/control-center-1/panels/*.la + dh_install --fail-missing + +override_dh_autoreconf: + NOCONFIGURE=1 dh_autoreconf ./autogen.sh + +%: + dh $@ --with translations,autoreconf --- gnome-control-center-signon-0.1.3bzr13.02.20.orig/debian/copyright +++ gnome-control-center-signon-0.1.3bzr13.02.20/debian/copyright @@ -0,0 +1,16 @@ +Format: http://dep.debian.net/deps/dep5 +Upstream-Name: online-accounts-gnome-control-center +Upstream-Contact: Alberto Mardegan +Source: https://launchpad.net/online-accounts-gnome-control-center + +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". + +Files: libaccount-plugin/* +Copyright: 2012 Canonical Ltd. +License: LGPL-3 + On Debian systems, the complete text of the GNU Lesser General + Public License version 3 can be found in "/usr/share/common-licenses/LGPL-3". --- gnome-control-center-signon-0.1.3bzr13.02.20.orig/debian/changelog +++ gnome-control-center-signon-0.1.3bzr13.02.20/debian/changelog @@ -0,0 +1,263 @@ +gnome-control-center-signon (0.1.3bzr13.02.20-0ubuntu1) raring; urgency=low + + [ Didier Roche ] + * modernize build to confirm to other packages we have + + [ Ken VanDine ] + * Automatic snapshot from revision 135 (bootstrap) + * Add switches for toogling enabled state of application + services (LP: #1044055) + * Fix D-Bus service file substitution (LP: #1066917) + * Allow the preferences panel to be built as a standalone + application (LP: #1078642) + * Read provider settings from .provider XML files + * Enable tests during package build + * Test improvements for libaccount-plugin + + -- Ken VanDine Mon, 18 Mar 2013 11:35:16 -0400 + +gnome-control-center-signon (0.1.2bzr12.12.05-0ubuntu1) raring; urgency=low + + [ Robert Bruce Park ] + * Inlined packaging data. + * -debian/patches/fix_exec_path.patch + + [ Ken VanDine ] + * New upstream snapshot + - Add LXDE to control-center panel desktop file (LP: #1070546) + + -- Ken VanDine Wed, 05 Dec 2012 10:48:53 -0500 + +gnome-control-center-signon (0.1.1-0ubuntu1) raring; urgency=low + + * New upstream release. + - Containers for account toggle switch and list header are rendered + poorly in themes other than Ambiance / Radiance (LP: #1040186) + - Control center panel should be optional (LP: #1070729) + - List corners are square for "Add account" rounded otherwise (LP: #1043714) + - Grey box around "Show accounts that integrate..." is noise (LP: #1043729) + - Remove account button should be title case (LP: #1059376) + * -debian/patches/revert_string_change.patch + * debian/patches/fix_exec_path.patch + - fixed path in dbus service file + * debian/control, debian/rules + - added autoreconf + + -- Ken VanDine Tue, 13 Nov 2012 15:36:09 -0500 + +gnome-control-center-signon (0.0.20-0ubuntu1) raring; urgency=low + + * New upstream release. + - Fix the passing of cookies to signon-ui (LP: #1066917) + * debian/control + - removed unneeded build depends for libdbus-glib-1-dev + - build depend on libsignon-glib-dev >= 1.7 to get fix for (LP: #1066917) + + -- Ken VanDine Thu, 08 Nov 2012 12:43:17 -0500 + +gnome-control-center-signon (0.0.18-0ubuntu1) quantal; urgency=low + + * New upstream release. + - [UIFe] Add legal notice buttons to UI (LP: #1056718) + * debian/patches/revert_string_change.patch + - revert dropping of a period unrelated to the above UIFe + + -- Ken VanDine Fri, 28 Sep 2012 16:56:22 -0400 + +gnome-control-center-signon (0.0.17-0ubuntu1) quantal; urgency=low + + * New upstream release. + - Handle translated .application files (LP: #1052375) + + -- Ken VanDine Wed, 19 Sep 2012 12:21:28 -0400 + +gnome-control-center-signon (0.0.15-0ubuntu2) quantal; urgency=low + + * debian/control + - removed clutter build depends + + -- Ken VanDine Thu, 13 Sep 2012 14:04:32 -0400 + +gnome-control-center-signon (0.0.15-0ubuntu1) quantal; urgency=low + + * New upstream release. + - OAuthPlugin: update authentication parameters on + re-authentication (LP: #1047191) + + -- Ken VanDine Mon, 10 Sep 2012 09:13:51 -0400 + +gnome-control-center-signon (0.0.14-0ubuntu1) quantal; urgency=low + + * New upstream release. + - removed the clutter based transition, it broke the scrollbar and was + inconsistent with the other panels (LP: #1043697) (LP: #1043732) + - Selection style in account type list is inconsistent with the rest + of Ubuntu (LP: #1043724) + * debian/control + - removed clutter build depends + + -- Ken VanDine Fri, 07 Sep 2012 16:46:35 -0400 + +gnome-control-center-signon (0.0.13-0ubuntu1) quantal-proposed; urgency=low + + * New upstream release. + * debian/control + - added libclutter-gtk-1.0-dev and libclutter-1.0-dev to build depends + - depend on gnome-control-center >= 3.4.2-0ubuntu10, which includes + the clutter init patch + + -- Ken VanDine Thu, 23 Aug 2012 16:22:45 -0400 + +gnome-control-center-signon (0.0.12-0ubuntu1) quantal; urgency=low + + * New upstream release. + + -- Ken VanDine Thu, 02 Aug 2012 09:39:14 -0400 + +gnome-control-center-signon (0.0.11-0quantal1) quantal; urgency=low + + * New upstream release. + + -- Ken VanDine Wed, 01 Aug 2012 10:33:52 -0400 + +gnome-control-center-signon (0.0.10-0quantal1) quantal; urgency=low + + * New upstream release + + -- Ken VanDine Tue, 31 Jul 2012 16:33:20 -0400 + +gnome-control-center-signon (0.0.9+r86-0quantal1) quantal; urgency=low + + * merged from tag 0.0.9+bzr86 + + -- Ken VanDine Fri, 20 Jul 2012 11:39:57 -0400 + +gnome-control-center-signon (0.0.9-0quantal1) quantal; urgency=low + + * New upstream release + + -- Ken VanDine Tue, 17 Jul 2012 11:20:56 -0400 + +gnome-control-center-signon (0.0.8+r79-0quantal2) quantal; urgency=low + + * debian/control + - build with valac-0.18 + + -- Ken VanDine Mon, 16 Jul 2012 14:44:35 -0400 + +gnome-control-center-signon (0.0.8+r79-0quantal1) quantal; urgency=low + + * rebuild for quantal + + -- Ken VanDine Mon, 16 Jul 2012 10:26:36 -0400 + +gnome-control-center-signon (0.0.8+r79-0precise1) precise; urgency=low + + * merged from tag 0.0.8+bzr79 + + -- Ken VanDine Wed, 11 Jul 2012 10:31:44 -0400 + +gnome-control-center-signon (0.0.7+r76-0precise1) precise; urgency=low + + * merged from tag 0.0.7+bzr76 + + -- David King Wed, 04 Jul 2012 07:52:00 +0100 + +gnome-control-center-signon (0.0.6+r73-0precise2) precise; urgency=low + + * no change rebuild + + -- Ken VanDine Fri, 15 Jun 2012 16:46:50 -0400 + +gnome-control-center-signon (0.0.6+r73-0precise1) precise; urgency=low + + * Merged latest trunk at revision 73 + * debian/libaccount-plugin-1.0-0.symbols + - new symbols + * debian/control + - bump build depends for libaccounts-glib-dev to >= 1.1+bzr155 + - libaccount-plugin-1.0 recommends gnome-control-center-signon + + -- Ken VanDine Thu, 14 Jun 2012 16:03:18 -0400 + +gnome-control-center-signon (0.0.5+r68-0precise1) precise; urgency=low + + * merged from tag 0.0.5+bzr68 + * debian/control + - Added libdbus-glib-1-dev build dep + + -- Ken VanDine Fri, 01 Jun 2012 14:43:35 -0400 + +gnome-control-center-signon (0.0.4+r65-0precise1) precise; urgency=low + + * merged from tag 0.0.4+bzr65 + * debian/control, debian/libaccount-plugin-1.0-doc.install + - added gtk-doc docs libaccount-plugin-1.0-doc + + -- Ken VanDine Tue, 29 May 2012 11:27:44 -0400 + +gnome-control-center-signon (0.0.2+r57-0precise1) precise; urgency=low + + * merged from tag 0.0.2+bzr57 + + -- Ken VanDine Tue, 22 May 2012 15:38:20 -0400 + +gnome-control-center-signon (0.0.2+r56-0precise1) precise; urgency=low + + * Merged from trunk r56 + + -- Ken VanDine Thu, 17 May 2012 14:01:13 -0400 + +gnome-control-center-signon (0.0.2+r55-0precise1) precise; urgency=low + + * debian/rules + - disable tests again + * merged from tag 0.0.2+bzr55 + + -- Ken VanDine Fri, 04 May 2012 15:50:57 -0700 + +gnome-control-center-signon (0.0.1+r27-0precise6) precise; urgency=low + + * debian/control, debian/rules + - added gnome-control-center-signon-dbg package + + -- Ken VanDine Tue, 27 Mar 2012 09:10:54 -0400 + +gnome-control-center-signon (0.0.1+r27-0precise5) precise; urgency=low + + * debian/control + - added build depends to generate documentation + + -- Ken VanDine Mon, 26 Mar 2012 16:48:22 -0400 + +gnome-control-center-signon (0.0.1+r27-0precise4) precise; urgency=low + + * debian/control, debian/rules + - added -dbg package + + -- Ken VanDine Mon, 26 Mar 2012 16:19:01 -0400 + +gnome-control-center-signon (0.0.1+r27-0precise3) precise; urgency=low + + * debian/control + - make libaccount-plugin-1.0-dev depend on libgtk-3-dev + + -- Ken VanDine Fri, 16 Mar 2012 15:18:22 -0400 + +gnome-control-center-signon (0.0.1+r27-0precise2) precise; urgency=low + + * fixed soname in symbols + + -- Ken VanDine Fri, 16 Mar 2012 12:37:03 -0400 + +gnome-control-center-signon (0.0.1+r27-0precise1) precise; urgency=low + + * New snapshot + + -- Ken VanDine Fri, 16 Mar 2012 11:58:54 -0400 + +gnome-control-center-signon (0.0.1+r20-0precise1) precise; urgency=low + + * Initial package + + -- Ken VanDine Fri, 06 Jan 2012 11:54:51 -0500 --- gnome-control-center-signon-0.1.3bzr13.02.20.orig/debian/gir1.2-accountplugin-1.0.install +++ gnome-control-center-signon-0.1.3bzr13.02.20/debian/gir1.2-accountplugin-1.0.install @@ -0,0 +1 @@ +usr/lib/girepository-1.0 --- gnome-control-center-signon-0.1.3bzr13.02.20.orig/debian/docs +++ gnome-control-center-signon-0.1.3bzr13.02.20/debian/docs @@ -0,0 +1,2 @@ +NEWS +README --- gnome-control-center-signon-0.1.3bzr13.02.20.orig/debian/control +++ gnome-control-center-signon-0.1.3bzr13.02.20/debian/control @@ -0,0 +1,82 @@ +Source: gnome-control-center-signon +Section: gnome +Priority: optional +Maintainer: Ubuntu Desktop Team +Build-Depends: autotools-dev, + dbus-test-runner, + debhelper (>= 9), + dh-autoreconf, + dh-translations, + gir1.2-glib-2.0, + gnome-common, + gnome-doc-utils, + gobject-introspection, + gtk-doc-tools, + libaccounts-glib-dev (>= 1.7), + libgirepository1.0-dev, + libgirepository1.0-dev (>= 0.10), + libgnome-control-center-dev, + libgtk-3-dev, + libsignon-glib-dev (>= 1.8), + pkg-config, + signond-dev, + valac-0.18, + xvfb, + yelp-tools, +Standards-Version: 3.9.3 +Homepage: https://launchpad.net/online-accounts-gnome-control-center +# 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/gnome-control-center-signon/trunk + +Package: gnome-control-center-signon +Architecture: any +Depends: gnome-control-center (>= 3.4.2-0ubuntu10), + libaccount-plugin-1.0-0 (= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends}, +Description: GNOME Control Center extension for single signon + GNOME Control Center extension for single signon + +Package: libaccount-plugin-1.0-0 +Section: libs +Architecture: any +Pre-Depends: ${misc:Pre-Depends} +Depends: ${misc:Depends}, + ${shlibs:Depends}, +Recommends: gnome-control-center-signon +Description: libaccount-plugin for GNOME Control Center + GNOME Control Center library for libaccounts + +Package: libaccount-plugin-1.0-dev +Section: libdevel +Architecture: any +Depends: gir1.2-accountplugin-1.0, + libaccount-plugin-1.0-0 (= ${binary:Version}), + libglib2.0-dev, + libgtk-3-dev, + libsignon-glib-dev, + ${misc:Depends}, + ${shlibs:Depends}, +Description: libaccount-plugin for GNOME Control Center - devel + GNOME Control Center library for libaccounts - devel + +Package: gir1.2-accountplugin-1.0 +Section: introspection +Architecture: any +Depends: libaccount-plugin-1.0-0 (= ${binary:Version}), + ${gir:Depends}, + ${misc:Depends}, +Description: typelib file for libaccount-plugin-1.0-0 + . + This package can be used by other packages using the GIRepository format to + generate dynamic bindings for libaccount-plugin-1.0-0 + +Package: libaccount-plugin-1.0-doc +Section: doc +Architecture: all +Depends: ${misc:Depends} +Description: libaccount-plugin for GNOME Control Center - Developer Docs + . + This package provides the developer documentation for the libaccount-plugin + library. --- gnome-control-center-signon-0.1.3bzr13.02.20.orig/debian/libaccount-plugin-1.0-doc.install +++ gnome-control-center-signon-0.1.3bzr13.02.20/debian/libaccount-plugin-1.0-doc.install @@ -0,0 +1 @@ +usr/share/gtk-doc --- gnome-control-center-signon-0.1.3bzr13.02.20.orig/debian/gnome-control-center-signon.install +++ gnome-control-center-signon-0.1.3bzr13.02.20/debian/gnome-control-center-signon.install @@ -0,0 +1,8 @@ +usr/bin/online-accounts-preferences +usr/bin/credentials-preferences +usr/lib/*/update-accounts +usr/lib/control-center-1/panels +usr/share/applications +usr/share/dbus-1/services/com.canonical.webcredentials.capture.service +usr/share/help +usr/share/icons --- gnome-control-center-signon-0.1.3bzr13.02.20.orig/debian/source/format +++ gnome-control-center-signon-0.1.3bzr13.02.20/debian/source/format @@ -0,0 +1 @@ +1.0