aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control34
1 files changed, 34 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..a748f0b
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,34 @@
+Source: indicator-sound
+Section: sound
+Priority: extra
+Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
+XSBC-Original-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),
+ libdbusmenu-glib-dev (>= 0.3.91),
+ libdbusmenu-gtk-dev (>= 0.3.91) ,
+ libindicator-dev (>= 0.3.14),
+ libpulse-dev (>= 0.9.18),
+ libpulse-mainloop-glib0 (>= 0.9.18),
+ libido-0.1-dev (>= 0.1.11),
+ libgconf2-dev,
+ libgee-dev,
+ libxml2-dev,
+ libnotify-dev,
+ valac-0.12
+Standards-Version: 3.9.1
+Homepage: https://launchpad.net/indicator-sound
+
+Package: indicator-sound
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ pulseaudio
+Description: A system sound indicator.
+ A system sound indicator which provides easy control of the PulseAudio sound
+ daemon.
+
+