diff options
author | Matthias Klose <doko@ubuntu.com> | 2016-02-16 15:44:31 +0000 |
---|---|---|
committer | CI Train Bot <ci-train-bot@canonical.com> | 2016-02-16 15:44:31 +0000 |
commit | 5b5a73b5d80f7e99c2ede901c73de31009dacae5 (patch) | |
tree | f1701953911f1c2cc92ae25d770e58bd3ecf9869 /debian | |
parent | 7405a0fb83de0bbd9bfb43d7a8305f557b6053b2 (diff) | |
parent | bc7ce3b8ef86cd4334739266bbe3e6670496b368 (diff) | |
download | ayatana-indicator-sound-5b5a73b5d80f7e99c2ede901c73de31009dacae5.tar.gz ayatana-indicator-sound-5b5a73b5d80f7e99c2ede901c73de31009dacae5.tar.bz2 ayatana-indicator-sound-5b5a73b5d80f7e99c2ede901c73de31009dacae5.zip |
Build using libgee-0.8-dev instead of libgee-dev Fixes: #1502094
Approved by: Marco Trevisan (TreviƱo)
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index e65a858..270bb2a 100644 --- a/debian/control +++ b/debian/control @@ -27,7 +27,7 @@ Build-Depends: debhelper (>= 9.0), libpulse-dev (>= 1:4.0-0ubuntu21), libpulse-mainloop-glib0 (>= 0.9.18), libnotify-dev, - libgee-dev, + libgee-0.8-dev, libxml2-dev, pulseaudio, python3-dbusmock, |