File: changelog

package info (click to toggle)
langdrill 0.3-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 568 kB
  • sloc: cpp: 1,377; makefile: 73
file content (291 lines) | stat: -rw-r--r-- 9,431 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
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
langdrill (0.3-8) unstable; urgency=medium

  * Team upload.
  * Drop unnecessary build-dependency libgnomeui-dev. (Closes: #885761)
  * Switch to compat level 11.
  * wrap-and-sort -sa.
  * Drop obsolete menu file. (Closes: #726809)
  * Use canonical VCS address.
  * Declare compliance with Debian Policy 4.1.3.
  * Switch to source format 3.0 (quilt).
  * Simplify debian/rules by using dh sequencer.
  * Remove dirs file.
  * Add enable-debug-symbols.patch and build with debug symbols.
  * Link only against needed libraries.

 -- Markus Koschany <apo@debian.org>  Fri, 19 Jan 2018 09:51:28 +0100

langdrill (0.3-7) unstable; urgency=low

  [ Ansgar Burchardt ]
  * debian/menu:
    + Set section to Applications/Education instead of Games/Puzzles
  * debian/control:
    + Change section to text instead of games
    + Depend on debhelper (>= 5.0)
  * debian/rules:
    + Don't ignore `make clean' errors

  [ Eddy Petrișor ]
  * add missing Vcs-Svn headers

  [ Barry deFreese ]
  * Add myself to uploaders.
  * Acknowledge NMUs.
  * Add empty watch file to make lintian happy.
  * Bump Standards Version to 3.8.1. (No changes needed).

 -- Barry deFreese <bdefreese@debian.org>  Wed, 18 Mar 2009 16:22:06 -0400

langdrill (0.3-6.1) unstable; urgency=low

  * Non-maintainer upload.
  * Apply patch 010_min_max.diff fixing build with GCC 4.2 (closes: #385521).

 -- Mark Brown <broonie@debian.org>  Sun, 02 Sep 2007 11:58:22 +0100

langdrill (0.3-6) unstable; urgency=low

  * Moved packaging to the Debian Games Team.
  * Use quilt for patch management.
  * debian/control:
    + Set policy to 3.7.2.
    + Build-depend on quilt.
    + Set section to games instead of gnome.

  * debian/patches/000_pkg_config.diff:
    + New patch courtesy of Matt Kraai -- use pkg-config to find the cairo.h
      include path (Closes: #355991).

  * debian/patches/010_cxx_standard.diff:
    + New patch from old diff.gz -- compilation fix for newer g++.

  * debian/patches/010_vdk_updates.diff:
    + New patch from old diff.gz -- compilation fix for newer VDK versions.

  * debian/patches/020_documentation.diff:
    + New patch from old diff.gz -- minor documentation fixes.

  * debian/patches/030_french_utf8.diff:
    + New patch from old diff.gz -- convert the French drill to UTF-8.

  * debian/patches/030_japanese.diff:
    + New patch from old diff.gz -- Japanese improvements.

  * debian/patches/030_swedish.diff:
    + New patch from old diff.gz -- user-contributed Swedish drill.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Wed, 17 May 2006 01:33:21 +0200

langdrill (0.3-5) unstable; urgency=low

  * Rebuild for the C++ transition.
  * debian/control:
    + Set policy to 3.6.2.1.
    + Build-depend on libvdk2-dev (>= 2.4.0-3).
    + Fixed grammar in the long description.
  * debian/rules:
    + Use dh_installman instead of dh_installmanpages.
  * debian/copyright:
    + Fixed old FSF address.
    + Added proper copyright holders.
  * src/main.hh src/config.cc src/config.hh:
    + Fixed use of deprecated C++ headers.
  * src/main.cc:
    + Fixed event handling in the simple quizz panel (Closes: #310765).

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Mon, 31 Oct 2005 23:50:59 +0100

langdrill (0.3-4) unstable; urgency=low

  * Rebuilt with most recent VDK2.
  * Converted all drill files to UTF-8.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Thu, 21 Oct 2004 15:51:36 +0200

langdrill (0.3-3) unstable; urgency=low

  * debian/control:
    + Set policy to 3.6.1.1.
  * src/main.cc:
    + Ported langdrill to the newest vdk2 API (Closes: #264701).

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Tue, 10 Aug 2004 20:35:11 +0200

langdrill (0.3-2) unstable; urgency=low

  * debian/control:
    + Fixed the long description: Japanese support is no longer minor.
    + Set policy to 3.6.1.0.
  * src/*.drill:
    + User-contributed Swedish drill.
    + Minor fixes to the Japanese drill.
  * README:
    + Updated the homepage address (Closes: #245857).

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Tue,  1 Jun 2004 21:21:27 -0300

langdrill (0.3-1) unstable; urgency=low

  * No longer a native Debian package. I'm fed up with full source uploads
    when only minor changes are done to the package.
  * Rebuilt with libvdk2 2.0.3-3.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Thu,  7 Aug 2003 15:50:38 +0200

langdrill (0.2.1-11) unstable; urgency=low

  * Rebuilt against libvdk2-2 so that numentries work again.
  * debian/control:
    + Set policy to 3.6.0. No changes required.
    + Updated libvdk2-dev build-dependency to (>= 2.0.3-2).
    + Updated debhelper build-dependency to (>= 4.0) because of debian/compat.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Tue, 29 Jul 2003 15:24:27 +0200

langdrill (0.2.1-10) unstable; urgency=low

  * debian/control:
    + Changed the libgnome2-dev build dependency to libgnomeui-dev (>= 2.0) so
      that we can use the Gtk headers as well.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Sun, 15 Jun 2003 15:27:28 +0200

langdrill (0.2.1-9) unstable; urgency=low

  * debian/control:
    + Set policy to 3.5.10.
    + Set section to gnome.
  * debian/copyright:
    + Added the "On Debian systems, the GPL is in ..." blurb.
  * Removed debian/postinst, debian/postrm and debian/prerm because debhelper
    kindly does all the hard job for us.
  * Changes to the appearance:
    + Ported to GTK 2 and VDK 2.
    + Converted internal strings to UTF-8 so that weird locale settings are no
      longer needed to display Japanese since Pango properly handles UTF-8 for
      us. This will allow new languages to be easily added (Closes: #167204).
    + Swapped the word list and the lesson list.
  * Changes to the data path handling:
    + Changed data dir from /usr/share/vdk/langdrill to /usr/share/langdrill.
    + The load dialog directly starts in /usr/share/langdrill.
    + Do not change the working directory.
  * Fixed the spelling for "quizzes".
  * Added a small French drill file.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Tue, 10 Jun 2003 18:17:56 +0200

langdrill (0.2.1-8) unstable; urgency=low

  * New maintainer (Closes: #88244).
  * Rebuilt on an up-to-date sid (Closes: #186631).

 -- Samuel Hocevar <sam@zoy.org>  Wed, 23 Apr 2003 05:21:58 +0200

langdrill (0.2.1-7) unstable; urgency=low

  * A fucked-up upload.

 -- Samuel Hocevar <sam@zoy.org>  Sat, 19 Apr 2003 18:05:07 +0200

langdrill (0.2.1-6) unstable; urgency=low

  * QA upload.
  * Change 'include' to '#include' in default /etc/langdrill.rc
    (closes: #129919).

 -- Colin Watson <cjwatson@debian.org>  Thu, 18 Apr 2002 01:10:48 +0100

langdrill (0.2.1-5) unstable; urgency=low

  * Set maintainer address to QA group.
  * fix spelling error in description (closes: #124858)
  * fix typos in default.drill, pathch thanks to
    Christian Ohm <chr.ohm@gmx.net> (closes: #129921)
  * fix build on current gnome-dev

 -- David Kimdon <dwhedon@debian.org>  Mon,  4 Feb 2002 01:25:06 -0800

langdrill (0.2.1-4) unstable; urgency=low

  * NMU
  * Simple recompile to fix bug #93081
  * Minor lintian fixes

 -- David Starner <dstarner98@aasaa.ofe.org>  Fri, 24 Aug 2001 21:05:00 -0500

langdrill (0.2.1-3) unstable; urgency=low

  * compiled with vdk 1.0.1 
  * moved to /usr/share/doc
  * set /etc/langdrill.rc as a conffile 

 -- Ionutz Borcoman <borco@borco-ei.eng.hokudai.ac.jp>  Wed,  6 Oct 1999 00:16:20 +0900

langdrill (0.2.1-2) unstable; urgency=low

  * Recompiled with vdk 0.6.3.

 -- Ionutz Borcoman <borco@borco-ei.eng.hokudai.ac.jp>  Fri, 12 Mar 1999 19:45:00 +0900

langdrill (0.2.1-1) unstable; urgency=low

  * New upstream release (minor changes).
  * Recompiled with vdk 0.6.1.

 -- Ionutz Borcoman <borco@borco-ei.eng.hokudai.ac.jp>  Fri, 12 Mar 1999 19:45:00 +0900

langdrill (0.2.0-3) unstable; urgency=low

  * Corrected bug with Text widget.

 -- Ionutz Borcoman <borco@borco-ei.eng.hokudai.ac.jp>  Fri, 12 Mar 1999 19:45:00 +0900

langdrill (0.2.0-2) unstable; urgency=low

  * Updated the default.drill and the langdrill.rc files.

 -- Ionutz Borcoman <borco@borco-ei.eng.hokudai.ac.jp>  Fri, 12 Mar 1999 19:45:00 +0900

langdrill (0.2.0-1) unstable; urgency=low

  * Compiled with gtk 1.2 and vdk 0.6.

 -- Ionutz Borcoman <borco@borco-ei.eng.hokudai.ac.jp>  Fri, 12 Mar 1999 19:45:00 +0900

langdrill (0.2.0) unstable; urgency=low

  * New release. Some bugfixes. Added support for skkinput and kinput2.

 -- Ionutz Borcoman <borco@borco-ei.eng.hokudai.ac.jp>  Tue, 26 Jan 1999 19:45:00 +0900

langdrill (0.1.9) unstable; urgency=low

  * This is just to correct my own errors in working with my cvs.

 -- Ionutz Borcoman <borco@borco-ei.eng.hokudai.ac.jp>  Sun, 18 Jan 1999 06:35:26 +0900

langdrill (0.1.8) unstable; urgency=low

  * Improved timer page.

 -- Ionutz Borcoman <borco@borco-ei.eng.hokudai.ac.jp>  Sun, 18 Jan 1999 06:30:26 +0900
 
langdrill (0.1.7) unstable; urgency=low

  * Added timer page.

 -- Ionutz Borcoman <borco@borco-ei.eng.hokudai.ac.jp>  Sun, 17 Jan 1999 06:30:26 +0900

langdrill (0.1.6) unstable; urgency=low

  * New improved version of langdrill. Compiled with gtk 1.1.12 and unreleased VDK 0.5.0.

 -- Ionutz Borcoman <borco@borco-ei.eng.hokudai.ac.jp>  Fri, 8 Jan 1999 06:30:26 +0900

langdrill (0.1.5) unstable; urgency=low

  * Initial Release.

 -- Ionutz Borcoman <borco@borco-ei.eng.hokudai.ac.jp>  Tue, 15 Dec 1998 14:55:00 +0900