diff options
author | Ted Gould <ted@gould.cx> | 2016-10-21 10:16:11 +0000 |
---|---|---|
committer | Bileto Bot <ci-train-bot@canonical.com> | 2016-10-21 10:16:11 +0000 |
commit | 6c5f878df812b11bfc982a7dd3512ad8b44d5943 (patch) | |
tree | 7faeee5caaebb8efa40a1df60e6425606cda1619 /debian/control | |
parent | f443e4dbee93def23bf99faf9ef27125ad2d4019 (diff) | |
parent | 4a27d20c72adb03792acd96c9b7908de6b73607c (diff) | |
download | ayatana-indicator-sound-6c5f878df812b11bfc982a7dd3512ad8b44d5943.tar.gz ayatana-indicator-sound-6c5f878df812b11bfc982a7dd3512ad8b44d5943.tar.bz2 ayatana-indicator-sound-6c5f878df812b11bfc982a7dd3512ad8b44d5943.zip |
Adding systemd user session unit
Approved by: Martin Pitt
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 270bb2a..7358c87 100644 --- a/debian/control +++ b/debian/control @@ -36,6 +36,7 @@ Build-Depends: debhelper (>= 9.0), qtbase5-dev-tools, qtdeclarative5-dev, qtdeclarative5-dev-tools, + systemd, Standards-Version: 3.9.4 Homepage: https://launchpad.net/indicator-sound # If you aren't a member of ~indicator-applet-developers but need to upload @@ -50,6 +51,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, pulseaudio, gsettings-ubuntu-schemas (>= 0.0.1+14.04.20140224), + indicator-common, Recommends: unity-control-center | gnome-control-center | ubuntu-system-settings | pavucontrol | mate-media, accountsservice, Suggests: unity-greeter-session-broadcast, |