File: changelog

package info (click to toggle)
haxe 1%3A4.3.6-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 46,180 kB
  • sloc: ml: 137,199; ansic: 2,448; makefile: 456; java: 386; cs: 336; cpp: 318; python: 318; sh: 75; objc: 64; php: 50; xml: 31; javascript: 11
file content (685 lines) | stat: -rw-r--r-- 20,807 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
haxe (1:4.3.6-3) unstable; urgency=medium

  * Fix changelog of 1:4.3.6-2. (Closes: #1082569, #1093103)

 -- Andy Li <andy@onthewings.net>  Sun, 09 Feb 2025 21:36:28 +0000

haxe (1:4.3.6-2) unstable; urgency=medium

  * Add ocaml5.3.patch for compatibility with OCaml 5.3.
    (Closes: #1082569, #1093103)

 -- Andy Li <andy@onthewings.net>  Sun, 09 Feb 2025 01:46:34 +0000

haxe (1:4.3.6-1) unstable; urgency=medium

  * New upstream version.
  * Add makefile-haxelib.patch to build haxelib with proper flags.
  * Strip haxelib, which is now a proper binary.
  * Bump Standards-Version to 4.7.0 (no changes).

 -- Andy Li <andy@onthewings.net>  Sun, 18 Aug 2024 05:59:19 +0100

haxe (1:4.3.4-2) unstable; urgency=medium

  * Add mbedtls3.patch from upstream (Closes: #1075827).

 -- Andy Li <andy@onthewings.net>  Sat, 06 Jul 2024 08:52:59 +0100

haxe (1:4.3.4-1) unstable; urgency=medium

  * New upstream version.

 -- Andy Li <andy@onthewings.net>  Fri, 22 Mar 2024 17:30:43 +0000

haxe (1:4.3.3-1) unstable; urgency=medium

  * New upstream version.

 -- Andy Li <andy@onthewings.net>  Sat, 18 Nov 2023 14:20:38 +0000

haxe (1:4.3.2-1) unstable; urgency=medium

  * New upstream version.
  * Fix d/watch.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.

 -- Andy Li <andy@onthewings.net>  Sat, 16 Sep 2023 11:00:21 +0000

haxe (1:4.3.1-1) unstable; urgency=medium

  * New upstream version.
  * Bump Standards-Version to 4.6.2 (no changes).

 -- Andy Li <andy@onthewings.net>  Sun, 23 Jul 2023 11:08:36 +0000

haxe (1:4.2.5-1) unstable; urgency=medium

  * New upstream version.
  * Update d/rules get-orig-source to use python3.
  * Update d/copyright about extlib(-leftovers) and xml-light (removed).
  * Update d/watch to version 4.
  * Bump Standards-Version to 4.6.1 (no changes).

 -- Andy Li <andy@onthewings.net>  Mon, 05 Sep 2022 21:44:54 +0800

haxe (1:4.2.4-1) unstable; urgency=medium

  * New upstream version.

 -- Andy Li <andy@onthewings.net>  Sat, 27 Nov 2021 15:25:32 +0800

haxe (1:4.2.3-1) experimental; urgency=medium

  * New upstream version.

 -- Andy Li <andy@onthewings.net>  Sat, 03 Jul 2021 17:57:10 +0800

haxe (1:4.2.2-1) experimental; urgency=medium

  * New upstream version.
  * Update d/watch.

 -- Andy Li <andy@onthewings.net>  Mon, 07 Jun 2021 16:53:59 +0800

haxe (1:4.2.1-1) experimental; urgency=medium

  * New upstream version.

 -- Andy Li <andy@onthewings.net>  Sat, 27 Feb 2021 15:43:18 +0800

haxe (1:4.2.0-1) experimental; urgency=medium

  * New upstream version.

 -- Andy Li <andy@onthewings.net>  Fri, 12 Feb 2021 12:57:25 +0800

haxe (1:4.1.5-1) unstable; urgency=medium

  * New upstream version.

 -- Andy Li <andy@onthewings.net>  Tue, 05 Jan 2021 22:45:12 +0800

haxe (1:4.1.4-1) unstable; urgency=medium

  * New upstream version.

 -- Andy Li <andy@onthewings.net>  Sun, 20 Sep 2020 23:24:55 +0800

haxe (1:4.1.3-1) unstable; urgency=medium

  * New upstream version.

 -- Andy Li <andy@onthewings.net>  Thu, 23 Jul 2020 21:47:29 +0800

haxe (1:4.1.2-1) unstable; urgency=medium

  * New upstream version.

 -- Andy Li <andy@onthewings.net>  Sat, 20 Jun 2020 12:57:44 +0800

haxe (1:4.1.1-1) unstable; urgency=medium

  * New upstream version.
  * Remove version.ml.diff patch, which was integrated in this
    version already.
  * Bump Standards-Version to 4.5.0 (no changes).

 -- Andy Li <andy@onthewings.net>  Mon, 25 May 2020 11:43:10 +0800

haxe (1:4.1.0-1) unstable; urgency=medium

  * New upstream version.
  * Add version.ml.diff patch to avoid usage of git during build.
  * Update d/rules.
  * Bump debhelper compat to 10.

 -- Andy Li <andy@onthewings.net>  Thu, 21 May 2020 09:57:13 +0800

haxe (1:4.0.5-1) unstable; urgency=medium

  * New upstream version.

 -- Andy Li <andy@onthewings.net>  Wed, 18 Dec 2019 03:29:59 +0800

haxe (1:4.0.3-1) unstable; urgency=medium

  * New upstream version.

 -- Andy Li <andy@onthewings.net>  Fri, 29 Nov 2019 23:31:54 +0800

haxe (1:4.0.2-1) unstable; urgency=medium

  * New upstream version.

 -- Andy Li <andy@onthewings.net>  Tue, 12 Nov 2019 12:37:34 +0800

haxe (1:4.0.1-1) unstable; urgency=medium

  * New upstream version.
    + Safe-strings compatible (Closes: #939961).
  * Remove camlp5.diff, which is no longer needed.
  * Bump Standards-Version to 4.4.1 (no changes).

 -- Andy Li <andy@onthewings.net>  Sun, 10 Nov 2019 21:25:41 +0800

haxe (1:3.4.7-2) unstable; urgency=medium

  * Add camlp5.diff that replaces camlp4 with camlp5 (#933722).
  * Use https for Homepage.
  * Bump Standards-Version to 4.4.0 (no changes).

 -- Andy Li <andy@onthewings.net>  Mon, 12 Aug 2019 10:38:36 +0800

haxe (1:3.4.7-1) unstable; urgency=low

  * New upstream version.
  * Bump Standards-Version to 4.1.3 (no changes).

 -- Andy Li <andy@onthewings.net>  Mon, 26 Mar 2018 09:55:24 +0800

haxe (1:3.4.4-2) unstable; urgency=low

  * Use dh_ocaml for ocamlopt detection.
  * Remove redundant ocaml-best-compilers, ocaml-native-compilers depends.
  * Add dh_missing.
  * Add autopkgtest support.

 -- Andy Li <andy@onthewings.net>  Tue, 21 Nov 2017 15:30:27 +0800

haxe (1:3.4.4-1) unstable; urgency=medium

  * New upstream version.
    + Fix flash target broken when compiled with OCaml 4.05.
  * Bump Standards-Version to 4.1.1 (no changes).
  * Update d/rules to use /usr/share/dpkg/pkg-info.mk to get source version.
  * Update d/watch to use the GitHub latest release page to avoid getting
    pre-release version.

 -- Andy Li <andy@onthewings.net>  Mon, 09 Oct 2017 09:50:21 +0800

haxe (1:3.4.3-1) unstable; urgency=low

  * New upstream version.
  * Remove hardening-* lintian overrides.
  * Bump Standards-Version to 4.1.0 (no changes).

 -- Andy Li <andy@onthewings.net>  Mon, 25 Sep 2017 13:38:07 +0800

haxe (1:3.4.2-1) unstable; urgency=low

  * New upstream version.
  * Fix d/watch.

 -- Andy Li <andy@onthewings.net>  Thu, 23 Mar 2017 10:39:18 +0800

haxe (1:3.4.0-1) unstable; urgency=low

  * New upstream version.
    + Depends on PCRE.
    + There is no bundled jQuery source file, thus, remove +dfsg tag.
    + Remove dependencies of libjs-jquery and libjs-swfobject.
    + Remove upstream applied patch.
    + Update d/copyright.
  * Update d/watch and get-orig-source target (no +dfsg).
  * Bump Standards-Version to 3.9.8 (no changes).

 -- Andy Li <andy@onthewings.net>  Thu, 02 Feb 2017 09:27:56 +0800

haxe (1:3.2.1+dfsg-1) unstable; urgency=low

  * New upstream version.

 -- Andy Li <andy@onthewings.net>  Wed, 14 Oct 2015 10:42:48 +0800

haxe (1:3.2.0+dfsg-1) unstable; urgency=low

  * Adopt package (Closes: #799151).
    + Set maintainer to myself.
  * Set Vcs-* fields to Haxe Foundation haxe-debian git repo.
  * New upstream version.
    + Update neko version dependency.
  * Remove outdated and discontinued emacs haxe mode.
  * Clean up copyright.
    + Remove entries of removed files.
  * Update d/watch and get-orig-source target
    + Create tar manually to include git submodules.

 -- Andy Li <andy@onthewings.net>  Wed, 26 Aug 2015 15:01:06 +0800

haxe (1:3.0.0~svn6707+dfsg-1) unstable; urgency=medium

  * Adopt as Debian Flash Team (Closes: #742052).
    + Set maintainer to Debian Flash team, add myself to uploaders.
  * Set Vcs-* fields to updated collab-maint git repo.
  * Replace jquery-latest.min.js and swfobject.js with symlinks to system ones.
    + Remove sourceless files from upstream tarball (Closes: #736596).
    + Add libjs-jquery and libjs-swfobject runtime dependencies.
  * Convert d/copyright to format 1.0, thanks cme.
    + Add Files-Excluded to remove sourceless files.
  * Bump Standards-Version to 3.9.6 (no changes).
  * Move d/watch check to github, add get-orig-source target.

 -- Gabriele Giacone <1o5g4r8o@gmail.com>  Tue, 19 May 2015 19:00:57 +0200

haxe (1:3.0.0~svn6707-4) unstable; urgency=low

  * QA upload.
  * debian/haxe.install: Fix typo that resulted in misplaced .el files.
  * debian/rules: Comment out chmod call specifying odd /usr/lib permissions.

 -- Aaron M. Ucko <ucko@debian.org>  Fri, 26 Jul 2013 21:26:38 -0400

haxe (1:3.0.0~svn6707-3) unstable; urgency=low

  * QA upload.
  * Upload to unstable.
  * Bytecompiling builds all archs. (Closes: #621890).

 -- Barry deFreese <bdefreese@debian.org>  Fri, 26 Jul 2013 09:04:49 -0400

haxe (1:3.0.0~svn6707-2) experimental; urgency=low

  * QA upload.
  * Bytecompile everything.

 -- Barry deFreese <bdefreese@debian.org>  Tue, 23 Jul 2013 11:05:26 -0400

haxe (1:3.0.0~svn6707-1) experimental; urgency=low

  * QA upload.
    + Set maintainer to Debian QA Group <packages@qa.debian.org>.
  * New upstream release.
  * Use upstream Makefile to build.
  * Make VCS tags canonical.
  * Fix grammar errors in manpages.
  * Add watch file.
  * Bump debhelper build-dep and compat to 9.
    + Convert rules to simple dh style.
  * Bump Standards Version to 3.9.4.

 -- Barry deFreese <bdefreese@debian.org>  Thu, 18 Jul 2013 13:24:29 -0400

haxe (1:2.7+20110131-3) unstable; urgency=low

  * Fix linking so that it works with multiarch-enabled zlib by simply
    passing -lz to the ocaml compiler, thanks to Steve Langasek.
    (Closes: #622853)
  * Include a small test case to sanity-check the build.

 -- Jens Peter Secher <jps@debian.org>  Sat, 16 Apr 2011 15:01:20 +0200

haxe (1:2.7+20110131-2) unstable; urgency=low

  * Updated man page and bash comletion to include new macro options.

 -- Jens Peter Secher <jps@debian.org>  Sun, 06 Feb 2011 22:27:47 +0100

haxe (1:2.7+20110131-1) experimental; urgency=low

  * New upstream version.
  * Install standard library in /usr/share/haxe/std to cater for the haXe
    executable mangling of the class path: the path has to end in /std.
  * Include the upstream repository in Debian version to allow updating
    the upstream tarball.

 -- Jens Peter Secher <jps@debian.org>  Tue, 01 Feb 2011 00:29:31 +0100

haxe (1:2.6-1) experimental; urgency=low

  * New upstream version, which uses new features not present in the
    Debian version of ocaml extlib (see #596622), so reverting part of
    #519630 by using newest version of extlib directly from Motion-Twin
    CVS.
  * Bumped Standards-Version to 3.9.1, no changes.

 -- Jens Peter Secher <jps@debian.org>  Wed, 15 Sep 2010 21:42:56 +0200

haxe (1:2.5-1) unstable; urgency=low

  * New upstream version, taken from new upstream subversion repository.

 -- Jens Peter Secher <jps@debian.org>  Sun, 31 Jan 2010 23:08:43 +0100

haxe (1:2.4-4) unstable; urgency=low

  * Converted to dpkg-source format 3.0 (quilt).
  * Use mercurial-buildpackage for repository maintenance, so old
    repository does not exist any more.

 -- Jens Peter Secher <jps@debian.org>  Sun, 31 Jan 2010 22:37:10 +0100

haxe (1:2.4-3) unstable; urgency=low

  * Rebuild because the i386 had broken dependencies on neko.

 -- Jens Peter Secher <jps@debian.org>  Sat, 14 Nov 2009 11:29:58 +0100

haxe (1:2.4-2) unstable; urgency=low

  * Reinclude haxe-mode for Emacs after fixing emacs23 problem.
  * Depend on neko because haxelib and haxedoc need the libraries.
  * Bumped Standards-Version to 3.8.3, no change.

 -- Jens Peter Secher <jps@debian.org>  Tue, 08 Sep 2009 15:43:54 +0200

haxe (1:2.4-1) unstable; urgency=low

  * New upstream version (CVS 2009-08-01).
  * Removed obsolete parts of the copyright file now that ExtLib is
    not included anymore.
  * Included patch for Ubuntu location of zlib, thanks to Alessio Treglia.
    (Closes: #533159)
  * Removed haxe-mode to get it into its own package.
    (Closes: #521222)
  * Included new commands in bash_completion.
  * Removed obsolete Lintian overrides.
  * Bumped Standards-Version to 3.8.2, no change.

 -- Jens Peter Secher <jps@debian.org>  Mon, 03 Aug 2009 21:29:45 +0200

haxe (1:2.3-1~bpo40+1) etch-backports; urgency=low

  * Backport to Lenny, adapt to old ocaml and debhelper 5.

 -- Jens Peter Secher <jps@debian.org>  Mon, 15 Jun 2009 21:40:08 +0200

haxe (1:2.3-1~bpo50+1) lenny-backports; urgency=low

  * Backport to Lenny, adapt to old camlp4.

 -- Jens Peter Secher <jps@debian.org>  Thu, 28 May 2009 20:06:08 +0200

haxe (1:2.3-1) unstable; urgency=low

  * New upstream version.
  * Remove patch ocaml-3.11-compile.diff because it is included upstream.
  * Bumped debhelper version to 7.
  * Updated the haxe manpage.

 -- Jens Peter Secher <jps@debian.org>  Mon, 25 May 2009 22:05:05 +0200

haxe (1:2.2-2) unstable; urgency=low

  * Use ocamlfind to locate and use the libraries xml-light and extlib
    which already exist in Debian as separate packages.
    (Closes: #519630)
  * Fixed compile error with camlp4 3.11, thanks to Stéphane Glondu.
    (Closes: #519627)
  * Use quilt instead of dpatch for patches, and describe how to use
    quilt in Debian.source (thanks to Russ Allbery).
  * Added a Vcs-Hg control filed to indicate the location of the public
    repository.
  * Bumped Standards-Version to 3.8.1.

 -- Jens Peter Secher <jps@debian.org>  Wed, 18 Mar 2009 23:09:50 +0100

haxe (1:2.2-1) experimental; urgency=low

  * New upstream release.
  * Updated install scripts to include OCaml optimisations.
  * Updated man page to include swf9 option.
  * Fixed broken bash completion.

 -- Jens Peter Secher <jps@debian.org>  Sun, 14 Dec 2008 18:22:19 +0100

haxe (1:2.1-1) experimental; urgency=low

  * Fixed build failure when using byte-code version of ocaml.
    (Closes: #501538)
  * Synchronise with 2.1 release.

 -- Jens Peter Secher <jps@debian.org>  Thu, 09 Oct 2008 21:30:03 +0200

haxe (1:2.0.1-1) experimental; urgency=low

  * Newest CVS checkout for experimental.
  * Build against neko 1.8.0.

 -- Jens Peter Secher <jps@debian.org>  Sun, 05 Oct 2008 11:24:49 +0200

haxe (1:2.0-1~bpo40+1) etch-backports; urgency=low

  * Backport to Etch, which requires dropping the dependency on camlp4
    and lowering dependency on emacs22 to emacs21.

 -- Jens Peter Secher <jps@debian.org>  Sun, 03 Aug 2008 14:28:20 +0200

haxe (1:2.0-1) unstable; urgency=low

  * New upstream release.

 -- Jens Peter Secher <jps@debian.org>  Thu, 31 Jul 2008 13:44:35 +0200

haxe (1:1.19-3) unstable; urgency=low

  * Remove bashism in script.
    (Closes: #484390)
  * Upgrade to Policy 3.8.0 by including a README.source explaining how to
    use dpatch.

 -- Jens Peter Secher <jps@debian.org>  Sun, 15 Jun 2008 11:04:09 +0200

haxe (1:1.19-2~bpo40+1) etch-backports; urgency=low

  * Backport to Etch, which requires dropping the dependency on camlp4.

 -- Jens Peter Secher <jps@debian.org>  Sat, 17 May 2008 15:08:08 +0200

haxe (1:1.19-2) unstable; urgency=low

  * Remove bashism in script.
    (Closes: #477202)

 -- Jens Peter Secher <jps@debian.org>  Sat, 26 Apr 2008 11:31:11 +0200

haxe (1:1.19-1) unstable; urgency=low

  * New upstream release.

 -- Jens Peter Secher <jps@debian.org>  Thu, 10 Apr 2008 21:47:44 +0200

haxe (1:1.18-1~bpo40+1) etch-backports; urgency=low

  * Backport to Etch, which requires dropping the dependency on camlp4.

 -- Jens Peter Secher <jps@debian.org>  Sat, 01 Mar 2008 12:32:55 +0100

haxe (1:1.18-1) unstable; urgency=low

  * New upstream release.

 -- Jens Peter Secher <jps@debian.org>  Tue, 26 Feb 2008 19:55:05 +0100

haxe (1:1.17-1~bpo40+2) etch-backports; urgency=low

  * Rebuild with fixed neko backport to get dependency right.

 -- Jens Peter Secher <jps@debian.org>  Tue, 05 Feb 2008 22:10:39 +0100

haxe (1:1.17-1~bpo40+1) etch-backports; urgency=low

  * Backport to Etch, which requires dropping the dependency on camlp4.

 -- Jens Peter Secher <jps@debian.org>  Tue, 05 Feb 2008 22:10:39 +0100

haxe (1:1.17-1) unstable; urgency=low

  * New upstream release.
  * Added a bash completion specification.
  * Bumped Standards-Version to 3.7.3.

 -- Jens Peter Secher <jps@debian.org>  Mon, 14 Jan 2008 23:17:46 +0100

haxe (1:1.16-1~bpo40+1) etch-backports; urgency=low

  * Backport to Etch, which requires dropping the dependency on camlp4.

 -- Jens Peter Secher <jps@debian.org>  Mon, 19 Nov 2007 21:31:56 +0100

haxe (1:1.16-1) unstable; urgency=low

  * New upstream release.

 -- Jens Peter Secher <jps@debian.org>  Wed, 07 Nov 2007 22:15:33 +0100

haxe (1:1.15-2) unstable; urgency=low

  * Make sure there is a Caml Preprocessor & Pretty Printer (camlp4) when
    building.
    (Closes: #441510)

 -- Jens Peter Secher <jps@debian.org>  Mon, 10 Sep 2007 23:18:51 +0200

haxe (1:1.15-1) unstable; urgency=low

  * New upstream release.

 -- Jens Peter Secher <jps@debian.org>  Wed, 29 Aug 2007 21:28:45 +0200

haxe (1:1.14-3) unstable; urgency=low

  * The bytecode compiler should have the same name as the native
    compiler, which fixes FTBFS on S390, M68k, Arm, and MIPS.

 -- Jens Peter Secher <jps@debian.org>  Sun, 29 Jul 2007 15:07:57 +0200

haxe (1:1.14-2) unstable; urgency=low

  * Use $CURDIR everywhere in debian/rules.
    (Closes: #435026)

 -- Jens Peter Secher <jps@debian.org>  Sun, 29 Jul 2007 01:11:06 +0200

haxe (1:1.14-1) unstable; urgency=low

  * New upstream release.
  * Updated man pages.
  * Prefer emacs22 over emacs21.
    (Closes: #434918)
  * Simplify install, removal, and load-path by using symlinks instead of
    copying source files.

 -- Jens Peter Secher <jps@debian.org>  Sat, 28 Jul 2007 11:43:58 +0200

haxe (1:1.13-1bpo1) stable; urgency=low

  * Backport to etch (no change).

 -- Jens Peter Secher <jps@debian.org>  Sun, 27 May 2007 10:58:46 +0200

haxe (1:1.13-1) unstable; urgency=low

  * New upstream release.
  * Updated man pages.

 -- Jens Peter Secher <jps@debian.org>  Sun, 27 May 2007 00:44:04 +0200

haxe (1:1.12-1) unstable; urgency=low

  * Switched to upstream version numbers.
  * New version of haxe-mode.el which is now properly setup for emacsen
    (but only for emacs-snapshot or emacs22, since haxe-mode depends on a
    recent cc-mode).

 -- Jens Peter Secher <jps@debian.org>  Sun, 18 Mar 2007 15:25:36 +0100

haxe (20070307-1) experimental; urgency=low

  * New upstream release (~1.12).
  * Updated man page accordingly.

 -- Jens Peter Secher <jps@debian.org>  Wed,  7 Mar 2007 00:30:04 +0100

haxe (20070224-1) experimental; urgency=low

  * New upstream release (~1.11) matches Neko version 1.5.3.
  * New version of haxe-mode for Emacs.

 -- Jens Peter Secher <jps@debian.org>  Sat, 24 Feb 2007 16:10:56 +0100

haxe (20070106-1) experimental; urgency=low

  * New upstream release (~1.10).
  * Updated manpages.
  * Include haxe-mode for Emacs.

 -- Jens Peter Secher <jps@debian.org>  Sat,  6 Jan 2007 19:01:42 +0100

haxe (20061201-1) experimental; urgency=low

  * New upstream release.
  * Include lintian overrides for unstripped bytecode files.

 -- Jens Peter Secher <jps@debian.org>  Fri,  1 Dec 2006 19:18:02 +0100

haxe (20061106-1bpo1) stable; urgency=low

  * Change the dependencies to backport to Sarge.

 -- Jens Peter Secher <jps@debian.org>  Sun, 12 Nov 2006 15:16:31 +0100

haxe (20061106-1) experimental; urgency=low

  * New upstream release (~1.08).
     - Fixes flash6 code generation.
       (Closes: #396141)
  * Use neko to build haxelib and haxedoc executables, both of which
    searches for the libneko.so by use of -rpath in /usr/lib/neko since we
    do not want this private library to end up in /usr/lib.

 -- Jens Peter Secher <jps@debian.org>  Mon,  6 Nov 2006 18:21:09 +0100

haxe (20060912-2) unstable; urgency=low

  * Fixed build failure on architectures without a native ocaml compiler.
  * Added Tag field to control file to test Enrico Zini's
    debtags-updatecontrol.
  * Changed description to match that on haxe.org .

 -- Jens Peter Secher <jps@debian.org>  Wed, 13 Sep 2006 09:38:12 +0200

haxe (20060912-1) unstable; urgency=low

  * New upstream release (1.07).

 -- Jens Peter Secher <jps@debian.org>  Tue, 12 Sep 2006 21:39:22 +0200

haxe (20060715-2) unstable; urgency=low

  * Fixed build failure on architectures without a native ocaml compiler,
    thanks to Samuel Mimram and Paul Wise.
    (Closes: #378373)
  * Fixed misspelling in package description.
    (Closes: #378631)
  * Updated manual page.

 -- Jens Peter Secher <jps@debian.org>  Sat, 22 Jul 2006 10:39:48 +0200

haxe (20060715-1) unstable; urgency=low

  * New upstream release.

 -- Jens Peter Secher <jps@debian.org>  Sat, 15 Jul 2006 11:13:35 +0200

haxe (20060606-2) experimental; urgency=low

  * Avoid splitting off the arch-independent library files into a separate
    package.

 -- Jens Peter Secher <jps@debian.org>  Wed,  7 Jun 2006 23:05:35 +0200

haxe (20060606-1) experimental; urgency=low

  * Included all copyright holders from the OCaml Extended standard
    Library (ExtLib).
  * Bumped Standards-Version to 3.7.2.

 -- Jens Peter Secher <jps@debian.org>  Tue,  6 Jun 2006 21:50:56 +0200

haxe (1.0-1) experimental; urgency=low

  * Inital package.
    (Closes: #365425).

 -- Jens Peter Secher <jps@debian.org>  Sun, 30 Apr 2006 00:17:24 +0200