mirror of
https://git.proxmox.com/git/rustc
synced 2026-01-17 09:58:40 +00:00
Bump version
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
7b65d57b2b
commit
44c4039bf5
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
rustc (1.58.1+dfsg1-1~exp1) UNRELEASED; urgency=medium
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Fabian Gruenbichler <f.gruenbichler@proxmox.com> Mon, 07 Feb 2022 17:06:06 +0100
|
||||
|
||||
rustc (1.57.0+dfsg1-1) unstable; urgency=medium
|
||||
|
||||
* Upload to unstable. (Closes: #1005203)
|
||||
|
||||
14
debian/control
vendored
14
debian/control
vendored
@ -13,8 +13,8 @@ Build-Depends:
|
||||
dpkg-dev (>= 1.17.14),
|
||||
python3:native,
|
||||
cargo:native (>= 0.40.0) <!pkg.rustc.dlstage0>,
|
||||
rustc:native (>= 1.56.0+dfsg) <!pkg.rustc.dlstage0>,
|
||||
rustc:native (<= 1.57.0++) <!pkg.rustc.dlstage0>,
|
||||
rustc:native (>= 1.57.0+dfsg) <!pkg.rustc.dlstage0>,
|
||||
rustc:native (<= 1.58.1++) <!pkg.rustc.dlstage0>,
|
||||
llvm-13-dev:native,
|
||||
llvm-13-tools:native,
|
||||
gcc-mingw-w64-x86-64-posix:native [amd64] <!nowindows>,
|
||||
@ -55,7 +55,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
||||
libstd-rust-dev (= ${binary:Version}),
|
||||
gcc, libc-dev, binutils (>= 2.26)
|
||||
Recommends:
|
||||
cargo (>= 0.58.0~~), cargo (<< 0.59.0~~),
|
||||
cargo (>= 0.59.0~~), cargo (<< 0.60.0~~),
|
||||
# llvm is needed for llvm-dwp for -C split-debuginfo=packed
|
||||
llvm-13,
|
||||
Suggests:
|
||||
@ -76,7 +76,7 @@ Description: Rust systems programming language
|
||||
generic programming and meta-programming, in both static and dynamic
|
||||
styles.
|
||||
|
||||
Package: libstd-rust-1.57
|
||||
Package: libstd-rust-1.58
|
||||
Section: libs
|
||||
Architecture: any
|
||||
Multi-Arch: same
|
||||
@ -103,7 +103,7 @@ Section: libdevel
|
||||
Architecture: any
|
||||
Multi-Arch: same
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends},
|
||||
libstd-rust-1.57 (= ${binary:Version}),
|
||||
libstd-rust-1.58 (= ${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
|
||||
@ -266,7 +266,7 @@ Package: rust-clippy
|
||||
Architecture: any
|
||||
Multi-Arch: allowed
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends},
|
||||
libstd-rust-1.57 (= ${binary:Version})
|
||||
libstd-rust-1.58 (= ${binary:Version})
|
||||
Recommends: cargo
|
||||
Description: Rust linter
|
||||
Rust is a curly-brace, block-structured expression language. It
|
||||
@ -321,7 +321,7 @@ Depends: ${misc:Depends}, ${shlibs:Depends},
|
||||
rust-gdb (>= ${binary:Version}) | rust-lldb (>= ${binary:Version}),
|
||||
cargo,
|
||||
Recommends:
|
||||
cargo (>= 0.58.0~~), cargo (<< 0.59.0~~)
|
||||
cargo (>= 0.59.0~~), cargo (<< 0.60.0~~)
|
||||
Suggests:
|
||||
rust-doc (>= ${binary:Version}),
|
||||
rust-src (>= ${binary:Version}),
|
||||
|
||||
13
debian/libstd-rust-1.57.lintian-overrides
vendored
13
debian/libstd-rust-1.57.lintian-overrides
vendored
@ -1,13 +0,0 @@
|
||||
# "libstd" just seemed too generic
|
||||
libstd-rust-1.57 binary: package-name-doesnt-match-sonames
|
||||
libstd-rust-1.57 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.57 binary: dev-pkg-without-shlib-symlink
|
||||
libstd-rust-1.57 binary: shlib-without-versioned-soname
|
||||
libstd-rust-1.57 binary: unused-shlib-entry-in-control-file
|
||||
|
||||
# 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.57 binary: library-not-linked-against-libc
|
||||
13
debian/libstd-rust-1.58.lintian-overrides
vendored
Normal file
13
debian/libstd-rust-1.58.lintian-overrides
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
# "libstd" just seemed too generic
|
||||
libstd-rust-1.58 binary: package-name-doesnt-match-sonames
|
||||
libstd-rust-1.58 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.58 binary: dev-pkg-without-shlib-symlink
|
||||
libstd-rust-1.58 binary: shlib-without-versioned-soname
|
||||
libstd-rust-1.58 binary: unused-shlib-entry-in-control-file
|
||||
|
||||
# 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.58 binary: library-not-linked-against-libc
|
||||
Loading…
Reference in New Issue
Block a user