File: changelog

package info (click to toggle)
julia 0.4.7-6
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 22,128 kB
  • ctags: 15,440
  • sloc: lisp: 146,606; ansic: 96,638; sh: 12,615; cpp: 11,846; makefile: 3,431; python: 1,005; pascal: 856; xml: 585; f90: 415; java: 343; asm: 86; perl: 77
file content (615 lines) | stat: -rw-r--r-- 22,641 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
julia (0.4.7-6) unstable; urgency=medium

  * Use openlibm instead of libm on mips, mips64el and mipsel

 -- Graham Inggs <ginggs@debian.org>  Wed, 25 Jan 2017 07:39:32 +0200

julia (0.4.7-5) unstable; urgency=medium

  * Use openlibm instead of libm on armhf and ppc64
  * Use openblas instead of blas and lapack on mips64el and ppc64
  * Update debian/copyright
  * Do not override ARM options in Make.inc
  * Do not print warning if unable to determine host CPU name
  * Add src/*.dwo to debian/clean
  * Explicitly set USE_SYSTEM_LIBM where needed

 -- Graham Inggs <ginggs@debian.org>  Mon, 23 Jan 2017 08:29:33 +0200

julia (0.4.7-4) unstable; urgency=medium

  * Use DEB_VENDOR inplace of lsb_release -si

 -- Peter Colberg <peter@colberg.org>  Mon, 02 Jan 2017 22:28:51 -0500

julia (0.4.7-3) unstable; urgency=medium

  * Set TAGGED_RELEASE_BANNER to distribution and source package version
    (Closes: #849815)

 -- Peter Colberg <peter@colberg.org>  Sat, 31 Dec 2016 13:43:20 -0500

julia (0.4.7-2) unstable; urgency=medium

  * Ensure JULIA_CPU_CORES >= 2 to respawn test workers reaching memory limit
    (Closes: #848506)

 -- Peter Colberg <peter@colberg.org>  Tue, 20 Dec 2016 23:57:28 -0500

julia (0.4.7-1) unstable; urgency=medium

  * New upstream release
  * Refresh patches
  * Drop install-sh-exit-status.patch, applied upstream
  * Drop verbose-build.patch since libuv is already built with V=1
  * Drop do-not-use-home-directory-in-tests.patch in favour of setting HOME
  * Drop disable-download-test.patch since wget is not actually invoked
  * Remove unused lintian override configure-generated-file-in-source
  * Add debian/gbp.conf for pristine-tar

 -- Peter Colberg <peter@colberg.org>  Sun, 18 Sep 2016 23:55:05 -0400

julia (0.4.6-1) unstable; urgency=medium

  [ Peter Colberg ]
  * New upstream release
  * Refresh patches
  * Drop unneeded build dependency on libdouble-conversion-dev
  * Bump Standards-Version to 3.9.8, no further changes

  [ Graham Inggs ]
  * Use libopenlibm instead of libm on arm64
  * Fix inconsistent use of GNU_SOURCE in embedded libuv (Closes: #748573)
  * Drop arm-rec_backtrace.patch, no longer needed since ARM ABI backport

 -- Peter Colberg <peter@colberg.org>  Thu, 23 Jun 2016 22:20:54 -0400

julia (0.4.5-3) unstable; urgency=medium

  * Disable ARM NEON extensions. (Closes: #820220)

 -- Graham Inggs <ginggs@debian.org>  Sun, 17 Apr 2016 13:35:42 +0200

julia (0.4.5-2) unstable; urgency=medium

  * Make rec_backtrace() always return 0 on ARM and PPC64,
    this avoids a FTBFS on armhf with recent GCC.

 -- Graham Inggs <ginggs@debian.org>  Thu, 07 Apr 2016 14:32:28 +0200

julia (0.4.5-1) unstable; urgency=medium

  * New upstream release.
  * Refresh patches, new fix-spelling-error-in-binary.patch.
  * Use libopenlibm instead of libm on powerpc and ppc64el.

 -- Graham Inggs <ginggs@debian.org>  Wed, 30 Mar 2016 17:56:56 +0200

julia (0.4.3-4) unstable; urgency=medium

  * Drop versioned build dependency on llvm-3.8-dev and
    build dependencies on libllvm3.x (no longer needed).
  * Upload to unstable.

 -- Graham Inggs <ginggs@debian.org>  Sun, 13 Mar 2016 11:06:39 +0200

julia (0.4.3-3) experimental; urgency=medium

  * Build depend on libllvm3.x as well (experimental).

 -- Graham Inggs <ginggs@debian.org>  Mon, 08 Feb 2016 13:06:53 +0200

julia (0.4.3-2) experimental; urgency=medium

  * Optionally build depend on llvm-3.8-dev (>= 1:3.8~+rc1).
  * Add debian/clean to fix FTBFSx2.
  * Migrate from julia-dbg to ddebs, bump debhelper build-dependency.
  * Bump Standards-Version to 3.9.7, no further changes.
  * Enable tests on i386 again.
  * Improve generated debug info to fix FTBFS on i386
    (see upstream issue #13754).

 -- Graham Inggs <ginggs@debian.org>  Mon, 08 Feb 2016 10:02:00 +0200

julia (0.4.3-1) unstable; urgency=medium

  [ Graham Inggs ]
  * Ensure pcre_h.jl and errno_h.jl are sorted reproducibly.

  [ Peter Colberg ]
  * Imported Upstream version 0.4.3
  * Refresh patches.
  * Drop patch fix-arm64-ftbfs.patch, no longer needed.
  * Update Vcs-Git and Vcs-Browser fields.
  * Fix lintian warning dh-exec-useless-usage.
  * Fix lintian warning spelling-error-in-binary.

 -- Peter Colberg <peter@colberg.org>  Thu, 14 Jan 2016 07:56:18 -0500

julia (0.4.2-3) unstable; urgency=medium

  * Fix FTBFS on arm64 (thanks to Edmund Grimley Evans). (Closes: #807701)
  * Disable tests on i386 until perfomance issue with LLVM >= 3.4
    is resolved (see upstream issue #14191).

 -- Graham Inggs <ginggs@debian.org>  Sat, 12 Dec 2015 11:27:26 +0200

julia (0.4.2-2) unstable; urgency=medium

  * Set number of parallel workers for tests.
    + Restart workers exceeding maximum resident memory size of 500 MiB.
  * Drop build depends on llvm-3.8-dev to permit migration to testing.
    (Closes: #803644)

 -- Peter Colberg <peter@colberg.org>  Thu, 10 Dec 2015 06:50:01 -0500

julia (0.4.2-1) unstable; urgency=medium

  * Imported Upstream version 0.4.2
  * Refresh patches.
  * Upload to unstable. (Closes: #803644)

 -- Peter Colberg <peter@colberg.org>  Mon, 07 Dec 2015 06:49:01 -0500

julia (0.4.1-2) experimental; urgency=medium

  * Build depend on libpcre2-dev >= 10.20-3~ to fix FTBFS on ppc64el.
  * Optionally build depend on llvm-3.8-dev to reduce performance regression.
  * Optionally build depend on llvm-3.6-dev to ease backporting.

 -- Peter Colberg <peter@colberg.org>  Wed, 02 Dec 2015 07:26:24 -0500

julia (0.4.1-1) experimental; urgency=medium

  * Imported Upstream version 0.4.1
  * Refresh patches.
  * Update debian/copyright.
  * Build depend on libsuitesparse-dev >= 1:4.4.5
  * Build depend on llvm-3.7-dev.
  * Build depend on libpcre2-dev (thanks to Matthew Vernon).
  * Disable libgit2 test to avoid dependency on libgit2.
  * Disable download test to avoid dependency on curl or wget.
  * Do not use home directory in tests.
  * Fix backtrace test with MCJIT.
  * Fix documentation spelling errors.
  * Install examples to doc directory inplace of symlink.

 -- Peter Colberg <peter@colberg.org>  Wed, 25 Nov 2015 08:00:20 -0500

julia (0.3.12-2) unstable; urgency=medium

  [ Peter Colberg ]
  * Fix automated package testing with autopkgtest.
  * Test REPL in dumb mode.
  * Build depend on libopenlibm-dev (>= 0.4.1+dfsg-4~) to fix FTBFS on i386.
  * Fix arch-all-only build with dpkg-buildpackage -A.

  [ Sébastien Villemot ]
  * Remove myself from Uploaders.

 -- Graham Inggs <ginggs@debian.org>  Wed, 25 Nov 2015 10:46:18 +0200

julia (0.3.12-1) unstable; urgency=medium

  [ Peter Colberg ]
  * Imported Upstream version 0.3.12
  * Add julia-common package with standard library and test suite.
  * Remove embedded libraries:
    + Build depend on libdsfmt-dev.
    + Build depend on libutf8proc-dev.
  * Generate version_git.jl from upstream commit.
  * Build documentation using python3-sphinx.
  * Fix potential privacy breach in documentation:
    + Use libjs-modernizr package inplace of external link.
    + Strip external link to Google Fonts API.
  * Query SSE2 extension on i386 using x86 CPUID opcode.
  * Do not query ldconfig for library sonames.
  * Generate package dependencies for dynamically loaded libraries.
  * Symlink dynamically loaded libraries to private library path.
  * Add missing examples test for Base.runtests().
  * Fix hanging socket test for Base.runtests().
  * Enable parallel test.

  [ Graham Inggs ]
  * Build in the multiarch lib directories as well,
    so that patchelf is no longer required. (Closes: #799099)
  * Build everywhere. (Closes: #802583)
    + Use libopenlibm where available, libm elsewhere.
    + Use libopenblas where available, libblas and liblapack elsewhere.
    + Cherry-pick patches from upstream 0.4.0 for armhf and ppc64el.

 -- Graham Inggs <ginggs@debian.org>  Fri, 13 Nov 2015 15:56:34 +0200

julia (0.3.11-1) unstable; urgency=medium

  * Imported Upstream version 0.3.11
  * d/p/mcjit-llvm-ftbfs.patch: dropped, applied upstream.

 -- Sébastien Villemot <sebastien@debian.org>  Sun, 06 Sep 2015 18:51:09 +0200

julia (0.3.10-1) unstable; urgency=medium

  * Imported Upstream version 0.3.10
  * d/p/inject-ldflags.patch: drop patch, no longer needed.
  * d/p/mcjit-llvm-ftbfs.patch: new patch, taken from upstream.

 -- Sébastien Villemot <sebastien@debian.org>  Fri, 17 Jul 2015 23:14:01 +0200

julia (0.3.9-1) unstable; urgency=medium

  * Imported Upstream version 0.3.9
  * repl-test.patch: new patch, prevents a test failure.

 -- Sébastien Villemot <sebastien@debian.org>  Sun, 21 Jun 2015 14:57:41 +0200

julia (0.3.8-1) unstable; urgency=medium

  * Imported Upstream version 0.3.8.
    For the time being, manually embed juliadoc python package.
    In the longer run, a separate Debian package should be created.
  * sphinx-build.patch: new patch, needed for building doc without virtualenv.
  * unicode-test.patch: new patch to workaround a test failure in unicode.jl.
  * Set a hard dependency on OpenBLAS. (Closes: #778912)
  * Ship tests in main package, so that they can be run on the compiled binary.
  * Add autopkgtest (DEP8) support.

 -- Sébastien Villemot <sebastien@debian.org>  Mon, 25 May 2015 15:48:34 +0200

julia (0.3.5-1) experimental; urgency=low

  * Imported Upstream version 0.3.5. (Closes: #776069)

 -- Sébastien Villemot <sebastien@debian.org>  Fri, 13 Feb 2015 23:31:19 +0100

julia (0.3.2-1) unstable; urgency=medium

  * Imported Upstream version 0.3.2
  * Ship new desktop file, SVG icon and appdata file.

 -- Sébastien Villemot <sebastien@debian.org>  Wed, 22 Oct 2014 18:42:04 +0200

julia (0.3.1-1) unstable; urgency=medium

  * Imported Upstream version 0.3.1
  * Fix get-orig-source rule with respect to embedded utf8proc.
  * No longer embed sphinx-rtd-theme.
    + Add build-dependency on python-sphinx-rtd-theme.
    + Drop patch embed-sphinx-rtd-theme.patch.
  * Bump Standards-Version to 3.9.6, no changes needed.
  * No longer try the "parallel" test at build time.
    It always fails in chroots.

 -- Sébastien Villemot <sebastien@debian.org>  Wed, 24 Sep 2014 11:56:26 +0200

julia (0.3.0-1) unstable; urgency=medium

  * New upstream release.
    - no longer breaks on PCRE upgrades. (Closes: #755576)
    - command-line option "-p" works as expected. (Closes: #758783)
  * Rewrite get-orig-source in d/rules. In particular no longer embed openlibm,
    since it is now a separate package.
  * debian/copyright: reflect upstream changes.
  * New patches:
    + do-not-download-utf8proc.patch
    + inject-ldflags.patch
    + install-sh-exit-status.patch
  * Dropped patches:
    + do-not-download-patchelf.patch (instead build depend on patchelf)
    + fix-cpu-detection.patch
    + ld-library-path-for-testing.patch
    + make-4.0.patch
    + no-git.patch (instead use "make -C base version_git.jl.phony")
    + readline-6.3.patch (Julia no longer uses readline)
    + sysconfdir-install.patch (instead use new make variable)
    + use-sonames-with-dlopen.patch (not really needed, too difficult to
      maintain)
  * Ship the cached binary system image (sys.so).
  * Compile with MARCH=x86-64 on amd64, and with MARCH=pentium4. In particular,
    this means that SSE2 is now required on i386, because x87 FPU computing is
    not supported by upstream and is buggy. Abort nicely if the CPU does have
    SSE2, and by the way activate SSE2 in dSFMT (require-sse2-on-i386.patch).
    As a consequence, drop the now unneeded testsuite-i386.patch.
  * Bump to LLVM 3.5. (Closes: #753971)
  * Add libopenblas-base to Recommends. Having it first in the BLAS
    dependency alternative is not enough to ensure that it is installed by
    default.
  * Use OpenBLAS for both BLAS and LAPACK, since the Debian package now ships
    both.
  * Documentation package (julia-doc):
    + use dh_sphinxdoc
    + use packaged Mathjax instead of online version (with
      use_packaged_mathjax.patch, symbolic links in d/julia-doc.links and
      appropriate logic in d/rules)
    + use packaged awesome font
    + embed sphinx-rtd-theme, since the corresponding package has not yet been
      accepted in sid (embed-sphinx-rtd-theme.patch)

 -- Sébastien Villemot <sebastien@debian.org>  Wed, 20 Aug 2014 10:51:46 +0000

julia (0.2.1+dfsg-3) unstable; urgency=medium

  * make-4.0.patch: fix FTBFS against make 4.0.

 -- Sébastien Villemot <sebastien@debian.org>  Wed, 07 May 2014 15:17:37 +0200

julia (0.2.1+dfsg-2) unstable; urgency=medium

  * readline-6.3.patch: new patch, fixes FTBFS against readline 6.3.
    (Closes: #741824)
  * Restrict supported archs to amd64 and i386, it never compiled elsewhere.

 -- Sébastien Villemot <sebastien@debian.org>  Sun, 16 Mar 2014 16:25:21 +0100

julia (0.2.1+dfsg-1) unstable; urgency=medium

  * New upstream release.

 -- Sébastien Villemot <sebastien@debian.org>  Sat, 15 Feb 2014 21:31:41 +0100

julia (0.2.0+dfsg-6) unstable; urgency=medium

  * Transition to libunwind8-dev. (Closes: #730464)

 -- Sébastien Villemot <sebastien@debian.org>  Sat, 01 Feb 2014 10:18:04 +0100

julia (0.2.0+dfsg-5) unstable; urgency=low

  * Transition to suitesparse 4.2.1.

 -- Sébastien Villemot <sebastien@debian.org>  Mon, 02 Dec 2013 18:38:37 +0100

julia (0.2.0+dfsg-4) unstable; urgency=low

  * Make the parallel.jl test non-fatal.

 -- Sébastien Villemot <sebastien@debian.org>  Sun, 24 Nov 2013 15:14:50 +0100

julia (0.2.0+dfsg-3) unstable; urgency=low

  * testsuite-i386.patch: loosen the numerical precision for yet another test.

 -- Sébastien Villemot <sebastien@debian.org>  Sun, 17 Nov 2013 19:32:52 +0100

julia (0.2.0+dfsg-2) unstable; urgency=low

  * testsuite-i386.patch: new patches, fixes FTBFS on i386.

 -- Sébastien Villemot <sebastien@debian.org>  Sun, 17 Nov 2013 17:51:13 +0100

julia (0.2.0+dfsg-1) unstable; urgency=low

  * New upstream release.
  * debian/copyright: reflect upstream changes
  * Update patches:
    + remove patches applied upstream:
      - suitesparse-3.4.patch
      - testsuite-i386.patch
    + remove fhs.patch, and replace it by the SYSCONFDIR build option.
    + sysconfdir-install.patch: new patch to make the SYSCONFDIR option work
      for us.
    + refresh other patches.
  * Bump Standards-Version to 3.9.5, no changes needed.
  * Dependency of julia-dbg on julia is now versioned.

 -- Sébastien Villemot <sebastien@debian.org>  Sun, 17 Nov 2013 12:10:10 +0100

julia (0.2.0~rc2+dfsg-2) unstable; urgency=low

  * Use (older) suitesparse 3.4.
     + d/control: downgrade (build-)dependencies
     + use-sonames-with-dlopen.patch: update sonames
     + suitesparse-3.4.patch: new patch
  * Downgrade build-dependency to libunwind7-dev (was libunwind8-dev).
    libunwind8-dev is unlikely to merge to testing soon.
  * unversioned-system-load-path.patch: new patch.
    Drops version number from system load path. Versioning unnecessary since
    this path is managed by dpkg/apt. Moreover, it would make transitions to
    higher versions needlessly complicated.
  * testsuite-i386.patch: new patch, fixes testsuite crash on i386.
  * Use canonical URL for Vcs-* fields

 -- Sébastien Villemot <sebastien@debian.org>  Sun, 03 Nov 2013 16:00:08 +0100

julia (0.2.0~rc2+dfsg-1) experimental; urgency=low

  * New upstream release candidate
  * Link dynamically against LLVM, this seems to now work correctly

 -- Sébastien Villemot <sebastien@debian.org>  Sat, 26 Oct 2013 04:33:44 +0000

julia (0.2.0~rc1+dfsg-1) experimental; urgency=low

  * New upstream release candidate
  * Removed patches:
    + do-not-download-jquery.patch
    + fix-version.patch
    + no-webrepl.patch
    + suitesparse-3.4.patch
    + use-system-double-conversion.patch
    + zlib-1.2.8.patch
  * Added patches:
    + fhs.patch
    + no-debug-version.patch
    + verbose-build.patch
  * Ship upstream manpage
  * Ship NEWS.md
  * Build depend on llvm-3.3-dev
  * Build depend on libsuitesparse-dev >= 1:4.2.1
  * Stop distributing PDF documentation, it currently does not build
  * debian/copyright: reflect upstream changes

 -- Sébastien Villemot <sebastien@debian.org>  Wed, 16 Oct 2013 15:54:13 +0200

julia (0.1.2+dfsg-3) unstable; urgency=low

  * Bump the B-D on dpkg-dev.
    Support for source:Package and source:Version fields was added in dpkg-dev
    1.16.2 (Closes: #706470)
  * Add support for DEB_BUILD_OPTIONS=nocheck (Closes: #706472)
  * Add julia-dbg package
  * Fix FTBFS with zlib >= 1.2.8 (Closes: #707962)
    - zlib-1.2.8.patch: new patch, fixes the gzip.jl test
    - tighten B-D on zlib1g-dev to >= 1:1.2.8

 -- Sébastien Villemot <sebastien@debian.org>  Wed, 15 May 2013 12:44:14 +0200

julia (0.1.2+dfsg-2) unstable; urgency=low

  * Statically link against LLVM.
    With dynamic linking, strange bugs appear when the runtime library is not
    the same than the one used for building. At this stage it is not clear
    whether it is a Julia or LLVM bug. Reported as Julia issue #2494.
     - use-shared-llvm.patch: remove patch
     - add Built-Using field for julia binary package
     - keep a dependency of julia on libllvm3.2, since strpack.jl dlopen's it

 -- Sébastien Villemot <sebastien@debian.org>  Wed, 03 Apr 2013 17:03:39 +0200

julia (0.1.2+dfsg-1) unstable; urgency=low

  * Imported Upstream version 0.1.2+dfsg.
    Contains hotfix for package manager.
  * debian/patches/fix-version.patch: new patch
  * Refresh other patches

 -- Sébastien Villemot <sebastien@debian.org>  Thu, 07 Mar 2013 20:50:18 +0100

julia (0.1.1+dfsg-1) unstable; urgency=low

  * Imported Upstream version 0.1.1+dfsg
  * debian/copyright: reflect upstream changes
  * Refresh patches
  * Disable tk-wrapper, since it is no longer built upstream
  * Update README.debian

 -- Sébastien Villemot <sebastien@debian.org>  Thu, 07 Mar 2013 12:14:59 +0100

julia (0.1+dfsg-1) unstable; urgency=low

  * First upstream release!
  * debian/copyright: document how to recreate orig tarball
  * Add a debian/watch file
  * d/rules, d/p/no-git-patch: adapt for numbered releases.
    In particular, add a COMMITSHA file in the orig tarball containing the
    SHA of the release tag.
  * Promote zlib1g and libarpack2 to Depends
  * Fix typo in manpage

 -- Sébastien Villemot <sebastien@debian.org>  Thu, 14 Feb 2013 12:00:05 +0100

julia (0.1~20130213.git4bc33bbc-1) unstable; urgency=low

  * New upstream release candidate.
    Hopefully obviates the need of ugly hacks in libuv in order to build on
    build daemons.
  * Remove obsolete patches:
     + bump-version-0.1.patch
     + disable-final-uv-loop.patch
     + revert-stdin-file-iostream.patch
  * Refresh other patches

 -- Sébastien Villemot <sebastien@debian.org>  Wed, 13 Feb 2013 10:58:23 +0100

julia (0.1~20130212.gitf375d4bb-1) unstable; urgency=low

  * New upstream snapshot.
  * no-git.patch: simplify and improve patch
  * gsvddense_blasint.patch: remove patch, applied upstream
  * New patches:
    	+ bump-version-0.1.patch
    	+ disable-final-uv-loop.patch
    	+ revert-stdin-file-iostream.patch
  * Refresh other patches

 -- Sébastien Villemot <sebastien@debian.org>  Tue, 12 Feb 2013 12:02:24 +0100

julia (0.1~20130211.git86fbe98d-1) unstable; urgency=low

  * New upstream snapshot.
  * debian/control:
     + add git to Recommends (for Julia package manager)
     + remove dependencies on libglpk-dev (it moved to its own package)
     + add explicit dependency on libgmp10 (there is no more a wrapper)
  * fix-clean-rules.patch: remove patch, applied upstream
  * gsvddense_blasint.patch: new patch
  * Refresh other patches

 -- Sébastien Villemot <sebastien@debian.org>  Mon, 11 Feb 2013 03:51:26 +0100

julia (0.0.0+20130206.git32ff5759-1) unstable; urgency=low

  * New upstream snapshot.
  * debian/copyright: reflect upstream changes
  * debian/rules: update get-orig-source to reflect upstream changes
     + Don't ship nginx
     + Adapt for new configure-random target in deps/Makefile
  * Enable build of Tk wrapper.
     + debian/control: add build dependency on tk-dev
     + debian/rules: add tk rule to build-arch
  * debian/julia.install: install VERSION and COMMIT files
  * no-webrepl.patch: new patch
  * Refresh other patches
  * Add source override for config.status file under deps/random/

 -- Sébastien Villemot <sebastien@debian.org>  Wed, 06 Feb 2013 17:54:29 +0100

julia (0.0.0+20130107.gitd9656f41-2) unstable; urgency=low

  * fix-cpu-detection.patch: do not use -momit-leaf-frame-pointer on non-x86
    archs
  * Upgrade to LLVM 3.2.
     + debian/control: bump build-dependency
     + debian/rules: use llvm-config-3.2
     + debian/patches/use-shared-llvm.patch
       debian/patches/use-sonames-with-dlopen.patch: update patches

 -- Sébastien Villemot <sebastien@debian.org>  Sat, 19 Jan 2013 15:33:43 +0100

julia (0.0.0+20130107.gitd9656f41-1) unstable; urgency=low

  * New upstream snashot
  * No longer try to rebuild helpdb.jl.
     + debian/rules: remove helpdb.jl from build-arch rule
     + debian/control: move back python-sphinx to Build-Depends-Indep
  * debian/copyright: reflect upstream changes
  * Add Build-Conflicts on libatlas3-base (makes linalg tests fail)
  * debian/rules: replace obsolete USE_DEBIAN makeflag by a list of
    USE_SYSTEM_* flags
  * debian/rules: on non-x86 systems, use libm instead of openlibm
  * dpkg-buildflags.patch: remove patch, applied upstream
  * Refreshed other patches

 -- Sébastien Villemot <sebastien@debian.org>  Wed, 16 Jan 2013 12:29:42 +0100

julia (0.0.0+20121214.gitdced1f7-1) unstable; urgency=low

  * New upstream snapshot.
  * debian/copyright: reflect upstream changes
  * Embedded libuv no longer uses libc-ares and libev.
     + debian/control: remove them from build-dependencies
     + debian/rules: no longer strip them from upstream tarball
     + use-system-{ev,c-ares}.patch: remove patches
  * Remove other patches merged upstream or no longer necessary
     + fhs-multiarch.patch
     + linalg-test-tolerance.patch
     + remove-rpath.patch
     + verbose-build.patch
  * New patches
     + do-not-download-patchelf.patch
     + ld-library-path-for-testing.patch
     + dpkg-multiarch.patch
     + libjulia-release-drop-soname.patch
  * Refresh other patches
  * debian/rules:
     + compile with MULTIARCH_INSTALL=1
     + build helpdb.jl as part of the build-arch rule
     + abort on failures in extra tests
  * debian/control: move python-sphinx to Build-Depends (now used in build-arch)

 -- Sébastien Villemot <sebastien@debian.org>  Tue, 18 Dec 2012 14:42:23 +0100

julia (0.0.0+20121102.git63e93f2-1) unstable; urgency=low

  * Initial release. (Closes: #691912)

 -- Sébastien Villemot <sebastien@debian.org>  Fri, 02 Nov 2012 16:29:29 +0100