aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2012-11-15 20:15:51 +0000
committerTarmac <Unknown>2012-11-15 20:15:51 +0000
commit81f2ecd0d599af2d55206c93cce0569c62f93f31 (patch)
tree5dcb6ada7cb1afe2581e2a12d48f79d2fa39c007 /debian/control
parent727b8cab56a9ecd920c5656d09de0c5e6470017b (diff)
parent721e3c4f3bdc9487eef51f7a4bc83a06dd2be3ec (diff)
downloadayatana-indicator-power-81f2ecd0d599af2d55206c93cce0569c62f93f31.tar.gz
ayatana-indicator-power-81f2ecd0d599af2d55206c93cce0569c62f93f31.tar.bz2
ayatana-indicator-power-81f2ecd0d599af2d55206c93cce0569c62f93f31.zip
Import debian/.
Approved by Didier Roche.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control35
1 files changed, 35 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..b53f5be
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,35 @@
+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,
+ libxorg-gtest-dev,
+ libgtest-dev,
+ 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,
+Standards-Version: 3.9.2
+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,
+ 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.