File: control

package info (click to toggle)
seatd 0.9.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 500 kB
  • sloc: ansic: 4,867; sh: 24; makefile: 8
file content (42 lines) | stat: -rw-r--r-- 1,403 bytes parent folder | download
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
Source: seatd
Section: admin
Maintainer: Mark Hindley <leepen@debian.org>
Standards-Version: 4.7.3
Vcs-Git: https://git.devuan.org/devuan/seatd.git -b debian/master
Vcs-Browser: https://git.devuan.org/devuan/seatd
Homepage: https://sr.ht/~kennylevinsen/seatd/
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               libsystemd-dev [linux-any],
               meson,
               pkgconf,
               scdoc (>= 1.9.7),

Package: seatd
Architecture: any
Multi-Arch: foreign
Pre-Depends: debconf, ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: libseat1
Description: minimal seat and user management daemon
 Lightweight standalone implementation.

Package: libseat1
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: seatd | logind, ${misc:Depends}, ${shlibs:Depends}
Description: flexible seat and user management library
 This library provides runtime access to seat and user management. The
 backend server used is configurable at runtime. Currently implemented backends
 are seatd, elogind or systemd-logind.

Package: libseat-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: libseat1 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Description: flexible seat and user management library (development files)
 libseat interface development files.