~ubuntu-branches/ubuntu/trusty/bluez/trusty

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2013-12-19 21:36:00 UTC
  • Revision ID: package-import@ubuntu.com-20131219213600-4g6ut812p970tp2u
Tags: 4.101-0ubuntu10
* debian/patches/telephony_ofono_add_watch.patch: fix telephony-ofono code
  to have the add_watch function not be conditioned out, since it's used.
* debian/rules: explicitly specify to use ofono a the telephony service. 
* debian/bluez.dirs: add /var/lib/bluetooth, we need to have it created
  on Ubuntu Touch so that discovery writes cache data for classes, seen
  addresses, etc. (LP: #1234361)

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
                             --enable-dbusoob \
35
35
                             --enable-wiimote \
36
36
                             --enable-gatt \
 
37
                             --with-telephony=ofono \
37
38
                             --with-systemdunitdir=/lib/systemd/system
38
39
 
39
40
DEB_DESTDIR := $(CURDIR)/debian/tmp