mirror of
https://git.proxmox.com/git/rustc
synced 2026-08-11 20:53:21 +00:00
update to 1.85.0~beta9
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
6eacfc4687
commit
930ef32df7
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
rustc (1.85.0~beta.9+dfsg1-1~exp1) UNRELEASED; urgency=medium
|
||||
|
||||
* New upstream release
|
||||
|
||||
-- Fabian Grünbichler <debian@fabian.gruenbichler.email> Mon, 17 Feb 2025 11:15:57 +0100
|
||||
|
||||
rustc (1.84.0+dfsg1-2) unstable; urgency=medium
|
||||
|
||||
* revert upstream commit breaking cross builds
|
||||
|
||||
20
debian/control
vendored
20
debian/control
vendored
@ -13,9 +13,9 @@ Build-Depends:
|
||||
debhelper-compat (= 13),
|
||||
dpkg-dev (>= 1.17.14),
|
||||
python3:native,
|
||||
cargo:native (>= 1.83.0+dfsg) <!pkg.rustc.dlstage0>,
|
||||
rustc:native (>= 1.83.0+dfsg) <!pkg.rustc.dlstage0>,
|
||||
rustc:native (<= 1.84.0++) <!pkg.rustc.dlstage0>,
|
||||
cargo:native (>= 1.84.0+dfsg) <!pkg.rustc.dlstage0>,
|
||||
rustc:native (>= 1.84.0+dfsg) <!pkg.rustc.dlstage0>,
|
||||
rustc:native (<= 1.85.0~beta.999++) <!pkg.rustc.dlstage0>,
|
||||
llvm-19-dev:native,
|
||||
llvm-19-tools:native,
|
||||
gcc-mingw-w64-x86-64-posix:native [amd64] <!nowindows>,
|
||||
@ -53,8 +53,8 @@ Build-Depends:
|
||||
curl <pkg.rustc.dlstage0>,
|
||||
ca-certificates <pkg.rustc.dlstage0>,
|
||||
Build-Depends-Indep:
|
||||
wasi-libc (>= 0.0~git20240708.3f43ea9~~) <!nowasm>,
|
||||
wasi-libc (<= 0.0~git20240708.3f43ea9++) <!nowasm>,
|
||||
wasi-libc (>= 0.0~git20241209.574b88d~~) <!nowasm>,
|
||||
wasi-libc (<= 0.0~git20241209.574b88d++) <!nowasm>,
|
||||
clang-19:native,
|
||||
# see #1057780, gdb now Conflicts gdb-minimal
|
||||
#Build-Conflicts: gdb-minimal <!nocheck>
|
||||
@ -90,7 +90,7 @@ Description: Rust systems programming language
|
||||
generic programming and meta-programming, in both static and dynamic
|
||||
styles.
|
||||
|
||||
Package: libstd-rust-1.84
|
||||
Package: libstd-rust-1.85
|
||||
Section: libs
|
||||
Architecture: any
|
||||
Multi-Arch: same
|
||||
@ -118,7 +118,7 @@ Section: libdevel
|
||||
Architecture: any
|
||||
Multi-Arch: same
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends},
|
||||
libstd-rust-1.84 (= ${binary:Version}),
|
||||
libstd-rust-1.85 (= ${binary:Version}),
|
||||
Conflicts: rustup
|
||||
Description: Rust standard libraries - development files
|
||||
Rust is a curly-brace, block-structured expression language. It
|
||||
@ -314,7 +314,7 @@ Package: rust-clippy
|
||||
Architecture: any
|
||||
Multi-Arch: allowed
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends},
|
||||
libstd-rust-1.84 (= ${binary:Version})
|
||||
libstd-rust-1.85 (= ${binary:Version})
|
||||
Conflicts: rustup
|
||||
Recommends: cargo
|
||||
Description: Rust linter
|
||||
@ -343,7 +343,7 @@ Package: rustfmt
|
||||
Architecture: any
|
||||
Multi-Arch: allowed
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends},
|
||||
libstd-rust-1.84 (= ${binary:Version}),
|
||||
libstd-rust-1.85 (= ${binary:Version}),
|
||||
Conflicts: rustup
|
||||
Recommends: cargo
|
||||
Description: Rust formatting helper
|
||||
@ -367,7 +367,7 @@ Package: rust-analyzer
|
||||
Architecture: any
|
||||
Multi-Arch: allowed
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends},
|
||||
libstd-rust-1.84 (= ${binary:Version}),
|
||||
libstd-rust-1.85 (= ${binary:Version}),
|
||||
Conflicts: rustup
|
||||
Recommends: cargo
|
||||
Description: Rust Language Server Protocol (LSP) implementation
|
||||
|
||||
16
debian/libstd-rust-1.84.lintian-overrides
vendored
16
debian/libstd-rust-1.84.lintian-overrides
vendored
@ -1,16 +0,0 @@
|
||||
# "libstd" just seemed too generic
|
||||
libstd-rust-1.84 binary: package-name-doesnt-match-sonames
|
||||
libstd-rust-1.84 binary: sharedobject-in-library-directory-missing-soname
|
||||
|
||||
# Rust doesn't use dev shlib symlinks nor any of the other shlib support stuff
|
||||
libstd-rust-1.84 binary: dev-pkg-without-shlib-symlink
|
||||
libstd-rust-1.84 binary: shlib-without-versioned-soname
|
||||
libstd-rust-1.84 binary: unused-shlib-entry-in-control-file
|
||||
|
||||
# can trigger if all its so files' hashes start with a latter and not a digit
|
||||
libstd-rust-1.84 binary: empty-shlibs
|
||||
|
||||
# Libraries that use libc symbols (libterm, libstd, etc) *are* linked
|
||||
# to libc. Lintian gets upset that some Rust libraries don't need
|
||||
# libc, boo hoo.
|
||||
libstd-rust-1.84 binary: library-not-linked-against-libc
|
||||
16
debian/libstd-rust-1.85.lintian-overrides
vendored
Normal file
16
debian/libstd-rust-1.85.lintian-overrides
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
# "libstd" just seemed too generic
|
||||
libstd-rust-1.85 binary: package-name-doesnt-match-sonames
|
||||
libstd-rust-1.85 binary: sharedobject-in-library-directory-missing-soname
|
||||
|
||||
# Rust doesn't use dev shlib symlinks nor any of the other shlib support stuff
|
||||
libstd-rust-1.85 binary: dev-pkg-without-shlib-symlink
|
||||
libstd-rust-1.85 binary: shlib-without-versioned-soname
|
||||
libstd-rust-1.85 binary: unused-shlib-entry-in-control-file
|
||||
|
||||
# can trigger if all its so files' hashes start with a latter and not a digit
|
||||
libstd-rust-1.85 binary: empty-shlibs
|
||||
|
||||
# Libraries that use libc symbols (libterm, libstd, etc) *are* linked
|
||||
# to libc. Lintian gets upset that some Rust libraries don't need
|
||||
# libc, boo hoo.
|
||||
libstd-rust-1.85 binary: library-not-linked-against-libc
|
||||
Loading…
Reference in New Issue
Block a user