1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
Source: rust-open
Section: rust
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-cargo
Build-Depends-Arch: cargo:native <!nocheck>,
rustc:native (>= 1.62) <!nocheck>,
libstd-rust-dev <!nocheck>,
librust-is-wsl-0.4+default-dev <!nocheck>,
librust-libc-0.2+default-dev <!nocheck>,
librust-pathdiff-0.2+default-dev <!nocheck>
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
Sylvestre Ledru <sylvestre@debian.org>
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/open]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/open
Homepage: https://github.com/Byron/open-rs
X-Cargo-Crate: open
Rules-Requires-Root: no
Package: librust-open-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-dunce-1+default-dev,
librust-is-wsl-0.4+default-dev,
librust-libc-0.2+default-dev,
librust-pathdiff-0.2+default-dev
Provides:
librust-open+default-dev (= ${binary:Version}),
librust-open+shellexecute-on-windows-dev (= ${binary:Version}),
librust-open-5-dev (= ${binary:Version}),
librust-open-5+default-dev (= ${binary:Version}),
librust-open-5+shellexecute-on-windows-dev (= ${binary:Version}),
librust-open-5.3-dev (= ${binary:Version}),
librust-open-5.3+default-dev (= ${binary:Version}),
librust-open-5.3+shellexecute-on-windows-dev (= ${binary:Version}),
librust-open-5.3.2-dev (= ${binary:Version}),
librust-open-5.3.2+default-dev (= ${binary:Version}),
librust-open-5.3.2+shellexecute-on-windows-dev (= ${binary:Version})
Description: Open a path or URL using the program configured on the system - Rust source code
Source code for Debianized Rust crate "open"
|