chiark / gitweb /
a9afbde365ae950914e447a92e8b1341786a9285
[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                libeudev-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          libelogind0 (= ${binary:Version}),
40          libpam-elogind (= ${binary:Version}),
41          lsb-base (>= 3.1),
42          dbus (>= 1.4)
43 Recommends: policykit-1
44 Conflicts: openrc
45 Description: user, seat and session management daemon
46  elogind is a session management daemon extracted from systmd project's 
47  "logind"
48
49 Package: libelogind0
50 Section: libs
51 Priority: optional
52 Architecture: linux-any
53 Multi-Arch: same
54 Pre-Depends: ${misc:Pre-Depends}
55 Depends: ${shlibs:Depends},
56          ${misc:Depends}
57 Description: user, seat and session management library
58  This library provides access to elogind session management
59
60 Package: libelogind-dev
61 Section: libdevel
62 Priority: optional
63 Architecture: linux-any
64 Multi-Arch: same
65 Pre-Depends: ${misc:Pre-Depends}
66 Depends: ${shlibs:Depends},
67          ${misc:Depends},
68          libelogind0 (= ${binary:Version})
69 Description: user, seat and session management library (development files)
70  This package contains the files needed for developing applications that 
71  use libelogind
72
73 Package: libpam-elogind
74 Section: admin
75 Priority: optional
76 Architecture: linux-any
77 Multi-Arch: same
78 Pre-Depends: ${misc:Pre-Depends}
79 Depends: ${shlibs:Depends},
80          ${misc:Depends},
81          libpam-runtime
82 Provides: libpam-systemd
83 Description: elogind PAM module 
84  Plugable Authentication Module to register a session with elogind
85