aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control24
1 files changed, 16 insertions, 8 deletions
diff --git a/debian/control b/debian/control
index d64c903..ec440a8 100644
--- a/debian/control
+++ b/debian/control
@@ -2,16 +2,22 @@ Source: indicator-power
Section: gnome
Priority: optional
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Build-Depends: debhelper (>= 9),
- dh-autoreconf,
- autopoint,
- intltool,
- libgtest-dev,
+Build-Depends: cmake,
+ libnotify-dev (>= 0.7.6),
libglib2.0-dev (>= 2.36),
libgudev-1.0-dev,
liburl-dispatcher1-dev,
- python,
-Standards-Version: 3.9.2
+ python:any,
+# for packaging
+ debhelper (>= 9),
+ dh-translations,
+ intltool,
+# for tests
+ libgtest-dev,
+ python3-dbusmock,
+ dbus-test-runner,
+ libdbustest1-dev,
+Standards-Version: 3.9.5
Homepage: https://launchpad.net/indicator-power
# If you aren't a member of ~indicator-applet-developers but need to upload
# packaging changes, just go ahead. ~indicator-applet-developers will notice
@@ -24,8 +30,10 @@ Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
upower,
-Recommends: unity-control-center | gnome-control-center (>= 3.1) | ubuntu-system-settings,
+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.