aboutsummaryrefslogtreecommitdiff
path: root/dists/debian/changelog
blob: 2e653c8e33b5e53a079045aef740cedb79caf003 (plain)
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
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
scummvm (0.10.0-0svn20070530) experimental; urgency=low

  * SVN snapshot.

    Builder:    Timo Röhling <timo@glueckspilz.farm.lokal>
    Build-date: Wed, 30 May 2007 11:54:05 +0200

    Please don't file bugs you find in this package in the Debian Bug Tracking
    system, use the ScummVM team's own bug tracker instead.  You can find this
    tracker at <http://sourceforge.net/tracker/?group_id=37116>.

 -- Tore Anderson <tore@debian.org>  Wed, 30 May 2007 11:54:05 +0200 

scummvm (0.7.1-1) unstable; urgency=low

  * New upstream release.

  * debian/control:
      - Remove the nasm [!i386] build conflict, as the configure script now
        correctly detects if nasm can be used.
      - Up standards-version to 3.6.1.1 (no changes required).

  * configure:
      - Reverted to the upstream version, as the GCC 4.0 patch from 0.7.0-3 is
        now included there.

 -- Tore Anderson <tore@debian.org>  Tue, 29 Mar 2005 21:57:38 +0200

scummvm (0.7.0-3) unstable; urgency=medium

  * debian/control:
      - Add a version requirement of >= 1.1.1-2 to the libflac-dev build
        dependency, closes: #289214.
      - Add fluidsynth as a preferred alternative to the timidity suggestion.
      - Remove superfluous "the" from the description.

  * configure:
      - Partly apply patch from Andreas Jochens, closes: #289122.  Thanks!
        Hopefully, this should make it possible to compile ScummVM on AMD64
        using GCC 4.0.  GCC 4.0 is not yet supported from upstream, though.

 -- Tore Anderson <tore@debian.org>  Sat,  8 Jan 2005 15:03:34 +0100

scummvm (0.7.0-2) unstable; urgency=low

  * debian/control:
      - Build-depend on nasm only on i386.
      - Add a build conflict on nasm for all other archs than i386.
      - Add an explicit build dependency on libz-dev.

  * debian/copyright:
      - Change URLs from http://scummvm.sf.net/ to http://www.scummvm.org/.

 -- Tore Anderson <tore@debian.org>  Wed,  5 Jan 2005 23:22:08 +0100

scummvm (0.7.0-1) unstable; urgency=low

  * New upstream release.
      - Fixes scripting bug that in some cases may render the game unwinnable,
        closes: #209418.

  * debian/control:
      - Improve description.  Closes: #266055.  Thanks, Frederic Briere!
      - Add build dependencies on nasm, tetex-bin, tetex-extra, gs-gpl, and
        libflac-dev.

  * debian/rules, debian/scummvm.docs, debian/copyright:
      - Build and include README.pdf (generated from doc/*.tex).
      - Include AUTHORS, and reference it from debian/copyright instead of
        maintaining a separate list of authors there.

  * debian/scummvm.dirs, debian/rules, debian/scummvm.sh (removed):
      - A more sane default save game path has been chosen upstream.  Remove
        the Debian-specific wrapper script workaround introduced in 0.6.0-2
        accordingly.

 -- Tore Anderson <tore@debian.org>  Wed,  5 Jan 2005 14:43:08 +0100

scummvm (0.6.1b-1) unstable; urgency=low

  * New upstream release.

 -- Tore Anderson <tore@debian.org>  Fri,  6 Aug 2004 12:45:46 +0200

scummvm (0.6.1-1) unstable; urgency=low

  * New upstream release.

 -- Tore Anderson <tore@debian.org>  Mon, 26 Jul 2004 15:11:10 +0200

scummvm (0.6.0-2) unstable; urgency=low

  * debian/scummvm.dirs, debian/rules, debian/scummvm.sh (new):
      - Make /usr/games/scummvm be a wrapper script which creates the
        ~/.scummvmrc file if it doesn't already exist, setting the savegame
        path to ~/.scummvm/.  Closes: #216178.  This is a workaround, though,
        I really wish this would be fixed in the upstream sources.

  * debian/control:
      - Correct the compability chart link in the package description.
      - Update package description so it is clear that Flight of The Amazon
        Queen and Beneath a Steel Sky is available in Debian, closes: #245356.

  * debian/README.Debian (removed):
      - Removed from the package, as it only spoke of the ScummVM tools,
        which was removed in the 0.6.0-1 upload.  Closes: #259259 (sort-of).

  * base/main.cpp, scumm/actor.cpp, scumm/debugger.cpp:
      - GCC 3.4 fixes from Andreas Jochens.  Thanks!  Closes: #259835.

 -- Tore Anderson <tore@debian.org>  Sun, 18 Jul 2004 12:26:27 +0200

scummvm (0.6.0-1) unstable; urgency=low

  * New upstream release.

  * debian/control:
      - Build-Depend on libmpeg2-4-dev to support Broken Sword cutscenes.

  * debian/rules:
      - Start using upstream's new configure script.
      - Remove unneeded call to dh_link.

  * debian/scummvm.docs:
      - Add upstream's TODO file.

  * debian/scummvm.menu:
      - Enclose the "needs" and "section" directives in double quotes.

  * debian/patches/* (removed), debian/control, debian/rules:
      - Stop using dpatch.  All of the previously required patches are now
        integrated in the upstream sources.

  * debian/tools/* (removed), debian/scummvm.examples, debian/rules:
      - Remove the various tools as they really don't belong in the ScummVM
        package.

 -- Tore Anderson <tore@debian.org>  Sun, 14 Mar 2004 16:28:54 +0100

scummvm (0.5.1-4) unstable; urgency=low

  * debian/patches/03alsa_api_fix.dpatch (new), debian/patches/00list:
      - FTBFS fix;  improve ALSA version detection macro so it works with
        version 1.0 and above.  Thanks, Jordi Mallach!

 -- Tore Anderson <tore@debian.org>  Sun,  1 Feb 2004 01:36:07 +0100

scummvm (0.5.1-3) unstable; urgency=low

  * debian/patches/02bass_soundreload (new):
    - Forces BASS to reload music and sound even if the intro was
      viewed in full, closes: #208901.
  * debian/control:
    - Change maintainer email address.
    - Bump Standards-Version to current policy, no changes required.

 -- Tore Anderson <tore@debian.org>  Mon, 29 Sep 2003 16:13:43 +0200

scummvm (0.5.1-2) unstable; urgency=low

  * Move to main.  (Note to the FTP masters:  This is because the
    one of the supported games, Beneath A Steel Sky, has recently been
    released as free software.  It should appear in NEW shortly, if
    it's not there already.)
  * Sponsored by David Weinehall.

 -- David Weinehall <tao@debian.org>  Wed, 27 Aug 2003 21:00:42 +0200

scummvm (0.5.1-1) unstable; urgency=low

  * New upstream release.
  * Sponsored by David Weinehall. (No beer needed...)

 -- Tore Anderson <tore@linpro.no>  Sat,  9 Aug 2003 15:18:18 +0200

scummvm (0.5.0-1) unstable; urgency=low

  * New upstream release.
  * Suggest beneath-a-steel-sky.
  * Restructure 00buildopts somewhat, to ease future maintenance.
  * Standards-Version 3.6.0, no changes required.
  * Revised the description.
  * Sponsored by Joey Hess. (Tore fed me all the beer I could take .. 
    and then asked me to do this. ;-)

 -- Tore Anderson <tore@linpro.no>  Fri,  1 Aug 2003 21:45:06 +0200

scummvm (0.4.1-1) unstable; urgency=low

  * New upstream release.
  * Standards-Version 3.5.10.
    - Use upstream's icon in the menu system.
  * Removed debian/patches/01-enable-alsa-and-vorbis.dpatch, this
    is now done from debian/rules instead.
  * Added debian/patches/00buildopts, which makes it possible
    for environment variables to override the compiler flags.
  * Better handling of $DEB_BUILD_OPTIONS.
  * Declare the debhelper compability level in debian/compat instead
    of debian/rules.

 -- Tore Anderson <tore@linpro.no>  Thu, 29 May 2003 15:15:55 +0200

scummvm (0.4.0-1) unstable; urgency=low

  * New upstream release, closes: #193522.
    - Lots of VM fixes in The DIG, closes: #173550.
    - Obsoletes debian/patches/02-fix-manpage-savekey.dpatch.
    - Obsoletes debian/patches/03-fix-talking-to-parrot.dpatch.
    - Obsoletes debian/patches/04-alsa-seq-tty-output.dpatch.
  * Add extract.c and simon2mp3.c to the examples directory, closes: #154449.

 -- Tore Anderson <tore@linpro.no>  Wed, 14 May 2003 19:04:53 +0200

scummvm (0.3.0b-3) unstable; urgency=low

  * It appears I reinvented the wheel.  Start using dpatch instead of
    my own patchsystem.
  * Update Standards-Version to match current policy.
  * Tighten build-dependency on libvorbis-dev, to ensure that the binary
    will be linked against the new libvorbis0a package.  Closes: #185447.

 -- Tore Anderson <tore@linpro.no>  Tue, 18 Mar 2003 22:54:32 +0100

scummvm (0.3.0b-2) unstable; urgency=low

  * Re-upload to build the binary with GCC 3.2.
  * Use a patch system instead of putting all changes in the .diff.gz.
  * Correct save-game modifier key in the manpage. Closes: #173153.
  * Two fixes from upstream:
    - Fix 'talking to parrot' script deadlock in Fate of Atlantis.
    - Print correct alsa client and port variables to console.

 -- Tore Anderson <tore@linpro.no>  Fri, 10 Jan 2003 17:28:36 +0100

scummvm (0.3.0b-1) unstable; urgency=low

  * New upstream release.
  * Update standards-version again.
  * Convert icon to use only the colours mandated by the menu package.

 -- Tore Anderson <tore@linpro.no>  Sun,  8 Dec 2002 14:56:26 +0100

scummvm (0.2.81cvs20021110-1) unstable; urgency=low

  * New CVS snapshot.
  * Remove README.Debian - it was incorrect.
  * Drop build-deps on curses and readline.
  * Update standards-version to current policy.
  * Don't install the empty dir /usr/lib/scummvm anymore.

 -- Tore Anderson <tore@linpro.no>  Sun, 10 Nov 2002 17:13:36 +0100

scummvm (0.2.0.1cvs20021028-1) unstable; urgency=low

  * New CVS snapshot.
  * Kill cruft that sneaked into the .diff.gz.
  * Add menu entry.
  * Rewrote description and copyright file.
  * Suggest timidity (can be used with ALSA for gorgeous in-game music).
  * Support .SOG (Ogg Vorbis-compressed .SOU-files).

 -- Tore Anderson <tore@linpro.no>  Mon, 28 Oct 2002 14:30:21 +0100

scummvm (0.2.0.1cvs20021012-1) unstable; urgency=low

  * New upstream rele^WCVS snapshot.
  * New maintainer. Closes: #163105.
  * Compliant with Policy 3.5.7.0. Or so I hope.
  * Support ALSA's sequencer. Closes: #154451.

 -- Tore Anderson <tore@linpro.no>  Sat, 12 Oct 2002 15:17:11 +0200

scummvm (0.2.0.1) unstable; urgency=low

  * Fix by James Brown <ender@enderboi.com> for the trailing slash bug
    (Closes: #150144)
  * Add libmad-dev to the Buildreqs, compile with compressed audio support
    (Closes: #150272)

 -- Bastien Nocera <hadess@hadess.net>  Tue, 18 Jun 2002 02:35:50 +0100

scummvm (0.2.0) unstable; urgency=low

  * New upstream version (Closes: #143281)
  * Killed the wrapper script, see upstream changelog

 -- Bastien Nocera <hadess@hadess.net>  Wed, 15 May 2002 03:27:11 +0100

scummvm (0.1.0b-2) unstable; urgency=low

  * Moved the scummvm main bin under /usr/lib, the wrapper script under
    /usr/games
  * Fixed bug in the script that made it not work if the path was relative

 -- Bastien Nocera <hadess@hadess.net>  Wed, 10 Apr 2002 19:27:05 +0100

scummvm (0.1.0b-1) unstable; urgency=low

  * Initial Release.
  * Packaged made under the influence of beer at GUAD3C in Sevilla ! Arriba !
    Ole !

 -- Bastien Nocera <hadess@hadess.net>  Fri,  5 Apr 2002 16:37:09 +0100