diff options
| author | Sjoerd Simons <sjoerd@luon.net> | 2013-10-23 22:45:29 +0200 |
|---|---|---|
| committer | Sjoerd Simons <sjoerd@luon.net> | 2013-10-25 21:19:41 +0200 |
| commit | e58711d97cb7f7cb1a7573a8b6e416e515cffe39 (patch) | |
| tree | 1bc7f98c376c008a8b94b99cd5e1bafd78a7c923 /debian/control | |
| parent | ac1b36a3aba0b50ab8b9bad9ff343542bb85634d (diff) | |
Use systemd for session tracking
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 9a41207f..f53d6942 100644 --- a/debian/control +++ b/debian/control @@ -20,6 +20,8 @@ Build-Depends: libpolkit-gobject-1-dev, libgnutls-dev, uuid-dev, + systemd (>= 185), + libsystemd-login-dev (>= 185), libudev-dev (>= 165), libgudev-1.0-dev (>= 165), libgirepository1.0-dev (>= 0.10.7-1~), @@ -49,7 +51,8 @@ Recommends: dnsmasq-base, iptables, modemmanager, - crda + crda, + systemd Suggests: avahi-autoipd Breaks: network-manager-gnome (<< 0.9), |