diff options
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 |