File: changelog

package info (click to toggle)
visualboyadvance 1.8.0.dfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 12,196 kB
  • sloc: cpp: 93,502; ansic: 48,351; sh: 3,561; makefile: 381; lex: 72; yacc: 60; sed: 16
file content (275 lines) | stat: -rw-r--r-- 10,450 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
265
266
267
268
269
270
271
272
273
274
275
visualboyadvance (1.8.0.dfsg-5) unstable; urgency=medium

  * Remove visualboyadvance-gtk, which relies on GTK 2.4 (Closes: #885074)
  * Bump dh compat level to 11.
  * Bump S-V to 4.1.2 (no changes needed).
  * Strip trailing whitespace from changelog.

 -- Etienne Millon <me@emillon.org>  Thu, 28 Dec 2017 23:38:10 +0100

visualboyadvance (1.8.0.dfsg-4) unstable; urgency=medium

  * Do not include C headers within std namespace.
    - Fixes FTBFS with GCC 6 (Closes: #831197)
  * Remove mention of lpia architecture.
  * Use secure schemes for VCS URIs.
  * Bump S-V to 3.9.8 (no changes needed).
  * Fix a typo in debugger output.
  * Build with hardening=+all.
  * Use dh-autoreconf:
    - Drop build-deps on autotools.
    - Simplify debian/rules.

 -- Etienne Millon <me@emillon.org>  Wed, 03 Aug 2016 23:23:59 +0200

visualboyadvance (1.8.0.dfsg-3) unstable; urgency=medium

  * Add a patch to fix CPU usage under SDL.
    Thanks to Matthew Harvey (Closes: #740292)
  * Change my email address.
  * Bump S-V to 3.9.6 (no changes needed).
  * Remove menu file.
  * Remove obsolete include <sigc++/object.h>. (Closes: #805163)

 -- Etienne Millon <me@emillon.org>  Wed, 18 Nov 2015 09:37:40 +0100

visualboyadvance (1.8.0.dfsg-2) unstable; urgency=low

  * Switch to dh short form:
    - Bump dh compatibility to 9
    - Enable build flags support
    - Enable hardening
  * Bump S-V to 3.9.4 (no changes needed).
  * New patches:
    - correct a format string bug.
    - don't regenerate vba.pot and *.po (fixes FTBFS if building twice).
  * Suggest joy2key for joypad support. (Closes: #706721)
  * Add Keywords entry to desktop file.
  * Canonicalize Vcs-* fields.

 -- Etienne Millon <etienne.millon@gmail.com>  Wed, 15 May 2013 13:58:15 +0200

visualboyadvance (1.8.0.dfsg-1) unstable; urgency=low

  [ Etienne Millon ]
  * Team upload.
  * Acknowledge NMU, thank you Julien !
  * Uploaders:
    - Add myself.
    - Remove Evgeni Golov (per request).
    - Remove Nick Ellery (mail bounced).
  * Switch to 3.0 (quilt) format.
    - Bump debhelper compatibility level to 7.
  * debian/rules :
    - Add --as-needed to linker flags.
    - Add build-{arch,indep} targets.
    - Use "find -delete" instead of "xargs rm -f".
  * debian/control :
    - Build-Depend on libpng-dev instead of libpng12-dev (Closes: #662538).
    - Bump Standards-Version to 3.9.3 (no changes needed).
  * debian/copyright :
    - remove 2xSaImmx.asm copyright information as it is not present anymore.
    - link to GPL-2 instead of the GPL symlink in common-licenses.
  * New patches :
    - fix FTBFS with zlib. (Closes: #663943). Thanks to Peter Green.
    - fix FTBFS with libpng 1.5 (Closes: #649804).
      Thanks to Nobuhiro Iwamatsu.
    - fix sound with SDL (Closes: #456501). Thanks to Alphard.
  * debian/watch : mangle "dfsg" part.

  [ Evgeni Golov ]
  * Remove Ola Lundqvist <opal@debian.org> from Uploaders.

 -- Etienne Millon <etienne.millon@gmail.com>  Mon, 21 May 2012 22:49:18 +0200

visualboyadvance (1.8.0.dfsg-0.1) unstable; urgency=low

  * Non-maintainer upload.
  * Drop src/i386/2xSaImmx.asm from the tarball, it doesn't allow commercial
    use.  Pass --without-mmx to configure (closes: #607598).
  * debian/rules sets $(confflags) based on DEB_{HOST,BUILD}_GNU_TYPE, use it.

 -- Julien Cristau <jcristau@debian.org>  Thu, 06 Jan 2011 19:19:18 +0100

visualboyadvance (1.8.0-6) unstable; urgency=low

  [ Nick Ellery ]
  * Add debian/README.source to explain where to get upstream source.

  [ Evgeni Golov ]
  * Add 09_deprecatedsigc++.dpatch from Gentoo to fix FTBFS with recent
    libsigc++.
    Closes: #569461
  * debian/control:
    + Add myself to Uploaders.
    + Wrap Build-Depends.
    + Standards-Version: 3.8.4.

 -- Evgeni Golov <evgeni@debian.org>  Thu, 18 Mar 2010 11:38:37 +0100

visualboyadvance (1.8.0-5) unstable; urgency=low

  * debian/control:
    - Change maintainer to pkg-games (Closes: #529682).
    - Add myself to uploaders.
    - Change section to otherosfs
    - Change obsolete build-dep on x-dev to x11proto-core-dev (Closes: #515400)
    - Add lpia build-depends on nasm for Ubuntu.
    - Update vba-gtk description to mention GTK+ support (Closes: #498553).
    - Change priority to optional (LP: #381131).
    - Update standards-version to 3.8.2, no changes necessary.
    - Drop the 'a' from the start of both short descriptions.
    - Use (= {$binary:Version}) for vba-gtk dependency on vba.
    - Add Vcs* headers for pkg-games git.
  * debian/copyright:
    - Add missing copyright holders.
    - Change license to mention acceptable later versions of GPL.
  * debian/rules:
    - Remove unnecessary comments.
    - Pass --host/--build conditionally for autotools/automake
    - Don't overwrite CFLAGS.
    - Install vba-gtk files through visualboyadvance-gtk.install rather than
      in install.
    - Don't pollute .diff.gz with config.* files.
  * debian/patches/*
    - Add missing dpatch descriptions.
  * Add desktop file from Ubuntu, thanks Dennis Craven (Closes: #481479).
  * Rename xpm icon in debian/ to VisualBoyAdvance-gtk-32x32.xpm.
  * Drop unnecessary po/vba.pot.
  * Revert changes in po/fr.po.

 -- Nick Ellery <nick.ellery@ubuntu.com>  Wed, 15 Jul 2009 15:03:38 -0700

visualboyadvance (1.8.0-4) unstable; urgency=low

  * debian/control:
    - Bump Standards-Version: 3.7.3.
    - Added Homepage header.
    - Solved spelling error GTK to GTK+ in gtk binary description.
    - Build-Depends standard gcc/g++. (Closes: #463303)
  * Added 08_gvba_load_gb_rom.dpatch to solve segmentation fault. Thanks to
    Javier Serrano Polo <jasp00@terra.es>. (Closes: #452796)
  * debian/copyright:
    - Updated with 2xSaImmx.asm license. (Closes: #441978)
  * Updated debian/visualboyadvance-gtk.menu with Applications section.

 -- Jose Carlos Medeiros <debian@psabs.com.br>  Tue, 25 Mar 2008 01:10:31 -0300

visualboyadvance (1.8.0-3) unstable; urgency=low

  * visualboyadvance-gtk Depends on visualboyadvance (>= 1.8.0-2).
    (Closes: #434724)

 -- Jose Carlos Medeiros <debian@psabs.com.br>  Thu, 09 Aug 2007 11:04:30 -0300

visualboyadvance (1.8.0-2) unstable; urgency=low

  * Updated and re-added 02_amd64_build_fix dpatch. (Closes: #425196)
  * Solved FTBFS on kfreebsd-i386, added build-dep on nasm. (Closes: #403029)
  * With 1.8.0 version, a buffer overflow bug was solved. (Closes: #384804)
  * Separated GTK version in another package. (Closes: #371239)
    - Created a gvba.1 man file.
    - Changed .menu file to this new package.
  * Added help2man, to always generate a updated vba man file. (Closes: #404837)

 -- Jose Carlos Medeiros <debian@psabs.com.br>  Tue, 29 May 2007 15:45:31 -0300

visualboyadvance (1.8.0-1) unstable; urgency=low

  * New upstream release
  * Bump Standards-Version: 3.7.2.
  * Added libcairomm-1.0-dev build-dependence.
  * Updated debian/watch file.
  * Created 06_old_2xSaImmx_asm.dpatch with old 2xSaImmx.asm file, because new
    file doesnt works.
  * Build depends on  g++-4.1 instead of g++, Policy Manual, sec 4.2.
  * Solved bug that remove previous screenshots. (Closes: #267645)

 -- Jose Carlos Medeiros <debian@psabs.com.br>  Wed,  6 Dec 2006 20:53:24 -0200

visualboyadvance (1.7.2-6) unstable; urgency=low

  * Changed C/C++ Optmization to 0 (-O0)., now VBA compiles with >= g++4.0. (closes: #334235)
  * Changed build-depends and rules to make VBA build with  >= g++4.0.
  * Added autotools-dev as build-dependence.
  * Removed unused debian/post{inst|rm} files.
  * Enable Console Output (-DBKPT_SUPPORT), added
    04_fix_gtk_with_DBKPT_SUPPORT patch. (closes: #260031)
  * Removed debian/compat and set DH_COMPAT var in debian/rules.
  * Updated to DH_COMPAT=5
  * Added Brazilian Portuguese po translation. Thanks to Jose Carlos Medeiros
    <jose@psabs.com.br>

 -- Jose Carlos Medeiros <debian@psabs.com.br>  Mon, 13 Mar 2006 18:17:00 -0300

visualboyadvance (1.7.2-5) unstable; urgency=low

  * Added Swedish po translation, thanks to Daniel Nylander
    <yeager@lidkoping.net>. (closes: #343223)
  * Added g++-3.3 as build-depends, and updated rules to compile with
    g++-3.3.(closes: #334235)

 -- Jose Carlos Medeiros <debian@psabs.com.br>  Fri,  3 Feb 2006 16:55:52 -0200

visualboyadvance (1.7.2-4.1) unstable; urgency=low

  * Non-maintainer upload.
  * Replace build-dependency on xlibs-dev with an explicit build-dependency
    on each required package. (Closes: #346989)

 -- Steinar H. Gunderson <sesse@debian.org>  Sat, 21 Jan 2006 13:18:31 +0100

visualboyadvance (1.7.2-4) unstable; urgency=low

  * New maintainer. (closes: #313135)
  * Added suport to GTK+ GUI front-end. (closes: #257316)
  * Correct download address in the copyright file and added debian/watch
    file.
  * Added debian/docs file.
  * Deleted README.Debian, this file has not important information.
  * Added menu, postinst, postrm and VisualBoyAdvance-32x32.xpm files in
    debian directory.
  * Updated all debian/rules file.

 -- Jose Carlos Medeiros <debian@psabs.com.br>  Tue, 11 Oct 2005 11:45:38 -0300

visualboyadvance (1.7.2-3) unstable; urgency=low

  * QA upload.
  * Added kfreebsd-i386 to the list of architectures that build-depend
    on nasm.

 -- Aurelien Jarno <aurel32@debian.org>  Sun,  9 Oct 2005 12:34:28 +0200

visualboyadvance (1.7.2-2) unstable; urgency=medium

  * Orphaning this package, but I'll clean up as much as I can now.
  * Define BKPT_SUPPORT to allow console output for debugging.
  * Do create ~/.vba if it doesn't exist. closes: #316109
  * Apply patch from Andreas Jochens to fix build on AMD64. closes: #300786
  * Correct the address of the FSF in the copyright file.

 -- Joshua Kwan <joshk@triplehelix.org>  Sun,  9 Oct 2005 01:41:35 -0700

visualboyadvance (1.7.2-1) unstable; urgency=low

  * New comaintainer (from upstream) Sébastien Guignot.
  * Joshua Kwan
    - Move into main. VBA is not just any old emulator, but also a powerful
      debugger.
    - Change description to suit.
    - Patch work:
      + 01_use_dot_dir: be like ZSNES and use a .vba dir to store all screen
        captures, save states and batteries
  * Sébastien Guignot
    - New upstream release 1.7.2.

 -- Joshua Kwan <joshk@triplehelix.org>  Thu,  1 Apr 2004 19:45:08 -0500

visualboyadvance (1.7.1-1) unstable; urgency=low

  * Initial release (closes: #172929)
  * Wrote a SGML manpage for VisualBoyAdvance binary.

 -- Joshua Kwan <joshk@triplehelix.org>  Tue, 17 Feb 2004 16:48:54 -0800