aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@ubuntu.com>2013-08-29 21:56:50 +0000
committerTarmac <Unknown>2013-08-29 21:56:50 +0000
commitcb21c213824f24ccf21389c19cd6845ba44b4abc (patch)
tree6913817f9097165be29f7184e778fd2004a3ed2a
parent7c271b3ced3eb39f804f02c20cd536f6782423c3 (diff)
parentae2fc2d08eeb1fe9f2a0c43ea84a2cb734fb7008 (diff)
downloadayatana-indicator-power-cb21c213824f24ccf21389c19cd6845ba44b4abc.tar.gz
ayatana-indicator-power-cb21c213824f24ccf21389c19cd6845ba44b4abc.tar.bz2
ayatana-indicator-power-cb21c213824f24ccf21389c19cd6845ba44b4abc.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. Approved by Ted Gould, PS Jenkins bot.
-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.