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
|
tint (0.08) unstable; urgency=medium
* Update Build-Depends to current development package
* Update Standards-Version to 4.7.2 with no other changes
* Hide desktop-entry file from AppStream
-- Ricardo Mones <mones@debian.org> Wed, 26 Nov 2025 19:49:06 +0100
tint (0.07) unstable; urgency=medium
* Sanitize input after fgets() (Closes: #948025)
* Fix deprecated function usage
* Make room for printing a 32 bit integer
* Update copytight years
* Bump Stantards-Version to 4.6.0 (no other changes)
-- Ricardo Mones <mones@debian.org> Sun, 06 Feb 2022 17:57:02 +0100
tint (0.06) unstable; urgency=medium
* Bump Stantards-Version to 4.5.0 (no other changes)
* Bump compat level to 13
* Add Rules-Requires-Root field
* Fix "Error creating /var/games/tint.scores"
Thanks to Asher Gordon for the initial patch (Closes: #930128)
-- Ricardo Mones <mones@debian.org> Tue, 22 Sep 2020 01:20:17 +0200
tint (0.05) unstable; urgency=medium
* Put package under Games Team umbrella (Closes: #840874)
* Switch copyright to machine-readable format (Closes: #823220)
* Migrate menu to .desktop; add icon; install both (Closes: #738046)
* Document global scores usage (Closes: #769296)
* Bump debhelper compat level to 11
* Update Standards-Version to 4.3.0
* Remove package name from short description
* Remove flags from shell line
* Add Vcs-{Git|Browser} with current URLs
* Remove whitespace and editor's config lines
-- Ricardo Mones <mones@debian.org> Sat, 26 Jan 2019 16:33:35 +0100
tint (0.04+nmu1) unstable; urgency=low
* Non-maintainer upload.
* Create /var/games during installation (Closes: #591590)
* Remove score file on purge (Closes: 328472)
* Apply Guido Berhoerster's patch to fix two buffer overflows
(Closes: 590208)
* Bring Standards-Version up-to-date (3.9.1).
-- Sebastian Reichel <elektranox@gmail.com> Sun, 08 Aug 2010 17:54:30 +0200
tint (0.04) unstable; urgency=low
* This is the "RMLL 2010 preparation" release :-).
* Assume maintainership (Closes: Bug#499263).
* Add support for arrow and return keys (Closes: Bug#360910, Bug#504198,
Bug#575583).
* Change menu section from "Games/Tetris-like" to "Games/Blocks".
* Use debhelper 7.
* Do not unconditionally strip executable (Closes: Bug#438211).
* Bring Standards-Version up-to-date (3.8.4).
* Add option "-b <char>" for specifying the character to use when drawing
blocks.
* Mention "-d" in tint.6.
-- Mario Lang <mlang@debian.org> Wed, 23 Jun 2010 10:16:32 +0200
tint (0.03b) unstable; urgency=low
* Added breaks at end of switch statements to keep gcc 3+ happy
(Closes: #316022)
* Added missing includes to engine.c
* Fixed spelling mistake in NOTES
* Updated debian policy version
-- Abraham van der Merwe <abz@debian.org> Sun, 17 Jul 2005 13:32:17 +0200
tint (0.03a) unstable; urgency=low
* Applied patch with some minor tweaks from Marcello Mamino which
adds a dotted background.
* Applied patches from Robert Lemmen which add support for user logins as
default name and an interactive mode for specifying the start level.
* Show player statistics.
-- Abraham van der Merwe <abz@debian.org> Mon, 16 Jun 2003 23:07:37 +0200
tint (0.02d) unstable; urgency=low
* Install man page in correct directory (Closes: #128923)
* Created a postinst program that checks for old score files
before installing the default score file (Closes: #136466)
* Added a menu control file (Closes: #128924)
-- Abraham van der Merwe <abz@debian.org> Wed, 19 Dec 2001 18:03:34 +0200
tint (0.02c) unstable; urgency=low
* Removed common-sense suggests from control file *g* (Closes: #123204)
-- Abraham van der Merwe <abz@debian.org> Wed, 19 Dec 2001 18:03:34 +0200
tint (0.02b) unstable; urgency=low
* Changed the name from tclassic to tint (as in TINT Is Not Tetris(tm))
* Added a build dependancy on libncurses5-dev (Closes: #124241)
* Changed the location for the score file to /var/games (Closes: #124236)
* Made score file sgid games (Closes: #123595)
-- Abraham van der Merwe <abz@debian.org> Wed, 19 Dec 2001 18:03:34 +0200
tclassic (0.02a) unstable; urgency=low
* Initial Release. (Closes: #122839)
-- Abraham van der Merwe <abz@debian.org> Fri, 7 Dec 2001 17:59:25 +0200
|