chiark / gitweb /
add devuan build control files
[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,
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: same
36 Pre-Depends: debconf, ${misc:Pre-Depends}
37 Depends: ${shlibs:Depends},
38          ${misc:Depends},
39          libelogind (= ${binary:Version})
40 Recommends: dbus (>= 1.4), policykit-1
41 Conflicts: openrc
42 Description: user, seat and session management daemon
43   elogind is a session management daemon extracted from systmd project's 
44   "logind"
45
46 Package: libelogind
47 Section: libs
48 Priority: optional
49 Architecture: linux-any
50 Multi-Arch: same
51 Pre-Depends: ${misc:Pre-Depends}
52 Depends: ${shlibs:Depends},
53          ${misc:Depends},
54          libelogind      (= ${binary:Version}),
55          libelogind-data (= ${binary:Version})
56 Description: libelogind shared library
57   This library provides access to elongd session management
58
59 Package: libelogind-data
60 Section: libs
61 Priority: optional
62 Architecture: all
63 Description: elogind common data
64   This package contains common files of elogind and libelogind
65
66 Package: libelogind-dev
67 Section: libdevel
68 Priority: optional
69 Architecture: linux-any
70 Multi-Arch: same
71 Pre-Depends: ${misc:Pre-Depends}
72 Depends: ${shlibs:Depends},
73          ${misc:Depends},
74          libelogind (= ${binary:Version})
75 Description: libelogind development files
76   This package contains the files needed for developing applications that 
77   use libelogind
78