summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-07 05:48:47 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-07 05:48:47 +0000
commit8274ece7b836b5e6312e1aa97bebdf8c1f1cb464 (patch)
tree20423151acc1cca6978e0d0cefe44638f26ad4b9 /debian/control
parentMerging upstream version 1.75.0+dfsg1. (diff)
downloadrustc-8274ece7b836b5e6312e1aa97bebdf8c1f1cb464.tar.xz
rustc-8274ece7b836b5e6312e1aa97bebdf8c1f1cb464.zip
Adding debian version 1.75.0+dfsg1-3.debian/1.75.0+dfsg1-3
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control14
1 files changed, 8 insertions, 6 deletions
diff --git a/debian/control b/debian/control
index c06ba0507..12aae0e57 100644
--- a/debian/control
+++ b/debian/control
@@ -13,17 +13,19 @@ Build-Depends:
debhelper-compat (= 13),
dpkg-dev (>= 1.17.14),
python3:native,
- cargo:native (>= 1.73.0+dfsg) <!pkg.rustc.dlstage0>,
- rustc:native (>= 1.73.0+dfsg) <!pkg.rustc.dlstage0>,
- rustc:native (<= 1.74.1++) <!pkg.rustc.dlstage0>,
+ cargo:native (>= 1.74.0+dfsg) <!pkg.rustc.dlstage0>,
+ rustc:native (>= 1.74.0+dfsg) <!pkg.rustc.dlstage0>,
+ rustc:native (<= 1.75.0++) <!pkg.rustc.dlstage0>,
llvm-17-dev:native,
llvm-17-tools:native,
gcc-mingw-w64-x86-64-posix:native [amd64] <!nowindows>,
gcc-mingw-w64-i686-posix:native [i386] <!nowindows>,
libllvm17t64 (>= 1:17.0.0),
libclang-rt-17-dev:native,
+ libclang-rt-17-dev,
cmake (>= 3.0),
# needed by some vendor crates
+ pkgconf:native,
pkgconf,
# this is sometimes needed by rustc_llvm
zlib1g-dev:native,
@@ -84,7 +86,7 @@ Description: Rust systems programming language
generic programming and meta-programming, in both static and dynamic
styles.
-Package: libstd-rust-1.74
+Package: libstd-rust-1.75
Section: libs
Architecture: any
Multi-Arch: same
@@ -111,7 +113,7 @@ Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends},
- libstd-rust-1.74 (= ${binary:Version}),
+ libstd-rust-1.75 (= ${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
@@ -306,7 +308,7 @@ Package: rust-clippy
Architecture: any
Multi-Arch: allowed
Depends: ${misc:Depends}, ${shlibs:Depends},
- libstd-rust-1.74 (= ${binary:Version})
+ libstd-rust-1.75 (= ${binary:Version})
Recommends: cargo
Description: Rust linter
Rust is a curly-brace, block-structured expression language. It