chiark / gitweb /
Set cgroup controller fix to "elogin"
[elogind.git] / debian / control
1 Source: elogind
2 Section: admin
3 Priority: optional
4 Maintainer: Andreas Messer <andi@bastelmap.de>
5 Standards-Version: 3.9.8
6 Vcs-Git: https://git.devuan.org/amesser/elogind.git
7 Vcs-Browser: https://git.devuan.org/amesser/elogind.git
8 Homepage: https://github.com/elogind/elogind
9 Build-Depends: debhelper (>= 9),
10                dpkg-dev (>= 1.16.0),
11                pkg-config,
12                docbook-xsl,
13                dh-autoreconf,
14                automake (>= 1.11),
15                autoconf,
16                libtool,
17                intltool,
18                gperf,
19                gtk-doc-tools,
20                python3-lxml,
21                libcap-dev,
22                libudev-dev,
23                libmount-dev (>= 2.20),
24                libseccomp-dev (>= 1.0),
25                libblkid-dev (>= 2.24),
26                libpam0g-dev (>= 1.1.2),
27                libacl1-dev,
28                libselinux1-dev,
29                libglib2.0-dev
30
31 Package: elogind
32 Section: admin
33 Priority: optional
34 Architecture: linux-any
35 Multi-Arch: foreign
36 Pre-Depends: debconf, ${misc:Pre-Depends}
37 Depends: ${shlibs:Depends},
38          ${misc:Depends},
39          libudev1,
40          libelogind0 (= ${binary:Version}),
41          libpam-elogind (= ${binary:Version}),
42          lsb-base (>= 3.1),
43          dbus (>= 1.4)
44 Recommends: policykit-1
45 Conflicts: openrc
46 Provides: logind
47 Description: user, seat and session management daemon
48  elogind is a session management daemon extracted from systmd project's 
49  "logind"
50
51 Package: libelogind0
52 Section: libs
53 Priority: optional
54 Architecture: linux-any
55 Multi-Arch: same
56 Pre-Depends: ${misc:Pre-Depends}
57 Depends: ${shlibs:Depends},
58          ${misc:Depends}
59 Description: user, seat and session management library
60  This library provides access to elogind session management
61
62 Package: libelogind-dev
63 Section: libdevel
64 Priority: optional
65 Architecture: linux-any
66 Multi-Arch: same
67 Pre-Depends: ${misc:Pre-Depends}
68 Depends: ${shlibs:Depends},
69          ${misc:Depends},
70          libelogind0 (= ${binary:Version})
71 Description: user, seat and session management library (development files)
72  This package contains the files needed for developing applications that 
73  use libelogind
74
75 Package: libpam-elogind
76 Section: admin
77 Priority: optional
78 Architecture: linux-any
79 Multi-Arch: same
80 Pre-Depends: ${misc:Pre-Depends}
81 Depends: ${shlibs:Depends},
82          ${misc:Depends},
83          libpam-runtime
84 Provides: libpam-systemd
85 Description: elogind PAM module 
86  Plugable Authentication Module to register a session with elogind
87