summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorAndreas Messer <andi@bastelmap.de>2018-01-05 20:19:02 +0100
committerAndreas Messer <andi@bastelmap.de>2018-01-05 20:19:02 +0100
commita609011776bb808698f6f4acd00574fb34bfc73a (patch)
treeaf25bfbeb1742e5b0547eb04e5f5d043fb70ad5a /debian/control
parentbe8240e31a27c4354175117fd5550b26e41bd46c (diff)
Add sysv init scripts and splitoff pam module
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control14
1 files changed, 13 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 030d44eba..2ab734c4a 100644
--- a/debian/control
+++ b/debian/control
@@ -36,7 +36,8 @@ Multi-Arch: same
Pre-Depends: debconf, ${misc:Pre-Depends}
Depends: ${shlibs:Depends},
${misc:Depends},
- libelogind (= ${binary:Version})
+ libelogind (= ${binary:Version}),
+ libpam-elogind (= ${binary:Version})
Recommends: dbus (>= 1.4), policykit-1
Conflicts: openrc
Description: user, seat and session management daemon
@@ -76,3 +77,14 @@ Description: libelogind development files
This package contains the files needed for developing applications that
use libelogind
+Package: libpam-elogind
+Section: admin
+Priority: optional
+Architecture: linux-any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ libpam-runtime
+Provides: libpam-systemd
+Description: elogind PAM module