File: changelog

package info (click to toggle)
fife 0.4.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 24,864 kB
  • sloc: cpp: 42,641; xml: 18,881; python: 13,555; makefile: 22
file content (251 lines) | stat: -rw-r--r-- 7,945 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
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
fife (0.4.2-3) unstable; urgency=medium

  * Team upload.
  * Switch to debhelper-compat = 13.
  * Declare compliance with Debian Policy 4.5.1.
  * Fix crash on startup with xml AttributeError. (Closes: #978657)

 -- Markus Koschany <apo@debian.org>  Sat, 20 Feb 2021 00:51:06 +0100

fife (0.4.2-2) unstable; urgency=medium

  * Team upload.
  * Add debian/patches/0001-sdl2-config.patch (Closes: #951962).
  * Add debian/patches/0002-swig4.patch (Closes: #953016).
  * Remove all Breaks.
    - "unknown-horizons (<< 2013.1)" is not even in oldoldstable.
    - ${python:Breaks} (or ${python3:Breaks}) is undefined.
  * Switch to debhelper-compat 12. Remove file debian/compat.
  * Add Rules-Requires-Root: no.
  * Use HTTPS in Homepage.
  * Declare compliance with Debian Policy 4.5.0.

 -- Juhani Numminen <juhaninumminen0@gmail.com>  Sun, 29 Mar 2020 16:59:10 +0300

fife (0.4.2-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 0.4.2.
  * Tighten B-D on libfifechan-dev.
  * Declare compliance with Debian Policy 4.3.0.
  * Use canonical VCS URI.

 -- Markus Koschany <apo@debian.org>  Mon, 14 Jan 2019 21:07:03 +0100

fife (0.4.1+git20180904-2) unstable; urgency=medium

  * Team upload.
  * Build the Python 3 version of fife from now on.

 -- Markus Koschany <apo@debian.org>  Thu, 06 Sep 2018 15:05:18 +0200

fife (0.4.1+git20180904-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 0.4.1+git20180904.
  * Remove glee-dev from Build-Depends. Build-depend on libglew-dev instead.
  * Switch to compat level 11.
  * Declare compliance with Debian Policy 4.2.1.
  * Build for any again and try to avoid memory exhaustion by using -g1 on 32
    bit architectures. (Closes: #718274)
  * Use new dh_missing override.

 -- Markus Koschany <apo@debian.org>  Tue, 04 Sep 2018 15:08:24 +0200

fife (0.4.1-2) unstable; urgency=medium

  * Team upload.
  * Stop building fife on mips and mipsel due to architecture limitations which
    cause FTBFS and prevent newer versions from migrating to testing.
    Add alpha to WEAK_HOSTS and hope it builds again.

 -- Markus Koschany <apo@debian.org>  Wed, 19 Jul 2017 22:54:31 +0200

fife (0.4.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 0.4.1.
  * Add get-orig-source target.
  * Declare compliance with Debian Policy 4.0.0.
  * Tighten build-dependency on libfifechan-dev to >= 0.1.4.
  * Use https for Format field.
  * Change homepage link to http://www.fifengine.net/. (Closes: #854620)

 -- Markus Koschany <apo@debian.org>  Fri, 07 Jul 2017 11:26:24 +0200

fife (0.4.0-3) unstable; urgency=medium

  * Team upload.
  * debian/rules: Try to prevent build failures on mips and mipsel by using
    a single thread only and building with CMAKE_BUILD_TYPE=MinSizeRel.

 -- Markus Koschany <apo@debian.org>  Sun, 22 Jan 2017 01:16:48 +0100

fife (0.4.0-2) unstable; urgency=medium

  * Team upload.
  * Use dh_install --fail-missing to detect when files are not installed
    into the resulting binary package.
  * debian/rules: Pass --buildsystem=cmake to dh. (Closes: #851998)
  * Add clean file and ensure that fife can be built twice in a row.

 -- Markus Koschany <apo@debian.org>  Fri, 20 Jan 2017 20:11:52 +0100

fife (0.4.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 0.4.0.
  * Tighten build-dependency on libfifechan-dev.
  * Drop all patches.
  * Switch from Scons to CMake.
  * Fix Lintian warning "extra license file".

 -- Markus Koschany <apo@debian.org>  Thu, 19 Jan 2017 23:58:16 +0100

fife (0.3.5+git160920-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 0.3.5+git160920.
  * Use compat level 10.
  * Add libfifechan-dev to Build-Depends.
  * Drop all patches. Fixed upstream.
  * Add debian/watch file. Thanks to Bart Martens.
  * Simplify debian/rules.
  * Switch from SDL1 to SDL2.
  * Delete static libraries to ensure that fife can be built twice in a row.
  * Remove debian/clean file.
  * Drop libguichan-dev from Build-Depends. It is obsolete now.
  * Add endif.patch and fix a FTBFS.

 -- Markus Koschany <apo@debian.org>  Mon, 07 Nov 2016 20:27:27 +0100

fife (0.3.5-3) unstable; urgency=medium

  * Team upload.
  * Use compat level 9.
  * Vcs fields: Use https.
  * Declare compliance with Debian Policy 3.9.8.
  * wrap-and-sort -sa.
  * Add gcc6.diff and fix FTBFS with GCC-6.
    Thanks to Martin Michlmayr for the report and Graham Inggs for the patch.
    (Closes: #811858)
  * Add dh-python to Build-Depends.

 -- Markus Koschany <apo@debian.org>  Fri, 02 Sep 2016 22:45:56 +0200

fife (0.3.5-2) unstable; urgency=medium

  * Team upload.
  * Link gnukfreebsd10-config.py to gnukfreebsd9-config.py, this
    to fix builderror on kfreebsd. (Closes: #821765)
  * Add ext/guichan-0.8.2/config.(guess|sub) to d/clean

 -- Tobias Frost <tobi@debian.org>  Sat, 23 Apr 2016 21:46:57 +0200

fife (0.3.5-1) unstable; urgency=low

  * New upstream release

 -- Christoph Egger <christoph@debian.org>  Sun, 01 Sep 2013 16:48:59 +0200

fife (0.3.4-2) experimental; urgency=low

  * Break older unknown-horizons as it only works with matching fife
    versions (Closes: #703214)

 -- Christoph Egger <christoph@debian.org>  Sun, 17 Mar 2013 17:53:43 +0100

fife (0.3.4-1) experimental; urgency=low

  * New upstream release

 -- Christoph Egger <christoph@debian.org>  Sat, 02 Mar 2013 16:06:30 -0800

fife (0.3.3+r3-3) unstable; urgency=low

  * Include NMU by Anton Gladky, thanks!

 -- Christoph Egger <christoph@debian.org>  Sun, 30 Dec 2012 12:53:30 -0800

fife (0.3.3+r3-2) unstable; urgency=low

  * Import upstream (SVN 3949) patch to fix memory leaking (Closes:
    #696676)

 -- Christoph Egger <christoph@debian.org>  Sat, 29 Dec 2012 16:36:26 -0800

fife (0.3.3+r3-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * Add engine/core/util/utf8/utf8* to copyright file (Closes: #690370)
  * Use packaged version of Glee-library to fix lintian embedded-library
    autoreject tag.

 -- Anton Gladky <gladky.anton@gmail.com>  Wed, 24 Oct 2012 21:15:06 +0200

fife (0.3.3+r3-1) unstable; urgency=low

  * New upstream release
  * Build-depend on libpng-dev
  * Enable testsuite instead of striping it from the tarball as it is
    free now

 -- Christoph Egger <christoph@debian.org>  Sun, 22 Apr 2012 20:31:31 +0200

fife (0.3.3+r2+dfsg1-4) unstable; urgency=low

  * Import patch from upstream to add support for smaller widescreen
    displays and fixes crashes on such systems (Closes: #655861)
  * Set Maintainer to Debian Games Team, me to uploader
  * Add VCS git URLs

 -- Christoph Egger <christoph@debian.org>  Sat, 14 Jan 2012 13:50:13 +0100

fife (0.3.3+r2+dfsg1-3) unstable; urgency=low

  * Add hurd as well

 -- Christoph Egger <christoph@debian.org>  Mon, 26 Dec 2011 09:36:05 +0100

fife (0.3.3+r2+dfsg1-2) unstable; urgency=low

  * Add kFreeBSD support (pretend being linux2)

 -- Christoph Egger <christoph@debian.org>  Fri, 23 Dec 2011 20:15:29 +0000

fife (0.3.3+r2+dfsg1-1) unstable; urgency=low

  * New upstream release
  * First release in proper Debian (Closes: #632360)

 -- Christoph Egger <christoph@debian.org>  Tue, 15 Nov 2011 16:00:36 +0100

fife (0.3.2+svn3687-1) weekly; urgency=low

  * New SVN Snapshot

 -- Christoph Egger <christoph@debian.org>  Thu, 23 Jun 2011 15:11:25 +0200

fife (0.3.2+svn3593-2) unstable; urgency=low

  * fix building with python2.7 around

 -- Christoph Egger <christoph@unknown-horizons.org>  Sat, 16 Apr 2011 19:53:11 +0200

fife (0.3.2+svn3593-1) unstable; urgency=low

  * new snapshot

 -- Christoph Egger <christoph@unknown-horizons.org>  Mon, 04 Apr 2011 17:13:48 +0200

fife (0.3.2+svn3587) unstable; urgency=low

  * new snapshot

 -- Christoph Egger <christoph@unknown-horizons.org>  Sun, 13 Feb 2011 16:19:17 +0100

fife (0.3.1+svn3431-1) unstable; urgency=low

  * Initial release.

 -- Christoph Egger <christoph@unknown-horizons.org>  Thu, 16 Sep 2010 18:23:07 +0200