diff options
| author | Michael Biebl <biebl@debian.org> | 2019-03-31 10:19:20 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2019-03-31 10:19:20 +0200 |
| commit | 5cd32f9a2b961161ba7e3f93728f670e2e38f254 (patch) | |
| tree | 0d40f3afc917e61dea606016da122a55968ea232 | |
| parent | 4b96345400eafd4bfc70fd77ef19e026d690aca0 (diff) | |
Require dbus (>= 1.9.18) to ensure we have a recent enough version
| -rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 93dd20c6..1c6dc225 100644 --- a/debian/control +++ b/debian/control @@ -54,7 +54,7 @@ Depends: ${shlibs:Depends}, libnm0 (= ${binary:Version}), lsb-base, wpasupplicant, - dbus, + dbus (>= 1.9.18), udev, adduser, libpam-systemd, |