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
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
|
kdbg-trinity (2.2.2-1) squeeze; urgency=low
* Initial Release for TDE
-- Slávek Banko <slavek.banko@axis.cz> Wed, 03 Jul 2013 01:55:45 +0200
kdbg (2.2.1-2) unstable; urgency=low
* Redone again relibtoolization making sure it uses latest automake.
(Closes: #577679)
-- Ana Beatriz Guerrero Lopez <ana@debian.org> Wed, 21 Apr 2010 04:31:55 +0200
kdbg (2.2.1-1) unstable; urgency=low
* New upstream release.
* Redone libtoolization.
* Remove patch 03_fix_ftbfs, merged upstream.
* Update Standards-Version to 3.8.4, no changes required.
* Add ${misc:Depends} to Depends:
-- Ana Beatriz Guerrero Lopez <ana@debian.org> Sat, 10 Apr 2010 18:39:35 +0200
kdbg (2.2.0-2) unstable; urgency=low
* Add patch taken from upstrem to fix FTBFS with newer glibc 2.10 and gcc 4.4.
(Closes: #552582)
* Minor updates in the copyright file.
-- Ana Beatriz Guerrero Lopez <ana@debian.org> Thu, 19 Nov 2009 23:06:37 +0100
kdbg (2.2.0-1) unstable; urgency=low
* New upstream release.
* Redone libtoolization.
* Update Standards-Version to 3.8.3, no changes required.
-- Ana Beatriz Guerrero Lopez <ana@debian.org> Sun, 20 Sep 2009 20:41:52 +0200
kdbg (2.1.1-1) unstable; urgency=low
* New upstream release:
- Do not crash when clicking on "delete" button if not program is loaded.
(Closes: #467243)
* Redo patches: 02_libtool_update.diff and buildprep.
* Update upstream's email in copyright file.
* Update copyright years.
* Update Section in doc-base.
-- Ana Beatriz Guerrero Lopez <ana@debian.org> Mon, 29 Dec 2008 13:24:32 +0100
kdbg (2.1.0-2) unstable; urgency=low
* Remove unnecesary build dependency on libqt3-compat-headers.
(Closes: #464057)
-- Ana Beatriz Guerrero Lopez <ana@debian.org> Thu, 07 Feb 2008 11:10:15 +0100
kdbg (2.1.0-1) unstable; urgency=low
* New upstream release.
* Update Standards-Version to 3.7.3.
* Move homepage into control field.
* Update menu file to new policy.
-- Ana Beatriz Guerrero Lopez <ana@debian.org> Wed, 26 Dec 2007 04:52:24 +0100
kdbg (2.0.5-2) unstable; urgency=low
* Rewrite debian/rules. Now it can be built twice in a row.
(Closes: #424429)
* Dangling symlinks are not longer created. (Closes: #186169)
* Redone relibtoolization. (Closes: #418563).
-- Ana Beatriz Guerrero Lopez <ana@debian.org> Wed, 30 May 2007 01:13:37 +0100
kdbg (2.0.5-1) unstable; urgency=low
* New upstream release.
-- Ana Beatriz Guerrero Lopez <ana@debian.org> Tue, 19 Dec 2006 02:15:51 +0100
kdbg (2.0.4-3) unstable; urgency=low
* Bumped compat to 5.
* Added space to homepage pseudo header.
-- Ana Beatriz Guerrero Lopez <ana@debian.org> Sat, 28 Oct 2006 03:57:29 +0200
kdbg (2.0.4-2) unstable; urgency=medium
* Dropping re-libtoolizing at build time, instead updating libtool
with a patch. (Closes: #379811).
-- Ana Beatriz Guerrero Lopez <ana@ekaia.org> Sat, 29 Jul 2006 14:19:18 +0200
kdbg (2.0.4-1) unstable; urgency=low
* New upstream release.
* Bumped standards-version to 3.7.2, no changes required.
* Debugger window comes to the foreground and receives the focus, after a
breakpoint. (Closes: #171845)
* Added support for QString in Qt4's debug libraries. (Closes: #354373)
* Added copyright of the debian packaging.
* Changed kdbg webpage.
-- Ana Beatriz Guerrero Lopez <ana@ekaia.org> Sat, 3 Jun 2006 13:17:46 +0200
kdbg (2.0.3-3) unstable; urgency=low
* Dropping patches, re-libtoolizing at build time.
-- Ana Beatriz Guerrero Lopez <ana@ekaia.org> Tue, 21 Feb 2006 12:43:49 +0100
kdbg (2.0.3-2) unstable; urgency=low
* Added patch: 04_am_maintainer_mode.diff, the patch adds AM_MAINTAINER_MODE to
configure.in (Closes: #349988).
-- Ana Beatriz Guerrero Lopez <ana@ekaia.org> Thu, 2 Feb 2006 02:08:56 +0100
kdbg (2.0.3-1) unstable; urgency=low
* New upstream release.
* Added patch: 10_update_libtool.diff, now the package doesn't depend from
libfreetype6 and other spurious libraries.
-- Ana Beatriz Guerrero Lopez <ana@ekaia.org> Tue, 24 Jan 2006 23:12:03 +0100
kdbg (2.0.2-1) unstable; urgency=low
* New upstream release. (Closes: #342096).
* New maintainer's email address.
* debian/rules: moved debhelper compatibility level setting to
'debian/compat'.
-- Ana Beatriz Guerrero Lopez <ana@ekaia.org> Tue, 6 Dec 2005 19:07:51 +0100
kdbg (2.0.0-1) unstable; urgency=low
* Adopted by Ana Beatriz Guerrero Lopez <anja_isbilia@yahoo.es>.
(Closes: #315336).
* New upstream release.
* Bumped standards-version to 3.6.2.
-- Ana Beatriz Guerrero Lopez <anja_isbilia@yahoo.es> Tue, 30 Aug 2005 19:03:50 +0000
kdbg (1.9.7-2) unstable; urgency=low
* Updated config.{sub,guess} for compilation on GNU/k*BSD (closes: #305839).
-- Ben Burton <bab@debian.org> Wed, 27 Apr 2005 08:11:57 +1000
kdbg (1.9.7-1) unstable; urgency=low
* New upstream release.
* Suggests kxsldbg, since kdbg can now interact with xsldbg for debugging
XSLT scripts.
* Patched kdbg/doc/en/Makefile.am to install newer parts of the manual
that weren't installed by default. Using AM_MAINTAINER_MODE to
facilitate this.
-- Ben Burton <bab@debian.org> Sat, 26 Mar 2005 00:24:40 +1100
kdbg (1.2.10-3) unstable; urgency=low
* Converted all PO-files to UTF-8 so that all characters are properly
displayed (closes: #291317).
-- Ben Burton <bab@debian.org> Tue, 8 Feb 2005 18:52:34 +1100
kdbg (1.2.10-2) unstable; urgency=low
* Updated debian/copyright, including more explicit copyright information
and additional author credits.
* Minor aesthetic update to short package description.
-- Ben Burton <bab@debian.org> Wed, 26 Jan 2005 12:44:28 +1100
kdbg (1.2.10-1) unstable; urgency=low
* New upstream bugfix release.
-- Ben Burton <bab@debian.org> Sun, 20 Jun 2004 19:04:02 +1000
kdbg (1.2.9-3) unstable; urgency=low
* Patched gdb output parsing so that kdbg loads executables without
errors when using newer versions of gdb (closes: #247459).
* Quoted more fields in debian/menu.
-- Ben Burton <bab@debian.org> Sat, 8 May 2004 13:00:12 +1000
kdbg (1.2.9-2) unstable; urgency=low
* Built against new libXrender.
* Bumped standards-version to 3.6.1.
-- Ben Burton <bab@debian.org> Fri, 2 Jan 2004 18:13:07 +1100
kdbg (1.2.9-1) unstable; urgency=low
* New upstream release.
* Tighter fix for the security issue regarding debugger commands previously
addressed in kdbg 1.2.8-1 (CAN-2003-0644). Specifically, kdbg now tests
for .kdbgrc file ownership. Thanks to Matt Zimmerman for his help in this
matter.
-- Ben Burton <bab@debian.org> Tue, 9 Sep 2003 16:16:07 +1000
kdbg (1.2.8-3) unstable; urgency=low
* Using high colour pixmap for the debian menu entry.
-- Ben Burton <bab@debian.org> Wed, 27 Aug 2003 20:04:25 +1000
kdbg (1.2.8-2) unstable; urgency=low
* Russian translations changed from kio8-r to UTF-8, thanks to Alexander
Kogan for the patch (closes: #137203).
-- Ben Burton <bab@debian.org> Tue, 22 Jul 2003 21:34:49 +1000
kdbg (1.2.8-1) unstable; urgency=low
* New upstream release.
* Security update. Fixes the security flaw regarding the program
specific debugger command, which can lead to a potential exploit
when debugging programs in world-writable directories such as /tmp.
* Split menu title into title and longtitle.
* Minor man page cleanup.
* Bumped standards-version to 3.6.0.
-- Ben Burton <bab@debian.org> Sat, 19 Jul 2003 11:32:12 +1000
kdbg (1.2.7-2) unstable; urgency=low
* Fresh copy of debianrules for new Qt dirs (closes: #185085).
* Build-depends on libqt3-compat-headers.
* Removed alpha compile flags.
-- Ben Burton <bab@debian.org> Mon, 17 Mar 2003 13:38:07 +1100
kdbg (1.2.7-1) unstable; urgency=low
* New upstream release.
* First KDE3 upload to debian!
-- Ben Burton <bab@debian.org> Sun, 2 Feb 2003 11:19:37 +1100
kdbg (1.2.6-3) unstable; urgency=low
* New maintainer email address.
* Bumped standards-version to 3.5.8.
-- Ben Burton <bab@debian.org> Sun, 1 Dec 2002 15:29:49 +1100
kdbg (1.2.6-2) unstable; urgency=low
* Built with g++-3.2.
-- Ben Burton <benb@acm.org> Tue, 5 Nov 2002 20:09:30 +1100
kdbg (1.2.6-1) unstable; urgency=low
* New upstream release.
-- Ben Burton <benb@acm.org> Mon, 14 Oct 2002 08:06:01 +1000
kdbg (1.2.5-3) unstable; urgency=low
* Fixed doc-base link.
-- Ben Burton <benb@acm.org> Fri, 30 Aug 2002 17:20:28 +1000
kdbg (1.2.5-2) unstable; urgency=low
* Rebuilt for KDE3.
-- Ben Burton <benb@acm.org> Fri, 30 Aug 2002 08:28:58 +1000
kdbg (1.2.5-1) unstable; urgency=low
* New upstream release.
-- Ben Burton <benb@acm.org> Wed, 10 Apr 2002 14:05:38 +1000
kdbg (1.2.4-2) unstable; urgency=low
* Fixed KCmdLineArgs initialisation (closes: Bug#129681).
-- Ben Burton <benb@acm.org> Sun, 17 Feb 2002 19:32:01 +1100
kdbg (1.2.4-1) unstable; urgency=low
* New upstream release.
-- Ben Burton <benb@acm.org> Tue, 29 Jan 2002 16:17:45 +1100
kdbg (1.2.3-1) unstable; urgency=low
* New upstream release.
-- Ben Burton <benb@acm.org> Thu, 20 Dec 2001 20:59:34 +1000
kdbg (1.2.2-6) unstable; urgency=low
* Added "Debuggers" hint to debian menu entry (closes: Bug#121011).
-- Ben Burton <benb@acm.org> Sat, 24 Nov 2001 19:04:06 -0600
kdbg (1.2.2-5) unstable; urgency=low
* Changed /usr/share/doc/kdbg/html to link to the english docs instead of
the default language docs; this avoids installation breakage on systems
with untranslated default languages.
-- Ben Burton <benb@acm.org> Thu, 22 Nov 2001 14:00:49 -0600
kdbg (1.2.2-4) unstable; urgency=low
* Updated config.sub and config.guess (closes: Bug#120260).
-- Ben Burton <benb@acm.org> Tue, 20 Nov 2001 01:15:36 -0600
kdbg (1.2.2-3) unstable; urgency=low
* No longer uses automake.
-- Ben Burton <benb@acm.org> Tue, 23 Oct 2001 10:42:24 -0500
kdbg (1.2.2-2) unstable; urgency=low
* Updated parameters for alpha build.
-- Ben Burton <benb@acm.org> Sun, 23 Sep 2001 23:07:01 -0500
kdbg (1.2.2-1) unstable; urgency=low
* New upstream release.
-- Ben Burton <benb@acm.org> Sun, 19 Aug 2001 15:16:44 -0500
kdbg (1.2.1-4) unstable; urgency=low
* Fixed gcc 3.0 compile errors and added libtoolize/aclocal calls
to debian/rules (closes: Bug#108121).
* Cleaned up debian/rules.
-- Ben Burton <benb@acm.org> Thu, 9 Aug 2001 12:00:54 +1000
kdbg (1.2.1-3) unstable; urgency=low
* Builds on alpha.
* Upped standards-version to 3.5.6.
-- Ben Burton <benb@acm.org> Sat, 4 Aug 2001 00:32:46 +1000
kdbg (1.2.1-2) unstable; urgency=low
* Removed redundancies from build-depends.
* Cosmetic changes in debian/.
-- Ben Burton <benb@acm.org> Mon, 21 May 2001 10:48:13 -0500
kdbg (1.2.1-1) unstable; urgency=low
* New upstream release.
* Fleshed out man page.
* Added automake to debian/rules configuration and removed differences
from Makefile.in files from the debian sources.
-- Ben Burton <benb@acm.org> Tue, 1 May 2001 03:00:06 -0500
kdbg (1.2.0-6) unstable; urgency=low
* Updated debian/rules to DH_COMPAT=3.
* Build-Depends: required version (>> 3.0.0) of debhelper.
* Updated Standards-Version to 3.5.2.
* Added kderemove="1" to the debian menu item.
* Miscellaneous tidying in debian/.
-- Ben Burton <benb@acm.org> Thu, 26 Apr 2001 12:47:52 -0500
kdbg (1.2.0-5) unstable; urgency=low
* Fetched a newer config.sub to allow building on ARM systems
(closes: Bug#90671).
-- Ben Burton <benb@acm.org> Sun, 25 Mar 2001 16:26:40 -0600
kdbg (1.2.0-4) unstable; urgency=low
* Rebuilt for new libqt2 libraries.
* Added KDbg icon to /usr/share/pixmaps and to the Debian menu item.
-- Ben Burton <benb@acm.org> Tue, 6 Mar 2001 07:49:40 -0600
kdbg (1.2.0-3) unstable; urgency=low
* Build-Depends: Replaced kdelibs3-dev with kdelibs-dev.
-- Ben Burton <benb@acm.org> Thu, 22 Feb 2001 12:12:25 -0600
kdbg (1.2.0-2) unstable; urgency=low
* Adopted by Ben Burton <benb@acm.org> (closes: Bug#84529).
* Added a (fairly uninformative) man page.
* Upgraded to Standards-Version: 3.2.1.
* Upgraded debian/rules to DH_COMPAT=2.
* Retitled the KDbg menu item to include the name KDbg.
* Added a link to the KDbg User's Manual in /usr/share/doc/kdbg.
* Miscellaneous cleanups in debian.
-- Ben Burton <benb@acm.org> Sat, 17 Feb 2001 11:05:10 -0600
kdbg (1.2.0-1) unstable; urgency=low
* New upstream release.
* Upload sponsored by Bradley Bell <btb@debian.org>
-- Mariusz Przygodzki <dune@home.pl> Mon, 25 Dec 2000 15:51:26 +0100
kdbg (1.1.7-beta1-1) unstable; urgency=low
* Initial Release. Closes: #75161
* Added kdbg.desktop
* Upload sponsored by Bradley Bell <btb@debian.org>
-- Mariusz Przygodzki <dune@home.pl> Wed, 6 Dec 2000 22:38:22 +0100
Local variables:
mode: debian-changelog
End:
|