aboutsummaryrefslogtreecommitdiff
path: root/debian/control
blob: ec440a8b79aedee80da710dca64b0f7043dfe1f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Source: indicator-power
Section: gnome
Priority: optional
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Build-Depends: cmake,
               libnotify-dev (>= 0.7.6),
               libglib2.0-dev (>= 2.36),
               libgudev-1.0-dev,
               liburl-dispatcher1-dev,
               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
# and sync up the code again.
Vcs-Bzr: https://code.launchpad.net/~indicator-applet-developers/indicator-power/trunk.13.04
Vcs-Browser: https://bazaar.launchpad.net/~indicator-applet-developers/indicator-power/trunk.13.04/files

Package: indicator-power
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         upower,
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.