diff options
author | Robert Ancell <robert.ancell@canonical.com> | 2014-01-14 17:40:27 +1300 |
---|---|---|
committer | Robert Ancell <robert.ancell@canonical.com> | 2014-01-14 17:40:27 +1300 |
commit | b118fa57a080aebd620f4f753ad45c2e4f2982d7 (patch) | |
tree | ca329460016bcfe5e555e2bc9cd38af9e2f1d46d /debian/control | |
parent | 1bd93b08e00f2eaad25501a42833cfa24a633747 (diff) | |
download | ayatana-indicator-power-b118fa57a080aebd620f4f753ad45c2e4f2982d7.tar.gz ayatana-indicator-power-b118fa57a080aebd620f4f753ad45c2e4f2982d7.tar.bz2 ayatana-indicator-power-b118fa57a080aebd620f4f753ad45c2e4f2982d7.zip |
Recommend unity-control-center before gnome-control-center
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index ea98d7c..d64c903 100644 --- a/debian/control +++ b/debian/control @@ -24,7 +24,7 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, upower, -Recommends: gnome-control-center (>= 3.1) | unity-control-center | ubuntu-system-settings, +Recommends: unity-control-center | 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 |