[Pkg-julia-devel] [SCM] Julia branch master updated. debian/0.3.11-1-19-g094e5b2

Peter Colberg pc-guest at moszumanska.debian.org
Mon Nov 2 06:31:46 UTC 2015


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  094e5b2d6e7e4938e28cebca6b6b88540f6030cf (commit)
       via  3a165f1e28c39834946dcf2189df77004fabcb46 (commit)
       via  bdcbd3854c5756a17f89f6265ab735b893a10435 (commit)
       via  4f17e360e0e89b31762e1e13b03ca78ee1507606 (commit)
       via  b14c09eee79601aaae3b23563463685fb178d4fa (commit)
       via  ae71f4fb8672bd174ca84b29d1a808c9a987dc3e (commit)
       via  46b12c3af1312134940ad15e5b73dc1119fef61f (commit)
       via  245addfab9113fb16f89587f68246c36ca1abb0e (commit)
       via  307807cd6a0a0315cd1fada206e8eba5d0b19d19 (commit)
       via  541c9d99f02e6cf20f62209497ba9cf9fac303ea (commit)
       via  57be6b0924fe1ed64ac9b18dab5ef649794b2c97 (commit)
       via  71ca6d245287152d080c658c0f8d4098ae27a041 (commit)
       via  7ebfc8d2e44dba7e2d1d9c14cfba18404664dd9b (commit)
       via  e44423d28977be8131c38096e7fd4a9407164c45 (commit)
       via  fe867e8ed4c5cfee9047605fe5b42525a12f86e9 (commit)
      from  3fcb72b453ab2a66b4578e82c7be59ce4d9d3aac (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 094e5b2d6e7e4938e28cebca6b6b88540f6030cf
Author: Peter Colberg <peter at colberg.org>
Date:   Sun Nov 1 23:42:51 2015 -0500

    Query SSE2 extension on i386 using x86 CPUID opcode.
    
    This avoids forking a process to query the CPU features.

commit 3a165f1e28c39834946dcf2189df77004fabcb46
Author: Peter Colberg <peter at colberg.org>
Date:   Sun Nov 1 19:43:29 2015 -0500

    Purge unused lintian-overrides

commit bdcbd3854c5756a17f89f6265ab735b893a10435
Author: Peter Colberg <peter at colberg.org>
Date:   Sun Nov 1 19:32:19 2015 -0500

    debian/copyright: remove dsfmt and utf8proc

commit 4f17e360e0e89b31762e1e13b03ca78ee1507606
Author: Peter Colberg <peter at colberg.org>
Date:   Sun Nov 1 19:00:35 2015 -0500

    Add julia-common package with standard library and test suite

commit b14c09eee79601aaae3b23563463685fb178d4fa
Author: Peter Colberg <peter at colberg.org>
Date:   Sun Nov 1 18:59:57 2015 -0500

    Changelog entry for 0.3.12-1

commit ae71f4fb8672bd174ca84b29d1a808c9a987dc3e
Merge: 245addf 46b12c3
Author: Peter Colberg <peter at colberg.org>
Date:   Sun Nov 1 18:31:56 2015 -0500

    Merge tag 'upstream/0.3.12'
    
    Upstream version 0.3.12

commit 245addfab9113fb16f89587f68246c36ca1abb0e
Author: Peter Colberg <peter at colberg.org>
Date:   Sun Nov 1 17:37:12 2015 -0500

    Pass parallel build flag to make

commit 307807cd6a0a0315cd1fada206e8eba5d0b19d19
Author: Peter Colberg <peter at colberg.org>
Date:   Sun Nov 1 17:34:04 2015 -0500

    Generate version_git.jl from upstream git commit

commit 541c9d99f02e6cf20f62209497ba9cf9fac303ea
Author: Peter Colberg <peter at colberg.org>
Date:   Sun Nov 1 17:27:38 2015 -0500

    Fix duplicate short description for julia-dbg
    
    Resolves lintian warning duplicate-short-description

commit 57be6b0924fe1ed64ac9b18dab5ef649794b2c97
Author: Peter Colberg <peter at colberg.org>
Date:   Sun Nov 1 17:13:55 2015 -0500

    Strip external link to Google Fonts API

commit 71ca6d245287152d080c658c0f8d4098ae27a041
Author: Peter Colberg <peter at colberg.org>
Date:   Sun Nov 1 17:12:54 2015 -0500

    Use libjs-modernizr package inplace of external link

commit 7ebfc8d2e44dba7e2d1d9c14cfba18404664dd9b
Author: Peter Colberg <peter at colberg.org>
Date:   Sun Nov 1 16:47:44 2015 -0500

    Build documentation using python3-sphinx

commit e44423d28977be8131c38096e7fd4a9407164c45
Author: Peter Colberg <peter at colberg.org>
Date:   Sun Nov 1 16:35:07 2015 -0500

    Remove PYTHONPATH hack for sphinx-build

commit fe867e8ed4c5cfee9047605fe5b42525a12f86e9
Author: Peter Colberg <peter at colberg.org>
Date:   Sun Nov 1 16:07:03 2015 -0500

    Exclude .gitattributes from orig tarball
    
    Resolves lintian warning package-contains-vcs-control-file

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

Summary of changes:
 .travis.yml                                        |     3 +
 Make.inc                                           |    10 +-
 Makefile                                           |     8 +-
 README.windows.md                                  |     6 +-
 VERSION                                            |     2 +-
 base/complex.jl                                    |     1 -
 base/linalg/generic.jl                             |     6 +-
 base/mpfr.jl                                       |     1 +
 base/number.jl                                     |     1 +
 base/pkg/entry.jl                                  |     6 +-
 base/range.jl                                      |     9 +-
 base/version_git.jl                                |    22 +
 contrib/windows/get_toolchain.sh                   |     2 +-
 contrib/windows/msys_build.sh                      |     1 +
 contrib/windows/winrpm.sh                          |     2 +-
 debian/changelog                                   |    16 +
 debian/control                                     |    27 +-
 debian/copyright                                   |    51 +-
 debian/julia-common.install                        |     4 +
 debian/{julia.manpages => julia-common.manpages}   |     0
 debian/julia.install                               |     4 -
 debian/julia.lintian-overrides                     |     1 -
 debian/patches/require-sse2-on-i386.patch          |    28 +-
 debian/patches/series                              |     3 +
 debian/patches/sphinx-build.patch                  |    20 +-
 debian/patches/strip-fonts-googleapis.patch        |    19 +
 debian/patches/use-libjs-modernizr.patch           |    20 +
 debian/patches/version-git.patch                   |    16 +
 debian/rules                                       |    14 +-
 deps/Makefile                                      |     2 +-
 deps/dsfmt-2.2/CHANGE-LOG.txt                      |    80 -
 deps/dsfmt-2.2/FILES.txt                           |    27 -
 deps/dsfmt-2.2/LICENSE.txt                         |    32 -
 deps/dsfmt-2.2/Makefile                            |   195 -
 deps/dsfmt-2.2/README.jp.txt                       |    52 -
 deps/dsfmt-2.2/README.txt                          |    41 -
 deps/dsfmt-2.2/check.sh                            |    18 -
 deps/dsfmt-2.2/config.status                       |     1 -
 deps/dsfmt-2.2/dSFMT-common.h                      |   115 -
 deps/dsfmt-2.2/dSFMT-params.h                      |    87 -
 deps/dsfmt-2.2/dSFMT-params11213.h                 |    40 -
 deps/dsfmt-2.2/dSFMT-params1279.h                  |    40 -
 deps/dsfmt-2.2/dSFMT-params132049.h                |    40 -
 deps/dsfmt-2.2/dSFMT-params19937.h                 |    40 -
 deps/dsfmt-2.2/dSFMT-params216091.h                |    40 -
 deps/dsfmt-2.2/dSFMT-params2203.h                  |    40 -
 deps/dsfmt-2.2/dSFMT-params4253.h                  |    40 -
 deps/dsfmt-2.2/dSFMT-params44497.h                 |    40 -
 deps/dsfmt-2.2/dSFMT-params521.h                   |    40 -
 deps/dsfmt-2.2/dSFMT-params86243.h                 |    40 -
 deps/dsfmt-2.2/dSFMT.11213.out.txt                 |   583 -
 deps/dsfmt-2.2/dSFMT.1279.out.txt                  |   583 -
 deps/dsfmt-2.2/dSFMT.132049.out.txt                |   583 -
 deps/dsfmt-2.2/dSFMT.19937.out.txt                 |   583 -
 deps/dsfmt-2.2/dSFMT.216091.out.txt                |   583 -
 deps/dsfmt-2.2/dSFMT.2203.out.txt                  |   583 -
 deps/dsfmt-2.2/dSFMT.4253.out.txt                  |   583 -
 deps/dsfmt-2.2/dSFMT.44497.out.txt                 |   583 -
 deps/dsfmt-2.2/dSFMT.521.out.txt                   |   583 -
 deps/dsfmt-2.2/dSFMT.86243.out.txt                 |   583 -
 deps/dsfmt-2.2/dSFMT.c                             |   633 -
 deps/dsfmt-2.2/dSFMT.h                             |   640 -
 deps/dsfmt-2.2/html/annotated.html                 |    72 -
 deps/dsfmt-2.2/html/bc_s.png                       |   Bin 705 -> 0 bytes
 deps/dsfmt-2.2/html/bdwn.png                       |   Bin 147 -> 0 bytes
 deps/dsfmt-2.2/html/classes.html                   |    78 -
 deps/dsfmt-2.2/html/closed.png                     |   Bin 126 -> 0 bytes
 deps/dsfmt-2.2/html/d_s_f_m_t-common_8h.html       |   145 -
 .../dsfmt-2.2/html/d_s_f_m_t-common_8h_source.html |   152 -
 deps/dsfmt-2.2/html/d_s_f_m_t_8c.html              |   954 --
 deps/dsfmt-2.2/html/d_s_f_m_t_8h.html              |  1785 ---
 deps/dsfmt-2.2/html/d_s_f_m_t_8h_source.html       |   431 -
 deps/dsfmt-2.2/html/doxygen.css                    |  1012 --
 deps/dsfmt-2.2/html/doxygen.png                    |   Bin 3942 -> 0 bytes
 deps/dsfmt-2.2/html/files.html                     |    73 -
 deps/dsfmt-2.2/html/functions.html                 |    87 -
 deps/dsfmt-2.2/html/functions_vars.html            |    87 -
 deps/dsfmt-2.2/html/globals.html                   |   328 -
 deps/dsfmt-2.2/html/globals_defs.html              |   105 -
 deps/dsfmt-2.2/html/globals_func.html              |   272 -
 deps/dsfmt-2.2/html/globals_type.html              |    81 -
 deps/dsfmt-2.2/html/globals_vars.html              |    85 -
 deps/dsfmt-2.2/html/howto-compile.html             |   360 -
 deps/dsfmt-2.2/html/index.html                     |   127 -
 deps/dsfmt-2.2/html/mainpage_8txt.html             |    68 -
 deps/dsfmt-2.2/html/nav_f.png                      |   Bin 159 -> 0 bytes
 deps/dsfmt-2.2/html/nav_h.png                      |   Bin 97 -> 0 bytes
 deps/dsfmt-2.2/html/open.png                       |   Bin 118 -> 0 bytes
 deps/dsfmt-2.2/html/struct_d_s_f_m_t___t.html      |   117 -
 deps/dsfmt-2.2/html/tab_a.png                      |   Bin 140 -> 0 bytes
 deps/dsfmt-2.2/html/tab_b.png                      |   Bin 178 -> 0 bytes
 deps/dsfmt-2.2/html/tab_h.png                      |   Bin 192 -> 0 bytes
 deps/dsfmt-2.2/html/tab_s.png                      |   Bin 189 -> 0 bytes
 deps/dsfmt-2.2/html/tabs.css                       |    59 -
 deps/dsfmt-2.2/html/union_w128___t.html            |   133 -
 deps/dsfmt-2.2/test.c                              |   769 --
 deps/utf8proc-v1.1.6/Changelog                     |   131 -
 deps/utf8proc-v1.1.6/LICENSE                       |    64 -
 deps/utf8proc-v1.1.6/Makefile                      |    69 -
 deps/utf8proc-v1.1.6/README                        |   116 -
 deps/utf8proc-v1.1.6/data_generator.rb             |  1624 ---
 deps/utf8proc-v1.1.6/lump.txt                      |    26 -
 deps/utf8proc-v1.1.6/pgsql/Makefile                |    10 -
 deps/utf8proc-v1.1.6/pgsql/utf8proc.sql            |     6 -
 deps/utf8proc-v1.1.6/pgsql/utf8proc_pgsql.c        |   139 -
 deps/utf8proc-v1.1.6/ruby/extconf.rb               |     2 -
 deps/utf8proc-v1.1.6/ruby/gem/LICENSE              |    64 -
 deps/utf8proc-v1.1.6/ruby/gem/utf8proc.gemspec     |    12 -
 deps/utf8proc-v1.1.6/ruby/utf8proc.rb              |    98 -
 deps/utf8proc-v1.1.6/ruby/utf8proc_native.c        |   160 -
 deps/utf8proc-v1.1.6/utf8proc.c                    |   587 -
 deps/utf8proc-v1.1.6/utf8proc.h                    |   390 -
 deps/utf8proc-v1.1.6/utf8proc_data.c               | 13383 -------------------
 doc/helpdb.jl                                      |     4 +-
 doc/stdlib/math.rst                                |     2 +-
 src/alloc.c                                        |    52 +-
 src/dump.c                                         |     3 +-
 test/complex.jl                                    |    20 +
 test/core.jl                                       |    13 +
 test/linalg2.jl                                    |     8 +
 test/mpfr.jl                                       |    10 +
 test/perf/kernel/.gitattributes                    |     1 -
 test/pkg.jl                                        |   169 +-
 test/ranges.jl                                     |     4 +
 124 files changed, 422 insertions(+), 32581 deletions(-)
 create mode 100644 base/version_git.jl
 create mode 100644 debian/julia-common.install
 rename debian/{julia.manpages => julia-common.manpages} (100%)
 delete mode 100644 debian/julia.lintian-overrides
 create mode 100644 debian/patches/strip-fonts-googleapis.patch
 create mode 100644 debian/patches/use-libjs-modernizr.patch
 create mode 100644 debian/patches/version-git.patch
 delete mode 100644 deps/dsfmt-2.2/CHANGE-LOG.txt
 delete mode 100644 deps/dsfmt-2.2/FILES.txt
 delete mode 100644 deps/dsfmt-2.2/LICENSE.txt
 delete mode 100644 deps/dsfmt-2.2/Makefile
 delete mode 100644 deps/dsfmt-2.2/README.jp.txt
 delete mode 100644 deps/dsfmt-2.2/README.txt
 delete mode 100755 deps/dsfmt-2.2/check.sh
 delete mode 100644 deps/dsfmt-2.2/config.status
 delete mode 100644 deps/dsfmt-2.2/dSFMT-common.h
 delete mode 100644 deps/dsfmt-2.2/dSFMT-params.h
 delete mode 100644 deps/dsfmt-2.2/dSFMT-params11213.h
 delete mode 100644 deps/dsfmt-2.2/dSFMT-params1279.h
 delete mode 100644 deps/dsfmt-2.2/dSFMT-params132049.h
 delete mode 100644 deps/dsfmt-2.2/dSFMT-params19937.h
 delete mode 100644 deps/dsfmt-2.2/dSFMT-params216091.h
 delete mode 100644 deps/dsfmt-2.2/dSFMT-params2203.h
 delete mode 100644 deps/dsfmt-2.2/dSFMT-params4253.h
 delete mode 100644 deps/dsfmt-2.2/dSFMT-params44497.h
 delete mode 100644 deps/dsfmt-2.2/dSFMT-params521.h
 delete mode 100644 deps/dsfmt-2.2/dSFMT-params86243.h
 delete mode 100644 deps/dsfmt-2.2/dSFMT.11213.out.txt
 delete mode 100644 deps/dsfmt-2.2/dSFMT.1279.out.txt
 delete mode 100644 deps/dsfmt-2.2/dSFMT.132049.out.txt
 delete mode 100644 deps/dsfmt-2.2/dSFMT.19937.out.txt
 delete mode 100644 deps/dsfmt-2.2/dSFMT.216091.out.txt
 delete mode 100644 deps/dsfmt-2.2/dSFMT.2203.out.txt
 delete mode 100644 deps/dsfmt-2.2/dSFMT.4253.out.txt
 delete mode 100644 deps/dsfmt-2.2/dSFMT.44497.out.txt
 delete mode 100644 deps/dsfmt-2.2/dSFMT.521.out.txt
 delete mode 100644 deps/dsfmt-2.2/dSFMT.86243.out.txt
 delete mode 100644 deps/dsfmt-2.2/dSFMT.c
 delete mode 100644 deps/dsfmt-2.2/dSFMT.h
 delete mode 100644 deps/dsfmt-2.2/html/annotated.html
 delete mode 100644 deps/dsfmt-2.2/html/bc_s.png
 delete mode 100644 deps/dsfmt-2.2/html/bdwn.png
 delete mode 100644 deps/dsfmt-2.2/html/classes.html
 delete mode 100644 deps/dsfmt-2.2/html/closed.png
 delete mode 100644 deps/dsfmt-2.2/html/d_s_f_m_t-common_8h.html
 delete mode 100644 deps/dsfmt-2.2/html/d_s_f_m_t-common_8h_source.html
 delete mode 100644 deps/dsfmt-2.2/html/d_s_f_m_t_8c.html
 delete mode 100644 deps/dsfmt-2.2/html/d_s_f_m_t_8h.html
 delete mode 100644 deps/dsfmt-2.2/html/d_s_f_m_t_8h_source.html
 delete mode 100644 deps/dsfmt-2.2/html/doxygen.css
 delete mode 100644 deps/dsfmt-2.2/html/doxygen.png
 delete mode 100644 deps/dsfmt-2.2/html/files.html
 delete mode 100644 deps/dsfmt-2.2/html/functions.html
 delete mode 100644 deps/dsfmt-2.2/html/functions_vars.html
 delete mode 100644 deps/dsfmt-2.2/html/globals.html
 delete mode 100644 deps/dsfmt-2.2/html/globals_defs.html
 delete mode 100644 deps/dsfmt-2.2/html/globals_func.html
 delete mode 100644 deps/dsfmt-2.2/html/globals_type.html
 delete mode 100644 deps/dsfmt-2.2/html/globals_vars.html
 delete mode 100644 deps/dsfmt-2.2/html/howto-compile.html
 delete mode 100644 deps/dsfmt-2.2/html/index.html
 delete mode 100644 deps/dsfmt-2.2/html/mainpage_8txt.html
 delete mode 100644 deps/dsfmt-2.2/html/nav_f.png
 delete mode 100644 deps/dsfmt-2.2/html/nav_h.png
 delete mode 100644 deps/dsfmt-2.2/html/open.png
 delete mode 100644 deps/dsfmt-2.2/html/struct_d_s_f_m_t___t.html
 delete mode 100644 deps/dsfmt-2.2/html/tab_a.png
 delete mode 100644 deps/dsfmt-2.2/html/tab_b.png
 delete mode 100644 deps/dsfmt-2.2/html/tab_h.png
 delete mode 100644 deps/dsfmt-2.2/html/tab_s.png
 delete mode 100644 deps/dsfmt-2.2/html/tabs.css
 delete mode 100644 deps/dsfmt-2.2/html/union_w128___t.html
 delete mode 100644 deps/dsfmt-2.2/test.c
 delete mode 100644 deps/utf8proc-v1.1.6/Changelog
 delete mode 100644 deps/utf8proc-v1.1.6/LICENSE
 delete mode 100644 deps/utf8proc-v1.1.6/Makefile
 delete mode 100644 deps/utf8proc-v1.1.6/README
 delete mode 100644 deps/utf8proc-v1.1.6/data_generator.rb
 delete mode 100644 deps/utf8proc-v1.1.6/lump.txt
 delete mode 100644 deps/utf8proc-v1.1.6/pgsql/Makefile
 delete mode 100644 deps/utf8proc-v1.1.6/pgsql/utf8proc.sql
 delete mode 100644 deps/utf8proc-v1.1.6/pgsql/utf8proc_pgsql.c
 delete mode 100644 deps/utf8proc-v1.1.6/ruby/extconf.rb
 delete mode 100644 deps/utf8proc-v1.1.6/ruby/gem/LICENSE
 delete mode 100644 deps/utf8proc-v1.1.6/ruby/gem/utf8proc.gemspec
 delete mode 100644 deps/utf8proc-v1.1.6/ruby/utf8proc.rb
 delete mode 100644 deps/utf8proc-v1.1.6/ruby/utf8proc_native.c
 delete mode 100644 deps/utf8proc-v1.1.6/utf8proc.c
 delete mode 100644 deps/utf8proc-v1.1.6/utf8proc.h
 delete mode 100644 deps/utf8proc-v1.1.6/utf8proc_data.c
 delete mode 100644 test/perf/kernel/.gitattributes


hooks/post-receive
-- 
Julia



More information about the Pkg-julia-devel mailing list