[Pkg-julia-devel] [SCM] Julia branch master updated. debian/0.3.0-1-9-g2c8f4fa

Sébastien Villemot sebastien at moszumanska.debian.org
Wed Sep 24 10:17:19 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  2c8f4fa53a0cc07b6117031097cc70076dbb3d5c (commit)
       via  e66ef74c77b2a2fc701b8cfdc642bc188cb87fd2 (commit)
       via  127bffc6672d10bcfa08ed9e68a6b634155f8842 (commit)
       via  545fd77807af2e86a2c0e00f873d18743362c739 (commit)
       via  d1cc55e09de449c71194057adf9317a9c7093681 (commit)
       via  46bfec6426547d7e5bbc446deb14cceedbc8f345 (commit)
       via  53e58901e24091509a3f9fc63e35981cac8a1d5a (commit)
       via  259ef134a3f1f0df5ed657779c78df91e7bdd4e6 (commit)
       via  390ce12b9380c8e0bca8c5dabb07105cdd258207 (commit)
      from  b14a335f16592005d98d874255606806e9a4fe02 (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 2c8f4fa53a0cc07b6117031097cc70076dbb3d5c
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Wed Sep 24 11:56:56 2014 +0200

    Changelog entry for 0.3.1-1.

commit e66ef74c77b2a2fc701b8cfdc642bc188cb87fd2
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Wed Sep 24 11:27:55 2014 +0200

    Improve comment in debian/rules.
    
    Git-Dch: Ignore

commit 127bffc6672d10bcfa08ed9e68a6b634155f8842
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Wed Sep 24 11:19:54 2014 +0200

    No longer try the "parallel" test at build time.
    
    It always fails in chroots.
    
    Git-Dch: Full

commit 545fd77807af2e86a2c0e00f873d18743362c739
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Wed Sep 24 11:14:15 2014 +0200

    Bump Standards-Version to 3.9.6, no changes needed.

commit d1cc55e09de449c71194057adf9317a9c7093681
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Wed Sep 24 11:13:54 2014 +0200

    No longer embed sphinx-rtd-theme.
    
     + Add build-dependency on python-sphinx-rtd-theme.
     + Drop patch embed-sphinx-rtd-theme.patch.
    
    Git-Dch: Full

commit 46bfec6426547d7e5bbc446deb14cceedbc8f345
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Wed Sep 24 11:11:49 2014 +0200

    Refresh patches.
    
    Git-Dch: Ignore

commit 53e58901e24091509a3f9fc63e35981cac8a1d5a
Merge: 390ce12 259ef13
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Wed Sep 24 11:09:41 2014 +0200

    Merge tag 'upstream/0.3.1'
    
    Upstream version 0.3.1

commit 390ce12b9380c8e0bca8c5dabb07105cdd258207
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Wed Sep 24 11:09:12 2014 +0200

    Fix get-orig-source rule with respect to embedded utf8proc.

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

Summary of changes:
 .travis.yml                                   |  14 +-
 LICENSE.md                                    |  53 +-
 Make.inc                                      |   7 -
 Makefile                                      |  19 +-
 NEWS.md                                       |   2 +-
 README.md                                     |   4 +-
 VERSION                                       |   2 +-
 base/LineEdit.jl                              |   2 +
 base/REPL.jl                                  |   9 +-
 base/REPLCompletions.jl                       |  73 ++-
 base/array.jl                                 |   6 +-
 base/comparison.jl                            |   0
 base/dSFMT.jl                                 | 536 ---------------------
 base/help.jl                                  |   4 +-
 base/linalg/triangular.jl                     |  36 +-
 base/linalg/umfpack.jl                        |   6 +-
 base/multi.jl                                 |   2 +-
 base/multimedia.jl                            |   2 +-
 base/pkg/entry.jl                             |   6 +-
 base/random.jl                                | 560 +++++++++++++++++++++-
 base/range.jl                                 |  41 +-
 base/replutil.jl                              |   2 +-
 base/show.jl                                  |   2 +-
 base/sparse/csparse.jl                        |  10 +-
 base/tuple.jl                                 |   1 +
 contrib/install.sh                            |   2 +-
 contrib/windows/build-installer.nsi           |  76 ++-
 debian/changelog                              |  13 +
 debian/control                                |   4 +-
 debian/patches/disable-parallel-test.patch    |   3 +-
 debian/patches/do-not-download-utf8proc.patch |   4 +-
 debian/patches/embed-sphinx-rtd-theme.patch   | 663 --------------------------
 debian/patches/series                         |   1 -
 debian/patches/support-noopt.patch            |   4 +-
 debian/rules                                  |   8 +-
 deps/Makefile                                 |  31 +-
 doc/_templates/sidebarintro.html              |   2 +-
 doc/helpdb.jl                                 | 124 +++--
 doc/manual/arrays.rst                         |   8 +-
 doc/manual/control-flow.rst                   |   2 +
 doc/manual/faq.rst                            |  16 +-
 doc/manual/getting-started.rst                |   2 +-
 doc/manual/mathematical-operations.rst        |   2 +-
 doc/manual/noteworthy-differences.rst         |   4 +-
 doc/manual/packages.rst                       | 133 ++++--
 doc/stdlib/base.rst                           |  31 +-
 doc/stdlib/linalg.rst                         |  92 ++--
 src/alloc.c                                   |   4 +
 src/ccall.cpp                                 |  15 +-
 src/codegen.cpp                               |   2 +-
 src/debuginfo.cpp                             |   4 +-
 src/dlload.c                                  |   3 +-
 src/flisp/julia_extensions.c                  |  20 +-
 src/julia-parser.scm                          |   9 +-
 src/julia-syntax.scm                          |   3 +
 src/julia.h                                   |   2 +-
 src/sys.c                                     |  21 +-
 src/task.c                                    |  54 ++-
 src/toplevel.c                                |   2 +
 test/core.jl                                  |   9 +
 test/linalg4.jl                               |   4 +
 test/random.jl                                |  23 +-
 test/ranges.jl                                |  11 +
 test/replcompletions.jl                       |  32 +-
 test/show.jl                                  |   2 +-
 test/sparse.jl                                |   8 +
 66 files changed, 1269 insertions(+), 1583 deletions(-)
 delete mode 100644 base/comparison.jl
 delete mode 100644 debian/patches/embed-sphinx-rtd-theme.patch


hooks/post-receive
-- 
Julia



More information about the Pkg-julia-devel mailing list