File: changelog

package info (click to toggle)
xevil 2.02r2-10.1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 7,996 kB
  • sloc: cpp: 47,789; makefile: 228; csh: 4
file content (241 lines) | stat: -rw-r--r-- 8,424 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
xevil (2.02r2-10.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Fixed FTBFS with GCC 6 and higher. Thanks to Javier Serrano
    Polo <javier@jasp.net> for the patch. (Closes: #831104)

 -- Joao Eriberto Mota Filho <eriberto@debian.org>  Sun, 07 Jun 2020 02:11:06 -0300

xevil (2.02r2-10) unstable; urgency=low

  * Fixed bug that sometimes prevented X resources from being read properly.
    Thank you, Rowan Vince, for finding the bug and providing a patch.
    (Closes: #622100)
  * Enabled parallel building in rules file when using DEB_BUILD_OPTIONS
  * Added Homepage field to control file
  * copyright file now points to GPL-2 instead of GPL
  * Explicitly state that package uses source format 1.0 by adding file
    debian/source/format
  * Added xevil.doc-base file to describe installed documentation
  * Set Standards Version to 3.9.2 (no changes)

 -- Brandon Barnes <winterknight@nerdshack.com>  Tue, 12 Apr 2011 21:54:00 -0700

xevil (2.02r2-9) unstable; urgency=low

  * changed several char * to const char * so xevil will compile with gcc 4.4+
    Removed -Wno-write-strings from rules file. No longer needed.
    (Closes: #560444)
  * Fixed watch file. Thanks to Daniel Leidert for helping me on the mailing
    list.
  * rules file no longer ignores make clean errors. Modified makefile to not
    report errors when attempting to remove non-existant files. Fixes lintian
    warning.
  * added ${misc:Depends} to control file. Fixes lintian warning. Now causes
    "dpkg-gencontrol: warning: unknown substitution variable ${misc:Depends}"
    instead.
  * both man pages - converted dashes (-) to hyphens (\-) where appropriate.
    Fixes lintain warning.
  * Set Standards Version to 3.8.3 (no changes)

 -- Brandon Barnes <winterknight@nerdshack.com>  Tue, 12 Jan 2010 12:37:00 -0800

xevil (2.02r2-8) unstable; urgency=low

  * Removed bashism from rule file (Closes: #459141)
  * Added menu and pixmap
  * renamed serverping to xevil-serverping
  * replaced dependency on transitional package x-dev with x11proto-core-dev
  * Set Standards-Version to 3.7.3 (modified menu to put xevil in
    Games/Action rather than Games/Arcade)
  * xevil-serverping no longer unnecessarily links against libXpm and libX11

 -- Brandon Barnes <winterknight@nerdshack.com>  Fri, 18 Jan 2008 01:22:00 -0800

xevil (2.02r2-7) unstable; urgency=low

  * Fixed broken network (Closes: #240311)
  * Hopefully, fixed munmap_chunk(): invalid pointer crash at startup
    which some users were experiencing.
  * Commented out assert that was causing early server abort in network
    games (Closes: #94326)

 -- Brandon Barnes <winterknight@nerdshack.com>  Tue, 22 May 2007 11:33:00 -0700

xevil (2.02r2-6) unstable; urgency=low

  * Removed forced license agreement before every play.
  * Added keyboard shortcuts for common menu items
  * Suppressed compiler white noise
  * Added some "witty" sayings and names
  * Added xevil man page
  * Minor, misc fixes/improvements

 -- Brandon Barnes <winterknight@nerdshack.com>  Sat, 20 Jan 2007 3:24:00 -0800

xevil (2.02r2-5) unstable; urgency=low

  * New Maintainer (Closes: #353389)

 -- Brandon Barnes <winterknight@nerdshack.com>  Sat, 16 Dec 2006 09:23:00 -0800

xevil (2.02r2-4) unstable; urgency=low

  * QA upload.
  * Package is orphaned (#353389); set maintainer to Debian QA Group.
  * Acknowledge NMU.  Closes: #346813.
  * Fix build failure with g++ 4.1.  Thanks to Martin Michlmayr for
    the patch.  Closes: #356321.
  * Switch to debhelper 5.
  * debian/changelog: Remove obsolete Emacs local variables.
  * debian/rules: Add support for DEB_BUILD_OPTIONS=noopt.
  * debian/watch: Add.
  * Conforms to Standards version 3.6.2.

 -- Matej Vela <vela@debian.org>  Sat, 11 Mar 2006 23:38:44 +0100

xevil (2.02r2-3.1) unstable; urgency=low

  * Non-maintainer upload to help xlibs-dev transition.
  * debian/control: Replaced xlibs-dev build-dep. (Closes: #346813)

 -- Marc 'HE' Brockschmidt <he@debian.org>  Fri, 20 Jan 2006 16:57:12 +0100

xevil (2.02r2-3) unstable; urgency=low

  * Fix compilation with g++ 4.0 (Closes: #297848)

 -- Aaron Lehmann <aaronl@vitelus.com>  Fri, 22 Jul 2005 15:53:10 -0700

xevil (2.02r2-2) unstable; urgency=low

  * Fix a memory leak.

 -- Aaron Lehmann <aaronl@vitelus.com>  Sat, 21 Jun 2003 22:57:26 -0700

xevil (2.02r2-1) unstable; urgency=low

  * New upstream version. Nothing new, just merging.

 -- Aaron Lehmann <aaronl@vitelus.com>  Sat, 21 Jun 2003 22:18:34 -0700

xevil (2.02-6) unstable; urgency=low

  * Total revamp to build with modern C++ implementations. (Closes: #196314)

 -- Aaron Lehmann <aaronl@vitelus.com>  Sat, 07 Jun 2003 17:02:56 -0700

xevil (2.02-5) unstable; urgency=low

  * Remove platform support information from long description
  * Bump Standards-Version
  * Build with g++ 3.2!

 -- Aaron Lehmann <aaronl@vitelus.com>  Tue, 07 Jan 2003 15:14:40 -0800

xevil (2.02-4.1) unstable; urgency=low

  * NMU
  * x11/main.cpp: add #include <stdlib.h> for exit() prototype
  * x11/serverping.cpp: same
  * x11/ui.cpp: same
  * cmn/game.cpp: same
  * now builds on ia64

 -- Branden Robinson <branden@debian.org>  Fri, 28 Sep 2001 16:16:19 -0500

xevil (2.02-4) unstable; urgency=low

  * Adopted package (Closes: #108634)
  * Bumped Standards-Version
  * Removed to call to dh_suidregister
  * g++-3.0 compile fixes, w/ help from Andrew Suffield
    <asuffield@users.sourceforge.net>
  * Return 0 from main

 -- Aaron Lehmann <aaronl@vitelus.com>  Sun, 19 Aug 2001 10:48:09 -0700

xevil (2.02-3) unstable; urgency=low

  * Oprhaned the package. Ben Hendrickson was someone I sponsored but
    never heard much of him. Since his mail account is no more valid
    I decided to orphan xevil.
  * Added Build-Depends (there was none so the bug report shouldn't be
    of severity important, but well...) Closes: #104857
  * Recompiled with latest libs. Closes: #97418
  * xevil starts fine. Closes: #101814

 -- Raphael Hertzog <hertzog@debian.org>  Sun, 12 Aug 2001 21:06:56 +0200

xevil (2.02-2) frozen unstable; urgency=low

  * Removed building the .tar.Z.  It was both superfluous and depenant on the non-free compress program. (Closes: #56786)

 -- Ben C. Hendrickson <bhendrickson@usa.net>  Fri,  4 Feb 2000 09:40:33 -0800

xevil (2.02-1) frozen unstable; urgency=low

  * Steve Hardt made a GPL'ed release for us.  Yeah! (Closes: #50409, #52150)
  * Fixed constness errors in intel.cpp and ui.cpp. (Closes: #46485, #53465)
  * Made menu title uppercase.

 -- Ben C. Hendrickson <bhendrickson@usa.net>  Wed, 19 Jan 2000 21:09:44 -0800

xevil (2.01-1) unstable; urgency=low

  * New maintainer waiting to be registered as an offical debian
    developer.  Raphael Hertzog is acting as a sponsor for the
    time being.
  * New upstream version.  Unfortunately, it is now shareware
    moving it to non-free.
  * Completely repacked with debhelper.
  * Upgraded standards-version to 2.5.1.

 -- Ben C. Hendrickson <bhendrickson@usa.net>  Wed, 19 Jan 2000 21:09:32 -0800

xevil (1.5.1e-2.3) frozen unstable; urgency=low

  * Non-maintainer upload.
  * Rebuilt in a potato environment to fix segfault problems.
  * Tweaked package description a bit.
  * Fixes: #37310

 -- Branden Robinson <branden@debian.org>  Mon, 31 May 1999 10:18:14 -0400

xevil (1.5.1e-2.2) frozen unstable; urgency=low

  * Non maintainer upload.
  * Recompiled with g++/libstdc++2.9 (for i386).
  * Makefile: New target debian-linux to compile on all architectures.
  * debian/rules: Call it (with DEBUG_OPT instead CFLAGS).

 -- Matthias Klose <doko@cs.tu-berlin.de>  Mon, 14 Dec 1998 14:38:47 +0200
	 
xevil (1.5.1e-2.1) unstable; urgency=low

  * NMU to link against libstdc++2.9
  * Added multi-arch support to debian/rules (from fixed i386-linux target)
  * Also added alpha-linux support to Makefile

 -- Christopher C. Chimelis <chris@classnet.med.miami.edu>  Tue, 30 Sep 1998 16:35:22 -0500

xevil (1.5.1e-2) unstable; urgency=low

  * update standards-version
  * change email address to a working one (finally)
  * list new FSF address. 
 
 -- Igor Grobman <igor@debian.org>  Tue, 10 Feb 1998 15:01:06 -0500 

xevil (1.5.1e-1.1) unstable; urgency=low

  * Non-maintainer release.
  * Libc6 compile.

 -- Martin Mitchell <martin@debian.org>  Wed, 12 Nov 1997 05:04:55 +1100

xevil (1.5.1e-1) unstable; urgency=low

  * Initial Release.

 -- Igor Grobman <igor@vaca.net>  Tue, 7 Jan 1997 01:28:55 -0500