aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@ubuntu.com>2013-08-29 22:46:34 +0200
committerSebastien Bacher <seb128@ubuntu.com>2013-08-29 22:46:34 +0200
commitae2fc2d08eeb1fe9f2a0c43ea84a2cb734fb7008 (patch)
tree6913817f9097165be29f7184e778fd2004a3ed2a /debian/control
parent7c271b3ced3eb39f804f02c20cd536f6782423c3 (diff)
downloadayatana-indicator-power-ae2fc2d08eeb1fe9f2a0c43ea84a2cb734fb7008.tar.gz
ayatana-indicator-power-ae2fc2d08eeb1fe9f2a0c43ea84a2cb734fb7008.tar.bz2
ayatana-indicator-power-ae2fc2d08eeb1fe9f2a0c43ea84a2cb734fb7008.zip
don't depends on gnome-control-center, recommends is enough, since it's
only required for the preferences menu item. Let ubuntu-system-settings replace it as an alternative, that's needed on the touch image.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index fc1c924..81006ae 100644
--- a/debian/control
+++ b/debian/control
@@ -23,8 +23,8 @@ Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
upower,
- gnome-control-center (>= 3.1),
-Recommends: indicator-applet (>= 0.2) | indicator-renderer,
+Recommends: gnome-control-center (>= 3.1) | ubuntu-system-settings,
+ indicator-applet (>= 0.2) | indicator-renderer,
Description: Indicator showing power state.
This indicator displays current power management information and gives
the user a way to access power management preferences.