dwww Home | Show directory contents | Find package

qca2 (2.3.5-2) unstable; urgency=medium

  * Backport upstream commit 714073747c4a3ccff7a8c85c72872bdf6bd3db4a to disable
    one test that fails with OpenSSL 3.0.8; patch
    upstream_Remove-test-that-openssl-has-decided-it-s-wrong.patch.
    (Closes: #1031438)
  * Set upstream metadata fields: Bug-Database, Bug-Submit.
  * Update standards version to 4.6.2, no changes needed.

 -- Pino Toscano <pino@debian.org>  Sat, 25 Feb 2023 17:05:23 +0100

qca2 (2.3.5-1) unstable; urgency=medium

  * New upstream release.
  * Update standards version to 4.6.1, no changes needed.
  * CI: enable again the blhc job.
  * Update the build dependencies according to the upstream build system:
    - bump cmake to 3.16
  * Update the patches:
    - define_qca_export.diff: drop, fixed upstream
    - pipeunittest_more_wait.diff: refresh
  * Factorize the common cmake arguments for different Qt versions in a single
    variable.
  * Explicitly disable all the plugins which we currently do not want to build;
    this way, having the dependencies for them installed will not cause a build
    failure due to unhandled files (Closes: #1019464)
    - pass to cmake: -DWITH_botan_PLUGIN=NO -DWITH_gcrypt_PLUGIN=NO
      -DWITH_nss_PLUGIN=NO -DWITH_pkcs11_PLUGIN=NO
  * Backport upstream commit 33a35a699928318032f62eab0e39e263c604ad9e to fix
    a crash in hashunittest; patch
    upstream_hashunittest-run-sha384longtest-only-for-providers-t.patch.
  * Update lintian overrides.
  * Export QT_PLUGIN_PATH with the build location of the plugin when running
    dh_auto_test: this way, the unit tests can use the plugins.
  * Add the gnupg test-only build dependency, needed for the tests of the gnupg
    plugin.
  * Disable pgpunittest for now, as some tests fail in build-like environments;
    patch disable_pgpunittest.diff.
  * Remove inactive Uploaders, adding myself as one to avoid leaving the source
    with no human maintainers.

 -- Pino Toscano <pino@debian.org>  Sat, 22 Oct 2022 16:37:05 +0200

qca2 (2.3.4-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * Bump Standards-Version to 4.6.0, no changes required.
  * CI: disable the blhc job.

 -- Pino Toscano <pino@debian.org>  Thu, 16 Sep 2021 21:20:53 +0200

qca2 (2.3.3-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * Update the build dependencies according to the upstream build system:
    - bump Qt5 to 5.14
  * Drop the migration from libqca-qt5-2-dbg, no more needed after two Debian
    stable releases.

 -- Pino Toscano <pino@debian.org>  Sat, 28 Aug 2021 08:25:41 +0200

qca2 (2.3.2-2) unstable; urgency=medium

  * Team upload.
  * Drop patch hurd_msync.diff, as now Hurd implements msync().
  * Drop patch kubuntu_ignore_filewatch_test.diff, as this test seems to work
    fine now.
  * Use $AUTOPKGTEST_TMP instead of $ADTTMP in autopkgtests.
  * Do not ship the upstream README in libqca-qt5-2, as it is not much of use.

 -- Pino Toscano <pino@debian.org>  Sun, 07 Feb 2021 10:58:31 +0100

qca2 (2.3.2-1) unstable; urgency=medium

  * Team upload.

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Fix day-of-week for changelog entry 1.0-1.

  [ Pino Toscano ]
  * New upstream release.
  * Update the build dependencies according to the upstream build system:
    - bump Qt5 to 5.9
  * Bump Standards-Version to 4.5.1, no changes required.
  * Update the patches:
    - define_qca_export.diff: refresh
    - pipeunittest_more_wait.diff: refresh
    - hurd_msync.diff: refresh
  * Bump the debhelper compatibility to 13:
    - switch the debhelper-compat build dependency to 13

 -- Pino Toscano <pino@debian.org>  Fri, 05 Feb 2021 00:43:58 +0100

qca2 (2.3.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * Update the build dependencies according to the upstream build system:
    - bump libssl-dev to 1.1.1

 -- Pino Toscano <pino@debian.org>  Thu, 09 Jul 2020 07:57:50 +0200

qca2 (2.3.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * Add the configuration for the CI on salsa.
  * Update the build dependencies according to the upstream build system:
    - bump cmake to 3.4
    - bump Qt5 to 5.6
  * Update the patches:
    - define_qca_export.diff: refresh
    - pipeunittest_more_wait.diff: refresh
    - hurd_msync.diff: refresh
    - kubuntu_ignore_filewatch_test.diff: refresh
  * Update symbols file.
  * Remove extra trailing whitespaces in changelog.
  * Small changes to copyright.
  * Use DEB_CFLAGS_MAINT_APPEND & DEB_CXXFLAGS_MAINT_APPEND to append the
    visibility build flags, instead of setting CFLAGS & CXXFLAGS directly.
  * Switch from dhmk to the dh sequencer:
    - call the right debhelper command instead of $(overridden_command)
    - manually force the generation of the strict shlibs handling
    - remove the overrides that do not do anything more than the command itself
  * Remove debian/not-installed, no more needed now.
  * Remove the unused 'testsuite' autopkgtest.
  * Update lintian overrides.
  * Add Rules-Requires-Root: no.
  * Build the documentation only in -indep builds:
    - move doxygen as Build-Depends-Indep
    - perform the normal build in dh_auto_build-arch, and only build the doc
      in dh_auto_build-indep
    - disable dh_auto_install-indep, and auto_test-indep, as there is nothing
      to do in these cases
  * Simplify libqca2-doc.install by installing the output directory as a whole
    - avoid shipping .md5 files
  * Add graphviz as Build-Depends-Indep to improve the generated HTML apidox.
  * Bump Standards-Version to 4.5.0, no changes required.
  * Add the upstream signing key.
  * Use /usr/share/dpkg/architecture.mk to get $DEB_HOST_MULTIARCH, instead
    of querying dpkg-architecture manually.

 -- Pino Toscano <pino@debian.org>  Sun, 05 Jul 2020 20:23:57 +0200

qca2 (2.2.1-2) unstable; urgency=medium

  * Stop building packages for Qt 4. (Closes: #875133)
  * Switch to debhelper compat level 12.

 -- Felix Geyer <fgeyer@debian.org>  Mon, 26 Aug 2019 19:22:56 +0200

qca2 (2.2.1-1) unstable; urgency=medium

  * New upstream release.
  * Drop patches that have been fixed upstream:
    - Add_support_for_OpenSSL_1.1.0.diff
    - Disable_missed_openssl_cipher_suites.diff
  * Update symbols files.
  * Adapt watch file to new URL.
  * Point Vcs contorl fields to salsa.d.o
  * Switch to new upstream URL.
  * Update copyright file.

 -- Felix Geyer <fgeyer@debian.org>  Sun, 14 Jul 2019 23:56:19 +0200

# Older entries have been removed from this changelog.
# To read the complete changelog use `apt changelog libqca-qt5-2-plugins`.

Generated by dwww version 1.15 on Thu May 23 19:00:24 CEST 2024.