diff options
| author | Michael Biebl <biebl@debian.org> | 2014-04-02 00:07:19 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2014-04-02 03:22:46 +0200 |
| commit | 9d3fe790bf326bd452060ef4a12cd29b65b371e4 (patch) | |
| tree | c7d874925ce43dd0bb0c70bf0606871d6ec7a780 | |
| parent | 0f9238b1e0617a3806b07ee95ff3a1f6dcf6f426 (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
| -rw-r--r-- | debian/changelog | 3 | ||||
| -rw-r--r-- | debian/control | 11 |
2 files changed, 8 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog index d00bcf60..9d530598 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,9 @@ network-manager (0.9.8.8-5) UNRELEASED; urgency=medium plugin to /usr/lib/pppd/2.4.5/. * Rely on dh v9 to set flags from dpkg-buildflags. * Use autotools_dev dh addon for up-to-date config.{guess,sub}. + * Add Depends on libpam-systemd since NetworkManager requires a properly + setup logind session. (Closes: #743128) + * Bump policykit-1 from Recommends to Depends. -- Michael Biebl <biebl@debian.org> Tue, 01 Apr 2014 23:22:57 +0200 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. |