summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
-rw-r--r--debian/control9
-rw-r--r--debian/extra/pam.d/elogind-user6
3 files changed, 13 insertions, 9 deletions
diff --git a/debian/changelog b/debian/changelog
index b60b06be4..0b84d3171 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,12 @@
-elogind (239.1-1+runit_shutdown~rc1) unstable; urgency=medium
+elogind (239.1-1+debian1~rc2) unstable; urgency=medium
* Use shutdown rather than poweroff as the latter is missing on runit systems.
- -- Mark Hindley <mark@hindley.org.uk> Fri, 09 Nov 2018 10:06:29 +0000
+ --
elogind (239.1-1~rc1) unstable; urgency=medium
+ * Initial upload to Debian (closes: #905388).
* New upstream release v239.1.
* Rework packaging for meson buildsystem.
* Change libpam-elogind Breaks dependencies to Conflicts.
@@ -23,7 +24,7 @@ elogind (239.1-1~rc1) unstable; urgency=medium
https://github.com/elogind/elogind/issues/92).
* New version of /etc/pam.d/elogind-user based on Debian systemd.
- -- Mark Hindley <mark@hindley.org.uk> Wed, 07 Nov 2018 00:00:29 +0000
+ -- Mark Hindley <mark@hindley.org.uk> Wed, 07 Nov 2018 16:31:31 +0000
elogind (234.4-2~exp1) experimental; urgency=medium
diff --git a/debian/control b/debian/control
index 7821a102f..4fc3e66a2 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,10 @@ Source: elogind
Section: admin
Priority: optional
Maintainer: Andreas Messer <andi@bastelmap.de>
+Uploaders: Mark Hindley <mark@hindley.org.uk>
Standards-Version: 4.2.1
-Vcs-Git: https://git.devuan.org/amesser/elogind.git
-Vcs-Browser: https://git.devuan.org/amesser/elogind.git
+Vcs-Git: https://git.devuan.org/LeePen/elogind.git
+Vcs-Browser: https://git.devuan.org/LeePen/elogind
Homepage: https://github.com/elogind/elogind
Build-Depends: debhelper (>= 11),
dpkg-dev (>= 1.16.0),
@@ -63,6 +64,7 @@ Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends},
${misc:Depends},
libelogind0 (= ${binary:Version})
+Conflicts: libsystemd-dev
Description: user, seat and session management library (development files)
This package contains the files needed for developing applications that
use libelogind
@@ -78,9 +80,6 @@ Depends: ${shlibs:Depends},
elogind (= ${binary:Version}),
libpam-runtime
Conflicts: libpam-ck-connector
-Breaks: libpam-systemd
-Provides: libpam-systemd
-Replaces: libpam-systemd
Description: elogind PAM module
Plugable Authentication Module to register a session with elogind
diff --git a/debian/extra/pam.d/elogind-user b/debian/extra/pam.d/elogind-user
index 6a5d13d80..6e986e712 100644
--- a/debian/extra/pam.d/elogind-user
+++ b/debian/extra/pam.d/elogind-user
@@ -1,11 +1,15 @@
# This file is part of elogind.
#
-# Used by elogind --user instances.
+# Interface to logind instances
+
@include common-account
+
# SELinux is disabled at the moment
# session required pam_selinux.so close
# session required pam_selinux.so nottys open
session required pam_loginuid.so
session required pam_limits.so
+
@include common-session-noninteractive
+
session optional pam_elogind.so