Changeset 7152


Ignore:
Timestamp:
01/16/11 01:41:43 (2 years ago)
Author:
alanbach-guest
Message:
  • New upstream stable version
    • sync'd with Debian 4.84-1
Location:
pkg/raul/main/bluez/trunk/debian
Files:
3 added
1 deleted
11 edited

Legend:

Unmodified
Added
Removed
  • pkg/raul/main/bluez/trunk/debian/README.Debian

    r5623 r7152  
    3636Examples of such programs are kblueplugd (kdebluetooth package) and 
    3737bluetooth-applet (bluez-gnome or gnome-bluetooth packages). A minimal 
    38 command-line agent is also provided by bluetooth-agent. 
     38command-line agent is also provided by bluez-simple-agent. 
    3939 
    4040Headset support 
     
    104104<http://bluez.sourceforge.net/contrib/HOWTO-PAN> 
    105105 
    106 Keyboard and mouse support with hidd 
     106Keyboard and mouse support 
    107107++++++++++++++++++++++++++++++++++++ 
    108 The hidd daemon allows keyboards and mice to be connected to your system. 
    109 Make sure you have hidd starting at boot as user root. 
    110 Discover you mouse or keyboard bluetooth address (bdaddr) by running 
    111 "hcitool scan".  You must then connect to your keyboard or mouse using hidd 
    112 --connect <bdaddr>.  On first connection, pairing is likely and you should 
    113 press "connect" button on mice/keyboard, if any.  Mice normally have a 
    114 preset PIN which should be in the manufacturer's documentation, try 0000. 
    115 For keyboards, type the PIN on the Bluetooth keyboard and hit enter, and 
    116 then supply it to the passkey agent (using a cable-attached keyboard).  In 
    117 future your keyboard or mouse should reconnect to your computer 
    118 automatically.  You must invoke hidd as root. 
     108hidd daemon is included in a bluez-compat package.  
     109We use bluez-simple-agent and bluez-test-input in bluez now. 
     110 
     1111. Discover you mouse or keyboard bluetooth address (bdaddr) by running 
     112   "hcitool scan". 
     113 
     1142. Start bluez-simple-agent 
     115 
     116    $ sudo bluez-simple-agent hci0 <bdaddr> 
     117    RequestPinCode (/org/bluez/22302/hci0/dev_00_XX_XX_XX_XX_XX) 
     118    Enter PIN Code: 0000 <-- Please input PIN code 
     119    Release 
     120    New device (/org/bluez/22302/hci0/dev_00_XX_XX_XX_XX_XX) 
     121 
     122    Bluetooth mouse set simple PIN code as "0000". 
     123    PIN code are different depending on mouse.  
     124    Please check the PIN code of your mouse. 
     125 
     1263. With bluez-test-device, set *trusted* to the device. 
     127 
     128    $ sudo bluez-test-device trusted <bdaddr> yet 
     129 
     130        When you did not execute this, you use bluez-test-input after suspend 
     131        and resume (and reboot) have to connect a device again. 
     132 
     1334. With bluez-test-input, connected to the device. 
     134 
     135    $ sudo bluez-test-input connect <bdaddr> 
     136 
     137NOTE: If you want to use hidd daemon, please install bluez-compat package. 
     138 
     139   You must then connect to your keyboard or mouse using  
     140   "sudo hidd --connect <bdaddr>".   
     141   On first connection, pairing is likely and you should 
     142   press "connect" button on mice/keyboard, if any.  Mice normally have a 
     143   preset PIN which should be in the manufacturer's documentation, try 0000. 
     144   For keyboards, type the PIN on the Bluetooth keyboard and hit enter, and 
     145   then supply it to the passkey agent  
     146   (using a cable-attached keyboard. e.g. bluez-simple-agent). 
     147   In future your keyboard or mouse should reconnect to your computer 
     148   automatically.  You must invoke hidd as root. 
  • pkg/raul/main/bluez/trunk/debian/bluez.bluetooth.init

    r5623 r7152  
    3939 
    4040SSD_OPTIONS="--oknodo --quiet --exec $DAEMON" 
     41 
     42test -f /usr/sbin/bluetoothd || exit 0 
    4143 
    4244test -f /etc/default/bluetooth && . /etc/default/bluetooth 
  • pkg/raul/main/bluez/trunk/debian/bluez.examples

    r6054 r7152  
    1 test/simple-agent 
    2 test/simple-service 
    31test/list-devices 
    42test/monitor-bluetooth 
    5 test/test-telephony 
    6 test/test-manager 
    7 test/test-serial 
    8 test/test-discovery 
    9 test/test-device 
    10 test/test-service 
    11 test/test-adapter 
    12 test/test-network 
  • pkg/raul/main/bluez/trunk/debian/bluez.install

    r5623 r7152  
    55debian/tmp/usr/bin/* 
    66debian/tmp/usr/share/man/man* 
    7 debian/tmp/usr/lib/bluetooth/plugins/*.so 
  • pkg/raul/main/bluez/trunk/debian/bluez.manpages

    r6781 r7152  
    11debian/bluetooth-agent.1 
     2debian/bluez-simple-agent.1 
    23debian/l2test.1 
    34debian/hcitrace.1 
  • pkg/raul/main/bluez/trunk/debian/bluez.preinst

    r5623 r7152  
    4949    # http://bugs.debian.org/523050 
    5050    base="/etc/modprobe.d/bluez" 
    51     rm_conffile "$base" 
     51    rm_conffile bluez "$base" 
    5252    if [ -e "$base.dpkg-bak" ]; then 
    5353        if [ -e "$base.conf" ]; then 
  • pkg/raul/main/bluez/trunk/debian/changelog

    r7147 r7152  
    11bluez (4.85-1) unstable; urgency=low 
    22 
    3   * New upstream stable release 
    4  
    5  -- Alan Baghumian <alan@technotux.org>  Sat, 15 Jan 2011 15:27:35 -0800 
    6  
    7 bluez (4.75-1) unstable; urgency=low 
    8  
    9   * New upstream stable release 
    10  
    11  -- Alan Baghumian <alan@technotux.org>  Sun, 10 Oct 2010 12:03:40 -0700 
     3  * New upstream stable version 
     4    - sync'd with Debian 4.84-1 
     5 
     6 -- Alan Baghumian <alan@technotux.org>  Sat, 15 Jan 2011 16:40:48 -0800 
     7 
     8bluez (4.84-1) experimental; urgency=low 
     9 
     10  * New upstream release. 
     11  * Update README.Debian. 
     12    - Update section of Keyboard and mouse support 
     13      (Closes: #599894, #535929). 
     14 
     15 -- Nobuhiro Iwamatsu <iwamatsu@debian.org>  Wed, 12 Jan 2011 17:23:25 +0900 
     16 
     17bluez (4.82-1) experimental; urgency=low 
     18 
     19  * New upstream release. 
     20  * Add manpages of bluetooth-agent. 
     21 
     22 -- Nobuhiro Iwamatsu <iwamatsu@debian.org>  Mon, 20 Dec 2010 01:39:43 +0900 
     23 
     24bluez (4.81-1) experimental; urgency=low 
     25 
     26  * New upstream release. 
     27  * Drop patches/010_udev_rules_agent.patch (Closes: ##588034). 
     28    Connection of bluetooth is cut off after system start, 
     29    if applied this patch. And this patch is not already necessary. 
     30  * Disabled HAL (Closes: 599023). 
     31    Add patches/02_disable_hal.patch 
     32  * Update debian/rules 
     33    - Provide again bluetooth-agent utility (Closes: #598982). 
     34    - Remove --enable-netlink option of configure. 
     35      This option was not provided. 
     36  * Update debian/bluez.install 
     37    Remove path of plugins. 
     38  * Update libbluetooth-dev.install 
     39    Remove path of plugins. 
     40 
     41 -- Nobuhiro Iwamatsu <iwamatsu@debian.org>  Thu, 02 Dec 2010 12:17:48 +0900 
     42 
     43bluez (4.70-1) unstable; urgency=low 
     44 
     45  * New upstream release. 
     46  * Update debian/bluez.bluetooth.init (Closes: #593172). 
     47  * Update debian/bluez.preinst (Closes: #592982, #568301). 
     48  * Update debian/control. 
     49    - python-gobject and python-dbus move from Suggests to Depends. 
     50  * Replase bluetooth-agent to bluez-simple-agent. 
     51  * Some test program move to usr/bin. 
     52  
     53 -- Nobuhiro Iwamatsu <iwamatsu@debian.org>  Fri, 03 Sep 2010 08:43:02 +0900 
    1254 
    1355bluez (4.69-1) unstable; urgency=low 
    1456 
    15   * New upstream stable release 
    16  
    17  -- Alan Baghumian <alan@technotux.org>  Tue, 13 Jul 2010 18:12:19 -0700 
    18  
    19 bluez (4.67-1) unstable; urgency=low 
    20  
    21   * Sync'd with Debian 4.66-1 
    22   * New upstream bugfix release 
    23  
    24  -- Alan Baghumian <alan@technotux.org>  Sun, 11 Jul 2010 09:24:53 -0700 
     57  * New upstream release (Closes: #589727). 
     58  * Update debian/control. 
     59    - bumped standards-version to 3.9.1. 
     60  * Update libbluetooth3.symbols. 
     61 
     62 -- Nobuhiro Iwamatsu <iwamatsu@debian.org>  Wed, 28 Jul 2010 13:44:34 +0900 
    2563 
    2664bluez (4.66-1) unstable; urgency=low 
  • pkg/raul/main/bluez/trunk/debian/control

    r6781 r7152  
    2424Vcs-Browser: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez/trunk 
    2525Homepage: http://www.bluez.org 
    26 Standards-Version: 3.8.4 
     26Standards-Version: 3.9.1 
    2727 
    2828Package: libbluetooth3 
     
    5959Package: bluez 
    6060Architecture: any 
    61 Depends: ${shlibs:Depends}, module-init-tools, udev | makedev, lsb-base, dbus, ${misc:Depends} 
     61Depends: ${shlibs:Depends}, ${misc:Depends}, module-init-tools, udev | makedev, lsb-base, dbus, python-gobject, python-dbus 
    6262Replaces: bluez-input, bluez-network, bluez-serial, bluez-utils (<= 3.36-3), bluez-audio (<= 3.36-3) 
    6363Conflicts: bluez-utils (<= 3.36-3), bluez-audio (<= 3.36-3) 
    64 Suggests: python-gobject, python-dbus 
    6564Description: Bluetooth tools and daemons 
    6665 This package contains tools and system daemons for using Bluetooth devices. 
  • pkg/raul/main/bluez/trunk/debian/libbluetooth-dev.install

    r5503 r7152  
    33debian/tmp/usr/lib/*.la 
    44debian/tmp/usr/lib/pkgconfig/* 
    5 debian/tmp/usr/lib/bluetooth/plugins/*.la 
  • pkg/raul/main/bluez/trunk/debian/libbluetooth3.symbols

    r6781 r7152  
    3232 hci_get_route@Base 4.43 
    3333 hci_inquiry@Base 4.43 
    34  hci_lmtostr@Base 4.43 
    35  hci_lptostr@Base 4.43 
    36  hci_open_dev@Base 4.43 
    37  hci_park_mode@Base 4.43 
    38  hci_ptypetostr@Base 4.43 
    39  hci_read_afh_map@Base 4.43 
    40  hci_read_afh_mode@Base 4.43 
    41  hci_read_bd_addr@Base 4.43 
    42  hci_read_class_of_dev@Base 4.43 
    43  hci_read_clock@Base 4.43 
    44  hci_read_clock_offset@Base 4.43 
    45  hci_read_current_iac_lap@Base 4.43 
    46  hci_read_ext_inquiry_response@Base 4.43 
    47  hci_read_inq_response_tx_power_level@Base 4.43 
    48  hci_read_inquiry_mode@Base 4.43 
    49  hci_read_inquiry_scan_type@Base 4.43 
    50  hci_read_inquiry_transmit_power_level@Base 4.43 
    51  hci_read_link_policy@Base 4.43 
    52  hci_read_link_quality@Base 4.43 
    53  hci_read_link_supervision_timeout@Base 4.43 
    54  hci_read_local_commands@Base 4.43 
    55  hci_read_local_ext_features@Base 4.43 
    56  hci_read_local_features@Base 4.43 
    57  hci_read_local_name@Base 4.43 
    58  hci_read_local_oob_data@Base 4.43 
    59  hci_read_local_version@Base 4.43 
    60  hci_read_remote_ext_features@Base 4.43 
    61  hci_read_remote_features@Base 4.43 
    62  hci_read_remote_name@Base 4.43 
    63  hci_read_remote_name_cancel@Base 4.43 
    64  hci_read_remote_name_with_clock_offset@Base 4.43 
    65  hci_read_remote_version@Base 4.43 
    66  hci_read_rssi@Base 4.43 
    67  hci_read_simple_pairing_mode@Base 4.43 
    68  hci_read_stored_link_key@Base 4.43 
    69  hci_read_transmit_power_level@Base 4.43 
    70  hci_read_voice_setting@Base 4.43 
    71  hci_scoptypetostr@Base 4.43 
    72  hci_send_cmd@Base 4.43 
    73  hci_send_req@Base 4.43 
    74  hci_set_afh_classification@Base 4.43 
    75  hci_strtolm@Base 4.43 
    76  hci_strtolp@Base 4.43 
    77  hci_strtoptype@Base 4.43 
    78  hci_strtoscoptype@Base 4.43 
    79  hci_strtover@Base 4.43 
    80  hci_switch_role@Base 4.43 
    81  hci_typetostr@Base 4.43 
    82  hci_vertostr@Base 4.43 
    83  hci_write_afh_mode@Base 4.43 
    84  hci_write_class_of_dev@Base 4.43 
    85  hci_write_current_iac_lap@Base 4.43 
    86  hci_write_ext_inquiry_response@Base 4.43 
    87  hci_write_inquiry_mode@Base 4.43 
    88  hci_write_inquiry_scan_type@Base 4.43 
    89  hci_write_inquiry_transmit_power_level@Base 4.43 
    90  hci_write_link_policy@Base 4.43 
    91  hci_write_link_supervision_timeout@Base 4.43 
    92  hci_write_local_name@Base 4.43 
    93  hci_write_simple_pairing_mode@Base 4.43 
    94  hci_write_stored_link_key@Base 4.43 
    95  hci_write_voice_setting@Base 4.43 
    96  lmp_featurestostr@Base 4.43 
    97  lmp_strtover@Base 4.43 
    98  lmp_vertostr@Base 4.43 
    99  sdp_append_to_buf@Base 4.43 
    100  sdp_append_to_pdu@Base 4.43 
    101  sdp_attr_add@Base 4.43 
    102  sdp_attr_add_new@Base 4.43 
    103  sdp_attr_remove@Base 4.43 
    104  sdp_attr_replace@Base 4.43 
    105  sdp_attrid_comp_func@Base 4.43 
    106  sdp_close@Base 4.43 
    107  sdp_connect@Base 4.43 
    108  sdp_copy_record@Base 4.43 
    109  sdp_create@Base 4.43 
    110  sdp_data_alloc@Base 4.43 
    111  sdp_data_alloc_with_length@Base 4.43 
    112  sdp_data_free@Base 4.43 
    113  sdp_data_get@Base 4.43 
    114  sdp_device_record_register@Base 4.43 
    115  sdp_device_record_register_binary@Base 4.43 
    116  sdp_device_record_unregister@Base 4.43 
    117  sdp_device_record_unregister_binary@Base 4.43 
    118  sdp_device_record_update@Base 4.43 
    119  sdp_device_record_update_binary@Base 4.43 
    120  sdp_extract_attr@Base 4.43 
    121  sdp_extract_pdu@Base 4.43 
    122  sdp_extract_seqtype@Base 4.43 
    123  sdp_gen_pdu@Base 4.43 
    124  sdp_gen_record_pdu@Base 4.43 
    125  sdp_gen_tid@Base 4.43 
    126  sdp_general_inquiry@Base 4.43 
    127  sdp_get_access_protos@Base 4.43 
    128  sdp_get_add_access_protos@Base 4.43 
    129  sdp_get_database_state@Base 4.43 
    130  sdp_get_error@Base 4.43 
    131  sdp_get_group_id@Base 4.43 
    132  sdp_get_int_attr@Base 4.43 
    133  sdp_get_lang_attr@Base 4.43 
    134  sdp_get_profile_descs@Base 4.43 
    135  sdp_get_proto_desc@Base 4.43 
    136  sdp_get_proto_port@Base 4.43 
    137  sdp_get_record_state@Base 4.43 
    138  sdp_get_server_ver@Base 4.43 
    139  sdp_get_service_avail@Base 4.43 
    140  sdp_get_service_id@Base 4.43 
    141  sdp_get_service_ttl@Base 4.43 
    142  sdp_get_socket@Base 4.43 
    143  sdp_get_string_attr@Base 4.43 
    144  sdp_get_supp_feat@Base 4.43 
    145  sdp_get_uuidseq_attr@Base 4.43 
    146  sdp_list_append@Base 4.43 
    147  sdp_list_free@Base 4.43 
    148  sdp_list_insert_sorted@Base 4.43 
    149  sdp_list_remove@Base 4.43 
    150  sdp_pattern_add_uuid@Base 4.43 
    151  sdp_pattern_add_uuidseq@Base 4.43 
    152  sdp_process@Base 4.43 
    153  sdp_profile_uuid2strn@Base 4.43 
    154  sdp_proto_uuid2strn@Base 4.43 
    155  sdp_record_alloc@Base 4.43 
    156  sdp_record_free@Base 4.43 
    157  sdp_record_print@Base 4.43 
    158  sdp_record_register@Base 4.43 
    159  sdp_record_unregister@Base 4.43 
    160  sdp_record_update@Base 4.43 
    161  sdp_send_req_w4_rsp@Base 4.43 
    162  sdp_seq_alloc@Base 4.43 
    163  sdp_seq_alloc_with_length@Base 4.43 
    164  sdp_seq_append@Base 4.43 
    165  sdp_service_attr_async@Base 4.43 
    166  sdp_service_attr_req@Base 4.43 
    167  sdp_service_search_async@Base 4.43 
    168  sdp_service_search_attr_async@Base 4.43 
    169  sdp_service_search_attr_req@Base 4.43 
    170  sdp_service_search_req@Base 4.43 
    171  sdp_set_access_protos@Base 4.43 
    172  sdp_set_add_access_protos@Base 4.43 
    173  sdp_set_attrid@Base 4.43 
    174  sdp_set_group_id@Base 4.43 
    175  sdp_set_info_attr@Base 4.43 
    176  sdp_set_lang_attr@Base 4.43 
    177  sdp_set_notify@Base 4.43 
    178  sdp_set_profile_descs@Base 4.43 
    179  sdp_set_seq_len@Base 4.43 
    180  sdp_set_service_id@Base 4.43 
    181  sdp_set_supp_feat@Base 4.43 
    182  sdp_set_url_attr@Base 4.43 
    183  sdp_set_uuidseq_attr@Base 4.43 
    184  sdp_svclass_uuid2strn@Base 4.43 
    185  sdp_uuid128_cmp@Base 4.43 
    186  sdp_uuid128_create@Base 4.43 
    187  sdp_uuid128_to_uuid@Base 4.43 
    188  sdp_uuid16_cmp@Base 4.43 
    189  sdp_uuid16_create@Base 4.43 
    190  sdp_uuid16_to_uuid128@Base 4.43 
    191  sdp_uuid2strn@Base 4.43 
    192  sdp_uuid32_create@Base 4.43 
    193  sdp_uuid32_to_uuid128@Base 4.43 
    194  sdp_uuid_cmp@Base 4.43 
    195  sdp_uuid_extract@Base 4.43 
    196  sdp_uuid_to_proto@Base 4.43 
    197  sdp_uuid_to_uuid128@Base 4.43 
    198  str2ba@Base 4.43 
    199  strtoba@Base 4.43 
     34 hci_le_create_conn@Base 4.66 
     35 hci_le_set_advertise_enable@Base 4.66 
     36 hci_le_set_scan_enable@Base 4.66 
     37 hci_le_set_scan_parameters@Base 4.66 
     38 hci_lmtostr@Base 4.66 
     39 hci_lptostr@Base 4.66 
     40 hci_open_dev@Base 4.66 
     41 hci_park_mode@Base 4.66 
     42 hci_ptypetostr@Base 4.66 
     43 hci_read_afh_map@Base 4.66 
     44 hci_read_afh_mode@Base 4.66 
     45 hci_read_bd_addr@Base 4.66 
     46 hci_read_class_of_dev@Base 4.66 
     47 hci_read_clock@Base 4.66 
     48 hci_read_clock_offset@Base 4.66 
     49 hci_read_current_iac_lap@Base 4.66 
     50 hci_read_ext_inquiry_response@Base 4.66 
     51 hci_read_inq_response_tx_power_level@Base 4.66 
     52 hci_read_inquiry_mode@Base 4.66 
     53 hci_read_inquiry_scan_type@Base 4.66 
     54 hci_read_inquiry_transmit_power_level@Base 4.66 
     55 hci_read_link_policy@Base 4.66 
     56 hci_read_link_quality@Base 4.66 
     57 hci_read_link_supervision_timeout@Base 4.66 
     58 hci_read_local_commands@Base 4.66 
     59 hci_read_local_ext_features@Base 4.66 
     60 hci_read_local_features@Base 4.66 
     61 hci_read_local_name@Base 4.66 
     62 hci_read_local_oob_data@Base 4.66 
     63 hci_read_local_version@Base 4.66 
     64 hci_read_remote_ext_features@Base 4.66 
     65 hci_read_remote_features@Base 4.66 
     66 hci_read_remote_name@Base 4.66 
     67 hci_read_remote_name_cancel@Base 4.66 
     68 hci_read_remote_name_with_clock_offset@Base 4.66 
     69 hci_read_remote_version@Base 4.66 
     70 hci_read_rssi@Base 4.66 
     71 hci_read_simple_pairing_mode@Base 4.66 
     72 hci_read_stored_link_key@Base 4.66 
     73 hci_read_transmit_power_level@Base 4.66 
     74 hci_read_voice_setting@Base 4.66 
     75 hci_scoptypetostr@Base 4.66 
     76 hci_send_cmd@Base 4.66 
     77 hci_send_req@Base 4.66 
     78 hci_set_afh_classification@Base 4.66 
     79 hci_strtolm@Base 4.66 
     80 hci_strtolp@Base 4.66 
     81 hci_strtoptype@Base 4.66 
     82 hci_strtoscoptype@Base 4.66 
     83 hci_strtover@Base 4.66 
     84 hci_switch_role@Base 4.66 
     85 hci_typetostr@Base 4.66 
     86 hci_vertostr@Base 4.66 
     87 hci_write_afh_mode@Base 4.66 
     88 hci_write_class_of_dev@Base 4.66 
     89 hci_write_current_iac_lap@Base 4.66 
     90 hci_write_ext_inquiry_response@Base 4.66 
     91 hci_write_inquiry_mode@Base 4.66 
     92 hci_write_inquiry_scan_type@Base 4.66 
     93 hci_write_inquiry_transmit_power_level@Base 4.66 
     94 hci_write_link_policy@Base 4.66 
     95 hci_write_link_supervision_timeout@Base 4.66 
     96 hci_write_local_name@Base 4.66 
     97 hci_write_simple_pairing_mode@Base 4.66 
     98 hci_write_stored_link_key@Base 4.66 
     99 hci_write_voice_setting@Base 4.66 
     100 lmp_featurestostr@Base 4.66 
     101 lmp_strtover@Base 4.66 
     102 lmp_vertostr@Base 4.66 
     103 sdp_append_to_buf@Base 4.66 
     104 sdp_append_to_pdu@Base 4.66 
     105 sdp_attr_add@Base 4.66 
     106 sdp_attr_add_new@Base 4.66 
     107 sdp_attr_remove@Base 4.66 
     108 sdp_attr_replace@Base 4.66 
     109 sdp_attrid_comp_func@Base 4.66 
     110 sdp_close@Base 4.66 
     111 sdp_connect@Base 4.66 
     112 sdp_copy_record@Base 4.66 
     113 sdp_create@Base 4.66 
     114 sdp_data_alloc@Base 4.66 
     115 sdp_data_alloc_with_length@Base 4.66 
     116 sdp_data_free@Base 4.66 
     117 sdp_data_get@Base 4.66 
     118 sdp_device_record_register@Base 4.66 
     119 sdp_device_record_register_binary@Base 4.66 
     120 sdp_device_record_unregister@Base 4.66 
     121 sdp_device_record_unregister_binary@Base 4.66 
     122 sdp_device_record_update@Base 4.66 
     123 sdp_device_record_update_binary@Base 4.66 
     124 sdp_extract_attr@Base 4.66 
     125 sdp_extract_pdu@Base 4.66 
     126 sdp_extract_seqtype@Base 4.66 
     127 sdp_gen_pdu@Base 4.66 
     128 sdp_gen_record_pdu@Base 4.66 
     129 sdp_gen_tid@Base 4.66 
     130 sdp_general_inquiry@Base 4.66 
     131 sdp_get_access_protos@Base 4.66 
     132 sdp_get_add_access_protos@Base 4.66 
     133 sdp_get_database_state@Base 4.66 
     134 sdp_get_error@Base 4.66 
     135 sdp_get_group_id@Base 4.66 
     136 sdp_get_int_attr@Base 4.66 
     137 sdp_get_lang_attr@Base 4.66 
     138 sdp_get_profile_descs@Base 4.66 
     139 sdp_get_proto_desc@Base 4.66 
     140 sdp_get_proto_port@Base 4.66 
     141 sdp_get_record_state@Base 4.66 
     142 sdp_get_server_ver@Base 4.66 
     143 sdp_get_service_avail@Base 4.66 
     144 sdp_get_service_id@Base 4.66 
     145 sdp_get_service_ttl@Base 4.66 
     146 sdp_get_socket@Base 4.66 
     147 sdp_get_string_attr@Base 4.66 
     148 sdp_get_supp_feat@Base 4.66 
     149 sdp_get_uuidseq_attr@Base 4.66 
     150 sdp_list_append@Base 4.66 
     151 sdp_list_free@Base 4.66 
     152 sdp_list_insert_sorted@Base 4.66 
     153 sdp_list_remove@Base 4.66 
     154 sdp_pattern_add_uuid@Base 4.66 
     155 sdp_pattern_add_uuidseq@Base 4.66 
     156 sdp_process@Base 4.66 
     157 sdp_profile_uuid2strn@Base 4.66 
     158 sdp_proto_uuid2strn@Base 4.66 
     159 sdp_record_alloc@Base 4.66 
     160 sdp_record_free@Base 4.66 
     161 sdp_record_print@Base 4.66 
     162 sdp_record_register@Base 4.66 
     163 sdp_record_unregister@Base 4.66 
     164 sdp_record_update@Base 4.66 
     165 sdp_send_req_w4_rsp@Base 4.66 
     166 sdp_seq_alloc@Base 4.66 
     167 sdp_seq_alloc_with_length@Base 4.66 
     168 sdp_seq_append@Base 4.66 
     169 sdp_service_attr_async@Base 4.66 
     170 sdp_service_attr_req@Base 4.66 
     171 sdp_service_search_async@Base 4.66 
     172 sdp_service_search_attr_async@Base 4.66 
     173 sdp_service_search_attr_req@Base 4.66 
     174 sdp_service_search_req@Base 4.66 
     175 sdp_set_access_protos@Base 4.66 
     176 sdp_set_add_access_protos@Base 4.66 
     177 sdp_set_attrid@Base 4.66 
     178 sdp_set_group_id@Base 4.66 
     179 sdp_set_info_attr@Base 4.66 
     180 sdp_set_lang_attr@Base 4.66 
     181 sdp_set_notify@Base 4.66 
     182 sdp_set_profile_descs@Base 4.66 
     183 sdp_set_seq_len@Base 4.66 
     184 sdp_set_service_id@Base 4.66 
     185 sdp_set_supp_feat@Base 4.66 
     186 sdp_set_url_attr@Base 4.66 
     187 sdp_set_uuidseq_attr@Base 4.66 
     188 sdp_svclass_uuid2strn@Base 4.66 
     189 sdp_uuid128_cmp@Base 4.66 
     190 sdp_uuid128_create@Base 4.66 
     191 sdp_uuid128_to_uuid@Base 4.66 
     192 sdp_uuid16_cmp@Base 4.66 
     193 sdp_uuid16_create@Base 4.66 
     194 sdp_uuid16_to_uuid128@Base 4.66 
     195 sdp_uuid2strn@Base 4.66 
     196 sdp_uuid32_create@Base 4.66 
     197 sdp_uuid32_to_uuid128@Base 4.66 
     198 sdp_uuid_cmp@Base 4.66 
     199 sdp_uuid_extract@Base 4.66 
     200 sdp_uuid_to_proto@Base 4.66 
     201 sdp_uuid_to_uuid128@Base 4.66 
     202 str2ba@Base 4.66 
     203 strtoba@Base 4.66 
  • pkg/raul/main/bluez/trunk/debian/rules

    r6781 r7152  
    1212                             --enable-alsa \ 
    1313                             --enable-usb \ 
    14                              --enable-netlink \ 
    1514                             --enable-tools \ 
    1615                             --enable-test \ 
     
    3231DEB_DESTDIR := $(CURDIR)/debian/tmp 
    3332 
     33TEST_PROGRAM_LIST = simple-agent simple-service test-adapter test-audio test-device \ 
     34               test-discovery test-input test-manager test-network test-serial \ 
     35               test-service test-telephony  
     36 
    3437#install/bluetooth:: 
    35         #install -D -m 0644 $(CURDIR)/debian/bluetooth.override $(CURDIR)/debian/bluetooth/usr/share/lintian/overrides/bluetooth 
     38        #install -D -m 0644 $(CURDIR)/debian/bluetooth.override \ 
     39                $(CURDIR)/debian/bluetooth/usr/share/lintian/overrides/bluetooth 
    3640 
    3741install/bluez:: 
    3842        # conf files 
    39         install -D -m 0644 $(CURDIR)/input/input.conf $(CURDIR)/debian/bluez/etc/bluetooth/input.conf 
    40         install -D -m 0644 $(CURDIR)/audio/audio.conf $(CURDIR)/debian/bluez/etc/bluetooth/audio.conf 
    41         install -D -m 0644 $(CURDIR)/network/network.conf $(CURDIR)/debian/bluez/etc/bluetooth/network.conf 
    42         install -D -m 0644 $(CURDIR)/serial/serial.conf $(CURDIR)/debian/bluez/etc/bluetooth/serial.conf 
     43        install -D -m 0644 $(CURDIR)/input/input.conf \ 
     44                $(CURDIR)/debian/bluez/etc/bluetooth/input.conf 
     45        install -D -m 0644 $(CURDIR)/audio/audio.conf \ 
     46                $(CURDIR)/debian/bluez/etc/bluetooth/audio.conf 
     47        install -D -m 0644 $(CURDIR)/network/network.conf \ 
     48                $(CURDIR)/debian/bluez/etc/bluetooth/network.conf 
     49        install -D -m 0644 $(CURDIR)/serial/serial.conf \ 
     50                $(CURDIR)/debian/bluez/etc/bluetooth/serial.conf 
    4351         
    4452        # udev rules, actually upstream version is changed with 
    45         # sed -i 's@RUN+="/usr/sbin/hid2hci@RUN+="/lib/udev/bluez@' scripts/bluetooth-hid2hci.rules 
     53        # sed -i 's@RUN+="/usr/sbin/hid2hci@RUN+="/lib/udev/bluez@' 
     54        #       scripts/bluetooth-hid2hci.rules 
    4655        # and the diff is in debian/patches/010_udev_rules_agent.patch 
    47         install -D -m 0644 $(CURDIR)/scripts/bluetooth-hid2hci.rules $(CURDIR)/debian/bluez/lib/udev/rules.d/62-bluez-hid2hci.rules 
    48         install -D -m 0755 $(CURDIR)/debian/bluez_agent.udev $(CURDIR)/debian/bluez/lib/udev/bluez 
     56        install -D -m 0644 $(CURDIR)/scripts/bluetooth-hid2hci.rules \ 
     57                $(CURDIR)/debian/bluez/lib/udev/rules.d/62-bluez-hid2hci.rules 
     58        install -D -m 0755 $(CURDIR)/debian/bluez_agent.udev \ 
     59                $(CURDIR)/debian/bluez/lib/udev/bluez 
    4960 
    5061        # misc 
    51         install -D -m 0755 $(CURDIR)/test/agent $(CURDIR)/debian/bluez/usr/bin/bluetooth-agent 
    52         install -D -m 0644 $(CURDIR)/debian/README.examples $(CURDIR)/debian/bluez/usr/share/doc/bluez/examples/README 
     62        install -D -m 0755 $(CURDIR)/test/agent \ 
     63                $(CURDIR)/debian/bluez/usr/bin/bluetooth-agent 
     64        for d in $(TEST_PROGRAM_LIST) ; do \ 
     65                install -D -m 0755 $(CURDIR)/test/$$d \ 
     66                        $(CURDIR)/debian/bluez/usr/bin/bluez-$$d ; \ 
     67        done 
     68 
     69        install -D -m 0644 $(CURDIR)/debian/README.examples \ 
     70                $(CURDIR)/debian/bluez/usr/share/doc/bluez/examples/README 
    5371 
    5472#install/bluez-utils:: 
    55         #install -D -m 0644 $(CURDIR)/debian/bluez-utils.override $(CURDIR)/debian/bluez-utils/usr/share/lintian/overrides/bluez-utils 
     73        #install -D -m 0644 $(CURDIR)/debian/bluez-utils.override \ 
     74        #       $(CURDIR)/debian/bluez-utils/usr/share/lintian/overrides/bluez-utils 
    5675 
    5776install/bluez-alsa:: 
    58         install -D -m 0644 $(CURDIR)/audio/bluetooth.conf $(CURDIR)/debian/bluez-alsa/usr/share/alsa/bluetooth.conf 
     77        install -D -m 0644 $(CURDIR)/audio/bluetooth.conf \ 
     78                $(CURDIR)/debian/bluez-alsa/usr/share/alsa/bluetooth.conf 
    5979 
    6080install/bluez-pcmcia-support:: 
    61         cp -f $(CURDIR)/scripts/bluetooth-serial.rules $(CURDIR)/debian/bluez-pcmcia-support.udev 
     81        cp -f $(CURDIR)/scripts/bluetooth-serial.rules \ 
     82                $(CURDIR)/debian/bluez-pcmcia-support.udev 
    6283 
    6384binary-install/bluez-compat:: 
    6485        for d in pand dund hidd; do \ 
    65                 mv -v $(CURDIR)/debian/bluez/usr/bin/$$d $(CURDIR)/debian/bluez-compat/usr/bin/;\ 
    66                 mv -v $(CURDIR)/debian/bluez/usr/share/man/man1/$$d* $(CURDIR)/debian/bluez-compat/usr/share/man/man1/;\ 
     86                mv -v $(CURDIR)/debian/bluez/usr/bin/$$d \ 
     87                        $(CURDIR)/debian/bluez-compat/usr/bin/;\ 
     88                mv -v $(CURDIR)/debian/bluez/usr/share/man/man1/$$d* \ 
     89                        $(CURDIR)/debian/bluez-compat/usr/share/man/man1/;\ 
    6790        done 
    6891 
    6992binary-install/bluez-gstreamer:: 
    70         LD_LIBRARY_PATH="$(CURDIR)/debian/tmp/usr/lib:$(LD_LIBRARY_PATH)" dh_gstscancodecs -pbluez-gstreamer 
     93        LD_LIBRARY_PATH="$(CURDIR)/debian/tmp/usr/lib:$(LD_LIBRARY_PATH)" \ 
     94                dh_gstscancodecs -pbluez-gstreamer 
    7195 
    7296binary-install/bluez:: 
    73         install -D -m 0644 $(CURDIR)/debian/bluetooth-dbus.conf $(CURDIR)/debian/bluez/etc/dbus-1/system.d/bluetooth.conf 
     97        install -D -m 0644 $(CURDIR)/debian/bluetooth-dbus.conf \ 
     98                 $(CURDIR)/debian/bluez/etc/dbus-1/system.d/bluetooth.conf 
    7499 
    75100binary-install/bluez-pcmcia-support:: 
Note: See TracChangeset for help on using the changeset viewer.