File: changelog

package info (click to toggle)
gearhead 1.310-3
  • links: PTS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 10,116 kB
  • sloc: pascal: 36,375; makefile: 79
file content (180 lines) | stat: -rw-r--r-- 6,431 bytes parent folder | download
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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
gearhead (1.310-3) unstable; urgency=medium

  * Switch from ttf-bitstream-vera to fonts-dejavu-core and remove the ttf
    files out from the package and move the font dependency to
    gearhead-sdl.  Patch gearhead-sdl binary to use the new fonts from
    system directory.  (Closes: #998275)
  * Standards-Version: 4.6.0 (No changes needed)
  * Removed unused lintian override from gearhead-sdl

 -- Kari Pahula <kaol@debian.org>  Fri, 19 Nov 2021 19:55:05 +0200

gearhead (1.310-2) unstable; urgency=medium

  * Set type as Application (with correct case) in the desktop
    files. (Closes: #960071)
  * Standards-version: 4.5.0 and debhelper compat 13
  * Apply terminal-drawing-order patch from github to optimize screen
    drawing to be by row.
  * Rename gearhead-sdl's user config file as gearhead-sdl.conf to avoid
    clashing defaults for arrow keys.

 -- Kari Pahula <kaol@debian.org>  Wed, 13 May 2020 11:47:46 +0300

gearhead (1.310-1) unstable; urgency=medium

  * New upstream release
  * Standards-version: 4.3.0 (no changes necessary).

 -- Kari Pahula <kaol@debian.org>  Fri, 08 Feb 2019 17:56:42 +0200

gearhead (1.302-4) unstable; urgency=medium

  * Build depend on fpc-source metapackage instead of the direct version
    and determine fpcsrc directory by querying dependended package's
    version with dpkg.  (Closes: #868448)

 -- Kari Pahula <kaol@debian.org>  Sat, 15 Jul 2017 20:40:44 +0300

gearhead (1.302-3) unstable; urgency=medium

  * Apply xterm-boxdrawing patch for better graphics and cursor behavior
    on the console version. (Closes: #845154)

 -- Kari Pahula <kaol@debian.org>  Mon, 21 Nov 2016 18:50:02 +0200

gearhead (1.302-2) unstable; urgency=medium

  * Stop using CFLAGS as a compile flag variable, fpc's not a C compiler.
    (Closes: #831797)

 -- Kari Pahula <kaol@debian.org>  Thu, 08 Sep 2016 18:36:45 +0300

gearhead (1.302-1) unstable; urgency=medium

  * New upstream release
  * Standards-Version: 3.9.8 (no changes necessary).

 -- Kari Pahula <kaol@debian.org>  Tue, 05 Jul 2016 21:36:18 +0300

gearhead (1.300-1) unstable; urgency=medium

  * New upstream release

 -- Kari Pahula <kaol@debian.org>  Tue, 05 Apr 2016 19:20:17 +0300

gearhead (1.201-2) unstable; urgency=medium

  * Fix FTBFS due to missing build deps

 -- Kari Pahula <kaol@debian.org>  Tue, 29 Mar 2016 21:46:19 +0300

gearhead (1.201-1) unstable; urgency=medium

  * New upstream release. (Closes: #367137)
  * Standards-Version: 3.9.7.
  * Added gearhead-sdl package. (Closes: #570412)
  * Switch homepage back to resurrected http://www.gearheadrpg.com/.
  * Move /etc/gearhead.conf and gearhead.xpm from gearhead to
    gearhead-data package, along with matching Breaks and Replaces fields.
  * Install Image game data to gearhead-data package.
  * Simplified unixpaths patch to use chdir at game start instead of
    changing every data directory. Removed all other patches since they
    have been merged in upstream.
  * New build deps, for SDL: fp-units-multimedia, fp-units-misc,
    libsdl-ttf2.0-dev, libsdl-image1.2-dev
  * Removed postrm script, used to remove obsolete /etc/gearhead.cfg.
  * Add ttf-bitstream-vera as a dependency for gearhead-data and use
    symbolic links instead of installing own copies.

 -- Kari Pahula <kaol@debian.org>  Sun, 27 Mar 2016 10:08:12 +0300

gearhead (1.100-3) unstable; urgency=low

  * Standards-Version: 3.9.6.
  * Switch from using dh_clean -k to dh_prep.
  * Bump debhelper compat to 9.
  * Add corrections to the man page from Ubuntu patch (Thanks to Bjarnig
    Ingi Gislason).
  * Import change "Disable hardening flags, fpc doesn't support them. This
    fixes a FTBFS." from Ubuntu to debian/rules.
  * Switch Homepage to non-dead URL on roguebasin.
  * Add a desktop file and an icon. (Closes: #737891)

 -- Kari Pahula <kaol@debian.org>  Tue, 18 Aug 2015 17:24:12 +0200

gearhead (1.100-2) unstable; urgency=low

  * Standards-Version: 3.8.4 (no changes necessary)
  * Build with fpc -g. (Closes: #436966)
  * Switch to dpkg-source 3.0 (quilt) format
  * Safeguard against SelectTarget setting Weapon as Nil in AimThatAttack
    in pcaction.pp. (Closes: #551882)
  * Use LongInts in thrust calculations in movement.pp. (Closes: #412964)
  * Patches from the SVN:
    * FindNAtt, FindSAtt should be faster, thanks to Buffered (gears.pp)
    * Stunt Driving should now work properly (effects.pp)

 -- Kari Pahula <kaol@debian.org>  Wed, 10 Feb 2010 22:07:16 +0200

gearhead (1.100-1) unstable; urgency=low

  * New upstream release
  * Removed the preinst script introduced in 1.001-1 to fix config file
    location from earlier versions.

 -- Kari Pahula <kaol@debian.org>  Tue, 26 Jun 2007 15:18:06 +0300

gearhead (1.021-1) unstable; urgency=low

  * New upstream release

 -- Kari Pahula <kaol@debian.org>  Thu,  8 Feb 2007 14:41:17 +0200

gearhead (1.010-1) unstable; urgency=low

  * New upstream release

 -- Kari Pahula <kaol@debian.org>  Sun, 17 Sep 2006 13:20:29 +0300

gearhead (1.002-1) unstable; urgency=low

  * New upstream release
  * Mention correctly /etc/gearhead.conf as the config file in the man
    page (Closes: #366646)
  * Correctly labeled the key binding configuration names in the man page.
  * Removed the unnecessary dependency on fp-units-rtl

 -- Kari Pahula <kaol@debian.org>  Thu,  6 Jul 2006 16:54:39 +0300

gearhead (1.001-1) unstable; urgency=low

  * New upstream release
  * Look for system-wide configuration file at /etc/gearhead.conf, not
    /etc/gearhead.cfg.
  * Correctly install the template config file to /etc/gearhead.conf, not
    /etc/gearhead.cfg/gearhead.cfg

 -- Kari Pahula <kaol@iki.fi>  Sun, 22 Jan 2006 23:02:43 +0200

gearhead (1.000-2) unstable; urgency=low

  * Describe game keys in the man page and correctly list the (lack of)
    options gearhead accepts (Closes: #344387)
  * Save the end of game character dump to ~/.gearhead/ instead of the
    current directory.
  * Install an /etc/gearhead.cfg template.

 -- Kari Pahula <kaol@iki.fi>  Mon,  2 Jan 2006 23:32:42 +0200

gearhead (1.000-1) unstable; urgency=low

  * Initial release Closes: #340805
  * Changed gearhead to look for game data from under
    /usr/share/games/gearhead
  * Changed gearhead to save games under $HOME/.gearhead/SaveGame
  * Changed gearhead to look for config files at
    $HOME/.gearhead/gearhead.cfg or /etc/gearhead.cfg

 -- Kari Pahula <kaol@iki.fi>  Fri,  2 Dec 2005 02:46:05 +0200