~lihow731/bluez/fix-suspend-bug-1584620

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Simon Fels
  • Date: 2016-02-03 09:16:08 UTC
  • mfrom: (9.1.3 bluez-bzr)
  • Revision ID: simon.fels@canonical.com-20160203091608-qri1wro86pfgztbz
Merging lp:~bluetooth/bluez/new-rel-5-37-plus-touch-xenial-sync

* New upstream version
* Add 0001-obexd-plugins-import-PBAP-ebook-support-from-upstrea.patch:
  - Pull in obexd ebook plugin from upstream git.
* Add 0001-obexd-plugins-port-ebook-support-to-the-latest-EDS.patch
* Add 0002-hostname-handle-chassis-type-handset.patch
* Add 0003-tools-mpris-proxy-allow-user-to-specify-different-mp.patch:
  - Allow use of an alternate DBus name by MPRIS if 'org.mpris' is not
    available.
* Add 0004-obexd-enable-ebook-backend-conditionally.patch:
  - Add a new configuration switch for EDS support.
* Add 0005-audio-media-return-empty-string-when-player-name-is-.patch:
  - If the name for the player is set as NULL we will crash later on
    so taking a valid default is required.
* Update bluez.install to include new btattach binary and manpage.
* Update rules:
      - enable obex phonebook-ebook by default
      - add enable-experimental to build and install additional
        tools/test scripts
* Update control:
  - add libebook-dev (>= 3.12) to Build-Depends
  - rename bluez-test-scripts to bluez-tests to reflect it does not only
    contain scripts but more utilities which can be used for wider testing
    of the BlueZ stack.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
        --enable-systemd \
22
22
        --enable-threads \
23
23
        --enable-sixaxis \
24
 
        --enable-experimental
 
24
        --enable-experimental \
 
25
        --enable-phonebook-ebook
25
26
 
26
27
%:
27
28
        dh $@ --with systemd,autoreconf
32
33
override_dh_installinit:
33
34
        dh_installinit -pbluez --name=bluetooth --restart-after-upgrade
34
35
 
 
36
override_dh_install:
 
37
        dh_install --list-missing
 
38
 
35
39
override_dh_strip:
36
40
        dh_strip -a --dbg-package=bluez-dbg libbluetooth3-dbg
37
41