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 | |
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')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index a9aa6dc..f1fd004 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +indicator-session (12.10.5daily13.05.02-0ubuntu2) UNRELEASED; urgency=low + + * Remove upower dependency and depend on systemd-services. + + -- Iain Lane <iain.lane@canonical.com> Thu, 02 May 2013 18:06:00 +0100 + indicator-session (12.10.5daily13.05.02-0ubuntu1) saucy; urgency=low * Automatic snapshot from revision 388 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 |