anymeal (1.26-1build2) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- William Grant <wgrant@ubuntu.com>  Mon, 01 Apr 2024 16:15:45 +1100

anymeal (1.26-1build1) noble; urgency=medium

  * No-change rebuild against libqt5core5t64

 -- Steve Langasek <steve.langasek@ubuntu.com>  Fri, 15 Mar 2024 03:51:54 +0000

anymeal (1.26-1) unstable; urgency=low

  * new upstream release
  * use iconv from libc instead of depending on recode library

 -- Jan Wedekind <jan@wedesoft.de>  Fri, 23 Feb 2024 12:21:26 +0000

anymeal (1.25-1) unstable; urgency=low

  * new upstream release

 -- Jan Wedekind <jan@wedesoft.de>  Mon, 12 Feb 2024 20:26:12 +0000

anymeal (1.24-1) unstable; urgency=low

  * new upstream release

 -- Jan Wedekind <jan@wedesoft.de>  Fri,  9 Feb 2024 20:08:50 +0000

anymeal (1.23-1) unstable; urgency=low

  * new upstream release

 -- Jan Wedekind <jan@wedesoft.de>  Wed, 15 Nov 2023 20:11:31 +0000

anymeal (1.22-1) unstable; urgency=low

  * new upstream release

 -- Jan Wedekind <jan@wedesoft.de>  Sun,  5 Nov 2023 19:17:05 +0000

anymeal (1.21-2) unstable; urgency=low

  * debian/control
    - add missing dependency to pkg-config tool

 -- Jan Wedekind <jan@wedesoft.de>  Sun, 22 Oct 2023 20:13:43 +0100

anymeal (1.21-1) unstable; urgency=low

  * new upstream release

 -- Jan Wedekind <jan@wedesoft.de>  Wed, 18 Oct 2023 22:20:19 +0100

anymeal (1.20-1) unstable; urgency=low

  * new upstream release

 -- Jan Wedekind <jan@wedesoft.de>  Sun,  1 Oct 2023 21:24:00 +0100

anymeal (1.19-2) unstable; urgency=low

  * Further fix for build of source package by Boyuan Yang regarding bug #1043833

 -- Jan Wedekind <jan@wedesoft.de>  Sun, 13 Aug 2023 20:20:31 +0100

anymeal (1.19-1) unstable; urgency=low

  * new upstream release
  * Add "Viewer" to categories in desktop file (closes: #1033184)
  * Fix build of source package (closes: #1043833)

 -- Jan Wedekind <jan@wedesoft.de>  Sun, 13 Aug 2023 16:35:22 +0100

anymeal (1.18-2) unstable; urgency=low

  * debian/control
    - bump Standards-Version to 4.6.2
  * debian/watch
    - updated because of Github website changes

 -- Jan Wedekind <jan@wedesoft.de>  Tue,  3 Jan 2023 20:28:17 +0000

anymeal (1.18-1) unstable; urgency=low

  * new upstream release

 -- Jan Wedekind <jan@wedesoft.de>  Wed, 21 Dec 2022 12:43:45 +0000

anymeal (1.17-1) unstable; urgency=low

  * new upstream release
  * debian/control
    - bump Standards-Version to 4.6.0

 -- Jan Wedekind <jan@wedesoft.de>  Sun, 12 Dec 2021 08:03:25 +0000

anymeal (1.16-1) unstable; urgency=low

  * Bugfix for bashism in configure script (closes: #998768)

 -- Jan Wedekind <jan@wedesoft.de>  Sun,  7 Nov 2021 20:07:40 +0000

anymeal (1.15-1) unstable; urgency=low

  * new upstream release
  * debian/watch
    - update watch file version to 4

 -- Jan Wedekind <jan@wedesoft.de>  Fri, 24 Sep 2021 22:19:23 +0100

anymeal (1.13-1) unstable; urgency=low

  * new upstream release
  * debian/control
    - bump Standards-Version to 4.5.1

 -- Jan Wedekind <jan@wedesoft.de>  Wed, 13 Jan 2021 20:49:29 +0000

anymeal (1.12-1) unstable; urgency=low

  * new upstream release

 -- Jan Wedekind <jan@wedesoft.de>  Tue, 17 Nov 2020 18:35:00 +0000

anymeal (1.11-3) unstable; urgency=low

  * new upstream release

 -- Jan Wedekind <jan@wedesoft.de>  Fri, 30 Oct 2020 21:18:22 +0000

anymeal (1.10-1) unstable; urgency=low

  * new upstream release
  * use AC_IF to check for Googletest and update ax_have_qt.m4 for
    cross platform builds (closes: #972428)

 -- Jan Wedekind <jan@wedesoft.de>  Sun, 18 Oct 2020 20:52:08 +0100

anymeal (1.6-1) unstable; urgency=low

  * new upstream release
  * debian/control
    - dependencies have changed (e.g. using SQLite instead of MySQL)
    - change Section to "utils"
    - bump Standards-Version to 4.5.0
  * new debian/rules, debian/copyright, and debian/watch file

 -- Jan Wedekind <jan@wedesoft.de>  Sat,  1 Aug 2020 20:48:05 +0100

anymeal (0.30-7) unstable; urgency=low

  * debian/control
    - build-depend on libxerces-c2-dev to address FTBFS (closes: #479189)
    - set XS-DM-Upload-Allowed: yes

 -- tony mancill <tmancill@debian.org>  Sun, 11 May 2008 09:48:05 -0700

anymeal (0.30-6) unstable; urgency=low

  * debian/control
    - bump Standards-Version to 3.7.3
    - added dpatch build dependency
  * debian/menu
    - updated to new menu policy
  * debian/rules
    - dpatch integration
    - removed custom manpage installation
  * debian/patches/30_bts-442492_FTBFS_if_build_twice.dpatch
    - previous patch converted to dpatch
  * debian/copyright
    - upstream author, copyright and license indented with 4 spaces
    - fixed local GPL file reference to point to GPL symlink
  * debian/patches/40_bts-455306_gcc4.3.dpatch
    - merged in debian/patches/20_gcc4.3.patch
    - fixes FTBFS with gcc 4.3 due to missing include (Closes: 455306)
  * debian/patches/50_fix_desktop_file.dpatch
    - remove Encoding from desktop file
  * debian/anymeal.1
    - removed since merged upstream
  * debian/patches/10_fix_manpage.dpatch
    - escape minus signs (lintian warning)

 -- Sandro Tosi <matrixhasu@gmail.com>  Fri, 25 Jan 2008 01:22:41 +0100

anymeal (0.30-5) unstable; urgency=low

  * fix FTBFW if built twice in a row (Closes: #442492)
  * debian/control
    - Homepage field is now in the source stanza since dpkg recognize it
  * debian/menu
    - moved from Apps to Applications menu

 -- Sandro Tosi <matrixhasu@gmail.com>  Mon, 24 Sep 2007 20:17:59 +0200

anymeal (0.30-4) unstable; urgency=low

  * update libtool for k*BSD port; thanks to Petr Salinger (closes: #430360)

 -- tony mancill <tmancill@debian.org>  Sun, 24 Jun 2007 09:11:27 -0700

anymeal (0.30-3) unstable; urgency=low

  * updates to address FTBFS twice in a row: (closes: #424096)
    - Makefile.in, remove xalanc symlink in distclean target
    - remove 50_fix-docbook-location.patch (it's no longer needed)

 -- tony mancill <tmancill@debian.org>  Thu, 07 Jun 2007 22:38:24 -0700

anymeal (0.30-2) unstable; urgency=low

  * debian/patches/20_gcc43.patch (closes: 417084)
    - include patch from Martin Michlmayr to fix FTBFS with GCC 4.3

 -- tony mancill <tmancill@debian.org>  Sun, 01 Apr 2007 19:06:00 -0700

anymeal (0.30-1) unstable; urgency=low

  * New upstream release
  * debian/patches/60_fix_import_due_to_gcc4.1.patch
    - removed since this change has been included in upstream source

 -- Sandro Tosi <matrixhasu@gmail.com>  Thu, 30 Nov 2006 00:14:14 +0100

anymeal (0.29-3-2) unstable; urgency=low

  * debian/anymeal.1
    - correct package wrong name
  * debian/copyright
    - added images copyright notes

 -- Sandro Tosi <matrixhasu@gmail.com>  Sun, 17 Sep 2006 01:26:36 +0200

anymeal (0.29-3-1) unstable; urgency=low

  * Initial release (Closes: #372752)

 -- Sandro Tosi <matrixhasu@gmail.com>  Wed, 23 Aug 2006 21:21:21 +0200
