Change logs for julia source package in Cosmic

  • julia (1.0.1-0ubuntu2) cosmic; urgency=medium
    
      [ Mo Zhou ]
      * Extend JULIA_CPU_TARGET to include optimized targets as well,
        apart from the generic target. (Closes: #910784)
    
     -- Graham Inggs <email address hidden>  Mon, 15 Oct 2018 07:57:30 +0000
  • julia (1.0.1-0ubuntu1) cosmic; urgency=medium
    
      [ Graham Inggs ]
      * Sync with 1.0.1-1 from Debian binNEW
      * Skip DNS tests which fail on Ubuntu autopkgtest infrastructure
    
      [ Mo Zhou ]
      * New upstream stable release 1.0.1 (Sept 2018)
      * Remove hundreds of patches picked from WIP Julia 1.0.1 release.
      * Elaborate on why debug info should not be stripped from sys.so in rules.
      * Drop deps:openspecfun which is not used anymore since 0.7 release.
      * Add CUSTOM_NATIVE variable in rules for custom builds.
      * Drop test related patches, because they are not needed anymore:
        - Drop test-add-envvar-for-skipping-network-tests.patch .
        - Drop test-moredetail.patch, test-skip-ppc64el-spec.patch
        - Drop test-remove-powermod.patch, test-aggressive-gc.patch .
    
     -- Graham Inggs <email address hidden>  Tue, 02 Oct 2018 08:35:36 +0000
  • julia (1.0.0-0ubuntu5) cosmic; urgency=medium
    
      [ Graham Inggs ]
      * Sync with 1.0.0-3 from Debian binNEW
    
      [ Mo Zhou ]
      * Handle floating point precision issue during test. (test-precision.patch)
      * Patch runtests.jl to let it print more detail. (test-moredetail.patch)
      * Make Documenter.jl quiet. (pre-apply, doc-silent.patch)
      * Autopkgtest: Skip network related tests for Ubuntu.
      * Link libjulia.so.X against netlib LAPACK (libblas.so.3/liblapack.so.3)
        in order to take advantage from alternatives system. (Closes: #905826)
      * Shared object libjulia.so.X Depends on high performance BLAS/LAPACK
        implementations when available, i.e. OpenBLAS | Atlas | Intel-MKL.
      * Add 167 patches from work-in-progress Julia 1.0.1 release.
      * Autopkgtest: Execute runtests.jl instead of calling Base.runtests()
      * README.Debian: Julia's BLAS/LAPACK backend is switchable henceforth.
      * Also remove the "net_on" guard in test/runtests.jl.
        (update, test-add-envvar-for-skipping-network-tests.patch)
      * Downgrade GCC version to 7 for armhf in order to circumvent FTBFS.
    
     -- Graham Inggs <email address hidden>  Sun, 23 Sep 2018 06:09:58 +0000
  • julia (1.0.0-0ubuntu4) cosmic; urgency=medium
    
      [ Graham Inggs ]
      * Sync with 1.0.0-2 from Debian binNEW
    
      [ Mo Zhou ]
      * Run test on all architectures instead of only amd64 and i386,
        but allow non-x86 tests to fail. (Closes: #906754)
      * Binary package julia Suggests vim-julia. (Closes: #907050)
      * Enable the build on s390x
        - Disable libunwind on s390x (unsatisfiable dependency).
        * shlibdeps.mk: don't link against libunwind on s390x architecture.
        * Fix logic error in base/Makefile. (+ make-unwind-logic-error.patch)
      * Skip some tests unconditionally or conditionally according to Sys.ARCH
        * Skip "powermod" related tests on non-x86 architecture.
        * Skip several tests specifically on i386. (+ test-skip-i386-spec.patch)
        * Skip several tests on ppc64el. (+ test-skip-ppc64el-spec.patch)
        * Add patch test-add-envvar-for-skipping-network-tests.patch.
          + rules: Export DEBIAN_FORCE_NONET to skip network tests during build.
      * Add patch test-aggressive-gc.patch: make garbage collection aggressive.
      * Re-arrange patches and refresh them.
      * Disable thumb instruction set for armhf by adding -marm to cflags.
      * Bump Standards-Version to 4.2.1 (no change).
      * rules: Don't install extra license files.
      * Override false-positive lintian error: wrong-path-for-interpreter.
      * Upload to unstable.
    
     -- Graham Inggs <email address hidden>  Wed, 19 Sep 2018 09:25:01 +0000
  • julia (1.0.0-0ubuntu3) cosmic; urgency=medium
    
      * Avoid FP precision error in test/subarray.jl
    
     -- Graham Inggs <email address hidden>  Fri, 07 Sep 2018 18:15:14 +0000
  • julia (1.0.0-0ubuntu2) cosmic; urgency=medium
    
      * Only run tests in a single thread to avoid reaching memory limit
    
     -- Graham Inggs <email address hidden>  Fri, 07 Sep 2018 09:13:02 +0000
  • julia (1.0.0-0ubuntu1) cosmic; urgency=medium
    
      [ Graham Inggs ]
      * Merge from Debian julia-team's git (LP: #1789246)
        Remaining changes:
        + Skip DNS tests failing on Ubuntu autopkgtesters
    
      [ Mo Zhou ]
      * New upstream version 1.0.0
      * Bump SOVERSION from 0.7.0 to 1.0.0, update debian directory accordingly.
      * Package libjulia1.0 Breaks and Replaces libjulia0.7 .
      * Refresh symbols list for libjulia.so.1.0 .
      * Update the embedded Documenter:
        + Documenter.jl to v0.19.4
        + Compat.jl to v1.0.1 .
        + DocStringExtensions.jl to v0.4.6 .
        * Update debian/source/include-binaries accordingly.
        * Update patch privacy-breach.patch and pre-apply the patch.
      * Add patch doc-unicode-data-path.patch and update deb-make-doc.patch
        to avoid UnicodeData.txt File-Not-Found during documentation build.
      * Refresh debian/copyright.
      * Also build the PDF documentation apart from the HTML doc.
        + Add latex related Build-Depends-Indep packages for building PDF doc.
        + Override dh_auto_build-indep to build both HTML and PDF document.
        + Install the generated PDF doc doc/_build/pdf/en/TheJuliaLanguage.pdf
        + Register the PDF documentation in doc-base.
      * Remove source/local-options , not useful anymore.
      * Update appstream.patch from upstream pull request #28020.
    
     -- Graham Inggs <email address hidden>  Thu, 06 Sep 2018 18:46:16 +0000
  • julia (0.7.0-2ubuntu1) cosmic; urgency=medium
    
      * Skip DNS tests failing on Ubuntu autopkgtesters
      * Only run tests in a single thread to avoid reaching memory limit
      * Avoid FP precision error in test/subarray.jl
    
     -- Graham Inggs <email address hidden>  Mon, 27 Aug 2018 12:34:16 +0000
  • julia (0.7.0-2) unstable; urgency=medium
    
      [ Peter Colberg ]
      * Drop Build-Depends on libfftw3-dev, Bindings to the FFTW library
        have been removed from Base. (Closes: #905849)
    
      [ Mo Zhou ]
      * Replace Sys.CPU_CORES with Sys.CPU_THREADS in test script.
      * Add patch test-skip-sigint.patch to temporarily avoid a random
        test failure in test/stress.jl, which sometimes fail to catch SIGINT.
    
     -- Mo Zhou <email address hidden>  Sun, 12 Aug 2018 01:00:36 +0000
  • julia (0.7.0-1) unstable; urgency=medium
    
      * New upstream version 0.7.0
      * Update embedded libuv tarball to ed3700c849289ed01fe04273a7bf865340b2bd7e.
      * Refresh all the patches.
      * Move privacy-breach.patch to quilt directory, and pre-apply the patch.
      * Require libgit2-dev (>= 0.27.0~) as B-D.
      * Bump Standards-Version to 4.2.0 (no change).
      * Three new symbols for libjulia0.7 0.7.0 .
      * Only traverse within debian directory when fixing shebang. (Avoid FTBFSx2)
      * README.Debian: Add brief instructions for rebuilding Julia against MKL.
      * Update file matching expressions in copyright.
      * Require llvm-6.0-dev (>= 1:6.0.1-3) in the B-D field.
    
     -- Mo Zhou <email address hidden>  Thu, 09 Aug 2018 16:43:05 +0000
  • julia (0.6.4-2build1) cosmic; urgency=medium
    
      * No-change rebuild for libgfortran soname change.
    
     -- Matthias Klose <email address hidden>  Tue, 17 Jul 2018 12:26:20 +0000
  • julia (0.6.4-2) unstable; urgency=medium
    
      * Let julia depend on libjulia0.6 (= ${binary:Version})
      * libjulia0.6 breaks julia (<< 0.5.0~) due to file overwrite.
        This fixes stable->sid upgrade. (Closes: #903498)
      * Remove unused patch version-git.patch since we have NO_GIT=1 in rules.
      * Fill in patches' header with DEP-3 alike information.
    
     -- Mo Zhou <email address hidden>  Wed, 11 Jul 2018 09:23:52 +0000
  • julia (0.6.4-1) unstable; urgency=medium
    
      [ Mo Zhou ]
      * New upstream version 0.6.4
      * Refresh patches after importing 0.6.4 .
      * Replace the placeholder in watch file, which was left unchanged by mistake.
      * Import embedded copy of libuv (checksum identical to upstream's).
        libuv-d8ab1c6a33e77bf155facb54215dd8798e13825d.tar.gz
        + Register the new embedded tarball in source/include-binary
        * Refresh copyright for the tarball.
      * Deprecate the get-orig-tarball target in rules.
      * Split the autopkgtest test command into individual script.
      * Replace the old do-not-download-libuv.patch patch with a new one.
      * Patch: Let jldownload be verbose and download from file:// URI.
        + debian/patches/jldownload-verbose-fakedownload.patch
      * rules: Don't install any .gitignore file!
      * rules: Update the TAGGED_RELEASE_BANNER to avoid confusion.
      * Update the matching pattern in lintian overrides.
      * Patch: disable unversioned-system-load-path.patch .
      * Autopkgtest: One more script to test arpack sanity.
    
      [ Graham Inggs ]
      * Disable unaligned access on armhf
      * Enable ARM NEON extensions, since #842142 is fixed
    
     -- Mo Zhou <email address hidden>  Tue, 10 Jul 2018 16:08:48 +0000
  • julia (0.6.3-6ubuntu1) cosmic; urgency=medium
    
      * Add test restriction needs-root for autopkgtest that
        attempts to write to /usr/share/julia/test
    
     -- Graham Inggs <email address hidden>  Tue, 10 Jul 2018 09:41:07 +0000
  • julia (0.6.3-6) unstable; urgency=medium
    
      * Bump B-D on libutf8proc-dev to (>= 2.1.1) and enable
        unicode/utf8proc test, since #902902 is fixed
      * Drop libjulia0.6's explicit dependency on libgit2-26
    
     -- Graham Inggs <email address hidden>  Mon, 09 Jul 2018 20:29:42 +0000
  • julia (0.6.3-5) unstable; urgency=medium
    
      * Switch B-D LLVM version from 3.9 -> 4.0 .
      * Skip more tests in test/libgit2.jl to avoid FTBFS.
    
     -- Mo Zhou <email address hidden>  Mon, 09 Jul 2018 12:29:34 +0000
  • julia (0.6.3-3) experimental; urgency=medium
    
      * rules: Wrap-and-sort the build flags.
      * Fix a typo in shlibdeps.mk which could causes dh-link failure.
      * Update shlibdeps.mk for libuv1 .
      * rules: Comment that we cannot use the libuv1 provided in archive.
      * Skip test "replcompletions" to avoid FTBFS.
        See: https://github.com/JuliaLang/julia/issues/27958
      * Bump Standards-Version to 4.1.5 (no change).
      * Add the missing B-D libcurl4-gnutls-dev | libcurl-dev .
    
     -- Mo Zhou <email address hidden>  Sat, 07 Jul 2018 08:39:35 +0000