diff options
author | Iain Lane <iain.lane@canonical.com> | 2013-05-06 15:50:40 +0000 |
---|---|---|
committer | Tarmac <Unknown> | 2013-05-06 15:50:40 +0000 |
commit | e6042bf941fde971c42a4f70a923d0a15b5b2c2b (patch) | |
tree | 75e40a75af21440faa171f59894d71be4561da51 /debian/control | |
parent | 67d0e23798a0c17a3472a8f13862b8c03d587600 (diff) | |
parent | 42bfabaf6b0728f7bea34a3d44de9eec70f72c01 (diff) | |
download | ayatana-indicator-session-e6042bf941fde971c42a4f70a923d0a15b5b2c2b.tar.gz ayatana-indicator-session-e6042bf941fde971c42a4f70a923d0a15b5b2c2b.tar.bz2 ayatana-indicator-session-e6042bf941fde971c42a4f70a923d0a15b5b2c2b.zip |
upower isn't depended on any more; logind is. Update debian/control for this.
Approved by Mathieu Trudel-Lapierre, PS Jenkins bot.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 458ffef..f65df35 100644 --- a/debian/control +++ b/debian/control @@ -30,7 +30,7 @@ Package: indicator-session Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, - upower, + systemd-services, gnome-settings-daemon, Recommends: indicator-applet (>= 0.2) | indicator-renderer, Suggests: lightdm |