kaidan (0.12.2-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * Update the patches:
    - fix-account-login-crash.patch: drop, fixed upstream
  * Small updates to debian/copyright.

 -- Pino Toscano <pino@debian.org>  Tue, 01 Apr 2025 07:42:10 +0200

kaidan (0.12.0-2) unstable; urgency=medium

  [ Aurélien COUDERC ]
  * Add patch to fix crash on initial account login.

 -- Aurélien COUDERC <coucouf@debian.org>  Tue, 25 Mar 2025 13:20:13 +0100

kaidan (0.12.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * There is no more embedded copy of singleapp to exclude from the sources,
    so simplify the packaging:
    - drop the +dfsg suffix from the version number
    - in the watch file, drop the repacking & the +dfsg suffix
    - drop the exclusions from debian/copyright
  * Update the patches:
    - upstream_appdata-fix-ID-in-translation.patch: drop, backported from
      upstream
    - upstream_Replace-SingleApplication-with-KDSingleApplication.patch: drop,
      backported from upstream
    - tests-no-network.diff: refresh
  * Update the build dependencies according to the upstream build system:
    - bump KF packages to 6.11.0
    - bump libqxmppqt6-dev to 1.10.3
  * Concatenate all the keys in debian/upstream/signing-key.asc.
  * Small updates to debian/copyright.

 -- Pino Toscano <pino@debian.org>  Mon, 24 Mar 2025 22:51:32 +0100

kaidan (0.11.0+dfsg-1) unstable; urgency=medium

  * Team upload.
  * Backport upstream commit 21ac9c2abe73115149614c3f09ed5154371de2a6 to fix
    the <translation> tag in AppStream XML metadata; patch
    upstream_appdata-fix-ID-in-translation.patch.
  * Bump Standards-Version to 4.7.2, no changes required.
  * Update build dependencies according to the upstream build system:
    - add qml6-module-org-kde-kquickimageeditor as QML dependency
    - drop pkg-kde-tools, used via dh-sequence-*
    - drop no more used, or not used for Debian platforms:
      kquickimageeditor-dev, libgstreamer1.0-dev, libsqlite3-dev, libssl-dev,
      libzxing-dev, perl, and pkgconf
  * Replace the embedded copy of singleapp with the usage of an external
    KDSingleApplication, as newer versions of singleapp have non-free clauses:
    (Closes: #1099531)
    - ensure to not have the non-free sources, and thus repack them:
      - add a +dfsg suffix to the version number
      - adapt the watch file for repacking and the +dfsg suffix
      - exclude the 'src/singleapp' subdirectory via debian/copyright
      - disable the GPG  signing verification, since the tarball is now repacked
    - backport part of upstream commit 516f4ddc8a57e8980affabab7237064b70ecaf81
      to use KDSingleApplication; patch
      upstream_Replace-SingleApplication-with-KDSingleApplication.patch
    - add new build dependencies needed because of the changes:
      qt6-base-private-dev, libkdsingleapplication-qt6-dev, and
      libkf6windowsystem-dev

 -- Pino Toscano <pino@debian.org>  Sun, 16 Mar 2025 11:11:44 +0100

kaidan (0.11.0-1) unstable; urgency=medium

  [ Aurélien COUDERC ]
  * New upstream release (0.11.0). (Closes: #1089817, #1090237, #998674)
  * Build against Qt6, update build-deps and deps with the info from cmake.
  * Refresh patches.
  * Disable build-time tests which really don’t look ready for prime
    time.
  * Review copyright information.

 -- Aurélien COUDERC <coucouf@debian.org>  Sun, 23 Feb 2025 22:54:58 +0100

kaidan (0.9.2-1) unstable; urgency=medium

  [ Aurélien COUDERC ]
  * Update watch file.
  * Add/update Melvin Keskin’s key in upstream keyring.
  * New upstream release (0.9.2).
  * Update build-deps and deps with the info from cmake.
  * Switch to declarative KF5 debhelper build sequence.
  * Switch to dh_qmldeps for runtime QML dependencies.
  * Add missing overrides and qml dependencies for dh_qmldeps.
  * Bump Standards-Version to 4.7.0, no change required.
  * Review copyright information.

 -- Aurélien COUDERC <coucouf@debian.org>  Sat, 07 Dec 2024 23:35:04 +0100

kaidan (0.9.1-4) unstable; urgency=medium

  [ Patrick Franz ]
  * Team upload.
  * Switch kirigami-addons-dev B-D to kirigami-addons5-dev.

 -- Patrick Franz <deltaone@debian.org>  Fri, 23 Aug 2024 18:08:20 +0200

kaidan (0.9.1-3) unstable; urgency=medium

  * Team upload.
  * Disable the test test_GroupChatSearchManager_GroupChatModel, as it requires
    an Internet connectivity. (Closes: #1056583)

 -- Pino Toscano <pino@debian.org>  Sat, 16 Dec 2023 14:05:45 +0100

kaidan (0.9.1-2) unstable; urgency=medium

  * Team upload.
  * Upload to unstable.
  * Add missing runtime dependencies:
    qml-module-org-kde-kirigami-addons-labs-mobileform, and
    qml-module-org-kde-kquickimageeditor. (Closes: #1055880)
  * Switch Vcs-* fields back to the 'master' packaging branch.

 -- Pino Toscano <pino@debian.org>  Fri, 17 Nov 2023 09:42:00 +0100

kaidan (0.9.1-1) experimental; urgency=medium

  * Team upload.
  * New upstream release. (Closes: #1036558)
  * Switch Vcs-* fields to the 'experimental' packaging branch.
  * Update build dependencies according to the upstream build system:
    - bump cmake to 3.16
    - bump Qt packages to 5.15.0
    - switch libqxmpp-dev to libqxmppqt5-dev, and bump it to 1.5.0 (to the
      actual version with OMEMO support)
    - add kirigami-addons-dev, kquickimageeditor-dev, libkf5coreaddons-dev,
      and libkf5kio-dev
  * Bump Qt dependencies to 5.15.0
  * Drop the -DI18N=TRUE cmake parameter, as translations are built
    unconditionally now.
  * Pass -DBUILD_TESTS=TRUE to cmake to build & run the unit tests at build
    time.

 -- Pino Toscano <pino@debian.org>  Sun, 12 Nov 2023 16:12:00 +0100

kaidan (0.8.0-3) unstable; urgency=medium

  * Team upload.
  * Update standards version to 4.6.2, no changes needed.
  * Replace the transitional libzxingcore-dev build dependency with
    libzxing-dev. (Closes: #1054383)
  * Update watch file.

 -- Pino Toscano <pino@debian.org>  Sat, 11 Nov 2023 21:03:07 +0100

kaidan (0.8.0-2) unstable; urgency=medium

  * Update maintainer to use the @alioth-lists.debian.net address.

 -- Aurélien COUDERC <coucouf@debian.org>  Thu, 27 Jan 2022 15:50:00 +0100

kaidan (0.8.0-1) experimental; urgency=medium

  [ Pino Toscano ]
  * Update the location in the watch file, the 0.7.0 bits were moved to the
    right structure.
  * Refer to common license file for Apache-2.0.
  * Re-export upstream signing key without extra signatures.

  [ Aurélien COUDERC ]
  * New upstream release (0.8.0).
    - Add typing notifications (XEP-0085: Chat State Notifications) (jbb)
    - Add message history syncing (XEP-0313: Message Archive Management) (lnj)
    - Window size is restored (melvo)
    - The server's website link is displayed if account creation is disabled
      (melvo)
    - Improved user strings & descriptions (melvo)
  * Update build dependencies according to the upstream build system:
    - QXmpp >= 1.3.0
    - add libkf5qqc2desktopstyle-dev
  * Refresh coyright information.

 -- Aurélien COUDERC <coucouf@debian.org>  Mon, 31 May 2021 00:06:38 +0200

kaidan (0.7.0-1) unstable; urgency=medium

  * New upstream release (0.7.0):
    - Features:
       o Display client information (name, version, OS) of contacts (jbb, lnj)
       o Drag'n'drop for sending files (jbb)
       o Allow pasting images from the clipboard (Ctrl+Shift+V) into the chat
         (jbb)
       o Allow inserting newlines using Shift+Enter (jbb)
       o Add configuration of custom hostname/port (jbb, melvo)
       o Favourite emojis are shown by default now (melvo)
       o Search emojis by ":<name>" (melvo)
       o Display connection errors in the global drawer after login (melvo)
       o Improved design of media preview sheets (jbb)
       o Restructure message sending bar (melvo)
   - Bugfixes:
       o Do not interpret random URLs as files anymore (lnj)
       o Fix the style of buttons when using Material style (melvo)
       o Fix file dialog and media drawer opening in some cases (melvo)
       o Fix opening of the LoginPage when scanning QR code without password
         (melvo)
  * Add Debian XMPP Maintainers to the uploaders at their request.
  * Update build dependencies according to the upstream build system:
    - Qt >= 5.14
    - add qml-module-org-kde-qqc2desktopstyle to runtime dependencies
  * Refresh copyright information.
  * Update watch file to point to new release location.

 -- Aurélien COUDERC <coucouf@debian.org>  Tue, 02 Feb 2021 19:40:30 +0100

kaidan (0.6.0-2) unstable; urgency=medium

  * Release to unstable.
  * Add missing build dependency to libgstreamer1.0-dev.

 -- Aurélien COUDERC <coucouf@debian.org>  Wed, 06 Jan 2021 08:12:41 +0100

kaidan (0.6.0-1) experimental; urgency=medium

  * Initial release (Closes: #976376)

 -- Aurélien COUDERC <coucouf@debian.org>  Tue, 15 Dec 2020 22:41:50 +0100
