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
|
Source: rust-proton-call
Section: contrib/otherosfs
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-cargo,
help2man
Build-Depends-Arch: 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-~~)
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
Ben Westover <me@benthetechguy.net>
Standards-Version: 4.7.2
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
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
Source code for Debianized Rust crate "proton-call"
Package: proton-caller
Architecture: any
Section: contrib/otherosfs
Depends:
${misc:Depends},
${shlibs:Depends},
${cargo:Depends}
Recommends:
${cargo:Recommends}
Suggests:
${cargo:Suggests},
steam-installer | steam-launcher
Provides:
${cargo:Provides}
Built-Using: ${cargo:Built-Using}
Static-Built-Using: ${cargo:Static-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.
|