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: greetd
Section: misc
Priority: optional
Maintainer: Marc Dequènes (Duck) <Duck@DuckCorp.org>
Build-Depends:
debhelper-compat (= 13),
dh-cargo,
# needed for cross-building, dh-cargo only pulls in the :native one
libstd-rust-dev,
# greetd & greetd_ipc
librust-nix-dev (>= 0.30),
librust-pam-sys-dev (>= 0.5.6),
librust-serde-derive-dev (>= 1.0),
librust-serde-json-dev (>= 1.0),
librust-libc-dev (>= 0.2),
librust-tokio-dev (>= 1.0),
librust-getopts-dev (>= 0.2),
librust-thiserror-dev (>= 1.0),
librust-async-trait-dev (>= 0.1),
librust-enquote-dev (>= 1.0.3),
# agreety
librust-rpassword-dev (>= 6.0),
scdoc,
pkgconf
Standards-Version: 4.7.2
Homepage: https://sr.ht/~kennylevinsen/greetd/
Vcs-Git: https://salsa.debian.org/debian/greetd.git
Vcs-Browser: https://salsa.debian.org/debian/greetd
Rules-Requires-Root: no
Package: greetd
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends:
${misc:Depends},
${shlibs:Depends},
adduser
Provides: x-display-manager
Suggests: wlgreet
Breaks: phog (<< 0.1.3-2)
Replaces: phog (<< 0.1.3-2)
Description: minimal Wayland login manager
greetd is a minimal and flexible login manager daemon that makes no
assumptions about what you want to launch.
|