aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorMathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>2012-11-14 16:40:39 -0500
committerMathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>2012-11-14 16:40:39 -0500
commitc3848e4f51f788b0bf60b7bb55568dbcee09d980 (patch)
treeea7765d30a8cdcf1cee8e186d769d4898e5d4707 /debian/control
parentd8f0f89c55127aa68f0ae0b25d0577874a9dcb1f (diff)
downloadayatana-indicator-power-c3848e4f51f788b0bf60b7bb55568dbcee09d980.tar.gz
ayatana-indicator-power-c3848e4f51f788b0bf60b7bb55568dbcee09d980.tar.bz2
ayatana-indicator-power-c3848e4f51f788b0bf60b7bb55568dbcee09d980.zip
- Reorganize Build-Depends for clarity; build system b-deps first.
- Use trailing commas for dep lists, as per other indicator packages.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control12
1 files changed, 8 insertions, 4 deletions
diff --git a/debian/control b/debian/control
index 9e3a63a..0fe6c7f 100644
--- a/debian/control
+++ b/debian/control
@@ -3,14 +3,14 @@ Section: gnome
Priority: optional
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Build-Depends: debhelper (>= 9),
+ dh-autoreconf,
+ intltool,
libgtk-3-dev,
libglib2.0-dev (>= 2.33),
libindicator3-dev (>= 0.3.90),
libupower-glib-dev (>= 0.9.5),
gnome-settings-daemon-dev (>= 3.1.4),
libdbus-1-dev,
- dh-autoreconf,
- intltool
Standards-Version: 3.9.2
Homepage: https://launchpad.net/indicator-power
Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-power/ubuntu
@@ -18,8 +18,12 @@ Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-power/ubuntu
Package: indicator-power
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, upower, gnome-control-center (>= 3.1), gnome-settings-daemon
-Recommends: indicator-applet (>= 0.2) | indicator-renderer
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ upower,
+ gnome-control-center (>= 3.1),
+ gnome-settings-daemon,
+Recommends: 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.