mirror of
https://git.proxmox.com/git/rustc
synced 2026-01-10 07:20:29 +00:00
new upstream release 1.77.2
Signed-off-by: Fabian Grünbichler <debian@fabian.gruenbichler.email>
This commit is contained in:
parent
43c41cf1ee
commit
f301d261c6
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
rustc (1.77.2+dfsg1-1~exp1) UNRELEASED; urgency=medium
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Fabian Grünbichler <debian@fabian.gruenbichler.email> Wed, 19 Jun 2024 10:25:32 +0200
|
||||
|
||||
rustc (1.76.0+dfsg1-1) unstable; urgency=medium
|
||||
|
||||
[ Samuel Thibault ]
|
||||
|
||||
12
debian/control
vendored
12
debian/control
vendored
@ -13,9 +13,9 @@ Build-Depends:
|
||||
debhelper-compat (= 13),
|
||||
dpkg-dev (>= 1.17.14),
|
||||
python3:native,
|
||||
cargo:native (>= 1.75.0+dfsg) <!pkg.rustc.dlstage0>,
|
||||
rustc:native (>= 1.75.0+dfsg) <!pkg.rustc.dlstage0>,
|
||||
rustc:native (<= 1.76.0++) <!pkg.rustc.dlstage0>,
|
||||
cargo:native (>= 1.76.0+dfsg) <!pkg.rustc.dlstage0>,
|
||||
rustc:native (>= 1.76.0+dfsg) <!pkg.rustc.dlstage0>,
|
||||
rustc:native (<= 1.77.2++) <!pkg.rustc.dlstage0>,
|
||||
llvm-17-dev:native,
|
||||
llvm-17-tools:native,
|
||||
gcc-mingw-w64-x86-64-posix:native [amd64] <!nowindows>,
|
||||
@ -87,7 +87,7 @@ Description: Rust systems programming language
|
||||
generic programming and meta-programming, in both static and dynamic
|
||||
styles.
|
||||
|
||||
Package: libstd-rust-1.76
|
||||
Package: libstd-rust-1.77
|
||||
Section: libs
|
||||
Architecture: any
|
||||
Multi-Arch: same
|
||||
@ -114,7 +114,7 @@ Section: libdevel
|
||||
Architecture: any
|
||||
Multi-Arch: same
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends},
|
||||
libstd-rust-1.76 (= ${binary:Version}),
|
||||
libstd-rust-1.77 (= ${binary:Version}),
|
||||
Description: Rust standard libraries - development files
|
||||
Rust is a curly-brace, block-structured expression language. It
|
||||
visually resembles the C language family, but differs significantly
|
||||
@ -309,7 +309,7 @@ Package: rust-clippy
|
||||
Architecture: any
|
||||
Multi-Arch: allowed
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends},
|
||||
libstd-rust-1.76 (= ${binary:Version})
|
||||
libstd-rust-1.77 (= ${binary:Version})
|
||||
Recommends: cargo
|
||||
Description: Rust linter
|
||||
Rust is a curly-brace, block-structured expression language. It
|
||||
|
||||
16
debian/libstd-rust-1.76.lintian-overrides
vendored
16
debian/libstd-rust-1.76.lintian-overrides
vendored
@ -1,16 +0,0 @@
|
||||
# "libstd" just seemed too generic
|
||||
libstd-rust-1.76 binary: package-name-doesnt-match-sonames
|
||||
libstd-rust-1.76 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.76 binary: dev-pkg-without-shlib-symlink
|
||||
libstd-rust-1.76 binary: shlib-without-versioned-soname
|
||||
libstd-rust-1.76 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.76 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.76 binary: library-not-linked-against-libc
|
||||
16
debian/libstd-rust-1.77.lintian-overrides
vendored
Normal file
16
debian/libstd-rust-1.77.lintian-overrides
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
# "libstd" just seemed too generic
|
||||
libstd-rust-1.77 binary: package-name-doesnt-match-sonames
|
||||
libstd-rust-1.77 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.77 binary: dev-pkg-without-shlib-symlink
|
||||
libstd-rust-1.77 binary: shlib-without-versioned-soname
|
||||
libstd-rust-1.77 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.77 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.77 binary: library-not-linked-against-libc
|
||||
Loading…
Reference in New Issue
Block a user