diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2013-08-10 04:26:27 +0000 |
---|---|---|
committer | Tarmac <> | 2013-08-10 04:26:27 +0000 |
commit | f28653eb1a4a310987fffc44334b93da3f547d41 (patch) | |
tree | 82a72bfbb7eeca76766d73ae20f1152c5b8392c3 /debian/control | |
parent | 0391025f72e9e5fed972b40e63087635d50c9234 (diff) | |
parent | a0616908a817d6fad47c29ae703fc8a2ea379af6 (diff) | |
download | ayatana-indicator-bluetooth-f28653eb1a4a310987fffc44334b93da3f547d41.tar.gz ayatana-indicator-bluetooth-f28653eb1a4a310987fffc44334b93da3f547d41.tar.bz2 ayatana-indicator-bluetooth-f28653eb1a4a310987fffc44334b93da3f547d41.zip |
Add phone profile. Export menus & actions using gio. Drops the gtk, dbusmenu, and libindicator build dependencies. Drops runtime dependency on gnome-blueooth in the phone profile.
Approved by Ted Gould, PS Jenkins bot, Mathieu Trudel-Lapierre.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/debian/control b/debian/control index 07bc74d..baffbf4 100644 --- a/debian/control +++ b/debian/control @@ -6,12 +6,7 @@ Build-Depends: debhelper (>= 9.0), dh-autoreconf, dh-translations, gnome-common, - libdbusmenu-gtk3-dev, libglib2.0-dev, - libgnome-bluetooth-dev, - libgtk-3-dev, - libido3-0.1-dev, - libindicator3-dev, valac (>=0.18), Standards-Version: 3.9.4 Homepage: https://launchpad.net/indicator-bluetooth @@ -25,7 +20,9 @@ Package: indicator-bluetooth Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, - gnome-bluetooth, + bluez (>= 4.36), + ubuntu-system-settings | gnome-control-center, + ubuntu-system-settings | gnome-bluetooth, Replaces: gnome-bluetooth (<< 3.6.1-0ubuntu2) Breaks: gnome-bluetooth (<< 3.6.1-0ubuntu2) Description: System bluetooth indicator. |