1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128
|
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
|