]> git.proxmox.com Git - systemd.git/commitdiff
Make libpam-systemd depend on systemd-sysv | systemd-shim
authorMichael Stapelberg <stapelberg@debian.org>
Sat, 26 Apr 2014 16:10:09 +0000 (18:10 +0200)
committerMichael Stapelberg <stapelberg@debian.org>
Sat, 26 Apr 2014 16:10:09 +0000 (18:10 +0200)
Packages that need logind functionality should depend on libpam-systemd.

debian/changelog
debian/control

index d3566698a249de01686ca5d469be232bb8d5be3a..85dfb41994a2021c61881c38d9aff2ed7ed30159 100644 (file)
@@ -47,6 +47,8 @@ systemd (204-9) UNRELEASED; urgency=medium
   [ Michael Stapelberg ]
   * Add systemd-dbg package, thanks Daniel Schaal (Closes: #742724).
   * Switch from gitpkg to git-buildpackage. Update README.source accordingly.
+  * Make libpam-systemd depend on systemd-sysv | systemd-shim. Packages that
+    need logind functionality should depend on libpam-systemd.
 
  -- Michael Biebl <biebl@debian.org>  Sat, 26 Apr 2014 10:41:18 +0200
 
index 539b0541c08cfa8490554ac1867f2a6156210d3e..cb16f534a28f05d9024db8c6297b4a9c8532d068 100644 (file)
@@ -102,7 +102,8 @@ Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          systemd (= ${binary:Version}),
-         libpam-runtime (>= 1.0.1-6)
+         libpam-runtime (>= 1.0.1-6),
+         systemd-sysv | systemd-shim
 Description: system and service manager - PAM module
  systemd is a replacement for sysvinit.  It is dependency-based and
  able to read the LSB init script headers in addition to parsing rcN.d
@@ -116,6 +117,8 @@ Description: system and service manager - PAM module
  the systemd control group hierarchy.
  .
  If in doubt, do install this package.
+ .
+ Packages that depend on logind functionality need to depend on libpam-systemd.
 
 Package: libsystemd-login0
 Architecture: linux-any