aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIain Lane <iain.lane@canonical.com>2014-06-24 09:45:47 +0000
committerCI bot <ps-jenkins@lists.canonical.com>2014-06-24 09:45:47 +0000
commit724900e1d16f3a137fc4bac496224ca9ea183be2 (patch)
treeb64f53bd0a15038231027e95d4fcc253899633c6
parent049c09d4dbd3ff042c53b47a619388681a2fb2d6 (diff)
parentb6da25484160ddbea6a24da781bef0404b4e5cbf (diff)
downloadayatana-indicator-power-724900e1d16f3a137fc4bac496224ca9ea183be2.tar.gz
ayatana-indicator-power-724900e1d16f3a137fc4bac496224ca9ea183be2.tar.bz2
ayatana-indicator-power-724900e1d16f3a137fc4bac496224ca9ea183be2.zip
Drop powerd and u-s-c to suggests, since the code handles them not being present and we don't need them on desktop (and they are in universe).
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index f8e88b8..e72d68f 100644
--- a/debian/control
+++ b/debian/control
@@ -24,10 +24,10 @@ Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
upower,
- powerd,
- unity-system-compositor (>= 0.0.4),
Recommends: unity-control-center | gnome-control-center (>= 3.1) | ubuntu-system-settings | xfce4-power-manager,
indicator-applet (>= 0.2) | indicator-renderer,
+Suggests: powerd,
+ unity-system-compositor (>= 0.0.4),
Description: Indicator showing power state.
This indicator displays current power management information and gives
the user a way to access power management preferences.