File: changelog

package info (click to toggle)
allegro4.4 2%3A4.4.2-10
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 19,936 kB
  • sloc: ansic: 164,225; asm: 17,620; cpp: 3,848; objc: 1,687; sh: 1,131; python: 676; pascal: 179; makefile: 54; perl: 29; lisp: 1
file content (903 lines) | stat: -rw-r--r-- 34,064 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
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
allegro4.4 (2:4.4.2-10) unstable; urgency=medium

  * Remove build-depend on oss4-dev on Linux, use ALSA instead
    (Closes: #852983)

 -- Andreas Rönnquist <gusnan@debian.org>  Sat, 28 Jan 2017 19:42:25 +0100

allegro4.4 (2:4.4.2-9) unstable; urgency=medium

  * Apply patch of Reiner Herrmann improving build reproducability.
    (Closes: #824140)
  * Remove conflict of liballegro4-dev with liballegro5-dev.
    (Closes: #824157)
  * Link against libm in compile_examples.sh.

 -- Tobias Hansen <thansen@debian.org>  Tue, 21 Jun 2016 20:48:35 +0100

allegro4.4 (2:4.4.2-8) unstable; urgency=medium

  * Make build reproducible, fixing examples/source.tar.gz sorted
    locale-dependant (Closes: #823879)
  * Fix vcs-field-uses-insecure-url lintian warning
  * Update Standards-Version to 3.9.8 - no changes required

 -- Andreas Rönnquist <gusnan@debian.org>  Tue, 10 May 2016 19:15:57 +0200

allegro4.4 (2:4.4.2-7) unstable; urgency=medium

  * Fix reproducability due to varying permission inside a tarball -
    Thanks to Reiner Herrmann (Closes: #803546)

 -- Andreas Rönnquist <gusnan@debian.org>  Sat, 31 Oct 2015 11:00:41 +0100

allegro4.4 (2:4.4.2-6) unstable; urgency=medium

  [ Andreas Rönnquist ]
  * Update to Standards Version 3.9.6 (No changes required)
  * Make builds reproducible - Thanks to Chris Lamb (Closes: #778231)
  * Migrate to @d.o e-mail address

  [ Tobias Hansen ]
  * Improve fix-manpages.patch

 -- Andreas Rönnquist <gusnan@debian.org>  Sat, 09 May 2015 00:19:35 +0200

allegro4.4 (2:4.4.2-5) unstable; urgency=low

  [ Tobias Hansen ]
  * Move the ALSA plugins from their own package liballegro4.4-plugin-alsa
    to liballegro4.4. (Closes: #726648)
  * Remove transitional dummy package liballegro-doc.
  * Remove options for debug and profile libraries from allegro-config.
    (Closes: #410072)
  * Add source for jquery.js to debian/missing-sources and
    add paragraph for jquery.js to debian/copyright.
  * Bump Standards-Version to 3.9.5 (no changes needed).

  [ Andreas Rönnquist ]
  * Remove ia64-specific builddeps on gcc-4.7 and g++-4.7 (Closes: #747997)

 -- Tobias Hansen <thansen@debian.org>  Sun, 18 May 2014 02:46:39 +0200

allegro4.4 (2:4.4.2-4) unstable; urgency=low

  [ Andreas Rönnquist ]
  * Add replaces / breaks on liballegro4.2-dev (Closes: #714814)
  * Fix lintian vcs-field-not-canonical warning
  * Fix unused-override hardening-no-fortify-functions

 -- Tobias Hansen <thansen@debian.org>  Sun, 14 Jul 2013 11:34:32 +0200

allegro4.4 (2:4.4.2-3) unstable; urgency=low

  * Create new packages liblogg4.4 and liblogg4-dev for the addon.
  * Rename liballegro4.2-dev to liballegro4-dev. (Closes: #710595)
  * Make liballegro4-dev and its reverse dependencies
    Priority: extra, because it conflicts with liballegro5-dev.
  * Add Vcs-* fields to debian/control.
  * Set --parallel flag for dh.
  * Change my email address to @debian.org.
  * Bump Standards-Version to 3.9.4.
  * Move allegrogl.pc from liballegro4-dev to liballegrogl4-dev.
  * Enable hardening build flags.

 -- Tobias Hansen <thansen@debian.org>  Sun, 09 Jun 2013 13:30:34 +0200

allegro4.4 (2:4.4.2-2.1) unstable; urgency=low

  * Non-maintainer upload with maintainer's ACK.
  * Work around ICE on ia64 by using gcc-4.7 there instead of gcc-4.6
    on this architecture.

 -- Cyril Brulebois <kibi@debian.org>  Sun, 17 Jun 2012 12:12:40 +0200

allegro4.4 (2:4.4.2-2) unstable; urgency=low

  * debian/patches/fix_ftbfs_with_sbuild.patch:
    - Added. Build system assumed that the build path doesn't contain "/build/".
      Closes: #675676

 -- Tobias Hansen <tobias.han@gmx.de>  Sat, 02 Jun 2012 17:59:04 +0200

allegro4.4 (2:4.4.2-1) unstable; urgency=low

  [ Andreas Rönnquist ]
  * New upstream release (Closes: #666524)
  * Set Debian Games Team as maintainer, me and Tobias as uploaders
  * Remove packages allegro-examples and allegro-demo.
  * Added dependencies - OpenGL, Ogg Vorbis, zlib and libpng
  * Added the libs included in allegro 4.4 - libloadpng, jpgalleg and alleggl
    New packages:
    - liballeggl4.4
    - liballeggl4-dev
    - libjpgalleg4-dev
    - libjpgalleg4.4
    - libloadpng4-dev
    - libloadpng4.4
  * Removed the Svgalib and ESD plugin libraries
  * Fixes to the cmake build system
  * Fixed lintian warnings on the allegro-config man-page
  * debian/patches/fix_format_not_string_literal_error.patch:
    - Added patch to fix build errors
  * debian/patches/fix_addons_shared_linkage.patch:
    - Added patch required to fix shared linkage of addons
  * debian/patches/fix_endianness_spelling.patch
    - Added patch to fix spelling in the textconv binary
  * debian/patches/020_non-executable-stack.diff
    - Renamed to fix_non_executable_stack.patch.
  * debian/patches/040_allegro_cfg.diff
    - Renamed to add_debian_config_hints.patch.
  * Fixed linker flags

  [ Tobias Hansen ]
  * Exclude plugin libraries from dh_makeshlibs.
  * Enable OSS support.
  * Move ALSA plugin to separate package liballegro4.4-plugin-alsa.
  * Disable jack support.
  * Disable Linux console mode and remove build-dependency libsvga1-dev.
  * Rename doc package to allegro4-doc and make liballegro-doc
    a transitional dummy package.
  * Update README.Debian.
  * Remove build-dependency libesd0-dev.
  * debian/control - liballegro4.2-dev:
    - Remove Provides liballegro3.9.37-dev, liballegro-dev-common.
    - Add Conflicts liballegro4-dev and liballegro5-dev.
    - Add Provides liballegro4-dev.
  * debian/patches/020_asm_fixes.diff
    - Renamed to asm_fixes.patch.
  * debian/patches/050_manpage_syntax.diff
    - Removed. We can't fix every manpage syntax error anyway.
  * debian/patches/020_debug.diff
    - Removed. We don't understand the purpose and if it's only about
      debugging it can't be essential.
  * debian/patches/010_autoreconf.diff
    debian/patches/005_no_strip_no_export_dynamic.diff
    - Removed. Obsolete after switch from autotools to cmake.
  * debian/patches/005_no_unsharable.diff
    - Removed. We don't need to remove a static library and the output
      of allegro-config --libs is fine.
  * debian/patches/070_alsa_signed.diff
    debian/patches/060_fix_fnstsw.diff
    - Removed. Were applied upstream.
  * debian/patches/020_data_path.diff
    - Removed. Not needed anymore, because the compiled examples are
      no longer packaged.
  * debian/patches/fix_ftbfs_nonlinux.patch
    - Added. Patch by Steven Chamberlain to fix FTBFS on nonlinux.

 -- Tobias Hansen <tobias.han@gmx.de>  Sun, 20 May 2012 01:53:16 +0200

allegro4.2 (2:4.2.2-3) unstable; urgency=low

  * QA upload:
  * Orphan package (Closes: #626049)
  * Build-depend on libjack-dev (Closes: #527403)
  * Convert to source format 3

 -- Moritz Muehlenhoff <jmm@debian.org>  Mon, 06 Jun 2011 18:30:38 +0200

allegro4.2 (2:4.2.2-2.3) unstable; urgency=low

  * Non-maintainer upload.
  * Drop arts support (Closes: #622198)
  * Build-depend on libsvga1-dev instead of svgalibg1-dev
    (Closes: #483457)
  * Drop recommendation of obsolete package timidity-patches
    (Closes: #409484)

 -- Moritz Muehlenhoff <jmm@debian.org>  Thu, 02 Jun 2011 22:40:41 +0200

allegro4.2 (2:4.2.2-2.2) unstable; urgency=low

  * Non-maintainer upload.
  * Fix "alsa plugin doesn't work with many sound cards": apply patch from
    Peter De Wachter (debian/patches/070_alsa_signed.diff) (closes: #462810).

 -- gregor herrmann <gregoa@debian.org>  Sun, 13 Jun 2010 17:03:36 +0200

allegro4.2 (2:4.2.2-2.1) unstable; urgency=medium

  * Non-maintainer upload.

  * debian/patches/06_fix_fnstsw.diff:
    + Fix FTBFS with binutils >= 1.9. Quoting the patch submitter:
      “FNSTSW is "Store FPU Status Word". This status word is a 16-bit
      value so the destination register should be %ax, not %eax.”
      Thanks to Peter De Wachter (Closes: #510500, #518732).

  * Set urgency to “medium”, testing is also affected.

 -- Cyril Brulebois <kibi@debian.org>  Fri, 17 Jul 2009 20:36:38 +0200

allegro4.2 (2:4.2.2-2) unstable; urgency=low

  * debian/control:
    + Add ${shlibs:Depends} to the liballegro4.2-dev dependencies.
    + Set policy to 3.7.3.

  * debian/rules:
    + Ensure that packages built with liballegro 4.2.2 depend on liballegro
      >= 4.2.2 (Closes: #468081).

  * debian/create_allegro-examples.pl:
    + Fix a "read without variable" bashism (Closes: #465134).

  * debian/patches/005_no_unsharable.diff:
    + Remove extraneous libraries from allegro-config --libs output. Patch
      courtesy of Peter De Wachter (Closes: #462679).

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Mon, 03 Mar 2008 11:28:56 +0100

allegro4.2 (2:4.2.2-1) unstable; urgency=low

  * New upstream release (Closes: #434755, #402131).
    + This release no longer exports autoconf-specific macros such as
      PACKAGE_NAME in alunixac.h (Closes: #431417).

  * debian/control:
    + Replace ${Source-Version} with ${binary:Version}.
    + Do not build-depend on libasound-dev on Hurd (Closes: #407137).

  * debian/rules:
    + Do not ignore make veryclean errors.
    + Configure with --enable-svgalib=no rather than --enable-linux=no, so
      that alunixac.h defines ALLEGRO_LINUX again on !i386 platforms
      (Closes: #437688).

  * debian/allegro-examples.menu:
    + Use “Applications” instead of “Apps”.
  * debian/allegro-demo.menu:
    + Use “Games/Action” instead of “Games/Arcade”.

  * debian/patches/050_manpage_syntax.diff:
    + New patch. Use \(de instead of ° in docs/src/allegro._tx to avoid
      errors in manpages.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Sun, 30 Sep 2007 23:21:04 +0000

allegro4.2 (2:4.2.0-5) unstable; urgency=low

  * debian/control:
    + Exclude libasound2-dev from the build-dependencies on kfreebsd-amd64
      in addition to kfreebsd-i386 (Closes: #361454).
    + Set policy to 3.7.2.
  * debian/liballegro-doc.doc-base:
    + allegro.txt was renamed to readme.txt, reflect this change here.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Sun, 21 May 2006 18:13:05 +0200

allegro4.2 (2:4.2.0-4) unstable; urgency=low

  * debian/control:
    + Oops. Really fixed the missing libxcursor-dev dependency
      (Closes: #357028).

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Thu, 30 Mar 2006 23:53:50 +0200

allegro4.2 (2:4.2.0-3) unstable; urgency=low

  * Moved development to Alioth.
  * debian/rules
    + Switched to quilt for patch handling.
  * debian/control:
    + Build-depend on quilt.

  * 005_no_strip_no_export_dynamic.diff: (new patch from old diff.gz) do not
    strip executables or link them with -rexport-dynamic.

  * 005_no_unsharable.diff: (new patch from old diff.gz) get rid of the
    alleg_unsharable static library.

  * 010_autoreconf.diff: (new patch from old diff.gz) re-run autoconf.

  * 020_asm_fixes.diff: (new patch from old diff.gz) various fixes for the
    assembly code.

  * 020_data_path.diff: (new patch from old diff.gz) hardcode data paths
    instead of relying on the executable location.

  * 020_debug.diff: (new patch from old diff.gz) added debug messages.

  * 020_non-executable-stack.diff: (new patch from old diff.gz) tell gcc
    that our assembly files do not have an executable stack.

  * 030_man_suffix.diff: (new patch from old diff.gz) set manpage prefixes
    to 3alleg instead of 3.

  * 040_allegro_cfg.diff: (new patch from old diff.gz) activate the XWIN
    driver by default.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Thu, 30 Mar 2006 11:19:20 +0200

allegro4.2 (2:4.2.0-2) unstable; urgency=low

  * debian/rules, debian/control:
    + kFreeBSD build fixes (Closes: #338926).
    + Build-depend on libxcursor-dev.
  * allegro-config:
    + Do not link against extra libraries when dynamically linking
      (Closes: #358598).
  * src/i386/asmdefs.inc:
    + Fixed assembly files so that the stack isn't marked executable.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Fri, 24 Mar 2006 20:58:13 +0100

allegro4.2 (2:4.2.0-1) unstable; urgency=low

  * New upstream release (Closes: #285958, #319716, #328841).

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Mon, 17 Oct 2005 00:01:58 +0200

allegro4.1 (2:4.1.15-6) unstable; urgency=low

  * Acknowledge NMU, thanks to Graham Wilson (Closes: #285080, #317177,
    Closes: #318363, #320258, #320485, #322515).

  * debian/control:
    + Set policy to 3.6.2.1.
    + Build-depend on libxxf86dga-dev and libxxf86vm-dev.
    + Make the -dev package depend on libxxf86vm-dev, too.
    + Made allegro-demo depend on x-terminal-emulator.
  * debian/rules:
    + Disabled the debug version of the library. The different soname made
      it difficult to use, and popcon only reports my installs.
    + Use DEB_BUILD_ARCH_CPU instead of DEB_BUILD_GNU_CPU.
  * debian/copyright:
    + Added Shawn’s copyright mention (Closes: #290055).

  * configure.in makefile.in allegro-config:
    + Removed all _pic linking hacks that are no longer required with Xorg,
      which make the build use libxxf86dga again (Closes: #322709).
  * src/misc/modexgfx.s src/i386/iblit8.s iblit16.s iblit24.s iblit32.s:
    + Fixed assembly code to make newer gcc happy (Closes: #331083).

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Sun, 16 Oct 2005 12:33:29 +0200

allegro4.1 (2:4.1.15-5.1) unstable; urgency=medium

  * NMU with maintainer permission.

  * Make the -dev package depend on libxxf86dga-dev. (closes: #320258)
  * Build against libjack0.100.0-dev, instead of libjack0.80.0-dev.
    (closes: #317177)
  * Fix source to compile with gcc 4.0. (closes: #285080)
  * Apply patch to compile on freebsd-i386. (closes: #320485)

 -- Graham Wilson <graham@debian.org>  Wed, 10 Aug 2005 04:45:27 +0000

allegro4.1 (2:4.1.15-5) unstable; urgency=medium

  * This upload to fixes a problem in the ARM package due to a 2.6 kernel
    ext3 corruption bug (Closes: #273497).
  * src/allegro.c:
    + Only print debug messages if ALLEGRO_DEBUG is set.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Sun, 26 Sep 2004 18:08:46 +0200

allegro4.1 (2:4.1.15-4) unstable; urgency=medium

  * docs/src/makedoc/makehtml.c:
    + Fixed a crash with empty eref lists (Closes: #264662).

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Tue, 10 Aug 2004 00:01:57 +0200

allegro4.1 (2:4.1.15-3) unstable; urgency=low

  * src/misc/icolconv.s:
    + Don't build this file on non-x86 targets.
  * src/x/xwin.c:
    + Reverted the fullscreen patch, since it is more a X server issue.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Thu,  5 Aug 2004 18:26:58 +0200

allegro4.1 (2:4.1.15-2) unstable; urgency=low

  * debian/control:
    + Removed duplicate Depends: line.
    + Build-depend on libxpm.
    + Build-depend on libxt-dev although it is not used, otherwise the
      configure script does not find the X headers and the X driver does not
      get built (Closes: #260504).

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Wed,  4 Aug 2004 21:34:32 +0200

allegro4.1 (2:4.1.15-1) unstable; urgency=low

  * New upstream release.
  * src/allegro.c:
    + Report video drivers upon initialisation.
  * src/x/xwin.c:
    + Disable fullscreen mode under powerpc, sparc64 and alpha. Borrowed from
      SDL's "buggy_X" test.
  * src/i386/asmdef.c:
    + Properly set asm function symbol types as @function so that executables
      that use these symbols don't crash (Closes: #262133).
  * examples/excustom.c:
    + Fixed the location of example.dat.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Tue,  3 Aug 2004 22:49:25 +0200

allegro4.1 (2:4.1.14-1) unstable; urgency=low

  * New upstream release (Closes: #236493, #254094).
  * debian/control:
    + Renamed source package to allegro4.1 to provide smooth upgrades.
    + Set policy to 3.6.1.1.
    + Build-depend on ALSA 1.0 (Closes: #227344).
  * debian/rules:
    + Use debian/compat instead of DH_COMPAT.
  * debian/allegro-examples.menu debian/allegro-demo.menu:
    + Quoted strings where appropriate.
  * makefile.in misc/deplib.sh:
    + Got rid of the alleg_unsharable libraries so that liballeg does not rely
      on backlinking (Closes: #229988).
  * include/allegro/platform/alunix.h src/unix/umain.c:
    + Wrote glue code for third-party binaries.
  * docs/src/makedoc/makedoc.c:
    + Fixed links within manpages.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Sun, 11 Jul 2004 17:19:12 +0200

allegro4 (2:4.0.3-10) unstable; urgency=low

  * debian/control:
    + Set the liballegro-dbg package's priority to extra.
    + Set policy to 3.6.1.0.
    + Wrote more meaningful long descriptions (Closes: #209740).

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Thu,  2 Oct 2003 14:53:28 +0200

allegro4 (2:4.0.3-9) unstable; urgency=low

  * debian/control:
    + Set policy to 3.6.0.
  * docs/makedoc:
    + Included this utility in the liballegro-dev package as allegro-makedoc
      (Closes: #201185).
    + Wrote a manpage for allegro-makedoc.

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

allegro4 (2:4.0.3-8) unstable; urgency=low

  * debian/control:
    + Added a new liballegro4a-dbg package containing the debug library.
    + Added newlines in a couple of long descriptions.
  * debian/rules:
    + Activated compilation of the debug library.
    + Added dh_clean -k to the install rule to make it idempotent.
    + Updated the shlibs dependency.
  * configure.in, aclocal.m4:
    + Removed the -s linker flag. We use dh_strip instead.
  * src/i386/icpu.c:
    + Disabled the Cyrix check in debug mode, because valgrind does not
      support this opcode sequence.
  * src/datafile.c:
    + Backported a patch from the WIP tree that fixes initialisation of
      bitmaps stored within the program.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Sat, 28 Jun 2003 05:48:39 +0200

allegro4 (2:4.0.3-7) unstable; urgency=low

  * examples/*: set the proper path to the data in example programs.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Tue, 24 Jun 2003 13:07:01 +0200

allegro4 (2:4.0.3-6) unstable; urgency=low

  * debian/rules:
    + Argh, Allegro installs the .so file as the real library, and the .so.x.y
      file as the symlink! This lead to a major breakage since the library
      ended in the -dev package (Closes: #197560).

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Mon, 16 Jun 2003 01:20:00 +0200

allegro4 (2:4.0.3-5) unstable; urgency=low

  * debian/rules:
    + Use the -s flag instead of -a so that debhelper properly handles the
      i386-only plugin package.
    + Cleaned up some of the rules.
    + Added magic to avoid autoconf timestamp issues.
  * Moved the .so link to the -dev package.
  * The liballegro-doc package now contains all the development manual pages.

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

allegro4 (2:4.0.3-4) unstable; urgency=low

  * debian/rules:
    + Do not call dh_makeshlibs with -V alone because our API/ABI is consistent
      since at least 4.0.2-1, so that packages built with newer versions do not
      have a useless dependency and work with older versions of the allegro
      packages.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Thu, 12 Jun 2003 15:09:31 +0200

allegro4 (2:4.0.3-3) unstable; urgency=low

  * Added the static libraries to the build (Closes: #196175).
  * debian/control:
    + Created the liballegro4a-plugin-esd, liballegro4a-plugin-arts and
      liballegro4a-plugin-svgalib plugin packages.
    + Set policy to 3.5.10.
    + Added libarts1-dev to the build dependencies.
    + Removed the automake1.4 build dependency.
  * debian/rules:
    + "binary-indep" depends on "build".
    + We now build the artsdigi plugin.
    + We no longer regenerate the configure file.
    + Made the build rule idempotent by replacing "ln -s" with "ln -sf".
    + Removed the svgalib substvars hack which is now unneeded since the
      svgalib plugin is in a separate package.
  * Removed the lintian override file because we no longer call ldconfig in
    postinst/postrm.
  * Fixed spelling in debian/allegro-config.1 and debian/allegro-examples.1.
  * Removed the all-demo wrapper and fixed the data location directly within
    the program.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Sat,  7 Jun 2003 17:46:36 +0200

allegro4 (2:4.0.3-2) unstable; urgency=medium

  * Fixed a race condition in src/mixer.c that was causing crashes on SMP
    systems (Closes: #192128).

 -- Samuel Hocevar <sam@zoy.org>  Tue, 13 May 2003 02:53:22 +0200

allegro4 (2:4.0.3-1) unstable; urgency=low

  * New upstream release.
  * New maintainer (Closes: #158142).
  * Fixed a minor typo in allegro-config(1) (Closes: #141076).
  * Ditto in postinst and prerm (Closes: #177054).
  * Release includes a fix for the svgalib/atexit issue (Closes: #187770).
  * Set policy to 3.5.9.0.
  * Moved allegro-examples datafiles to /usr/share instead of /usr/lib.
  * Did not build the arts plugin because of heavy dependencies.

 -- Samuel Hocevar <sam@zoy.org>  Thu,  5 May 2003 01:18:27 +0200

allegro4 (2:4.0.2-1.1) unstable; urgency=low

  * NMU
  * Update build-depends to automake1.4. (Closes: #166384)

 -- Eric Dorland <eric@debian.org>  Sat, 23 Nov 2002 19:51:52 -0500

allegro4 (2:4.0.2-1) unstable; urgency=low

  * New upstream release
  * In-place ABI transtition to asm-optimised version
    - more drivers
    - updated shlibs
    - changed liballegro4 to liballegro4a

 -- Eduard Bloch <blade@debian.org>  Thu, 22 Aug 2002 18:48:22 +0200

allegro4 (2:4.0.1-2) unstable; urgency=low

  * Changed the location of source.tgz while creating it. Fixes build problems
    on systems with touchy tar implementations, closes: #147234

 -- Eduard Bloch <blade@debian.org>  Fri, 17 May 2002 10:23:21 +0200

allegro4 (2:4.0.1-1) unstable; urgency=low

  * New upstream release

 -- Eduard Bloch <blade@debian.org>  Tue, 19 Mar 2002 01:59:03 +0100

allegro4 (2:4.0.0-1) unstable; urgency=low

  * New upstream release - the official stable
  * Cleanup - this release is for Woody
  * Removing my hacks used to distinguish the library and compiler version,
    fixed in upstream source.
  * Increasing Epoch to get rid of the ugly version names

 -- Eduard Bloch <blade@debian.org>  Fri, 18 Jan 2002 00:44:10 +0100

allegro3940 (1:3940.1-3) unstable; urgency=low

  * xlibs-pic is finally there ;) Enabling in control, rules.
  * cleaned up with BASHism in rules
  * misc/deplib.sh: reverted change in the linker call - should work with
    xlibs-pic on all architectures now. Closes: Bug#122897
  * liballegro-doc: examples now tar'ed, dropped PS version for disk space
    reason. Reference to web versions documented in liballegro-doc.README.Debian.

 -- Eduard Bloch <blade@debian.org>  Thu,  6 Dec 2001 00:15:15 +0100

allegro3940 (1:3940.1-2) unstable; urgency=low

  * modified configure.in to disable -fomit-frame-pointer on i386/gcc-3
    - removing explicit Build-Depends on gcc-2.95
  * Removed xlibs-pic from the list of alternatives, some build daemons sucked
    on interpreting it. Since Branden needs to long to make xlibs-pic ready,
    no DGA output is possible in the meantime. Closes: #121828

 -- Eduard Bloch <blade@debian.org>  Fri, 30 Nov 2001 11:36:40 +0100

allegro3940 (1:3940.1-1) unstable; urgency=low

  * fixed build-depends, too much copy&paste-work... (Closes: #120901)
  * removed auto-generated crap from upstream source

 -- Eduard Bloch <blade@debian.org>  Sat, 24 Nov 2001 17:20:48 +0100

allegro3940 (1:3940-1) unstable; urgency=low

  * New upstream release
  * preparing for xlibs-pic:
    - hacked autoconf files to use xlibs-pic, building accelerated drivers for
      all architectures.
    - rules, control, checkpic.sh: prepared building with xlibs-pic
  * removed ALSA support, the things are too unstable for me
  * droped -xp-dev and -dev-common, the plugins give us enough binary
    independency
  * enabled few Linux specific console drivers on i386, which would not break
    binary compatibility

 -- Eduard Bloch <blade@debian.org>  Tue, 20 Nov 2001 23:18:10 +0100

allegro3939 (1:3939-2) unstable; urgency=low

  * fixed Build-Dependencies, accidentely f***ed up while trying to force a
    working gcc-3.0 version. gcc-3.0 is still broken on i386. Closes: #117066

 -- Eduard Bloch <blade@debian.org>  Fri, 26 Oct 2001 18:26:06 +0200

allegro3939 (1:3939-1) unstable; urgency=low

  * new upstream release. Spawning a new branch, 3938 will go soon.

 -- Eduard Bloch <blade@debian.org>  Thu,  4 Oct 2001 15:09:34 +0200

allegro3938 (1:3938-2) unstable; urgency=low

  * disabled ALSA plugin. Breaks autodetection of the midi driver.
  * removed double dependencies from allegro-demo and allegro-examples. I guess
    I was using broken debhelper when I wrote the control file :((

 -- Eduard Bloch <blade@debian.org>  Wed, 19 Sep 2001 20:01:36 +0200

allegro3938 (1:3938-1) unstable; urgency=low

  * new upstream release. New branch spawned.

 -- Eduard Bloch <blade@debian.org>  Mon, 17 Sep 2001 19:10:29 +0200

allegro3937 (1:3937-7) unstable; urgency=low

  * set Priorities manually, everything optional, -xp-dev extra
  * reorganisation: only liballegro3.9.37 has a branch specific name

 -- Eduard Bloch <blade@debian.org>  Sun, 26 Aug 2001 22:45:59 +0200

allegro3937 (1:3937-6) unstable; urgency=low

  * Changed priority, closes: #110124
  * fixed typo in checkpic.sh
  * updated Standards-Version

 -- Eduard Bloch <blade@debian.org>  Sun, 26 Aug 2001 13:09:46 +0200

allegro3937 (1:3937-5) unstable; urgency=low

  * used /bin/sh to invoke checkpic.sh <ashamed>

 -- Eduard Bloch <blade@debian.org>  Thu, 16 Aug 2001 23:21:03 +0200

allegro3937 (1:3937-4) unstable; urgency=low

  * fixed depmod.sh, esd plugin compiles without non-PIC code
  * checkpic.sh, wrapper for configure, looks for the right compiler
    and allows DGA if working (non-PIC-libXxf86dga issue)

 -- Eduard Bloch <blade@debian.org>  Thu, 16 Aug 2001 13:28:01 +0200

allegro3937 (1:3937-3) unstable; urgency=low

  * Removed spline.3.gz from -dev-common, Closes: #107097

 -- Eduard Bloch <blade@debian.org>  Sun, 29 Jul 2001 16:55:08 +0200

allegro3937 (1:3937-2) unstable; urgency=low

  * perl hack to remove wrong deps on != i386, Closes: #106153

 -- Eduard Bloch <blade@debian.org>  Mon, 23 Jul 2001 18:22:22 +0200

allegro3937 (1:3937-1) unstable; urgency=low

  * To FTP maintainers: Please allow this packages to go into frozen, this
    release fixes serious bugs in previous allegro series.
  * new upstream WIP release, new branch of Allegro packages:
    various bugfixes, for midi slowdown bug among others
  * set Build-Dependency on gcc-2.95 for i386, gcc-3.0 misscompiles on this
    architecture. Included a query to use the right compiler.
  * no dga, no dga2, no vidmode, no esddigi - trouble with non-PIC code in
    these libraries, waiting for fixes in them (or for my upstream to create a
    workaround in Allegro)
  * creating -dev package for dynamic linking again, useless to separate them
  * removed config.c-patch, fixed in upstream release (see CHANGES)

 -- Eduard Bloch <blade@debian.org>  Sun, 15 Jul 2001 17:05:17 +0200

allegro3936 (1:3936-5) unstable; urgency=low

  * disabled assembler optimisation on i386, making binary sizes smaller
  * removed dh_upx calls - quite useless with this small binaries
  * set gcc-2.95 to Build-Depends since gcc-3.0 may miscompile
  * a user reported instability of the dga2 driver on alpha, disabling dga*

 -- Eduard Bloch <blade@debian.org>  Fri,  8 Jun 2001 18:51:18 +0200

allegro3936 (1:3936-4) unstable; urgency=low

  * fixed Depends: (still wondering why debhelper didn't break
    the last time and warned me while building), Closes: #98930
  * Changed sections to describe the function better

 -- Eduard Bloch <blade@debian.org>  Sun, 27 May 2001 19:05:59 +0200

allegro3936 (1:3936-3) unstable; urgency=low

  * added Conflicts: to -dev-common, preventing clashes with old
    liballegro-dev packages
  * rules uses the veryclean rule and (hopefully) always removes other garbage
  * -demo: changed locations to make it FHS compliant
  * -examples:
    - changed locations to make it FHS compliant
    - droped unuseable examples
  * -doc: dropped dvi file (did anyone really need it?)

 -- Eduard Bloch <blade@debian.org>  Sat, 26 May 2001 09:49:06 +0200

allegro3936 (1:3936-2) unstable; urgency=low

  * changed rules for -dev and -xp-dev in order not to remove
    allegro-config but other executables
  * fixed typo in rules, Closes: #98486
  * minor cosmetical changes in manpages

 -- Eduard Bloch <blade@debian.org>  Wed, 23 May 2001 12:20:09 +0200

allegro3936 (1:3936-1) unstable; urgency=low

  * new upstream release, Closes: #97322
  * changed naming convention, changed strategy. Static libs are no
    longer in sync with the shared library because of lacking ABI
    compatibility
  * new packages: liballegro*-xp-dev, liballegro*-dev-common
  * moved allegro.cfg to doc directory to avoid the clash with older releases
  * hacked digmid.c to use Debian's timidity-patches as default

 -- Eduard Bloch <blade@debian.org>  Mon, 21 May 2001 18:00:49 +0200

allegro (1:3935pre1-7) unstable; urgency=low

  * disabled svgalib
  * this is definitely the last package of 3935pre1 series, prefert the
    newer ones

 -- Eduard Bloch <blade@debian.org>  Mon, 21 May 2001 17:59:21 +0200

allegro (1:3935pre1-6) unstable; urgency=low

  * svgalib disabled on !i386, changed Build-Depends. Closes: #93495
  * patched deplib.sh so library is compiled with soname, resolved
    shlibs problems
  * typos in previous changelog entry:
    disabled dga driver until it is fixed, Closes: #90250

 -- Eduard Bloch <blade@debian.org>  Wed, 11 Apr 2001 00:03:04 +0200

allegro (1:3935pre1-5) unstable; urgency=low

  * default config has new path to timidity-patches. potato-downgraders have to change back manually, sorry.
  * creating shlibs manually, dh_makeshlibs fails because of unknown soname. Closes: #91277
  * disabled dga driver until it is fixed, Closes #90250

 -- Eduard Bloch <blade@debian.org>  Mon,  9 Apr 2001 08:24:51 +0200

allegro (1:3935pre1-4) unstable; urgency=low

  * new manpages, no longer using installman(pages)
  * added build-depends, removed undocumented manpages, should be lintian-clean and policy-conform now
  * build-depends corrected, Closes: #90321

 -- Eduard Bloch <blade@debian.org>  Sat, 24 Mar 2001 13:00:00 +0100

allegro (1:3935pre1-3) unstable; urgency=low

  * b-d again. Appeasing broken autobuilders.

 -- Eduard Bloch <blade@debian.org>  Sat, 17 Feb 2001 11:56:09 +0100

allegro (1:3935pre1-2) unstable; urgency=low

  * changed Build-Depends again. Ugly sollution, anyways. Closes: #83223

 -- Eduard Bloch <blade@debian.org>  Sun, 11 Feb 2001 16:49:33 +0100

allegro (1:3935pre1-1) unstable; urgency=low

  * new WIP version. package name will remain until compability issues are resolved. Changed description in README.Debian
  * CVS date no longer stored in the package name, but epoch changed to make sure that apt works

 -- Eduard Bloch <blade@debian.org>  Sat,  3 Feb 2001 11:47:02 +0100

allegro (20010121-2) unstable; urgency=low

  * changing build depends, Closes: #83223

 -- Eduard Bloch <blade@debian.org>  Fri, 26 Jan 2001 22:08:21 +0100

allegro (20010121-1) unstable; urgency=low

  * new upstream release
  * the idea with several versions is frozen until Allegro supports dynamical loading of drivers
  * added more Build-Depends
  * included svgalib-dummyg1 as alternative to svgalibg1, Closes: #81605

 -- Eduard Bloch <blade@debian.org>  Sun, 21 Jan 2001 10:01:28 +0100

allegro (20010112-1) unstable; urgency=low

  * new upstream release
  * this version is not to be released officialy
  * added more Build-Depends
  * creating 2 additional versions of the library allegro: tiny-x, tiny-con

 -- Eduard Bloch <blade@debian.org>  Fri, 12 Jan 2001 23:17:23 +0100

allegro (20010101-1) unstable; urgency=low

  * updated CVS version.
  * added a platform check for configure. now, no linux-console drivers will be build on non-i386, but it will compile!
  * disabled some unstable drivers: ggi, alsadigi, alsamidi.
  * modified demo to work without midi sound, sending a patch to Shawn.
  * Installing docs/thanks._tx to show some credits in the demo
  * ALSA user have to install OSS emulation, I won't compile with ALSA drivers since the API changes to often, IMHO
  * added more Build-Depends, but texi2dvi still freezes on potato without tetex-nonfree
  * got permission from Shawn and added defaults.cfg file to timidity-patches. Added Suggests: field.

 -- Eduard Bloch <blade@debian.org>  Mon,  1 Jan 2001 19:29:04 +0100

allegro (20001223-2) unstable; urgency=low

  * better comments and warnings in allegro.cfg
  * fixed a serious bug in configuration parser, reporting to upstream
  * changed Debian section of allegro-demo, fixed wrapper script
  * installing source of test+setup programs in examples directory (doc package)
  * installing example+test binaries in a new package, see allegro-examples.README
  * demo changes, installed docs/thanks._tx to show the authors. Sorting function fails now, no idea how to fix this.

 -- Eduard Bloch <blade@debian.org>  Mon, 25 Dec 2000 09:36:45 +0100

allegro (20001223-1) unstable; urgency=low

  * Updated CVS version. Since my allegro packages are repackaged from scratch, previous bugs are irrelevant, so...
  * Closes: #76459
  * Closes: #75373
  * Closes: #75374
  * dh_makeshlibs enabled, seems to work now (Closes: #80224)
  * allegro.cfg installed in /etc. Will try to configure it via debconf later.

 -- Eduard Bloch <blade@debian.org>  Sat, 23 Dec 2000 23:07:59 +0100

allegro (20001217-1) unstable; urgency=low

  * Updated CVS version.

 -- Eduard Bloch <blade@debian.org>  Sun, 17 Dec 2000 02:19:18 +0100

allegro (20001118-1) unstable; urgency=low

  * Initial Release. Used the CVS version, it seemed to be the most stable.

 -- Eduard Bloch <blade@debian.org>  Sun, 17 Dec 2000 02:18:46 +0100