about summary refs log tree commit diff
path: root/debian/control
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2014-04-02 00:07:19 +0200
committerMichael Biebl <biebl@debian.org>2014-04-02 03:22:46 +0200
commit9d3fe790bf326bd452060ef4a12cd29b65b371e4 (patch)
treec7d874925ce43dd0bb0c70bf0606871d6ec7a780 /debian/control
parent0f9238b1e0617a3806b07ee95ff3a1f6dcf6f426 (diff)
Add Depends on libpam-systemd
since NetworkManager requires a properly setup logind session.
Bump policykit-1 from Recommends to Depends. It's no longer really optional.

Closes: #743128
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control11
1 files changed, 5 insertions, 6 deletions
diff --git a/debian/control b/debian/control
index 414f0afd..134c482a 100644
--- a/debian/control
+++ b/debian/control
@@ -44,14 +44,14 @@ Depends: ${shlibs:Depends},
          dbus (>= 1.1.2),
          udev,
          adduser,
-         isc-dhcp-client (>= 4.1.1-P1-4)
-Recommends: policykit-1,
-            ppp (>= 2.4.5),
+         isc-dhcp-client (>= 4.1.1-P1-4),
+         libpam-systemd,
+         policykit-1
+Recommends: ppp (>= 2.4.5),
             dnsmasq-base,
             iptables,
             modemmanager,
-            crda,
-            systemd
+            crda
 Suggests: avahi-autoipd
 Breaks: network-manager-gnome (<< 0.9),
         network-manager-openvpn (<< 0.9),
@@ -72,7 +72,6 @@ Description: network management framework (daemon and userspace tools)
  interact with NetworkManager.
  .
  Optional dependencies:
-  * policykit-1: Required for reading and writing system connections.
   * ppp: Required for establishing dial-up connections (e.g. via GSM).
   * dnsmasq-base/iptables: Required for creating Ad-hoc connections and
     connection sharing.