Skip to content

Commit 7fe1151

Browse files
committed
DLPX-93404 LTS 24.04: delphix-rust must explicitly state that it provides rustfmt & cargo-fmt (#26)
PR URL: https://www.github.com/delphix/delphix-rust/pull/26
1 parent 7dfd497 commit 7fe1151

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

debian/control

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,12 @@ Standards-Version: 4.1.2
2222

2323
Package: delphix-rust
2424
Architecture: any
25-
Provides: cargo, rust-gdb, rustc (= ${binary:Version})
26-
Conflicts: cargo, rust-gdb, rustc
25+
Provides: cargo (= ${binary:Version}),
26+
rust-gdb (= ${binary:Version}),
27+
rustc (= ${binary:Version}),
28+
rustfmt (= ${binary:Version}),
29+
cargo-fmt (= ${binary:Version})
30+
Conflicts: cargo, rust-gdb, rustc, rustfmt, cargo-fmt
2731
Description: Rust - A programming language empowering everyone to build
2832
reliable and efficient software.
2933

0 commit comments

Comments
 (0)