diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/control b/debian/control index fc1c924..f0ed35e 100644 --- a/debian/control +++ b/debian/control @@ -9,6 +9,7 @@ Build-Depends: debhelper (>= 9), libgtest-dev, libglib2.0-dev (>= 2.36), libgudev-1.0-dev, + liburl-dispatcher1-dev, python, Standards-Version: 3.9.2 Homepage: https://launchpad.net/indicator-power @@ -23,8 +24,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. |