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