hyperkitty (1.2.2-1+deb10u1) buster-security; urgency=high

  * Non-maintainer upload by the Security Team.
  * d/p/0005_ensure_private_archives_during_import.patch: Ensure private
    archives stay private during import (CVE-2021-33038). (Closes: #989183)

 -- Jonas Meurer <jonas@freesources.org>  Fri, 28 May 2021 13:39:11 +0200

hyperkitty (1.2.2-1) unstable; urgency=medium

  * New upstream release 1.2.2
  * d/control:
    - Remove obsolete dependency on python3-django-paintstore.
    - Add breaks for mailman3-suite (>> 0+20180916-5~) to reflect the
      removed dependency on paintstore.
    - Bump standards-version to 4.3.0, no changes required.
  * d/p/0001_README_remove_embedded_images.patch:
    - Remove embedded images from README.rst

 -- Jonas Meurer <jonas@freesources.org>  Fri, 22 Feb 2019 21:25:00 +0100

hyperkitty (1.2.1-4) unstable; urgency=medium

  * d/control:
    - Replace my Crans address by my Debian address in uploaders
  * d/rules:
    - Make the tests more verbose. Initially it was to debug garbage output,
      but I prefer this output. It's more relevant.
  * d/links:
    - Fix the broken link to the rst sources due to the python3 migration.
      (Closes: #910411)

 -- Pierre-Elliott Bécue <peb@debian.org>  Sun, 07 Oct 2018 03:02:14 +0200

hyperkitty (1.2.1-3) unstable; urgency=medium

  * d/tests/control: Add python3-all to dependencies. (Closes: #909587)

 -- Jonas Meurer <jonas@freesources.org>  Wed, 26 Sep 2018 10:43:13 +0200

hyperkitty (1.2.1-2) unstable; urgency=medium

  * d/tests/control:
    - Run testsuite with python3

 -- Jonas Meurer <jonas@freesources.org>  Sun, 23 Sep 2018 21:25:50 +0200

hyperkitty (1.2.1-1) unstable; urgency=medium

  [ Pierre-Elliott Bécue ]
  * New upstream release 1.2.0
    - python3 now fully supported
    - d/p/0001 becomes obsolete, removed.
    - Rename d/p/0002 to d/p/0001
    - upstream signing key changed. Using now
      541EA0448453394FF77A0ECC9D9B2BA061D0A67C (Abhilash Raj)
  * d/control:
    - Update (Build-)?Depedencies, as Python3 is the only supported version
      now

  [ Jonas Meurer ]
  * New upstream release 1.2.1
  * d/control:
    - Bump standards-version to 4.2.1, no changes required
    - Add versioned (Build-)Depends on python3-django >= 1:1.11
    - Add versioned (Build-)Depends on python3-mailmanclient >= 3.2.0
    - Add versioned (Build-)Depends on python3-django-haystack >= 2.8.0
    - Add Conflicts/Replaces python-django-hyperkitty
  * d/rules:
    - Migrate build system to python3
  * d/source/lintian-overrides:
    - Remove obsolete python2 lintian overrides
  * d/patches/0001-django-q-API-changed-Async-class-became-AsyncTask.patch:
    - Remove obsolete patch, got incorporated upstream
  * d/python3-django-hyperkitty.lintian-overrides:
    - Add lintian-overrides for jquery and fontawesome. In both cases, we
      have to keep the shipped versions due to backwards-incompatible changes.

 -- Jonas Meurer <jonas@freesources.org>  Wed, 19 Sep 2018 12:03:03 +0200

hyperkitty (1.1.4-8) unstable; urgency=medium

  * d/control:
    - Add the Depends field on python-django-hyperkitty on python-django-q >=
      0.9.4-2 (Closes: #905557)

 -- Pierre-Elliott Bécue <becue@crans.org>  Tue, 07 Aug 2018 15:08:09 +0200

hyperkitty (1.1.4-7) unstable; urgency=medium

  * d/patches:
    - Take into account django-q API changes.
  * d/control:
    - Bump Standards-Version to 4.2.0. No change required

 -- Pierre-Elliott Bécue <becue@crans.org>  Mon, 06 Aug 2018 00:14:50 +0200

hyperkitty (1.1.4-6) unstable; urgency=medium

  * d/rules:
    - Comment out the font-awesome replacement calls as fonts-glewlwyd relies
      on fonts-font-awesome's shipped ones, and font-awesome 5 is not
      providing them anymore. Use upstream's shipped fonts.

 -- Pierre-Elliott Bécue <becue@crans.org>  Sun, 03 Jun 2018 18:01:52 +0200

hyperkitty (1.1.4-5) unstable; urgency=medium

  * d/rules:
    - Prevent dh_clean to delete
      hyperkitty/tests/testdata/payload-utf8-wrong.txt.orig
    - Use the font-awesome.ttf and the FontAwesome.otf files from
      fonts-glewlwyd package as fonts-font-awesome got updated and is not
      backward compatible. Expect breakage as soon as upstream migrates to
      font-awesome 5.
      Closes: #898920
  * d/control:
    - Lowers build-depends on dh >= 11 to dh >= 11~
    - Remove the dependency on fonts-font-awesome.
    - Bump Standards-Version to 4.1.4
  * d/python-django-hyperkitty.examples:
    - Add the files in example_project in /u/s/d/p-d-h/examples

 -- Pierre-Elliott Bécue <becue@crans.org>  Wed, 30 May 2018 15:35:43 +0200

hyperkitty (1.1.4-4) unstable; urgency=medium

  [ Jonas Meurer ]
  * d/control:
    - Don't recommend mailman3, recommend mailman3-web instead.

  [ Pierre-Elliott Bécue ]
  * d/rules:
    - Remove the embedded fonts that are in other packages. Same for
      bootstrap.js{,.min}
    - Add upstream's changelog to the package
    - Move django's static files in /usr/share/python-django-hyperkitty
  * d/control:
    - Add dependency on the font/js packages required by the rules change
  * wrap-and-sort
  * Add d/s/lintian-overrides to give intel on the current python3 missing
    package status.

 -- Pierre-Elliott Bécue <becue@crans.org>  Fri, 16 Mar 2018 17:33:39 +0100

hyperkitty (1.1.4-3) unstable; urgency=medium

  [ Jonas Meurer ]
  * d/tests/control: Add test command 'django-admin test'.
  * d/rules: Run 'django-admin test' as build-time test.
  * d/tests/control: run django-admin with explicit python version
  * d/rules: don't run testsuite when 'nocheck' in DEB_BUILD_OPTIONS

  [ Pierre-Elliott Bécue ]
  * d/watch: fix the broken link, and raise version to 4
  * d/control:
    - Bump Standards-Version to 4.1.3
    - Change Vcs links to salsa.debian.org
    - Bump debhelper version requirement to 11
    - Remove Testsuite: header as d/tests/control exists
  * d/compat: bump to 11
  * d/copyright: update years

 -- Pierre-Elliott Bécue <becue@crans.org>  Wed, 14 Feb 2018 23:58:29 +0100

hyperkitty (1.1.4-2) unstable; urgency=medium

  * debian/copyright: Add missing copyright statement for bootstrap.
    Thanks to Chris Lamb for the hint.
  * debian/control: Bump standards-version to 4.1.2, no changes
    needed.

 -- Jonas Meurer <mejo@debian.org>  Mon, 11 Dec 2017 08:20:12 +0100

hyperkitty (1.1.4-1) unstable; urgency=medium

  [ Pierre-Elliott Bécue ]
  * Initial release (Closes: #799287)

  [ Jonas Meurer ]
  * Import upstream versions 1.1.1 and 1.1.4.

 -- Jonas Meurer <mejo@debian.org>  Sun, 15 Oct 2017 13:02:29 +0200
