t4kcommon (0.1.1-11.1ubuntu5) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- Steve Langasek <steve.langasek@ubuntu.com>  Sun, 31 Mar 2024 08:26:28 +0000

t4kcommon (0.1.1-11.1ubuntu4) noble; urgency=medium

  * Fix doc package installation

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Sat, 23 Mar 2024 10:13:25 +0100

t4kcommon (0.1.1-11.1ubuntu2) noble; urgency=high

  * No change rebuild against libt4k-common0t64.

 -- Julian Andres Klode <juliank@ubuntu.com>  Fri, 22 Mar 2024 17:56:24 +0100

t4kcommon (0.1.1-11.1ubuntu1) noble; urgency=medium

  * Fix build on armhf with implicit-function-declaration related failure

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Fri, 22 Mar 2024 14:08:19 +0100

t4kcommon (0.1.1-11.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Rename libraries for 64-bit time_t transition.  Closes: #1062958

 -- Benjamin Drung <bdrung@debian.org>  Thu, 29 Feb 2024 17:57:52 +0000

t4kcommon (0.1.1-11) unstable; urgency=medium

  [Stefan Kropp]
  * Fixed FTBFS t4k_menu.c:1264 - changed declaration of function set_font_size.
    Closes: #1011684

  [ Holger Levsen ]
  * Add 0001-Fix-wrapped_lines-variable-declaration-extern.patch to git as it was
    uploaded in 0.1.1-10. (=noop in the Debian archive)
  * Update standards version to 4.6.1.

 -- Holger Levsen <holger@debian.org>  Sun, 10 Jul 2022 00:35:53 +0200

t4kcommon (0.1.1-10) unstable; urgency=medium

  * Add 0001-Fix-wrapped_lines-variable-declaration-extern.patch to fix build
    with GCC 10.Closes: #957859. Thanks to Antoni Villalonga for the patch.
  * Update standards version to 4.5.1.

 -- Holger Levsen <holger@debian.org>  Sat, 21 Nov 2020 18:08:36 +0100

t4kcommon (0.1.1-9) unstable; urgency=medium

  * d/not-installed: use wildcards to ignore usr/lib/*/libt4k_common.(a|la)
    for all architectures. Closes: #961104. Thanks to Adrian Bunk.

 -- Holger Levsen <holger@debian.org>  Wed, 20 May 2020 10:30:44 +0200

t4kcommon (0.1.1-8) unstable; urgency=medium

  * Bump debhelper-compat to 13 and add a bunch of files to
    debian/not-installed. According to comparisons with diffoscope these were
    not installed in the binary packages previously.
  * d/rules:
    - stop overriding dh_autoreconf as the bullseye toolchain defaults to
      linking with --as-needed and reverting this change for a buster
      backport is trivial.
    - stop exporting DEB_LDFLAGS_MAINT_APPEND for the same reasons.
  * Set upstream metadata fields: Bug-Database, Bug-Submit - thanks,
    lintian-brush.
  * Bump standards version to 4.5.0, no changes needed.
  * d/copyright: update my copyright years.

 -- Holger Levsen <holger@debian.org>  Tue, 19 May 2020 13:21:30 +0200

t4kcommon (0.1.1-7) unstable; urgency=medium

  * d/control:
    - bump standards version to 4.4.0, no changes needed.
    - bump debhelper-compat to 12.

 -- Holger Levsen <holger@debian.org>  Tue, 13 Aug 2019 14:03:35 +0200

t4kcommon (0.1.1-6) unstable; urgency=medium

  * d/watch: update for https://github.com/tux4kids/.
  * d/control:
    - point Homepage: to https://github.com/tux4kids/.
    - use canonical URL for Vcs-Git: header.

 -- Holger Levsen <holger@debian.org>  Mon, 25 Feb 2019 16:51:12 +0100

t4kcommon (0.1.1-5) unstable; urgency=medium

  * Fix loading each frame from SVG sprites (Closes: #916060),
    thanks to Chris Donoghue for the patch.
  * d/control:
    - bump debhelper compat to 11 and use the new debhelper-compat(=11)
      notation and drop d/compat.
    - add "Rules-Requires-Root: no" to support building as non-root.
    - bump Standards-Version to 4.3.0, no changes needed.
  * d/changelog: fix trailing whitespaces thanks to lintian.
  * Drop d/source/options as xz is the default compression today, also stop
    overriding dh_builddeb in d/rules for the same reasons.
  * d/copyright: use https for Format: URL.

 -- Holger Levsen <holger@debian.org>  Sun, 06 Jan 2019 20:28:50 +0100

t4kcommon (0.1.1-4) unstable; urgency=medium

  * d/control:
    - switch packaging to salsa.debian.org. Thanks to the alioth admins for
      providing such a nice service so long!
    - bump Standards-Version to 4.1.4, no changes needed.

 -- Holger Levsen <holger@debian.org>  Thu, 31 May 2018 12:16:05 +0000

t4kcommon (0.1.1-3) unstable; urgency=medium

  * Bump Standards-Version to 4.1.1, no changes needed.
  * Bump debian/compat to 10 and build-depend on debhelper >= 10.2.5~ and
    remove --parallel from dh call in debian/rules as this is the default with
    compat 10. Similarly remove dh-autoreconf from build-depends and remove
    --autoreconf from dh call as well.

 -- Holger Levsen <holger@debian.org>  Sat, 30 Sep 2017 00:19:19 +0200

t4kcommon (0.1.1-2) unstable; urgency=medium

  [ Dmitry Smirnov ]
  * Upgrade Vcs-Browser URL.

  [ Holger Levsen ]
  * Acknowledge NMU, thanks Tobias.
  * Bump standards version to 3.9.8, no changes needed.
  * Use git instead of cgit in Vcs-Browser URL.

 -- Holger Levsen <holger@debian.org>  Thu, 29 Sep 2016 14:02:09 +0200

t4kcommon (0.1.1-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Fix "FTBFS against new libpng1.6 API. Patch from BTS (Closes: #743388)
  * Add explicit B-D against libpng-dev (to avoid that we miss it again the
    next transition)

 -- Tobias Frost <tobi@debian.org>  Thu, 07 Apr 2016 21:11:17 +0200

t4kcommon (0.1.1-1) unstable; urgency=low

  [ Dmitry Smirnov ]
  * Preparing for release (Closes: #718631).

  [ Holger Levsen ]
  * Initial release, needed for new tuxmath version. Will in future also
    be used for tuxtype.

 -- Dmitry Smirnov <onlyjob@debian.org>  Wed, 20 Nov 2013 13:14:21 +1100
