dwww Home | Show directory contents | Find package

libaccounts-qt (1.16-2) unstable; urgency=medium

  * Team upload.
  * Update Vcs-* fields.
  * Mark libaccounts-qt5-1 as Multi-Arch: same.

 -- Pino Toscano <pino@debian.org>  Wed, 06 Jan 2021 09:05:19 +0100

libaccounts-qt (1.16-1) unstable; urgency=medium

  * Team upload.

  [ Debian Janitor ]
  * Use secure copyright file specification URI.
  * Bump debhelper from deprecated 9 to 12.
    + debian/rules: Move --fail-missing argument to dh_missing.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Remove listed license files (COPYING) from copyright.
  * Remove unused license definitions for LGPL-2.1+.
  * Update Vcs-* headers from URL redirect.
  * Use canonical URL in Vcs-Git.

  [ Pino Toscano ]
  * New upstream release.
  * Update watch file.
  * Set Rules-Requires-Root: no.
  * Update the symbols file. (Closes: #957424)
  * Add the configuration for the CI on salsa.
  * Stop manually specifying QMAKE_CXXFLAGS to qmake, as it is already set
    by debhelper.
  * Bump the debhelper compatibility to 13:
    - switch the debhelper-compat build dependency to 13
    - stop passing --fail-missing to dh_missing, as it is the default now
  * Remove all the unwanted files right after dh_auto_install, instead of right
    before dh_install, merging also the content of debian/not-installed (now
    removed); also drop all the stuff that is not there anymore.
  * Bump Standards-Version to 4.5.1, no changes required.
  * Stop explicitly passing the .pro file to qmake.
  * Remove the unused ${shlibs:Depends} substvar from libaccounts-qt5-dev, and
    libaccounts-qt-doc.
  * Drop the dh_auto_build-indep override: other than being misspelt (and thus
    not actually used), the documentation will be generated anyway at
    installation time by the buildsystem.

 -- Pino Toscano <pino@debian.org>  Fri, 01 Jan 2021 13:32:18 +0100

libaccounts-qt (1.15-2) unstable; urgency=medium

  * Team upload.
  * Bump Standards-Version to 4.1.2, no changes required.
  * Remove trailing whitespaces in changelog.
  * Fix symlinking to jquery.js. (Closes: #857520)
  * Move libjs-jquery from build dependency to runtime dependency of
    libaccounts-qt-doc.
  * Remove the unused libqt4-dev build dependency (the qt4 packages were
    removed in 1.15-1 already). (Closes: #875007)

 -- Pino Toscano <pino@debian.org>  Fri, 15 Dec 2017 08:58:19 +0100

libaccounts-qt (1.15-1) unstable; urgency=medium

  * Update watch file
  * New upstream release (1.15).
  * Bump Standards-Version to 4.0.0, no changes needed.
  * Update vcs fields
  * Drop qt4 packages
  * Bump libaccounts-glib-dev build dep version
  * Add a .gitattributes file to use dpkg-mergechangelogs
  * Disable unittests
  * Build docs
  * Add new patch: Install-the-doc-FILES.patch
  * Drop qt4 packages.
  * Update symbols files.
  * Build docs on arch:all build
  * Add new patch: Build-docs-if-doxygen-is-available.patch
  * Release to unstable

 -- Maximiliano Curia <maxy@debian.org>  Thu, 13 Jul 2017 17:47:37 +0200

libaccounts-qt (1.13+20150813-1) unstable; urgency=medium

  [ Maximiliano Curia ]
  * Prepare Debian release. (1.13+20140905)
  * Update copyright information.

  [ Diane Trout ]
  * Use upstream snapshot 207139e65e6707100d2e92d96b1a4c3bfaa88a5f
  * Prepare Debian release (1.13+20150813)
  * Add symbols files for libaccounts-qt1 and libaccounts-qt5-1
  * Replace convience copy of jquery.js with link to system version
  * Add libaccounts-qt-doc.doc-base to register documentation.
  * Add myself to uploaders.

 -- Diane Trout <diane@debian.org>  Fri, 04 Sep 2015 23:10:25 -0700

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 <ps-jenkins@lists.canonical.com>  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 <ps-jenkins@lists.canonical.com>  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 <ps-jenkins@lists.canonical.com>  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 <ps-jenkins@lists.canonical.com>  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 <ps-jenkins@lists.canonical.com>  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 <ps-jenkins@lists.canonical.com>  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 <ps-jenkins@lists.canonical.com>  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 <ps-jenkins@lists.canonical.com>  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 <jreznik@redhat.com>)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 126 (ubuntu-unity/next)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  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 <ken.vandine@canonical.com>  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 <ken.vandine@canonical.com>  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 <ken.vandine@canonical.com>  Fri, 18 Jan 2013 09:28:10 -0500

libaccounts-qt (1.3-0ubuntu1) raring; urgency=low

  * New upstream release.

 -- Ken VanDine <ken.vandine@canonical.com>  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 <ken.vandine@canonical.com>  Mon, 06 Aug 2012 16:17:28 -0400

libaccounts-qt (1.2-0ubuntu1) quantal; urgency=low

  * New upstream release

 -- Ken VanDine <ken.vandine@canonical.com>  Thu, 02 Aug 2012 14:40:00 -0400

libaccounts-qt (1.1++bzr78-0quantal1) quantal; urgency=low

  * snapshot based on r78

 -- Ken VanDine <ken.vandine@canonical.com>  Mon, 16 Jul 2012 11:31:32 -0400

libaccounts-qt (1.1++bzr77-0quantal1) quantal; urgency=low

  * rebuild for quantal

 -- Ken VanDine <ken.vandine@canonical.com>  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 <ken.vandine@canonical.com>  Fri, 22 Jun 2012 12:59:56 -0400

libaccounts-qt (1.1++bzr77-0precise4) precise; urgency=low

  * debian/rules
    - disable tests

 -- Ken VanDine <ken.vandine@canonical.com>  Fri, 15 Jun 2012 22:45:52 -0400

libaccounts-qt (1.1++bzr77-0precise3) precise; urgency=low

  * no change rebuild

 -- Ken VanDine <ken.vandine@canonical.com>  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 <ken.vandine@canonical.com>  Mon, 26 Mar 2012 15:38:41 -0400

libaccounts-qt (1.1++bzr77-0precise1) precise; urgency=low

  * snapshot based on r77

 -- Ken VanDine <ken.vandine@canonical.com>  Mon, 19 Mar 2012 11:16:50 -0400

libaccounts-qt (1.1-0precise2) precise; urgency=low

  * Converted to native package

 -- Ken VanDine <ken.vandine@canonical.com>  Tue, 31 Jan 2012 16:46:31 -0500

libaccounts-qt (1.1-0precise1) precise; urgency=low

  * Initial release

 -- Ken VanDine <ken.vandine@canonical.com>  Fri, 06 Jan 2012 10:07:38 -0500

Generated by dwww version 1.15 on Sat May 18 09:34:32 CEST 2024.