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 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
|
Source: elogind
Section: admin
Priority: optional
Maintainer: Debian Ecosystem Init Diversity Team <debian-init-diversity@chiark.greenend.org.uk>
Uploaders: Mark Hindley <leepen@debian.org>,
Ian Jackson <ijackson@chiark.greenend.org.uk>
Standards-Version: 4.7.2
Vcs-Git: https://git.devuan.org/devuan/elogind.git -b debian
Vcs-Browser: https://git.devuan.org/devuan/elogind/src/branch/debian
Homepage: https://github.com/elogind/elogind
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 12),
dh-exec (>=0.3),
pkgconf,
docbook-xsl,
meson,
gperf (>= 3.1),
gtk-doc-tools,
python3-jinja2,
python3-lxml,
libcap-dev,
libudev-dev,
libseccomp-dev (>= 2.3.1) [amd64 arm64 armel armhf i386 mips mipsel mips64 mips64el x32 powerpc ppc64 ppc64el s390x],
libpam0g-dev (>= 1.1.2),
libacl1-dev,
libselinux1-dev,
libmount-dev,
libglib2.0-dev <!nocheck>,
dbus (>= 1.9.14) <!nocheck>,
Package: elogind
Section: admin
Priority: optional
Architecture: linux-any
Multi-Arch: foreign
Pre-Depends: debconf, ${misc:Pre-Depends}
Depends: ${shlibs:Depends},
${misc:Depends},
libudev1,
libsystemd0,
dbus (>= 1.9.14)
Recommends: libpam-elogind, polkitd
Conflicts: systemd
Breaks: libelogind0 (<< 255.5-1debian5)
Description: user, seat and session management daemon
elogind is a session management daemon extracted from systemd project's
"logind"
Package: libelogind0
Section: oldlibs
Priority: optional
Architecture: linux-any
Multi-Arch: same
Depends: ${misc:Depends},
libsystemd0
Description: user, seat and session management library (transitional package)
This is a transitional package to smooth the migration to elogind's use of
libsystemd0 compatible cgroups. It can safely be removed.
Package: libpam-elogind
Section: admin
Priority: optional
Architecture: linux-any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends},
${misc:Depends},
elogind (= ${binary:Version}),
libpam-runtime
Provides: logind (= ${binary:Version})
Conflicts: logind, libpam-ck-connector
Replaces: logind
Description: elogind PAM module
Plugable Authentication Module to register a session with elogind
|