summaryrefslogtreecommitdiffstats
path: root/debian/lenny/tdegames/debian/changelog
blob: 2b3abf9319205ae10c3d2ee907abd3a5d5799162 (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
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
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
tdegames-trinity (4:3.5.10-0ubuntu3) karmic; urgency=low

  * Karmic rebuild

 -- Timothy Pearson <kb9vqf@pearsoncomputing.net>  Thu, 02 July 2009 16:08:00 -0600

tdegames-trinity (4:3.5.10-0ubuntu1~intrepid3) intrepid; urgency=low

  * Moved Trinity to /opt/trinity
  * Integrated properly with KDE4.2+

 -- Timothy Pearson <kb9vqf@pearsoncomputing.net>  Wed, 28 Feb 2009 16:19:00 -0600

tdegames-trinity (4:3.5.10-0ubuntu1~intrepid2) intrepid; urgency=low

  * SVN import

 -- Timothy Pearson <kb9vqf@pearsoncomputing.net>  Tue, 26 Sep 2008 20:33:00 -0600

tdegames (4:3.5.10-0ubuntu1~hardy1) hardy-backports; urgency=low

  * New upstream bugfix release (LP: #261366)
    - Bump version of tdelibs4-dev build dep to 3.5.10
    - Drop 11_include_tdeapplication.diff - applied upstream 

 -- Scott Kitterman <scott@kitterman.com>  Tue, 26 Aug 2008 00:42:38 -0400

tdegames (4:3.5.9-0ubuntu1) hardy; urgency=low

  * New upstream release

 -- Jonathan Riddell <jriddell@ubuntu.com>  Thu, 14 Feb 2008 12:27:06 +0000

tdegames (4:3.5.8-1ubuntu3) hardy; urgency=low

  * Remove clean: rule, redundant since we do not use tar inside .orig.tar

 -- Jonathan Riddell <jriddell@ubuntu.com>  Thu, 15 Nov 2007 19:19:49 +0000

tdegames (4:3.5.8-1ubuntu2) hardy; urgency=low

  * Run buildprep before upload

 -- Jonathan Riddell <jriddell@ubuntu.com>  Thu, 15 Nov 2007 10:25:56 +0000

tdegames (4:3.5.8-1ubuntu1) hardy; urgency=low

  * Merge with Debian, remaining changes:
   - not DEB_KDE_CVS_MAKE
   - remove from rules clean:: rm -f patches and .tar.bz2
   - don't build-dep on automake1.9
   - remove stamp-libtool rules (3 of them) from debian/rules

 -- Jonathan Riddell <jriddell@ubuntu.com>  Wed, 14 Nov 2007 17:25:41 +0000

tdegames (4:3.5.8-1) unstable; urgency=low

  * New upstream release.
  * Implement use of uploades.mk and update uploaders.

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Sun, 14 Oct 2007 17:35:09 +0200

tdegames (4:3.5.7-2) unstable; urgency=low

  * Add patch to include tdeapplication.h in katomic. Fixes build failure on
    alpha. Thanks to Steve Langasek for the fix.

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Mon, 22 Jan 2007 05:59:42 +0100

tdegames (4:3.5.8-0ubuntu1) gutsy; urgency=low

  * New upstream release

 -- Jonathan Riddell <jriddell@ubuntu.com>  Tue, 09 Oct 2007 11:41:24 +0100

tdegames (4:3.5.7-1ubuntu2) gutsy; urgency=low

  * Fix build failures with g++-4.3. LP: #138593.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 13 Sep 2007 00:43:42 +0000

tdegames (4:3.5.7-1ubuntu1) gutsy; urgency=low

  [ Sarah Hobbs ]
  * Merge with Debian for new upstream version, remaining
    changes in KUBUNTU-DEBIAN-DIFFERENCES
  * Closes bug 
    https://bugs.launchpad.net/ubuntu/+source/tdegames/+bug/70264
    "knetwalk does not have a .desktop file"
  * Add Suggests: khelpcenter to tdegames.  Closes bug #115523

  [ Jonathan Riddell ]
  * Build-dep on tdelibs 3.5.7

 -- Sarah Hobbs <hobbsee@ubuntu.com>  Tue, 22 May 2007 11:07:00 +1000

tdegames (4:3.5.7-1) unstable; urgency=low

  * New upstream release.
  * Switch away from tarball.mk.
  * Install knetwalk desktop file.
  * Remember the dots in my changelog entry.

 -- Sune Vuorela <debian@pusling.com>  Tue, 15 May 2007 12:40:00 +0200

tdegames (4:3.5.6-2ubuntu2) gutsy; urgency=low

  * Remove stamp libtool rules from debian/rules, fixes compile

 -- Jonathan Riddell <jriddell@ubuntu.com>  Wed, 02 May 2007 17:13:48 +0100

tdegames (4:3.5.6-2ubuntu1) gutsy; urgency=low

  * Merge with Debian

 -- Jonathan Riddell <jriddell@ubuntu.com>  Mon, 30 Apr 2007 20:32:54 +0100

tdegames (4:3.5.6-2) unstable; urgency=low

  * Upload to unstable after Etch release.

 -- Ana Beatriz Guerrero Lopez <ana@debian.org>  Thu, 19 Apr 2007 13:03:44 +0200

tdegames (4:3.5.6-1) experimental; urgency=low

  [ Daniel Schepler ]
  * Fix override disparity in debian/control.

  [ Josh Metzler ]
  * Add 10_fix_highscores_display.diff to read the correct high scores config
    key and copy over high scores from the old config key if it exists and the
    new one doesn't. Closes: #396563.
  * Make tdegames-dbg depend on tdelibs-dbg to get useful backtraces when
    debugging. 
    
  [Ana Beatriz Guerrero Lopez]
  * Add myself to Uploaders.
  * Upload to experimental.

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Mon, 22 Jan 2007 05:59:42 +0100

tdegames (4:3.5.6-0ubuntu2) feisty; urgency=low

  * Re-run buildprep to fix build failure

 -- Jonathan Riddell <jriddell@ubuntu.com>  Tue, 13 Mar 2007 00:20:14 +0000

tdegames (4:3.5.6-0ubuntu1) feisty; urgency=low

  * New upstream release

 -- Jonathan Riddell <jriddell@ubuntu.com>  Wed, 17 Jan 2007 11:22:30 +0000

tdegames (4:3.5.5-1ubuntu2) feisty; urgency=low

  * rebuild with --enable-gcc-hidden-visibility

 -- Jonathan Riddell <jriddell@ubuntu.com>  Thu, 16 Nov 2006 19:39:16 +0000

tdegames (4:3.5.5-1ubuntu1) feisty; urgency=low

  * Merge with Debian

 -- Jonathan Riddell <jriddell@ubuntu.com>  Wed, 15 Nov 2006 23:07:26 +0000

tdegames (4:3.5.5-1) unstable; urgency=low

  * New upstream release.

 -- Daniel Schepler <schepler@debian.org>  Sun,  8 Oct 2006 10:34:10 +0200

tdegames (4:3.5.4-2) unstable; urgency=low

  * KDE_3_5_BRANCH update (up to r577498).

  +++ Changes by Christopher Martin:

  * Packaging sync with the rest of the team KDE packages. Update
    package descriptions, sync debian-qt-kde.mk and other CDBS
    stuff (should help building on slow architectures).

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Sat, 26 Aug 2006 17:00:43 -0400

tdegames (4:3.5.4-1) unstable; urgency=low

  * New upstream release.
    + Fixes detection of autoconf version 2.60.  Closes: #379816.
  * Bump standards version to 3.7.2 (no changes needed).

 -- Daniel Schepler <schepler@debian.org>  Sat, 29 Jul 2006 07:01:47 -0400

tdegames (4:3.5.5-0ubuntu1) edgy; urgency=low

  * New upstream release

 -- Jonathan Riddell <jriddell@ubuntu.com>  Tue,  3 Oct 2006 10:56:05 +0000

tdegames (4:3.5.4-0ubuntu4) edgy; urgency=low

  * Rebuild with latest cdbs to add gettext domain to .desktop files for
    langpacks-desktopfiles-kde, no source changes

 -- Jonathan Riddell <jriddell@ubuntu.com>  Tue,  5 Sep 2006 22:53:12 +0000

tdegames (4:3.5.4-0ubuntu3) edgy; urgency=low

  * Build-dep on tdelibs 0ubuntu8, fixes fail to build

 -- Jonathan Riddell <jriddell@ubuntu.com>  Wed, 30 Aug 2006 16:19:15 +0000

tdegames (4:3.5.4-0ubuntu2) edgy; urgency=low

  * Rebuild against dbus 0.90

 -- Sebastian Dröge <slomo@ubuntu.com>  Thu, 24 Aug 2006 17:54:20 +0200

tdegames (4:3.5.4-0ubuntu1) edgy; urgency=low

  * New upstream release

 -- Jonathan Riddell <jriddell@ubuntu.com>  Tue, 25 Jul 2006 10:12:18 +0000

tdegames (4:3.5.3-0ubuntu1) edgy; urgency=low

  * New upstream Release
  * Sync with Debian

 -- Jonathan Riddell <jriddell@ubuntu.com>  Tue,  4 Jul 2006 10:45:54 +0000

tdegames (4:3.5.2-1) unstable; urgency=low

  * New upstream release.

 -- Daniel Schepler <schepler@debian.org>  Wed,  5 Apr 2006 10:07:11 +0200

tdegames (4:3.5.1-1) unstable; urgency=low

  * New upstream version.
  * New package: tdegames-dbg, to make debugging symbols available.
  * Make new kmahjongg docs available to doc-base.
  * Update kmahjongg man page to point to new docs.
  * Distribute _kbattleship._tcp now that tdelibs is avahi-enabled.

 -- Daniel Schepler <schepler@debian.org>  Sun,  5 Feb 2006 01:31:20 +0100

tdegames (4:3.5.0-3) unstable; urgency=low

  * Upload to unstable.
  * Update to SVN branches/KDE/3.5, up to revision 496050.
  * Tighten versioning of Build-Depends on tdelibs4-dev.

 -- Daniel Schepler <schepler@debian.org>  Mon,  9 Jan 2006 23:00:32 +0100

tdegames (4:3.5.0-2) experimental; urgency=low

  * Upload to experimental.
  * Bump debian/compat to 5.
    + Remove long-obsolete entries from *.install.

 -- Daniel Schepler <schepler@debian.org>  Tue, 20 Dec 2005 10:11:14 +0100

tdegames (4:3.5.0-1) alioth; urgency=low

  * New upstream release.
  * New package: knetwalk.
  * Regenerate all the Debian menu icons since the icons were improved
    upstream.

 -- Daniel Schepler <schepler@debian.org>  Thu,  8 Dec 2005 16:49:13 +0100

tdegames (4:3.4.3-2) unstable; urgency=low

  * Upload to unstable.
  * Apply updates from the SVN 3.4 branch.
    + Fixes a FTBFS with newer versions of g++-4.0.  Closes: #339882.

 -- Daniel Schepler <schepler@debian.org>  Thu,  1 Dec 2005 13:29:15 +0100

tdegames (4:3.5.2-0ubuntu3) dapper; urgency=low

  * debian/cdbs/kde.mk:
    - added dh_iconcache.

 -- Daniel Holbach <daniel.holbach@ubuntu.com>  Sun, 21 May 2006 16:29:24 +0200

tdegames (4:3.5.2-0ubuntu2) dapper; urgency=low

  * Edit debian/cdbs/kde.mk to mark .po files as UTF-8

 -- Jonathan Riddell <jriddell@ubuntu.com>  Fri, 21 Apr 2006 19:14:29 +0100

tdegames (4:3.5.2-0ubuntu1) dapper; urgency=low

  * New upstream release

 -- Jonathan Riddell <jriddell@ubuntu.com>  Mon, 20 Mar 2006 12:06:30 +0000

tdegames (4:3.5.1-0ubuntu1) dapper; urgency=low

  * New upstream release

 -- Jonathan Riddell <jriddell@ubuntu.com>  Mon, 23 Jan 2006 14:26:06 +0000

tdegames (4:3.5.0-0ubuntu1) dapper; urgency=low

  * New upstream release

 -- Jonathan Riddell <jriddell@ubuntu.com>  Tue,  6 Dec 2005 12:27:52 +0000

tdegames (4:3.5-rc2-0ubuntu2) dapper; urgency=low

  * Include correct path in debian/libtdegames-doc.install

 -- Jonathan Riddell <jriddell@ubuntu.com>  Sat, 26 Nov 2005 16:40:53 +0000

tdegames (4:3.5-rc2-0ubuntu1) dapper; urgency=low

  * New upstream pre-release
  * Generate .pot files
  * Sync with Debian

 -- Jonathan Riddell <jriddell@ubuntu.com>  Tue, 22 Nov 2005 16:57:38 +0000

tdegames (4:3.5-rc1-0ubuntu1) dapper; urgency=low

  * New upstream pre-release
  * Sync with Debian
  * New game, knetwalk

 -- Jonathan Riddell <jriddell@ubuntu.com>  Sun, 13 Nov 2005 23:48:35 +0000

tdegames (4:3.4.3-1) experimental; urgency=low

  * New upstream release.

 -- Daniel Schepler <schepler@debian.org>  Tue, 18 Oct 2005 11:15:22 +0200

tdegames (4:3.4.2-1) unstable; urgency=low

  * New upstream release.
  * GCC 4.0 transition: Tighten Build-Depends on libarts1-dev and
    tdelibs4-dev to ensure we get g++-4.0 compiled versions.
  * Remove obsolete Conflicts/Replaces/Provides against packages not in
    sarge.

 -- Daniel Schepler <schepler@debian.org>  Fri, 26 Aug 2005 02:25:46 -0700

tdegames (4:3.4.1-1) experimental; urgency=low

  * New upstream release.

 -- Daniel Schepler <schepler@debian.org>  Thu,  2 Jun 2005 05:59:32 -0700

tdegames (4:3.4.3-0ubuntu2) dapper; urgency=low

  * Add kubuntu_02_gcc_403_fix.diff to fix GCC 4.0.3 compile fail

 -- Jonathan Riddell <jriddell@ubuntu.com>  Sat, 29 Oct 2005 15:19:59 +0000

tdegames (4:3.4.3-0ubuntu1) breezy; urgency=low

  * New upstream release

 -- Jonathan Riddell <jriddell@ubuntu.com>  Fri,  7 Oct 2005 19:56:00 +0000

tdegames (4:3.4.2-0ubuntu1) breezy; urgency=low

  * New upstream release
  * Build using unsermake

 -- Jonathan Riddell <jriddell@ubuntu.com>  Tue, 26 Jul 2005 16:24:46 +0000

tdegames (4:3.4.1-0ubuntu1) breezy; urgency=low

  * Update version number following KDE release

 -- Jonathan Riddell <jr@jriddell.org>  Wed,  1 Jun 2005 00:34:15 +0000

tdegames (4:3.4.1-0ubuntu0pre1) breezy; urgency=low

  * New upstream release

 -- Jonathan Riddell <jr@jriddell.org>  Thu, 26 May 2005 18:43:53 +0000

tdegames (4:3.4.0-0ubuntu2) hoary; urgency=low

  * Replace 02_disable_no_undefined.diff with blank file. Since it is
    in the .orig it can not be deleted.

 -- Jonathan Riddell <jr@jriddell.org>  Wed, 16 Mar 2005 13:40:26 +0000

tdegames (4:3.4.0-0ubuntu1) hoary; urgency=low

  * Remove duplicate patch 02_disable_no_undefined.diff

 -- Jonathan Riddell <jr@jriddell.org>  Wed, 16 Mar 2005 03:07:55 +0000

tdegames (4:3.4.0-0pre1ubuntu1) hoary; urgency=low

  * Sync with Debian
  * Remove usage of tarball.mk from rules

 -- Chris Halls <chris.halls@credativ.co.uk>  Tue,  8 Mar 2005 16:00:48 +0000

tdegames (4:3.4.0-0pre1) alioth; urgency=low

  * New upstream release.
  * Change to using upstream tar.bz2.
  * Remove debian/*.docs, since on closer inspection none of the files
    they installed were at all helpful.

 -- Daniel Schepler <schepler@debian.org>  Sat,  5 Mar 2005 14:54:17 -0800

tdegames (4:3.3.2-1) unstable; urgency=low

  * Uploading to unstable.
  * Includes updates from KDE_3_3_BRANCH (mostly translation updates).

 -- Daniel Schepler <schepler@debian.org>  Wed, 19 Jan 2005 19:48:32 -0800

tdegames (4:3.3.2-1ubuntu1) hoary; urgency=low

  * New upstream release.

 -- Andreas Mueller <amu@canonical.com>  Fri, 31 Dec 2004 16:55:41 +0100 

tdegames (4:3.3.2-0pre1) experimental; urgency=low

  * New upstream release.
  * Drop useless static libs.

 -- Daniel Schepler <schepler@debian.org>  Fri, 17 Dec 2004 21:55:40 -0800

tdegames (4:3.3.1-1) unstable; urgency=low

  * New upstream release.
  * Rename 01_tdegames_branch.diff to 10_tdegames_branch.diff.
  * New patch 04_disable_static_la_final.diff, to keep --enable-final
    from messing up the static libraries.
    + debian/rules: Reenable --enable-final.
  * kde.mk: Add calls to dh_desktop.
    + debian/control: Build-Depends on debhelper (>= 4.2.21) to ensure
      dh_desktop is available.

 -- Daniel Schepler <schepler@debian.org>  Sun, 31 Oct 2004 12:29:16 -0800

tdegames (4:3.3.0-1) unstable; urgency=low

  * New upstream release.

 -- Daniel Schepler <schepler@debian.org>  Wed, 25 Aug 2004 22:33:05 -0400

tdegames (4:3.2.92-1) experimental; urgency=low

  * New upstream release.
  * Remove debian/patches/03_lib_link.diff; replace with
    debian/patches/02_disable_no_undefined.diff.
  * Update XPM menu icons for konquest to match updated icons in
    source.
  * Clean up ktron description to get rid of linda warning.

 -- Daniel Schepler <schepler@debian.org>  Sun,  1 Aug 2004 18:11:08 -0700

tdegames (4:3.2.3-1) unstable; urgency=low

  * New upstream release.
  * Remove --enable-final argument to configure, in order to make
    the static libraries a bit more sane.

 -- Daniel Schepler <schepler@debian.org>  Wed,  9 Jun 2004 15:54:41 -0700

tdegames (4:3.2.2-2) unstable; urgency=low

  * Remove obsolete kderemove tag from menu files.
  * CVS updates from KDE_3_2_BRANCH.
  * Reorganization of debian/ directory:
    + Create debian/patches/01_tdegames_branch.diff (not to be committed
      to KDE CVS), and rename other patches.
    + Move manpages to debian/man.
    + Make debian/rules determine automatically the upstream changelog
      to be used for each package.
  * Change the maintainer to the Debian QT/KDE Maintainers, and add
    myself as uploader.

 -- Daniel Schepler <schepler@debian.org>  Thu, 29 Apr 2004 22:19:32 -0700

tdegames (4:3.2.2-1) unstable; urgency=low

  * New upstream release.
  * Forcibly update libtool files to current Debian versions, in order
    to reduce unnecessary binary dependencies.
  * New patch lib-link.diff: Add enough direct dependencies to libraries
    to avoid pages and pages of undefined symbol warnings during link.

 -- Daniel Schepler <schepler@debian.org>  Sat, 17 Apr 2004 21:39:24 -0700

tdegames (4:3.2.1-2) unstable; urgency=low

  * Supply correct filename for old patch to be removed.
    Closes: #237650.

 -- Daniel Schepler <schepler@debian.org>  Fri, 12 Mar 2004 13:17:51 -0800

tdegames (4:3.2.1-1) unstable; urgency=low

  * New upstream release.
  * First upload of 3.2 to unstable.
  * Remove megami references from tdegames-doc-html.  Closes: #235428.
  * Drop kmines_complete_vs_solver.diff, since the issue has been
    resolved upstream.
  * Drop mask_pngs.tar.gz.uu, which is no longer needed with the new
    upstream tarball.
  * Backport addition of kfouleggs icon from HEAD.  Closes: #142816.
  * Added quotes to menu files to quiet lintian warnings.

 -- Daniel Schepler <schepler@debian.org>  Fri, 12 Mar 2004 00:09:30 -0800

tdegames (4:3.2.0-0pre1v1) experimental; urgency=low

  * New upstream release.
    + Fixes kreversi startup at non-default size.  Closes: #198431.
    + Kfouleggs now asks for the player's name the first time a high
      score is reached, instead of using the default "Anonymous".
      Closes: #165966.
    + Added option to kbounce to disable sound.  Closes: #181545.
  * Convert to cdbs, using an updated version of kde.mk.
  * New packages: kgoldrunner, libtdegames-doc, kolf-dev.

 -- Daniel Schepler <schepler@debian.org>  Sat, 21 Feb 2004 10:01:10 -0800

tdegames (4:3.1.5-1) unstable; urgency=low

  * New upstream release.
  * Apply revised version of patch from Danilo Piazzalunga
    <danilopiazza@libero.it> to disable completeReveal mode while
    the solver is running in kmines.  Closes: #224684.

 -- Daniel Schepler <schepler@debian.org>  Wed, 14 Jan 2004 11:13:40 -0800

tdegames (4:3.1.4-1) unstable; urgency=low

  * New upstream release.
    + Fixes compilation with Qt3.2.  Closes: #211478.
  * Standards-Version 3.6.1 (no changes needed).

 -- Daniel Schepler <schepler@debian.org>  Sat, 27 Sep 2003 19:38:23 -0700

tdegames (4:3.1.3-1) unstable; urgency=low

  * New upstream release.
  * Build-Depend on tdelibs4-dev new enough to Depend on libxml2-utils,
    and remove the temporary Build-Depends from debian/control.
  * Move to Standards-Version 3.6.0, after checking that all shared
    libraries have all needed binary dependencies.
  * Regenerate menu icons now that there is no longer any colormap
    requirement.
  * Add 16x16 menu icons.

 -- Daniel Schepler <schepler@debian.org>  Wed, 30 Jul 2003 15:35:25 -0700

tdegames (4:3.1.2-2) unstable; urgency=low

  * Apply updates from KDE_3_1_BRANCH.  (Fixes atlantik crashes
    with newer monopd servers.)
  * Temporarily Build-Depend on libxml2-utils until tdelibs4-dev
    gets fixed.

 -- Daniel Schepler <schepler@debian.org>  Sat, 21 Jun 2003 17:23:50 -0700

tdegames (4:3.1.2-1) unstable; urgency=low

  * New upstream release.
  * Update a couple package descriptions.  Closes: #181608, #188999.
  * Update sections of tdegames and libtdegames-dev.
  * Bump to Standards-Version 3.5.10 (no changes needed).

 -- Daniel Schepler <schepler@debian.org>  Mon, 19 May 2003 17:34:19 -0700

tdegames (4:3.1.1-1) unstable; urgency=low

  * New upstream release.  (Closes: #125991, #182088.)
    Makes running autoconf and automake no longer necessary.
  * Removed now-obsolete --with-xinerama from debian/rules.
  * atlantik-dev Depends: libtdegames-dev.

 -- Daniel Schepler <schepler@debian.org>  Fri, 14 Mar 2003 04:43:19 -0800

tdegames (4:3.1.0-2) unstable; urgency=low

  * Finally, a sid upload of tdegames >= 3!
    Fixes: #143624, #169737, #169739.
  * Rename kdecarddecks to tdegames-card-data, to parallel
    kdewallpapers => tdebase-data, etc.
  * Remove libksirtet packages, since libksirtet is no longer installed.
  * Create atlantik-dev package, in order to allow atlantikdesigner
    from tdeaddons to compile.
  * Update short description of katomic -- "atomic entertainment handbook"
    seems to have been taken from the title of the docs and is probably
    fairly inaccurate.

 -- Daniel Schepler <schepler@debian.org>  Sat,  8 Feb 2003 15:26:46 -0800

tdegames (4:3.1.0-1) unstable; urgency=low

  * New upstream version.
  * Add new games: atlantik, klickety, kolf, megami.
  * Split libksirtet into its own packages.
  * Split kfouleggs into its own package.
  * Create new tdegames-doc-html package.
  * Remove cruft no longer necessary when upgrading from Woody
    or later, as well as obsolete Depends and Enhances on tdebase.
  * Downgrade gnubg to suggests of kbackgammon.
  * Wrote short manual pages for twin4proc and lskatproc, simply
    telling users not to run them directly.
  * Change policy to 3.5.8 (no changes needed).

 -- Daniel Schepler <schepler@debian.org>  Sun,  1 Dec 2002 05:34:24 -0800

tdegames (4:3.0.8-1) unstable; urgency=low

  * New upstream

 -- Ralf Nolden <nolden@kde.org>  Sun, 22 Sep 2002 09:36:44 +0200
 
tdegames (4:3.0.3-2) experimental; urgency=low

  * Build using g++-3.2.
  * Move icons to /usr/share/pixmaps.
  * Need to use automake because of update to admin/Makefile.common.
  * Update to new CXXFLAGS rules, bump policy to 3.5.7.

 -- Daniel Schepler <schepler@debian.org>  Sun, 15 Sep 2002 17:08:59 -0700

tdegames (4:3.0.3-1) experimental; urgency=low

  * New upstream release. 

 -- Daniel Stone <dstone@kde.org>  Thu, 15 Aug 2002 23:31:30 +1000

tdegames (4:3.0.2-0) experimental; urgency=low

  * New upstream version.

 -- Daniel Schepler <schepler@debian.org>  Thu,  4 Jul 2002 20:49:17 -0700

tdegames (4:3.0.1-0.1) experimental; urgency=low

  * Ktuberling isn't an arcade game...
  * Change kpat's dependency from tdebase4-data to tdebase-data.

 -- Daniel Schepler <schepler@debian.org>  Wed, 29 May 2002 02:39:49 -0700

tdegames (4:3.0.1-0) experimental; urgency=low

  * Add new tdegames metapackage; adjust other packages' replaces
    and conflicts accordingly.
  * Remove dependencies on tdebase-libs.
  * Update for debhelper 4.
  * Added menu icons.

 -- Daniel Schepler <schepler@debian.org>  Thu, 25 Apr 2002 02:17:54 -0700

tdegames (4:3.0.0-0rc4-1) experimental; urgency=low

  * Updated packaging for KDE 3.0.
  * Updated and reformatted package descriptions.
  * Renamed packages: kabalone to kenolaba, kjezz to kbounce.
  * Moved libtdegames to libtdegames1, created libtdegames-dev.
  * Compile a static version of libtdegames for the dev package.
  * Patch the .desktop files to point to /usr/games in place, instead
    of with each release.

 -- Daniel Schepler <schepler@debian.org>  Sun, 24 Mar 2002 16:24:53 -0800

tdegames (4:2.2.2-2) unstable; urgency=low

  * Fixed spelling errors in descriptions.
    (Closes: #124843, #124844, #124852, #124853)
  * Fixed menu entry placement and added some menu hints.
    (Closes: #128730, #128731, #128732, #128733, #128737, #128757)
  * Fixed ktuberling's "save picture".  (Closes: #125880)

 -- Daniel Schepler <schepler@debian.org>  Sat, 16 Feb 2002 21:50:34 -0800

tdegames (4:2.2.2-1) unstable; urgency=low

  * New upstream version.
  * Remove .cvsignore file as well from katomic.  (Closes: #120793)
  * Tweak admin/debianrules to support debug in DEB_BUILD_OPTIONS.

 -- Daniel Schepler <schepler@debian.org>  Sat, 24 Nov 2001 23:42:35 -0800

tdegames (4:2.2.0-final-2) unstable; urgency=low

  * Remove CVS directory from installed katomic data.  (Closes: #109367)

 -- Daniel Schepler <schepler@debian.org>  Mon, 20 Aug 2001 21:01:01 -0700

tdegames (4:2.2.0-final-1) unstable; urgency=low

  * Updated to official 2.2 release.
  * Updated rules and control for building on alpha, prelinking on i386.
  * Updated menu and .desktop files to give full paths to game binaries.
    (Hopefully closes: #107868.)

 -- Daniel Schepler <schepler@debian.org>  Mon, 20 Aug 2001 00:33:45 -0700

tdegames (4:2.2-cvs20010630-1) unstable; urgency=low

  * First upload of 2.2 packages.
  * Bumped Standards-Version again.
  * Added real description for ksmiletris.
  * Use Enhances: tdebase.

 -- Daniel Schepler <schepler@debian.org>  Sat, 30 Jun 2001 10:45:57 -0700

tdegames (4:2.1.2-1) unstable; urgency=low

  * Fixed menu entries.  Closes: #96452, #99055
  * Some minor fixes to packaging.
  * CVS updates up to date; this changed the KDE version number in
    admin/Makefile.common, but added few other changes.

 -- Daniel Schepler <schepler@debian.org>  Wed, 30 May 2001 14:38:05 -0700

tdegames (4:2.2-cvs20010529-1) experimental; urgency=low

  * Disabling shared KHighscore files until it actually works without
    world writable files...
  * Updated build depends to ensure autoconf 2.13 is installed.
  * New klines package.

 -- Daniel Schepler <schepler@debian.org>  Tue, 29 May 2001 21:59:55 -0700

tdegames (4:2.2-cvs20010518-1) experimental; urgency=low

  * Removed unnecessary libtdegames.postinst script, ldconfig call
    is now generated by debhelper.
  * Wrote skeletal man pages for all the games.
  * Made binaries using KHighscore setgid games, added code to create
    high score files in postinst scripts.

 -- Daniel Schepler <schepler@debian.org>  Fri, 18 May 2001 11:54:37 -0700

tdegames (4:2.2-alpha1-1) experimental; urgency=low

  * Tracking 2.2 CVS.
  * New kbattleship package.
  * Kbackgammon does support gnubg now.  Added recommendation of
    gnubg back in.
  * Started using debhelper v3.
  * Updated build depends.
  * Split carddecks from libtdegames package, added dependencies on
    the new package.
  * Fixed a bug with shlibs generation for libtdegames.

 -- Daniel Schepler <schepler@debian.org>  Sat, 28 Apr 2001 06:28:56 -0700

tdegames (4:2.1.1-4) unstable; urgency=low

  * Added description for katomic package.  Closes: #93822
  * On closer inspection, kbackgammon's support for gnubg hasn't been
    implemented yet.  Removed recommendation of gnubg.

 -- Daniel Schepler <schepler@debian.org>  Mon, 16 Apr 2001 17:25:28 -0700

tdegames (4:2.1.1-3) unstable; urgency=low

  * Try the upload once again.  It seems using the official upstream
    tarball will have to wait for the next release.
  * Added recommendation for gnubg to kbackgammon.

 -- Daniel Schepler <schepler@debian.org>  Wed,  4 Apr 2001 00:33:30 -0700

tdegames (4:2.1.1-2) unstable; urgency=low

  * New maintainer (closes: #89595).
  * Upstream tarball is now the officially distributed version.  This
    allowed for deleting a few Build-Depends.
  * Notched up Standards-Version to 3.5.2 (no changes necessary).

 -- Daniel Schepler <schepler@debian.org>  Sun,  1 Apr 2001 01:10:26 -0800

tdegames (4:2.1.1-1.0.1) unstable; urgency=low
 
  * Build with older libc
 
 -- Ivan E. Moore II <rkrusty@debian.org>  Mon, 26 Mar 2001 02:31:00 -0700

tdegames (4:2.1.1-1) unstable; urgency=low
 
  * New upstream version
 
 -- Ivan E. Moore II <rkrusty@debian.org>  Mon, 19 Mar 2001 02:31:00 -0700

tdegames (4:2.1-final-1) unstable; urgency=low
 
  * New upstream version
  * Adding kdewallpapers to kpat's depends
  * Upping standards version
 
 -- Ivan E. Moore II <rkrusty@debian.org>  Mon, 19 Feb 2001 02:31:00 -0700

tdegames (4:2.1-beta2-1) unstable; urgency=low
 
  * New upstream beta
  * New kbackgammon game
 
 -- Ivan E. Moore II <rkrusty@debian.org>  Mon, 22 Jan 2001 06:00:00 -0700

tdegames (4:2.1-20010115-1) unstable; urgency=low
 
  * More upstream fixes
  * Fix high score problem (Closes: #74663)
 
 -- Ivan E. Moore II <rkrusty@debian.org>  Mon, 15 Jan 2001 01:00:00 -0700

tdegames (4:2.1-20010106-1) unstable; urgency=low
 
  * More upstream fixes
  * More depends/build-depends fixes
 
 -- Ivan E. Moore II <rkrusty@debian.org>  Sat, 06 Jan 2001 23:30:00 -0700

tdegames (4:2.1-20010101-1) unstable; urgency=low
 
  * More upstream fixes
  * Fixing descriptions and typos (Closes: #80608, 80606)
  * Fixing copyright statements ... or rather updating it
  
 -- Ivan E. Moore II <rkrusty@debian.org>  Mon, 01 Jan 2001 03:20:00 -0700

tdegames (4:2.1-20001218-1) unstable; urgency=low
 
  * More upstream fixes
  * Adding in missing conflicts for tdegames
 
 -- Ivan E. Moore II <rkrusty@debian.org>  Mon, 18 Dec 2000 23:50:00 -0700

tdegames (4:2.1-20001213-1) unstable; urgency=low
  
  * New upstream cvs version
  * removing task

 -- Ivan E. Moore II <rkrusty@debian.org>  Wed, 13 Dec 2000 15:00:00 -0700

tdegames (4:2.0-final-8) unstable; urgency=low
 
  * More upstream fixes
  * documentation cleanup
 
 -- Ivan E. Moore II <rkrusty@debian.org>  Sat, 25 Nov 2000 07:07:00 -0700

tdegames (4:2.0-final-7) unstable; urgency=low
 
  * shlibs cleanup
  * reworkinb build rules
  * lintian override file addition
  * documentation cleanup
 
 -- Ivan E. Moore II <rkrusty@debian.org>  Tue, 21 Nov 2000 09:48:00 -0700

tdegames (4:2.0-final-6) unstable; urgency=low
  
  * Upstream fixes to ksnake
  * fixing build-depends for non-x4 systems
 
 -- Ivan E. Moore II <rkrusty@debian.org>  Sat, 18 Nov 2000 19:40:00 -0700

tdegames (4:2.0-final-5) unstable; urgency=low
 
  * more upstream fixes
 
 -- Ivan E. Moore II <rkrusty@debian.org>  Sat, 18 Nov 2000 08:30:00 -0700

tdegames (4:2.0-final-4) unstable; urgency=low
 
  * more upstream fixes
  * adding in menu hints
 
 -- Ivan E. Moore II <rkrusty@debian.org>  Thu, 09 Nov 2000 22:45:00 -0700
                                                                                
tdegames (4:2.0-final-3) unstable; urgency=low
 
  * more upstream fixes
  * build against new xlibs
 
 -- Ivan E. Moore II <rkrusty@debian.org>  Sat, 04 Nov 2000 23:00:00 -0700
                                                                                
tdegames (4:2.0-final-0) unstable; urgency=low

  * KDE 2.0

 -- Ivan E. Moore II <rkrusty@debian.org>  Mon, 23 Oct 2000 00:00:00 -0700

tdegames (4:2.0-20001011-0) unstable; urgency=low
  
  * KDE 2.0 RC2
 
 -- Ivan E. Moore II <rkrusty@debian.org>  Thu, 12 Oct 2000 06:00:00 -0700
                                                                                
tdegames (4:2.0-20001006-0) unstable; urgency=low
 
  * New updateam fixes
 
 -- Ivan E. Moore II <rkrusty@debian.org>  Fri, 06 Oct 2000 22:00:00 -0700
                                                                                
tdegames (4:2.0-20001005-0) unstable; urgency=low
 
  * New updateam fixes
  * Compiling against non-versioned tdelibs once again
 
 -- Ivan E. Moore II <rkrusty@debian.org>  Thu, 05 Oct 2000 15:00:00 -0700
                                                                                
tdegames (4:2.0-20001002-0) unstable; urgency=low
 
  * KDE 2.0 RC1
 
 -- Ivan E. Moore II <rkrusty@debian.org>  Mon, 02 Oct 2000 01:30:00 -0700
                                                                                
tdegames (4:2.0-20000925-0) unstable; urgency=low
 
  * More upstream fixes
  * Updating build-depends
 
 -- Ivan E. Moore II <rkrusty@debian.org>  Mon, 25 Sep 2000 15:30:00 -0700

tdegames (4:2.0-20000920-0) unstable; urgency=low
 
  * More upstream fixes 
 
 -- Ivan E. Moore II <rkrusty@debian.org>  Wed, 20 Sep 2000 23:00:00 -0700

tdegames (4:2.0-20000918-0) unstable; urgency=low
 
  * More upstream fixes (-beta5)
  * Fixing missing menu items when individually installed (Closes: #71922)
  * Fixed bad description for kblackbox (Closes: #71929, #71505, #71541, #71626)
  * Fixed bad spelling (Closes: #71543)
  * Fixing ksirtet grammer and listing (Closes: #71544)
  * Fixing ktron description (Closes: #71545)
  * Fixing lskat description (Closes: #71546)
  * How about round 2 Joey?  :)

 -- Ivan E. Moore II <rkrusty@debian.org>  Mon, 18 Sep 2000 18:00:00 -0700

tdegames (4:2.0-20000909-0) unstable; urgency=low

  * More upstream fixes

 -- Ivan E. Moore II <rkrusty@debian.org>  Sat, 09 Sep 2000 22:00:00 -0700

tdegames (4:2.0-20000905-0) unstable; urgency=low

  * More upstream fixes

 -- Ivan E. Moore II <rkrusty@debian.org>  Tue, 05 Sep 2000 17:00:00 -0700

tdegames (4:2.0-20000901-0) unstable; urgency=low
 
  * More upstream fixes
  * Merging package fixes into upstream CVS
 
 -- Ivan E. Moore II <rkrusty@debian.org>  Fri, 01 Sep 2000 17:00:00 -0700
 
tdegames (4:2.0-20000825-1.0) experimental; urgency=low
 
  * KDE 2.0 beta 4
 
 -- Ivan E. Moore II <rkrusty@debian.org>  Fri, 25 Aug 2000 22:30:00 -0700

tdegames (4:2.0-20000820-1.0) experimental; urgency=low
 
  * New upstream beta version
 
 -- Ivan E. Moore II <rkrusty@debian.org>  Sun, 20 Aug 2000 22:30:00 -0700

tdegames (4:2.0-20000524-1.0) experimental; urgency=low
 
  * New upstream CVS version
 
 -- Ivan E. Moore II <rkrusty@debian.org>  Wed, 24 May 2000 04:15:00 -0700

tdegames-cvs (4:2.0-20000521-1.0) experimental; urgency=low
 
  * New upstream CVS version
 
 -- Ivan E. Moore II <rkrusty@debian.org>  Sun, 21 May 2000 18:15:00 -0700

tdegames-cvs (4:2.0-20000512-1.1) experimental; urgency=low

  * New upstream CVS version

 -- Ivan E. Moore II <rkrusty@debian.org>  Fri, 12 May 2000 22:30:00 -0700

tdegames-cvs (4:2.0-20000308-1.0) experimental; urgency=low
 
  * more upstream fixes
 
 -- Ivan E. Moore II <rkrusty@debian.org>  Wed, 08 Mar 2000 22:30:00 -0700

tdegames-cvs (4:2.0-20000302-1.0) experimental; urgency=low

  * Adding in build-depends
  * more upstream fixes

 -- Ivan E. Moore II <rkrusty@debian.org>  Tue, 29 Feb 2000 22:00:00 -0700

tdegames-cvs (4:2.0-20000223-1.0) experimental; urgency=low

  * new version from CVS
  * Migrating game binaries to /usr/games and chowning to games.games

 -- Ivan E. Moore II <rkrusty@debian.org>  Wed, 23 Feb 2000 22:00:37 -0700

tdegames-cvs (4:2.0-19991001-1) experimental; urgency=low

  * new version from CVS
  * Fixing up dependencies

 -- Ivan E. Moore II <rkrusty@debian.org>  Fri, 01 Oct 1999 14:25:37 -0400

tdegames-cvs (4:2.0-19990912-1) experimental; urgency=low

  * new version from CVS
  * Updating the pre/post scripts to come in line with debian policy

 -- Ivan E. Moore II <rkrusty@debian.org>  Sun, 12 Sep 1999 23:25:37 -0400

tdegames-cvs (4:2.0-19990820-1) experimental; urgency=low

  * new version from CVS

 -- Ivan E. Moore II <rkrusty@debian.org>  Fri, 20 Aug 1999 20:08:37 -0400

tdegames-cvs (4:2.0-19990626-1) experimental; urgency=low

  * new version from CVS
  * migrated back into /opt/kde (leaving it an option in debianrules)

 -- Stephan Kulow <coolo@kde.org>  Sat, 26 Jun 1999 20:08:37 +0200

tdegames-cvs (4:2.0-19990524-1) experimental; urgency=low

  * migrating from /opt to /
  * working in new build items to bring package more in line with
    current Debian packaging

 -- Ivan E. Moore II <rkrusty@debian.org>  Mon, 24 May 1999 07:00:09 -0400

tdegames (4:2.0-19990309-1) experimental; urgency=low

  * new upstream version with Qt 2.0

 -- Stephan Kulow <coolo@kde.org>  Tue,  9 Mar 1999 23:30:09 +0100

tdegames (4:1.1-19990306-1) unstable; urgency=low

  * new upstream version out of CVS (many translation updates and some
    security fixes

 -- Stephan Kulow <coolo@kde.org>  Sat,  6 Mar 1999 18:03:04 +0100

tdegames (4:1.1-19990217-1) unstable; urgency=low

  * new upstream version

 -- Stephan Kulow <coolo@kde.org>  Wed, 17 Feb 1999 19:09:41 +0100

tdegames (4:1.1-19990207-2) unstable; urgency=low

  * fixed a bug with the wrong libjpeg version

 -- Stephan Kulow <coolo@kde.org>  Tue,  9 Feb 1999 10:43:43 +0100

tdegames (4:1.1-19990207-1) unstable; urgency=low

  * new upstream version 1.1 and new epoche

 -- Stephan Kulow <coolo@kde.org>  Sun,  7 Feb 1999 12:12:58 +0100

tdegames (2:980710-1.0-1) unstable; urgency=low

  * New upstream release 1.0

 -- Stephan Kulow <coolo@kde.org>  Sun, 12 Jul 1998 19:41:57 +0200

tdegames (2:980419-b4-1) unstable; urgency=low

  * new upstream version Beta4

 -- Stephan Kulow <coolo@kde.org>  Sun, 19 Apr 1998 15:49:10 +0200

tdegames (2:980310-3) frozen; urgency=low

  * removed this ugly dependency on a specific tdebase version
  * new compile cycle with fixed tdelibs. This time from CVS
  * add undocumented man page

 -- Stephan Kulow <coolo@kde.org>  Fri,  3 Apr 1998 17:08:37 +0200

tdegames (2:980310-2) frozen; urgency=low

  * new compile cycle with qt-1.33 and libstc++-2.8

 -- Stephan Kulow <coolo@kde.org>  Tue, 24 Mar 1998 20:28:34 +0100

tdegames (2:980310-1) experimental; urgency=low

  * increased epoche

 -- Stephan Kulow <coolo@kde.org>  Tue, 10 Mar 1998 20:37:20 +0100

tdegames (980310-1) experimental; urgency=low

  * changed README notice
  * New upstream release

 -- Stephan Kulow <coolo@kde.org>  Tue, 10 Mar 1998 20:29:22 +0100

tdegames (980228-1) experimental; urgency=low

  * made bindir to kde_bindir
  * changed bindir to /usr/games
  * changed section to contrib
  * New upstream release

 -- Stephan Kulow <coolo@kde.org>  Sat, 28 Feb 1998 22:36:27 +0100

tdegames (980227-1) experimental; urgency=low

  * fixed rules file
  * changed maintainer field
  * New upstream release

 -- Stephan Kulow <coolo@kde.org>  Sat, 28 Feb 1998 02:03:54 +0100

tdegames (1:Beta2-2.1) experimental; urgency=low

  * New upstream release

 -- Andreas Jellinghaus <aj@debian.org>  Fri,  5 Dec 1997 21:18:16 +0100

tdegames (1:Beta2-2) unstable; urgency=low

  * removed virtual package names.

 -- Andreas Jellinghaus <aj@debian.org>  Sun, 30 Nov 1997 17:05:03 +0100

tdegames (1:Beta2-1) unstable; urgency=low

  * New upstream release

 -- Andreas Jellinghaus <aj@debian.org>  Sun, 23 Nov 1997 18:59:30 +0100

tdegames (1:Beta1.2-2) unstable; urgency=low

  * new compile cycle with bugfixes

 -- Andreas Jellinghaus <aj@debian.org>  Sun,  9 Nov 1997 19:46:23 +0100

tdegames (1:Beta1.2-1) unstable; urgency=low

  * New upstream release

 -- Andreas Jellinghaus <aj@dungeon.inka.de>  Mon, 27 Oct 1997 11:43:21 +0100

tdegames (1:Beta1.1-1) unstable; urgency=low

  * New upstream release

 -- Andreas Jellinghaus <aj@dungeon.inka.de>  Mon, 20 Oct 1997 11:46:00 +0200

tdegames (971019-1) unstable; urgency=low

  * New upstream release

 -- Andreas Jellinghaus <aj@dungeon.inka.de>  Sun, 19 Oct 1997 16:08:30 +0200

tdegames (971013-1) unstable; urgency=low

  * New upstream release

 -- Andreas Jellinghaus <aj@dungeon.inka.de>  Mon, 13 Oct 1997 08:26:28 +0200

tdegames (971009-1) unstable; urgency=low

  * New upstream release

 -- Andreas Jellinghaus <aj@dungeon.inka.de>  Thu,  9 Oct 1997 10:55:21 +0200

tdegames (971008-1) unstable; urgency=low

  * New upstream release

 -- Andreas Jellinghaus <aj@dungeon.inka.de>  Wed,  8 Oct 1997 10:11:29 +0200

tdegames (971006-2) unstable; urgency=low

  * daily recompile of everything.

 -- Andreas Jellinghaus <aj@dungeon.inka.de>  Tue,  7 Oct 1997 12:09:00 +0200

tdegames (971006-1) unstable; urgency=low

  * New upstream release

 -- Andreas Jellinghaus <aj@dungeon.inka.de>  Mon,  6 Oct 1997 09:27:43 +0200

tdegames (971005-1) unstable; urgency=low

  * New upstream release

 -- Andreas Jellinghaus <aj@dungeon.inka.de>  Sun,  5 Oct 1997 17:35:44 +0200

tdegames (971003-1) unstable; urgency=low

  * New upstream release

 -- Andreas Jellinghaus <aj@dungeon.inka.de>  Fri,  3 Oct 1997 08:28:31 +0200

tdegames (971002-1) unstable; urgency=low

  * New upstream release

 -- Andreas Jellinghaus <aj@dungeon.inka.de>  Thu,  2 Oct 1997 08:55:37 +0200

tdegames (970930-1) unstable; urgency=low

  * New upstream release

 -- Andreas Jellinghaus <aj@dungeon.inka.de>  Tue, 30 Sep 1997 11:42:58 +0200

tdegames (970929-1) unstable; urgency=low

  * New upstream release

 -- Andreas Jellinghaus <aj@dungeon.inka.de>  Mon, 29 Sep 1997 09:43:07 +0200

tdegames (970926-1) unstable; urgency=low

  * New upstream release

 -- Andreas Jellinghaus <aj@dungeon.inka.de>  Fri, 26 Sep 1997 08:11:13 +0200

tdegames (970923-4) unstable; urgency=low

  * daily recompile of everything.

 -- Andreas Jellinghaus <aj@dungeon.inka.de>  Thu, 25 Sep 1997 09:05:39 +0200

tdegames (970923-3) unstable; urgency=low

  * new use kderules.
  * daily recompile of everything.

 -- Andreas Jellinghaus <aj@dungeon.inka.de>  Wed, 24 Sep 1997 11:07:21 +0200

tdegames (970923-2) unstable; urgency=low

  * daily recompile of everything.

 -- Andreas Jellinghaus <aj@dungeon.inka.de>  Wed, 24 Sep 1997 09:29:54 +0200

tdegames (970923-1) unstable; urgency=low

  * New upstream release

 -- Andreas Jellinghaus <aj@dungeon.inka.de>  Tue, 23 Sep 1997 08:43:44 +0200

tdegames (970921-1) unstable; urgency=low

  * New upstream release

 -- Andreas Jellinghaus <aj@dungeon.inka.de>  Sun, 21 Sep 1997 13:53:35 +0200

tdegames (970920-1) unstable; urgency=low

  * Initial Release.

 -- Andreas Jellinghaus <aj@dungeon.inka.de>  Sat, 20 Sep 1997 15:10:11 +0200