aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2010-02-11 22:11:07 -0500
committerKen VanDine <ken.vandine@canonical.com>2010-02-11 22:11:07 -0500
commita0c4ef48ed2f9d70aada553ddf45cdabc8b696da (patch)
tree8408cd5c62565cdba3e30bccca5ace5c86a6a3f2 /debian/control
parentaadd042f2d02a201588cc2eee7ba79d82bf58e51 (diff)
downloadayatana-indicator-sound-a0c4ef48ed2f9d70aada553ddf45cdabc8b696da.tar.gz
ayatana-indicator-sound-a0c4ef48ed2f9d70aada553ddf45cdabc8b696da.tar.bz2
ayatana-indicator-sound-a0c4ef48ed2f9d70aada553ddf45cdabc8b696da.zip
Initial release
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control30
1 files changed, 30 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..2a5437b
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,30 @@
+Source: indicator-sound
+Section: sound
+Priority: extra
+Maintainer: Conor Curran <conor.curran@canonical.com>
+Build-Depends: debhelper (>= 7),
+ cdbs (>= 0.4.41),
+ autotools-dev,
+ libglib2.0-dev (>= 2.22.3),
+ libgtk2.0-dev (>= 2.12.0),
+ libdbus-glib-1-dev,
+ libdbusmenu-glib-dev (>= 0.2.3),
+ libdbusmenu-gtk-dev (>= 0.2.3) ,
+ libindicator-dev (>= 0.3.0),
+ libpulse-dev (>= 0.9.18),
+ libpulse-mainloop-glib0 (>= 0.9.18),
+ libido-0.1-dev (>= 0.1.1),
+ libgconf2-dev
+Standards-Version: 3.8.4
+Homepage: https://launchpad.net/indicator-sound
+
+Package: indicator-sound
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+Description: A system sound indicator.
+ A system sound indicator which provides easy control of the PulseAudio sound
+ daemon.
+
+