libaccounts-qt (1.15+17.04.20161104.1-0ubuntu3) focal; urgency=medium * Adjust spyEnabled count in tests to fix FTBFS since ~disco. The new value seems more correct, given the documented behaviour. -- William Grant Tue, 07 Apr 2020 23:09:16 +1000 libaccounts-qt (1.15+17.04.20161104.1-0ubuntu2) focal; urgency=medium * No-change rebuild for libgcc-s1 package name change. -- Matthias Klose Tue, 24 Mar 2020 15:05:41 +0100 libaccounts-qt (1.15+17.04.20161104.1-0ubuntu1) zesty; urgency=medium * New upstream release - Lib: add Manager::listServices() by application and Application::supportsService() - Enable CI in gitlab - Build: fix out of tree builds * debian/control: - Remove dependency on Qt4 packages -- Alberto Mardegan Fri, 04 Nov 2016 14:11:28 +0000 libaccounts-qt (1.14+16.04.20151106.1-0ubuntu1) xenial; urgency=medium [ Alberto Mardegan ] * Merge from upstream: - Modernize the project structure - Remove debug messages (LP: #1404267) [ CI Train Bot ] * No-change rebuild. -- David Barth Fri, 06 Nov 2015 13:54:55 +0000 libaccounts-qt (1.14+16.04.20151102-0ubuntu1) xenial; urgency=medium [ Alberto Mardegan ] * debian/control, debian/rules: - Remove Qt4-based packages * New upstream release. - Fix clazy warnings - Use gboolean instead of bool to g_object_get (fixes a stack corruption) - Headers: remove unnecessary semicolon after namespace - Docs: fix hint on destruction of Account and Service - Fix memory leaks found by valgrind Fixes: https://code.google.com/p/accounts-sso/issues/detail?id=239 - Tests: make using a wrapper easier Tests can now be run with a command like: make check WRAPPER="valgrind --leak-check=full" [ CI Train Bot ] * No-change rebuild. -- David Barth Mon, 02 Nov 2015 09:12:29 +0000 libaccounts-qt (1.13+14.10.20140819.1-0ubuntu4~gcc5.1) wily; urgency=medium * No-change test rebuild for g++5 ABI transition -- Steve Langasek Wed, 15 Jul 2015 17:05:23 +0000 libaccounts-qt (1.13+14.10.20140819.1-0ubuntu3) vivid; urgency=low * fix typo in previous upload -- Michael Vogt Wed, 26 Nov 2014 10:48:19 +0100 libaccounts-qt (1.13+14.10.20140819.1-0ubuntu2) vivid; urgency=low * debian/control: - add "Multi-Arch: same" to libaccounts-qt1 and libaccounts-qt5-1 (no further changes needed thanks to dh9) - add Vcs-Bzr field -- Michael Vogt Tue, 02 Sep 2014 11:43:26 +0200 libaccounts-qt (1.13+14.10.20140819.1-0ubuntu1) utopic; urgency=medium [ Alberto Mardegan ] * New upstream release. - Add flag to suppress usage of D-Bus [ Ubuntu daily release ] * New rebuild forced -- Ubuntu daily release Tue, 19 Aug 2014 14:46:28 +0000 libaccounts-qt (1.12+14.10.20140506.1-0ubuntu1) utopic; urgency=medium [ Alberto Mardegan ] * New upstream release. - Make the lib easier to use with CMake by adding a Config.cmake file This will allow CMake applications to use something like: find_package(AccountsQt REQUIRED CONFIG) - Application: add default constructor Fixes: http://code.google.com/p/accounts-sso/issues/detail?id=211 * New upstream release. - Add CMake config files for the Qt5 build - Add Provider::domainsRegExp() - Provider: do not unreference a NULL AgProvider [ Ubuntu daily release ] * New rebuild forced -- Ubuntu daily release Tue, 06 May 2014 12:55:05 +0000 libaccounts-qt (1.11+14.04.20140410.1-0ubuntu1) trusty; urgency=low [ Ɓukasz 'sil2100' Zemczak ] * Fix file conflicts in the -dev packages. As recommended by upstream, we only ship the cmake files for the -qt-dev package, as soon they will add specific variants for every Qt version -- Ubuntu daily release Thu, 10 Apr 2014 16:34:07 +0000 libaccounts-qt (1.11+14.04.20140307-0ubuntu1) trusty; urgency=medium [ Alberto Mardegan ] * New upstream release. - Make the lib easier to use with CMake by adding a Config.cmake file This will allow CMake applications to use something like: find_package(AccountsQt REQUIRED CONFIG) - Application: add default constructor Fixes: http://code.google.com/p/accounts-sso/issues/detail?id=211 [ CI bot ] * No change rebuild against Qt 5.2.1. [ Ubuntu daily release ] * New rebuild forced -- Ubuntu daily release Fri, 07 Mar 2014 10:38:59 +0000 libaccounts-qt (1.10+13.10.20131016.1-0ubuntu1) saucy; urgency=low [ Alberto Mardegan ] * New upstream release. - Add Provider::isSingleAccount() Fixes: http://code.google.com/p/accounts-sso/issues/detail?id=202 [ Ubuntu daily release ] * Automatic snapshot from revision 133 -- Ubuntu daily release Wed, 16 Oct 2013 14:15:20 +0000 libaccounts-qt (1.9+13.10.20130904-0ubuntu1) saucy; urgency=low [ Alberto Mardegan ] * New upstream release. - Application: add a method to return the .desktop file - Add Account::isEnabled(), along with the existing Account::enabled() [ Ubuntu daily release ] * Automatic snapshot from revision 131 -- Ubuntu daily release Wed, 04 Sep 2013 16:05:18 +0000 libaccounts-qt (1.8daily13.06.18-0ubuntu1) saucy; urgency=low [ Alberto Mardegan ] * New upstream release. - Add Application::displayName() and Application::iconName() - Add Provider::description() and Provider::pluginName() - Tests: fix service tags tests [ Ubuntu daily release ] * Automatic snapshot from revision 129 -- Ubuntu daily release Tue, 18 Jun 2013 04:31:06 +0000 libaccounts-qt (1.7daily13.06.05.1-0ubuntu1) saucy; urgency=low * Automatic snapshot from revision 127 -- Ubuntu daily release Wed, 05 Jun 2013 18:49:09 +0000 libaccounts-qt (1.7daily13.05.01.1ubuntu.unity.next-0ubuntu1) raring; urgency=low [ Alberto Mardegan ] * New upstream release. - Add a new constructor to the Account class: Account(Manager *mgr, const QString &provider, QObject *parent); - Add a static method Account *Account::fromId(Manager *, AccountId id, QObject *parent) to replicate the existing Manager::account() method, but with a more clear ownership of the created object, which will not be a child of the Manager (and therefore won't be destroyed with it). - Slightly change the semantics of Manager::account(): if an account for that ID has already been instantiated (and is still alive), return the same object. - Make AccountService::account() return the same account which was used to instantiate the AccountService object. - Do not initialize QString to NULL (patch by Jaroslav Reznik ) [ Ubuntu daily release ] * Automatic snapshot from revision 126 (ubuntu-unity/next) -- Ubuntu daily release Wed, 01 May 2013 07:51:06 +0000 libaccounts-qt (1.6bzr13.02.27-0ubuntu2) UNRELEASED; urgency=low * Automatic snapshot from revision 124 (bootstrap) -- Ken VanDine Fri, 26 Apr 2013 14:08:59 -0400 libaccounts-qt (1.6bzr13.02.27-0ubuntu1) raring; urgency=low * New upstream release. - Make libaccounts-qt compile with QT_NO_KEYWORDS - Tests: increase coverage (now 93%) - Make AccountService::account() always return a valid account - Remove excessive debug verbosity - Fixed pkg-config requires for accounts-qt5 - Documentation fixes for out-of-tree builds - Remove default value from AccountService::value() - Add Account::provider() - AccountService: add a constructor with a parent QObject - Tests: use dbus-test-runner if available - Do not instantiate Error before Q_DECLARE_METATYPE * debian/control - build depend on qtchooser - add new binaries for qt5 builds, libaccounts-qt5-1 and libaccounts-qt5-dev - add build depends for qt5 builds * debian/rules - dual build for qt4 and qt5 [ Robert Bruce Park ] * Inline packaging metadata. -- Ken VanDine Wed, 27 Feb 2013 13:35:12 -0500 libaccounts-qt (1.4-0ubuntu1) raring; urgency=low * New upstream release. - Build with Qt5 (as well as with Qt4) - Add support for string list values - Stop using deprecated APIs from libaccounts-glib - Remove account-tool - Remove accounts.prf (pkg-config should be used instead) -- Ken VanDine Fri, 18 Jan 2013 09:28:10 -0500 libaccounts-qt (1.3-0ubuntu1) raring; urgency=low * New upstream release. -- Ken VanDine Fri, 09 Nov 2012 10:32:11 -0500 libaccounts-qt (1.2-0ubuntu2) quantal; urgency=low * debian/control - added build depends for dbus-test-runner * debian/rules - enable tests and use dbus-test-runner to run them -- Ken VanDine Mon, 06 Aug 2012 16:17:28 -0400 libaccounts-qt (1.2-0ubuntu1) quantal; urgency=low * New upstream release -- Ken VanDine Thu, 02 Aug 2012 14:40:00 -0400 libaccounts-qt (1.1++bzr78-0quantal1) quantal; urgency=low * snapshot based on r78 -- Ken VanDine Mon, 16 Jul 2012 11:31:32 -0400 libaccounts-qt (1.1++bzr77-0quantal1) quantal; urgency=low * rebuild for quantal -- Ken VanDine Mon, 16 Jul 2012 10:11:39 -0400 libaccounts-qt (1.1++bzr77-0precise5) precise; urgency=low * debian/control - added build depends for qt4-dev-tools, needed for doc generation -- Ken VanDine Fri, 22 Jun 2012 12:59:56 -0400 libaccounts-qt (1.1++bzr77-0precise4) precise; urgency=low * debian/rules - disable tests -- Ken VanDine Fri, 15 Jun 2012 22:45:52 -0400 libaccounts-qt (1.1++bzr77-0precise3) precise; urgency=low * no change rebuild -- Ken VanDine Fri, 15 Jun 2012 16:49:32 -0400 libaccounts-qt (1.1++bzr77-0precise2) precise; urgency=low * debian/control, debian/rules - added -dbg package -- Ken VanDine Mon, 26 Mar 2012 15:38:41 -0400 libaccounts-qt (1.1++bzr77-0precise1) precise; urgency=low * snapshot based on r77 -- Ken VanDine Mon, 19 Mar 2012 11:16:50 -0400 libaccounts-qt (1.1-0precise2) precise; urgency=low * Converted to native package -- Ken VanDine Tue, 31 Jan 2012 16:46:31 -0500 libaccounts-qt (1.1-0precise1) precise; urgency=low * Initial release -- Ken VanDine Fri, 06 Jan 2012 10:07:38 -0500