File: changelog

package info (click to toggle)
xbomb 2.2b-2.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 304 kB
  • sloc: ansic: 1,925; makefile: 111; sh: 18
file content (264 lines) | stat: -rw-r--r-- 9,657 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
252
253
254
255
256
257
258
259
260
261
262
263
264
xbomb (2.2b-2.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Add a patch for proper time64 support (FTBFS on armel & armhf)

 -- Alexandre Detiste <tchet@debian.org>  Wed, 11 Dec 2024 19:12:54 +0100

xbomb (2.2b-2) unstable; urgency=medium

  * Non-maintainer Upload
  * Import game on Salsa
  * Set "Rules-Requires-Root: binary-targets" (Closes: #1089471)
  * Fix FTCBFS (Closes: #901162)
  * Remove old Debian manu entry
  * Switch to DebHelper 13

 -- Alexandre Detiste <tchet@debian.org>  Mon, 09 Dec 2024 19:38:03 +0100

xbomb (2.2b-1) unstable; urgency=medium

  * New upstream version (Closes: #757902)
  * debian/patches/*
    - Updated patches to new upstream version

 -- Alexandre Dantas <eu@alexdantas.net>  Sun, 17 Aug 2014 23:36:06 -0400

xbomb (2.2a-3) unstable; urgency=low

  * Bump standards version to 3.9.5 (no changes)
  * Fixed end-of-line errors on patch files
  * Added desktop file and PNG icons (closes: #738057)
  * Updated maintainer mail address
  * Cryptographic signature verification: upstream provides
    a PGP signature to verify the tarball. Consequently:
    - Added debian/upstream/signing-key.asc
    - Modified debian/source/include-binaries
    - Updated debian/watch

 -- Alexandre Dantas <eu@alexdantas.net>  Mon, 04 Aug 2014 02:05:28 -0400

xbomb (2.2a-2) unstable; urgency=low

  * New mantainer (Closes: #664100)
  * Bump Standards-Version to 3.9.4 (no other changes)
  * debian/patches/*
    - Added hardening flags to compilation
    - Removed useless linkage against libXmu
  * debian/rules
    - Added override steps on fixperms
  * debian/control
    - Using Git as VCS

 -- Alexandre Dantas <eu@alexdantas.net>  Thu, 02 May 2013 20:59:35 -0300

xbomb (2.2a-1) unstable; urgency=low

  * QA upload: new upstream release
  * debian/control, debian/compat
    - Changed maintainer to QA group
    - Bump Standards-Version to 3.9.3 (no other changes)
    - Remove homepage from description into a proper field
    - Bump debhelper compatibility level to 9
    - Added ${misc:Depends} to binary package
    - Remove initial article from short description
    - Remove conflict with non-existing package
  * debian/small.xpm -> xbomb.xpm
    - Rename to final name for installing with debhelper
  * debian/source/format, debian/patches/*
    - Switch to source package format '3.0 (quilt)'
    - Improve manpage patch to fix page section too
    - Regenerate hiscore patch for new upstream
  * debian/install, debian/manpages, debian/rules
    - Switch to debhelper sequencer
  * debian/copyright
    - Rewritten into Copyright Format 1.0
  * debian/watch
    - Added watch file

 -- Ricardo Mones <mones@debian.org>  Sun, 13 May 2012 01:37:18 +0200

xbomb (2.1a-7.1) unstable; urgency=low

  [Jari Aalto]
  * Non-maintainer upload.
  * debian/control
    - (Build-Depends): update obsolete x-dev to x11proto-core-dev.
      (important RC bug; Closes: #515479).

  [tony mancill]
  * debian/control
    - Apply patch for description. (Closes: #490174)
  * debian/copyright
    - Refer to GPL-2 (addresses lintian error)

 -- tony mancill <tmancill@debian.org>  Mon, 19 Apr 2010 08:13:54 -0700

xbomb (2.1a-7) unstable; urgency=low

  * Updated standards version (no actual changes required).
  * Fixed an oversight on my part which resulted in the high-score files
    being left behind even after a purge (closes: #455057).
  * As a consequence of the previous fix, the package no longer owns
    /var/games/xbomb, which is now manually created in the postinst.
  * Removed the "-s" from the install command in debian/rules, so that the
    package can be built with the nostrip option (closes: #438288).
    The normal package will still have the binary stripped by dh_strip.
  * Pass "-g" to compiler so we have something worth stripping in the
    first place. :)
  * Updated min debhelper version to 4.
  * Don't ignore Makefile errors during clean.
  * Patch to man page to make it more whatis friendly.
  * Change postinst to use "chown root:games" instead of "root.games".
  * Updated FSF address in debian/copyright
  * Added proper quoting to debian/menu.
  * Made some minor adjustments to the package description in
    debian/control.
  * Added <string.h> to hi-score.c to pick up some required prototypes.

 -- Chris Waters <xtifr@debian.org>  Sun, 09 Dec 2007 15:06:18 -0800

xbomb (2.1a-6.1) unstable; urgency=low

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

 -- Marc 'HE' Brockschmidt <he@debian.org>  Thu, 19 Jan 2006 18:26:32 +0100

xbomb (2.1a-6) unstable; urgency=low

  * Updated standards version, rebuilt w/o /usr/doc link.
  * Replaced my ugly icon with a nicer one stolen from fvwm.
  * Added upstream URL to package description.

 -- Chris Waters <xtifr@debian.org>  Mon,  4 Nov 2002 02:58:22 -0800

xbomb (2.1a-5) unstable; urgency=low

  * Updated standards-version (no actual changes required, tho).
  * Did some general modernizing of the packaging anyway.
  * Moved icon to /usr/share/pixmaps.

 -- Chris Waters <xtifr@debian.org>  Fri, 15 Mar 2002 13:46:50 -0800

xbomb (2.1a-4) unstable; urgency=low

  * Took dh_suidregister back out, since apparently there isn't going to
    be a smooth upgrade path for packages using it. (closes:#84836)
    Also made package conflict with older suidmanager, as required.
  * Made app-defaults file into a conffile, despite the fact that lintian
    (currently) complains, because policy is just about to change here.

 -- Chris Waters <xtifr@debian.org>  Mon,  5 Feb 2001 12:28:48 -0800

xbomb (2.1a-3) unstable; urgency=low

  * Updated standards-version (again).
  * Added Build-depends.
  * Updated the description a little.
  * Finally started using dh_suidregister.  Some minor related changes.
  * Built against XF86-4 system.  Moved app-defaults file to
    /etc/X11/app-defaults, which seems to be the correct new location,
    although it is in advance of policy.
  * Did a little cleanup on postinst and postrm, added "set -e" to all.
  * /var/games/xbomb now 755 root.root instead of 775 root.games.  Only
    the (existing) contents of this directory need to be writable.
  * High-score files now purged in prerm, not postrm, so that the
    directory can be properly removed too.
  * Added a README.Debian to talk about the high-score files.

 -- Chris Waters <xtifr@debian.org>  Wed,  3 Jan 2001 00:01:13 -0800

xbomb (2.1a-2) unstable; urgency=low

  * New standards version 3.0.0.0
  * changed ref to GPL in copyright file (new standard)
  * moved man page to usr/share (new standard, FHS)
  * moved high score files to /var/games (new standard, FHS)
  * added icon for debian menus

 -- Chris Waters <xtifr@debian.org>  Sun, 21 Nov 1999 03:05:22 -0800

xbomb (2.1a-1) unstable; urgency=low

  * app-defaults/xbomb.ad renamed to XBomb, closes: #35831
  * new upstream version, has fix for resize problem, closes: #34840

 -- Chris Waters <xtifr@debian.org>  Mon, 12 Apr 1999 03:55:39 -0700

xbomb (2.1-2) unstable; urgency=low

  * hi score files removed from package, now created by postinst.
  * suidregister support added
  * debian menu support added
  * debian/rules: rewritten completely with debhelper
  * new maintainer

 -- Chris Waters <xtifr@debian.org>  Sun, 14 Feb 1999 13:53:11 -0800

xbomb (2.1-1) unstable; urgency=low

  * Orphaned the package.
  * New upstream version. [#17991]
  * Pristine upstream source.
  * debian/control (Standards-Version): updated to 2.5.0.0.
  * debian/copyright: update the address of the FSF.
  * debian/rules (binary-arch): chmod u+w,g=rX rather than g-ws to fix
    permissions on files.
  * debian/rules (binary-arch): install high score files as foo.default
    rather than foo.
  * debian/postinst: If the high score directory does not exist; create it
    and copy default score files over.
  * debian/postrm: new file; remove /var/lib/games/xbomb on purge.
  * debian/conffiles: removed.
  * debian/rules (binary-arch): don't use {,}; use install with an
    explicit mode rather than cp, compress all files in /usr/doc/xbomb/
    except the copyright, pass -isp to dpkg-gencontrol and other minor
    clean ups.
  * debian/control: reformatted long description.
  * debian/rules (binary-arch): don't make scorefiles and their directory
    world-unreadable.
  * debian/rules (clean): also remove debian/substvars.

 -- James Troup <james@nocrew.org>  Tue, 24 Nov 1998 03:30:03 +0000

xbomb (2.0-4.2) unstable; urgency=low

  * Non-maintainer release.
  * Change architecture from i386 to any.

 -- Martin Mitchell <martin@debian.org>  Wed, 12 Nov 1997 15:20:20 +1100

xbomb (2.0-4.1) unstable; urgency=low

  * Non-maintainer release.
  * Libc6 compile.

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

xbomb (2.0-4) unstable; urgency=low

  * Remove reference of debian/tmp in postinst script (Bug#6579)

 -- Billy C.-M. Chow <cmchow@se.cuhk.edu.hk>  Tue, 14 Jan 1997 09:57:22 +0800

xbomb (2.0-3) unstable; urgency=low

  * Write permission for user is not given after saving a hiscore (hiscore.c)
  * Score files are now conffiles (Bug#6500)
  * Added postinst script to fix the ownership & permission of
  *     /var/lib/games/xbomb if upgraded from 2.0-1 (Bug#6500)

 -- Billy C.-M. Chow <cmchow@se.cuhk.edu.hk>  Fri, 10 Jan 1997 09:41:21 +0800

xbomb (2.0-2) unstable; urgency=low

  * Fixed Bug#6480: hi score files writability.

 -- Billy C.-M. Chow <cmchow@se.cuhk.edu.hk>  Thu, 9 Jan 1997 11:25:50 +0800

xbomb (2.0-1) unstable; urgency=low

  * Initial release.

 -- Billy C.-M. Chow <cmchow@se.cuhk.edu.hk>  Mon, 9 Dec 1996 17:11:30 +0800