[ubuntu/cosmic-proposed] rustc 1.27.0+dfsg0+llvm-0ubuntu1 (Accepted)

Chris Coulson chris.coulson at canonical.com
Mon Jul 9 15:27:18 UTC 2018


rustc (1.27.0+dfsg0+llvm-0ubuntu1) cosmic; urgency=medium

  * Update to 1.27.0
  * Bump rustc build requirement to 1.26.0
    - update debian/control
  * Rename libstd-rust-1.26 to libstd-rust-1.27
    - update debian/control
    - debian/libstd-rust-1.26.lintian-overrides =>
        debian/libstd-rust-1.27.lintian-overrides
  * Update debian/copyright
  * Refresh patches
    - update debian/patches/u-fixtestignores-ppc64el.patch
    - update debian/patches/u-tag-private-modules-with-doc-cfg.patch
    - update debian/patches/d-disable-cargo-vendor.patch
    - update debian/patches/d-no-web-dependencies-in-doc.patch
  * Drop patches that are fixed upstream
    - remove debian/patches/u-fix-rustdoc-theme-test-without-rpath.patch
    - remove debian/patches/u-fix-fp-target-warning.patch
    - update debian/patches/series
  * Disable search functionality in the documentation as it depends on
    mark.js and elasticlunr.js, both of which are stripped from the tarball
    (they are vendored in minified form) and neither of which are packaged
    separately in Ubuntu yet
    - add debian/patches/d-disable-doc-search.patch
    - update debian/patches/series

rustc (1.26.2+dfsg1+llvm-0ubuntu1) cosmic; urgency=medium

  * Merge from Debian unstable, remaining changes:
    - Use the bundled llvm to avoid having to do llvm updates in order to
      deliver rust updates
      - update debian/config.toml.in
      - update debian/control
      - update debian/copyright
      - update debian/rules
    - Build-Depend on libc6-dbg on armhf, to workaround a crash in ld.so
      during some debuginfo tests
      - update debian/control
    - Exclude src/tools/lld from the tarball
      - update debian/copyright
      - update debian/rules
    - Add a hack to ensure the stage0 compiler is extracted to the correct
      location
      - update debian/make_orig-stage0_tarball.sh
    - Scrub -g from CFLAGS and CXXFLAGS in order to let rustbuild control
      whether LLVM is compiled with debug symbols
      - update debian/rules
    - Ensure the build uses the bundled stage0 rustc when bootstrapping
      - update debian/rules
    - Only build debuginfo for libstd on i386
      - update debian/rules
    - Ignore all test failures on every architecture
      - update debian/rules

rustc (1.26.2+dfsg1-1) unstable; urgency=medium

  * New upstream release.
  * Stop ignoring tests that now pass.
  * Don't ignore tests that still fail, instead raise FAILURES_ALLOWED.
    This allows us to see the test failures in the build logs, rather than
    hiding them.

rustc (1.26.1+dfsg1-3) unstable; urgency=medium

  * Fix build-dep version range to build against myself.

rustc (1.26.1+dfsg1-2) unstable; urgency=medium

  * Also ignore test_loading_cosine on ppc64el.

rustc (1.26.1+dfsg1-1) unstable; urgency=medium

  * New upstream release.

rustc (1.26.0+dfsg1-1~exp4) experimental; urgency=medium

  * Try alternative patch to ignore x86 stdsimd tests suggested by upstream.
  * Bump up allowed-test-failures to 8 to account for the fact that we're now
    double-counting some failures.

rustc (1.26.0+dfsg1-1~exp3) experimental; urgency=medium

  * Ignore some irrelevant tests on ppc64 and non-x86 platforms.

rustc (1.26.0+dfsg1-1~exp2) experimental; urgency=medium

  * Add Breaks+Replaces for older libstd-rust-dev with codegen-backends.
    (Closes: #899180)
  * Backport some test and packaging fixes from Ubuntu.

rustc (1.26.0+dfsg1-1~exp1) experimental; urgency=medium

  * New upstream release.
  * Update to latest Standards-Version; no changes required.
  * Update doc-base files. (Closes: #876831)

rustc (1.25.0+dfsg1-2) unstable; urgency=medium

  * Add patches for LLVM's compiler-rt to fix bugs on sparc64 and mips64.
    (Closes: #898982)
  * Install codegen-backends into rustc rather than libstd-rust-dev.
    (Closes: #899087)

rustc (1.25.0+dfsg1-1) unstable; urgency=medium

  * Upload to unstable.
  * Allow up to 15 test failures on s390x.
  * Set CARGO_INCREMENTAL=0 on sparc64.

Date: Fri, 06 Jul 2018 17:02:31 +0100
Changed-By: Chris Coulson <chris.coulson at canonical.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/rustc/1.27.0+dfsg0+llvm-0ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 06 Jul 2018 17:02:31 +0100
Source: rustc
Binary: rustc libstd-rust-1.27 libstd-rust-dev rust-gdb rust-lldb rust-doc rust-src
Architecture: source
Version: 1.27.0+dfsg0+llvm-0ubuntu1
Distribution: cosmic
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Chris Coulson <chris.coulson at canonical.com>
Description:
 libstd-rust-1.27 - Rust standard libraries
 libstd-rust-dev - Rust standard libraries - development files
 rust-doc   - Rust systems programming language - Documentation
 rust-gdb   - Rust debugger (gdb)
 rust-lldb  - Rust debugger (lldb)
 rust-src   - Rust systems programming language - source code
 rustc      - Rust systems programming language
Closes: 876831 898982 899087 899180
Changes:
 rustc (1.27.0+dfsg0+llvm-0ubuntu1) cosmic; urgency=medium
 .
   * Update to 1.27.0
   * Bump rustc build requirement to 1.26.0
     - update debian/control
   * Rename libstd-rust-1.26 to libstd-rust-1.27
     - update debian/control
     - debian/libstd-rust-1.26.lintian-overrides =>
         debian/libstd-rust-1.27.lintian-overrides
   * Update debian/copyright
   * Refresh patches
     - update debian/patches/u-fixtestignores-ppc64el.patch
     - update debian/patches/u-tag-private-modules-with-doc-cfg.patch
     - update debian/patches/d-disable-cargo-vendor.patch
     - update debian/patches/d-no-web-dependencies-in-doc.patch
   * Drop patches that are fixed upstream
     - remove debian/patches/u-fix-rustdoc-theme-test-without-rpath.patch
     - remove debian/patches/u-fix-fp-target-warning.patch
     - update debian/patches/series
   * Disable search functionality in the documentation as it depends on
     mark.js and elasticlunr.js, both of which are stripped from the tarball
     (they are vendored in minified form) and neither of which are packaged
     separately in Ubuntu yet
     - add debian/patches/d-disable-doc-search.patch
     - update debian/patches/series
 .
 rustc (1.26.2+dfsg1+llvm-0ubuntu1) cosmic; urgency=medium
 .
   * Merge from Debian unstable, remaining changes:
     - Use the bundled llvm to avoid having to do llvm updates in order to
       deliver rust updates
       - update debian/config.toml.in
       - update debian/control
       - update debian/copyright
       - update debian/rules
     - Build-Depend on libc6-dbg on armhf, to workaround a crash in ld.so
       during some debuginfo tests
       - update debian/control
     - Exclude src/tools/lld from the tarball
       - update debian/copyright
       - update debian/rules
     - Add a hack to ensure the stage0 compiler is extracted to the correct
       location
       - update debian/make_orig-stage0_tarball.sh
     - Scrub -g from CFLAGS and CXXFLAGS in order to let rustbuild control
       whether LLVM is compiled with debug symbols
       - update debian/rules
     - Ensure the build uses the bundled stage0 rustc when bootstrapping
       - update debian/rules
     - Only build debuginfo for libstd on i386
       - update debian/rules
     - Ignore all test failures on every architecture
       - update debian/rules
 .
 rustc (1.26.2+dfsg1-1) unstable; urgency=medium
 .
   * New upstream release.
   * Stop ignoring tests that now pass.
   * Don't ignore tests that still fail, instead raise FAILURES_ALLOWED.
     This allows us to see the test failures in the build logs, rather than
     hiding them.
 .
 rustc (1.26.1+dfsg1-3) unstable; urgency=medium
 .
   * Fix build-dep version range to build against myself.
 .
 rustc (1.26.1+dfsg1-2) unstable; urgency=medium
 .
   * Also ignore test_loading_cosine on ppc64el.
 .
 rustc (1.26.1+dfsg1-1) unstable; urgency=medium
 .
   * New upstream release.
 .
 rustc (1.26.0+dfsg1-1~exp4) experimental; urgency=medium
 .
   * Try alternative patch to ignore x86 stdsimd tests suggested by upstream.
   * Bump up allowed-test-failures to 8 to account for the fact that we're now
     double-counting some failures.
 .
 rustc (1.26.0+dfsg1-1~exp3) experimental; urgency=medium
 .
   * Ignore some irrelevant tests on ppc64 and non-x86 platforms.
 .
 rustc (1.26.0+dfsg1-1~exp2) experimental; urgency=medium
 .
   * Add Breaks+Replaces for older libstd-rust-dev with codegen-backends.
     (Closes: #899180)
   * Backport some test and packaging fixes from Ubuntu.
 .
 rustc (1.26.0+dfsg1-1~exp1) experimental; urgency=medium
 .
   * New upstream release.
   * Update to latest Standards-Version; no changes required.
   * Update doc-base files. (Closes: #876831)
 .
 rustc (1.25.0+dfsg1-2) unstable; urgency=medium
 .
   * Add patches for LLVM's compiler-rt to fix bugs on sparc64 and mips64.
     (Closes: #898982)
   * Install codegen-backends into rustc rather than libstd-rust-dev.
     (Closes: #899087)
 .
 rustc (1.25.0+dfsg1-1) unstable; urgency=medium
 .
   * Upload to unstable.
   * Allow up to 15 test failures on s390x.
   * Set CARGO_INCREMENTAL=0 on sparc64.
Checksums-Sha1:
 50fc51de6c812128b83e57e575d6abe6129cd9fd 2766 rustc_1.27.0+dfsg0+llvm-0ubuntu1.dsc
 be466a43f83790508ef660eae03163b85d2d7f43 30939636 rustc_1.27.0+dfsg0+llvm.orig.tar.xz
 e2559d15bd77286b6e755cfb23a2ad1d2c51b90e 59492 rustc_1.27.0+dfsg0+llvm-0ubuntu1.debian.tar.xz
 d0e626a1c9bf3a49b6bd32ce1452ded156ba064d 9198 rustc_1.27.0+dfsg0+llvm-0ubuntu1_source.buildinfo
Checksums-Sha256:
 156192a2356d811d303d2d55d9e3ef42c0f9997fed2520373f7e8aa557d9c086 2766 rustc_1.27.0+dfsg0+llvm-0ubuntu1.dsc
 ba25c071dd982226dc69fa0c53b4002bcf29d3acd22e8a2f1f50df760811ec34 30939636 rustc_1.27.0+dfsg0+llvm.orig.tar.xz
 d5abda7920e585b3b2fd123141d3e5a757c71de4582d91ce8c4f7f081b4a90c4 59492 rustc_1.27.0+dfsg0+llvm-0ubuntu1.debian.tar.xz
 ec4abb356d6a3eb605054fe9d05398d618af5e64228462fac1614acc4a39e065 9198 rustc_1.27.0+dfsg0+llvm-0ubuntu1_source.buildinfo
Files:
 8019180199e87ebb3515b44246774b3f 2766 devel optional rustc_1.27.0+dfsg0+llvm-0ubuntu1.dsc
 c86a96f04e2cb45421528960d689cd1b 30939636 devel optional rustc_1.27.0+dfsg0+llvm.orig.tar.xz
 fbffa7a1e04f68fcd845ce62fe75e31a 59492 devel optional rustc_1.27.0+dfsg0+llvm-0ubuntu1.debian.tar.xz
 44484e4e6362a95ac4a52e37a44aff22 9198 devel optional rustc_1.27.0+dfsg0+llvm-0ubuntu1_source.buildinfo
Original-Maintainer: Rust Maintainers <pkg-rust-maintainers at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----

iQFQBAEBCgA6FiEERN//5MGgCOgyKeIFYR+97NWUbg8FAltDbn8cHGNocmlzLmNv
dWxzb25AY2Fub25pY2FsLmNvbQAKCRBhH73s1ZRuD5uCB/42W5CGmBvV4i66uXln
cCumJoSIde7DlfW+qPJJXEdUnhNYkdIuNR+xsUaNIV8cxa8XXzv57KUVZZ2+/8J8
ocY7YzxVu1tOSRwKR8T5oGeSgkDEHqv4bow+X3N5NKLKFdEUEF6ub4q5rXVjpcQT
e/TgneVVoT2Acsju8GFD0Dl+bHQIHBrZ5K7Sik2n2bIyX0T0gNzev1L8hNgLnESa
zi4lpjaWs0nvBICaLc+qsCHxOHaoPgvaBsqFK+4z0br86gqt+jYcFu0m72g4RHjB
Z3uFC4MC5qzXfjlIRvDvdXqea5BnAkLbhPw0TpVRsZuD1003acZrKI/kEGnbG0Bl
+w6B
=DIkB
-----END PGP SIGNATURE-----


More information about the Cosmic-changes mailing list