astroidmail (0.16+20240629-1) unstable; urgency=medium

  [ upstream ]
  * development snapshot;
    highlights:
    + Use symbolic icons
    + Fix gmime assertions being triggered by invalid addresses
    + compose_message:
      to load as byte array, 'file' must be wrapped with copy
    + Add option to disable left icons
    + Add a '#' key to send a message to the trash
    + thread_view: set iframe size in javascript
    + thread_view: set headers and preview via innerText
    + set email preview width in css;
      closes: bug#1036154,
      thanks to Matthias Kirschner and Alberto Garcia
    + stop using deprecated Gtk::HBox
    + default initialize all pointers in Astroid class
    + don't abort when notmuch-config has bad data
    + set both top and bottom margins for prompt bars
    + reduce margins on yes/no revealer to 3
    + improve mailto uri handling
    + use webkit2gtk-4.1 when available and 4.0 as fallback
    + call set_size_request on pane children
    + set minimal pane size to 50
    + wrap line help message for actions on multi-message-selection

  [ Jonas Smedegaard ]
  * update watch file: track git commits (not release tags)
  * unfuzz patch 1001
  * add patch 2001 to use sensible-editor by default;
    recommend sensible-utils
    (not vim-gtk3 or now obsolete emacs25)
  * declare compliance with Debian Policy 4.7.0
  * update copyright info: update coverage
  * build-depend on pkgconf (not pkg-config)
  * update git-buildpackage config:
    + filter-out eventual debian subdir
    + use DEP14 branches
    + add usage config

 -- Jonas Smedegaard <dr@jones.dk>  Mon, 01 Jul 2024 09:05:02 +0200

astroidmail (0.16-2.2) unstable; urgency=medium

  * Non-maintainer upload
  * Drop obsolete Build-Depends: libsoup2.4-dev

 -- Jeremy Bícha <jbicha@ubuntu.com>  Thu, 20 Jun 2024 09:30:34 -0400

astroidmail (0.16-2.1) unstable; urgency=medium

  * Non-maintainer upload
  * Cherry-pick patch to stop using webkit2gtk 4.0 (Closes: #1061526)
  * Update Build-Depends

 -- Jeremy Bícha <jbicha@ubuntu.com>  Thu, 20 Jun 2024 09:24:41 -0400

astroidmail (0.16-2) unstable; urgency=medium

  * update copyright info:
    + use Reference field (not License-Reference);
      tighten lintian overrides
    + update coverage

 -- Jonas Smedegaard <dr@jones.dk>  Tue, 09 Nov 2021 03:19:27 +0100

astroidmail (0.16-1) unstable; urgency=medium

  [ upstream ]
  * new release

  [ Jonas Smedegaard ]
  * declare compliance with Debian Policy 4.6.0
  * drop patches cherry-picked upstream since applied
  * unfuzz remaining patch

 -- Jonas Smedegaard <dr@jones.dk>  Wed, 18 Aug 2021 22:07:14 +0200

astroidmail (0.15-7) unstable; urgency=medium

  * really fix have autopkgtest tolerate output to stderr

 -- Jonas Smedegaard <dr@jones.dk>  Mon, 25 Jan 2021 16:06:45 +0100

astroidmail (0.15-6) unstable; urgency=medium

  * fix have autopkgtest allow-stderr
  * use debhelper compatibility level 13 (not 12)
  * declare compliance with Debian Policy 4.5.1
  * add patch cherry-picked upstream
    to use std::placeholders everywhere

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 24 Jan 2021 21:16:42 +0100

astroidmail (0.15-5) unstable; urgency=medium

  * fix have autopkgtest depend on xauth
  * annotate superficial autopkgtest
  * declare compliance with Debian Policy 4.5.0
  * simplify source script copyright-check

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 27 Sep 2020 13:20:45 +0200

astroidmail (0.15-4) experimental; urgency=medium

  * fix skip testsuite when DEB_BUILD_OPTIONS contains nocheck
  * update watch file:
    + use substitution strings
    + use dversionmangle=auto
    + simplify regular expressions
    + rewrite usage comment
  * use debhelper compatibility level to 12 (not 9);
    stop explicitly enable parallel build;
    build-depend on debhelper-compat (not debhelper)

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 23 Feb 2020 15:15:06 +0100

astroidmail (0.15-3.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Patch: Fix FTBFS with gmime >= 3.2.3 (Closes: #952167)

 -- Stefano Rivera <stefanor@debian.org>  Fri, 08 May 2020 18:57:57 -0700

astroidmail (0.15-3) unstable; urgency=medium

  * Add patch 1001 to use command gpg (not gpg2).

 -- Jonas Smedegaard <dr@jones.dk>  Thu, 25 Jul 2019 22:03:35 -0300

astroidmail (0.15-2) unstable; urgency=medium

  * Acknowledge NMU.
    Closes: Bug#924818. Thanks to Boyuan Yang.
  * Drop patch introduced in NMU now applied.

 -- Jonas Smedegaard <dr@jones.dk>  Wed, 24 Jul 2019 19:16:18 -0300

astroidmail (0.15-1) unstable; urgency=medium

  [ upstream ]
  * New release.

  [ Jonas Smedegaard ]
  * Update watch file: Fix typo in usage comment.
  * Build-depend on libsoup2.4-dev.
    Tighten to build-depend versioned on libwebkit2gtk-4.0-dev.
    Build-depend on and have astroid recommend w3m.
    Relax to build-depend unversioned on libprotobuf-dev.
    Relax to build-depend on
    and have astroid recommend unversioned gnupg.
  * Declare compliance with Debian Policy 4.4.0.
  * Drop patch cherry-picked upstream now applied.
  * Mark test-only build-dependencies as such.
  * Have astroid recommend and enhance notmuch.
  * Add autopkgtest.

 -- Jonas Smedegaard <dr@jones.dk>  Wed, 24 Jul 2019 19:01:24 -0300

astroidmail (0.14-2.1) unstable; urgency=high

  * Non-maintainer upload.
  * debian/patches: Add a patch to fix compatibility with
    newer ronn and solve the FTBFS. (Closes: #924818)
  * debian/control: Add build-dependency on scdoc in order to
    generate man pages with higher quality.

 -- Boyuan Yang <byang@debian.org>  Thu, 04 Apr 2019 19:03:52 -0400

astroidmail (0.14-2) unstable; urgency=medium

  * Add patch cherry-picked upstream
    to shorten GNUPGHOME length in test.
    Closes: Bug#909190. Thanks to Frédéric Bonnard.
  * Tidy rules: Drop boilerplate.

 -- Jonas Smedegaard <dr@jones.dk>  Fri, 30 Nov 2018 21:54:19 +0100

astroidmail (0.14-1) unstable; urgency=medium

  [ upstream ]
  * New release.

  [ Jonas Smedegaard ]
  * Drop patches cherry-picked upstream and since applied.
  * Stop generate manpage: Provide upstream now.
    Build-depend on ronn.
    Stop build-depend on help2man.

 -- Jonas Smedegaard <dr@jones.dk>  Mon, 01 Oct 2018 10:18:01 +0200

astroidmail (0.13-4) unstable; urgency=medium

  * Add patches cherry-picked upstream:
    + Use cmark (not marked) as default markdown processor.
    + Correctly clear messages and focus state when loading new thread.
    + Do not show default startup queries when intentionally cleared.
  * Set Rules-Requires-Root: no.
  * Declare compliance with Debian Policy 4.2.1.
  * Update package relations: (Build-)depend on cmark (not marked).
  * Update copyright info: Extend coverage for myself.

 -- Jonas Smedegaard <dr@jones.dk>  Wed, 26 Sep 2018 08:34:05 +0200

astroidmail (0.13-3) unstable; urgency=medium

  * Fix avoid running testsuite in parallel.

 -- Jonas Smedegaard <dr@jones.dk>  Sat, 25 Aug 2018 13:13:10 +0200

astroidmail (0.13-2) experimental; urgency=medium

  * Update package relations:
    + Fix build-depend on and recommend node-marked.
    + Fix build-depend on recent gnupg.
  * Refresh patches with shortening quilt options.
  * Cherry-pick patch from upstream git:
    + Bump testsuite plugins to GIR v0.2.

  Thanks to upstream for clues on above
  (see https://github.com/astroidmail/astroid/issues/540 ).

 -- Jonas Smedegaard <dr@jones.dk>  Sat, 25 Aug 2018 12:06:12 +0200

astroidmail (0.13-1) experimental; urgency=medium

  [ upstream ]
  * New release.

  [ Jonas Smedegaard ]
  * Update copyright info: Add cmake files.
  * Update package relations:
    + Build-depend on libwebkit2gtk-4.0-dev (not libwebkitgtk-3.0-dev).
    + Build-depend on protobuf-compiler and recent libprotobuf-dev.
    + Build-depend on cmake (not meson).
  * Cherry-pick patches from upstream git:
    + Close correct tab if Mode::close is called on non-active tab.
    + cmake: libhypocycloid should always be static.
    + cmake: fix scalable icon install path.
  * Update build cleanup.
  * Update Vcs-* fields: Packaging moved to Salsa.

 -- Jonas Smedegaard <dr@jones.dk>  Fri, 24 Aug 2018 13:52:47 +0200

astroidmail (0.10.2-2) unstable; urgency=medium

  * Fix create fake $HOME for testsuite to please gnupg2.

 -- Jonas Smedegaard <dr@jones.dk>  Wed, 11 Oct 2017 19:57:04 +0200

astroidmail (0.10.2-1) unstable; urgency=medium

  [ upstream ]
  * New release.

  [ Jonas Smedegaard ]
  * Drop patch 2001: Obsoleted by switch to meson build system.
  * Stop resolve package relations in rules file.
  * Stop build-depend on dh-buildinfo.
  * Sort package relations.
  * Declare docs and examples in debhelper files (not rules file).
  * Use meson and short-form dh (not scons or cdbs).
    Build-depend on meson (not cdbs).
  * Use help2man and xvfb to generate manpage.
    Build-depend on help2man.
  * Fix set LC_ALL (not LOCALE) in environment during testsuite.
  * Use semantic newlines in copyright and license texts.
    Reword comments in copyright file.
  * Use https protocol in homepage URL.
  * Declare compliance with Debian Policy 4.1.1.

 -- Jonas Smedegaard <dr@jones.dk>  Wed, 11 Oct 2017 19:05:23 +0200

astroidmail (0.10-1) experimental; urgency=medium

  [ upstream ]
  * New release.

  [ Jonas Smedegaard ]
  * Install upstream changelog.
  * Apply patch 2001 to fix revert to not use _index_file over
    _add_message: A commit close to release causing FTBFS, and confirmed
    upstream to not cause harm to avoid.

 -- Jonas Smedegaard <dr@jones.dk>  Sat, 23 Sep 2017 10:28:24 +0200

astroidmail (0.9.1+20170919-1) experimental; urgency=medium

  [ upstream ]
  * Development snapshot.

  [ Jonas Smedegaard ]
  * Update watch file: Use substitution strings.
  * Update copyright info: Use https protocol in file format URL.
  * Tighten lintian overrides regarding License-Reference.
  * Update package relations: Build-depend on libgmime-3.0-dev (not
    libgmime-2.6-dev).

 -- Jonas Smedegaard <dr@jones.dk>  Tue, 19 Sep 2017 20:44:32 +0200

astroidmail (0.9.1-1) experimental; urgency=low

  [ Jonas Smedegaard ]
  * Initial release.
    Closes: bug#873202.

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 27 Aug 2017 14:03:44 +0200