[Pkg-julia-devel] [SCM] Julia branch master updated. debian/0.2.0+dfsg-5-6-gdd79c62

Sébastien Villemot sebastien at moszumanska.debian.org
Sat Feb 15 20:43:16 UTC 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Julia".

The branch, master has been updated
       via  dd79c626d9569da41736249328aca112ff007e78 (commit)
       via  5a5ef7d2458a8176180af38001648c77bb48294d (commit)
       via  a5f9897bf59d43e1cb10a55eeb0148b6eb2bc4f2 (commit)
       via  3220628b3445ebdb7b50d761f370d796f872b3f3 (commit)
       via  67f6c69037c62c0d17d69cf28fbd0ef36ce006a1 (commit)
       via  7e7c15809ac117c427421c99f1f75ef4d9f16ef4 (commit)
      from  e372a17669c8fa51d2d24ff6acf6971cfba29cdc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit dd79c626d9569da41736249328aca112ff007e78
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Sat Feb 15 21:32:00 2014 +0100

    Debian release 0.2.1+dfsg-1.

commit 5a5ef7d2458a8176180af38001648c77bb48294d
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Sat Feb 15 21:31:25 2014 +0100

    Refresh patches.
    
    Git-Dch: Ignore

commit a5f9897bf59d43e1cb10a55eeb0148b6eb2bc4f2
Merge: 67f6c69 3220628
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Sat Feb 15 21:29:22 2014 +0100

    Merge tag 'upstream/0.2.1+dfsg'
    
    Upstream version 0.2.1+dfsg

commit 67f6c69037c62c0d17d69cf28fbd0ef36ce006a1
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Sat Feb 1 10:18:28 2014 +0100

    Changelog entry for 0.2.0+dfsg-6.

commit 7e7c15809ac117c427421c99f1f75ef4d9f16ef4
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Sat Feb 1 10:17:55 2014 +0100

    Transition to libunwind8-dev.
    
    Closes: #730464

-----------------------------------------------------------------------

Summary of changes:
 .build_info                                        |   2 +-
 .commitsha                                         |   2 +-
 NEWS.md                                            |   3 +
 VERSION                                            |   2 +-
 base/dict.jl                                       |   4 +-
 base/inference.jl                                  |   4 +-
 base/pkg/cache.jl                                  |  26 ++-
 base/pkg/dir.jl                                    |  11 +-
 debian/changelog                                   |  12 +
 debian/control                                     |   2 +-
 debian/patches/do-not-download-dsfmt.patch         |   4 +-
 debian/patches/do-not-download-patchelf.patch      |   2 +-
 debian/patches/dpkg-multiarch.patch                |   2 +-
 debian/patches/fix-cpu-detection.patch             |  12 +-
 debian/patches/ld-library-path-for-testing.patch   |   2 +-
 debian/patches/no-git.patch                        |  14 +-
 debian/patches/support-noopt.patch                 |  14 +-
 debian/patches/use-sonames-with-dlopen.patch       | 246 ++++++++++-----------
 debian/patches/verbose-build.patch                 |   4 +-
 deps/Makefile                                      |   7 +-
 deps/find_python_for_llvm                          |  16 ++
 doc/README.md                                      |   2 +
 doc/conf.py                                        |   7 +-
 doc/manual/arrays.rst                              |   2 +
 doc/manual/getting-started.rst                     |  12 +-
 doc/manual/integers-and-floating-point-numbers.rst |   2 +-
 doc/manual/linear-algebra.rst                      |   6 +-
 src/array.c                                        |  13 +-
 src/ccall.cpp                                      |   3 +
 src/codegen.cpp                                    |  21 +-
 src/flisp/flisp.c                                  |   2 +-
 src/flisp/read.c                                   |   7 +-
 src/flisp/string.c                                 |   1 +
 src/init.c                                         |   4 +
 src/jl_uv.c                                        |   4 +-
 src/julia-parser.scm                               |  15 +-
 src/julia-syntax.scm                               |  11 +-
 src/module.c                                       |   1 +
 src/toplevel.c                                     |  18 +-
 test/core.jl                                       |  27 +++
 test/hashing.jl                                    |   2 +
 test/keywordargs.jl                                |  13 ++
 42 files changed, 360 insertions(+), 204 deletions(-)
 create mode 100755 deps/find_python_for_llvm


hooks/post-receive
-- 
Julia



More information about the Pkg-julia-devel mailing list