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
|
Source: rust-swaysome
Section: utils
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-cargo,
cargo:native,
rustc:native,
libstd-rust-dev,
librust-byteorder-1+default-dev (>= 1.5.0-~~),
librust-clap-4+default-dev (>= 4.4.8-~~),
librust-clap-4+derive-dev (>= 4.4.8-~~),
librust-serde-1+default-dev (>= 1.0.192-~~),
librust-serde-1+derive-dev (>= 1.0.192-~~),
librust-serde-json-1+default-dev (>= 1.0.108-~~)
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
Florent 'Skia' Jacquet <skia@hya.sk>
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/swaysome]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/swaysome
Homepage: https://gitlab.com/hyask/swaysome
X-Cargo-Crate: swaysome
Rules-Requires-Root: no
Package: swaysome
Architecture: any
Multi-Arch: allowed
Depends:
${misc:Depends},
${shlibs:Depends},
${cargo:Depends},
sway
Recommends:
${cargo:Recommends}
Suggests:
${cargo:Suggests}
Provides:
${cargo:Provides}
Built-Using: ${cargo:Built-Using}
Static-Built-Using: ${cargo:Static-Built-Using}
Description: Improve multi-output handling on sway
swaysome allows better multi-output management for sway by namespacing sway's
workspaces in "workspace groups" to easily move them from one output to
another.
This package contains the following binaries built from the Rust crate
"swaysome":
- swaysome
|