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 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
|
Source: rust-proton-call
Section: contrib/otherosfs
Priority: optional
Build-Depends: debhelper (>= 12),
dh-cargo (>= 25),
cargo:native,
rustc:native,
libstd-rust-dev,
librust-bincode-1+default-dev (>= 1.3.3-~~),
librust-jargon-args-0.2+default-dev (>= 0.2.5-~~),
librust-lliw-0.2+default-dev,
librust-serde-1+default-dev (>= 1.0.132-~~),
librust-serde-1+derive-dev (>= 1.0.132-~~),
librust-toml-0.5+default-dev (>= 0.5.8-~~),
help2man
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
Ben Westover <me@benthetechguy.net>
Standards-Version: 4.6.1
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/proton-call]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/proton-call
Homepage: https://github.com/caverym/proton-caller
X-Cargo-Crate: proton-call
Rules-Requires-Root: no
Package: librust-proton-call-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-bincode-1+default-dev (>= 1.3.3-~~),
librust-jargon-args-0.2+default-dev (>= 0.2.5-~~),
librust-lliw-0.2+default-dev,
librust-serde-1+default-dev (>= 1.0.132-~~),
librust-serde-1+derive-dev (>= 1.0.132-~~),
librust-toml-0.5+default-dev (>= 0.5.8-~~)
Provides:
librust-proton-call+default-dev (= ${binary:Version}),
librust-proton-call-3-dev (= ${binary:Version}),
librust-proton-call-3+default-dev (= ${binary:Version}),
librust-proton-call-3.1-dev (= ${binary:Version}),
librust-proton-call-3.1+default-dev (= ${binary:Version}),
librust-proton-call-3.1.2-dev (= ${binary:Version}),
librust-proton-call-3.1.2+default-dev (= ${binary:Version})
Description: Run any Windows program through Valve's Proton - Rust source code
This package contains the source for the Rust proton-call crate, packaged by
debcargo for use with cargo and dh-cargo.
Package: proton-caller
Architecture: any
Multi-Arch: allowed
Section: contrib/otherosfs
Depends:
${misc:Depends},
${shlibs:Depends},
${cargo:Depends}
Recommends:
${cargo:Recommends}
Suggests:
${cargo:Suggests},
steam
Provides:
${cargo:Provides}
Built-Using: ${cargo:Built-Using}
XB-X-Cargo-Built-Using: ${cargo:X-Cargo-Built-Using}
Description: Run any Windows program through Valve's Proton
Proton-caller allows you to run any Windows program through
Valve's Proton compatibility layer as easy as running it with WINE.
Simply configure your Steam and common directories, and run the executable
with proton-call -r foo.exe. Other usage examples can be found in the
manual page. The last arguments are passed to the windows executable.
|