1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174
|
Source: bluez
Maintainer: Debian Bluetooth Maintainers <team+pkg-bluetooth@tracker.debian.org>
Uploaders: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Section: admin
Build-Depends: debhelper-compat (= 13),
bison,
check <!nocheck>,
flex,
libasound2-dev,
libdbus-1-dev (>= 1.6),
libdw-dev,
libebook1.2-dev [!i386] <!pkg.bluez.noeds>,
libell-dev (>= 0.39),
libglib2.0-dev,
libical-dev,
libjson-c-dev (>= 0.13),
libreadline-dev,
libudev-dev,
python3-docutils,
python3-pygments,
systemd-dev,
udev
Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/bluetooth-team/bluez
Vcs-Git: https://salsa.debian.org/bluetooth-team/bluez.git
Homepage: http://www.bluez.org
Package: libbluetooth3
Architecture: linux-any
Multi-Arch: same
Section: libs
Depends: ${misc:Depends},
${shlibs:Depends}
Description: Library to use the BlueZ Linux Bluetooth stack
BlueZ is the official Linux Bluetooth protocol stack. It is an Open Source
project distributed under GNU General Public License (GPL).
Package: libbluetooth-dev
Architecture: linux-any
Multi-Arch: same
Section: libdevel
Depends: libbluetooth3 (= ${binary:Version}),
libc6-dev | libc-dev,
${misc:Depends}
Suggests: pkgconf
Provides: libbluetooth3-dev
Description: Development files for using the BlueZ Linux Bluetooth library
BlueZ is the official Linux Bluetooth protocol stack. It is an Open Source
project distributed under GNU General Public License (GPL).
.
This package contains the development libraries and header files you need to
develop your programs using the libbluetooth library.
Package: bluetooth
Architecture: all
Multi-Arch: foreign
Depends: bluez,
${misc:Depends}
Suggests: bluez-cups,
bluez-meshd,
bluez-obexd
Description: Bluetooth support (metapackage)
This package provides all of the different plugins supported
by the Bluez bluetooth stack.
Package: bluez
Architecture: linux-any
Multi-Arch: foreign
Depends: adduser,
default-dbus-system-bus | dbus-system-bus,
kmod,
udev,
${misc:Depends},
${shlibs:Depends}
Suggests: pulseaudio-module-bluetooth
Description: Bluetooth tools and daemons
This package contains tools and system daemons for using Bluetooth devices.
.
BlueZ is the official Linux Bluetooth protocol stack. It is an Open Source
project distributed under GNU General Public License (GPL).
Package: bluez-cups
Architecture: linux-any
Depends: cups,
${misc:Depends},
${shlibs:Depends}
Description: Bluetooth printer driver for CUPS
This package contains a driver to let CUPS print to Bluetooth-connected
printers.
.
BlueZ is the official Linux Bluetooth protocol stack. It is an Open Source
project distributed under GNU General Public License (GPL).
Package: bluez-obexd
Architecture: linux-any
Depends: ${misc:Depends},
${shlibs:Depends},
evolution-data-server [!i386] <!pkg.bluez.noeds>,
Recommends: dbus-user-session
Description: bluez obex daemon
This package contains a OBEX(OBject EXchange) daemon.
.
OBEX is communication protocol to facilitate the exchange of the binary
object between the devices.
.
This was the software that is independent as obexd, but this has been
integrated into BlueZ from BlueZ 5.0.
.
BlueZ is the official Linux Bluetooth protocol stack. It is an Open Source
project distributed under GNU General Public License (GPL).
Package: bluez-meshd
Architecture: linux-any
Depends: ${misc:Depends},
${shlibs:Depends}
Description: bluetooth mesh daemon
The Bluetooth Mesh network is a new Bluetooth feature that extends "Bluetooth
Low Energy (BLE)".
.
This package provides daemon (meshd) and tools that provide Bluetooth mesh
functionality.
.
BlueZ is the official Linux Bluetooth protocol stack. It is an Open Source
project distributed under GNU General Public License (GPL).
Package: bluez-hcidump
Architecture: linux-any
Depends: ${misc:Depends},
${shlibs:Depends}
Description: Analyses Bluetooth HCI packets
The hcidump utility allows the monitoring of Bluetooth activity.
It provides a disassembly of the Bluetooth traffic and can display
packets from higher level protocols such as RFCOMM, SDP and BNEP.
.
This was the software that is independent as bluez-hcidump, but this has been
integrated into BlueZ from BlueZ 5.0.
.
BlueZ is the official Linux Bluetooth protocol stack. It is an Open Source
project distributed under GNU General Public License (GPL).
Package: bluez-test-tools
Architecture: linux-any
Depends: bluez (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: test tools of bluez
This package contains test tools for using BlueZ.
.
BlueZ is the official Linux Bluetooth protocol stack. It is an Open Source
project distributed under GNU General Public License (GPL).
Package: bluez-test-scripts
Architecture: all
Multi-Arch: foreign
# Build if (!nodoc) && (!noinsttest)
# nodoc would produce an empty package
Build-Profiles: <!nodoc !noinsttest>
Depends: ${misc:Depends}
Description: test scripts of bluez
This package contains test scripts for using BlueZ.
.
BlueZ is the official Linux Bluetooth protocol stack. It is an Open Source
project distributed under GNU General Public License (GPL).
Package: bluez-source
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: Source code for the BlueZ Linux Bluetooth stack
This package contains the sources and patches which are needed
to build bluez.
.
BlueZ is the official Linux Bluetooth protocol stack. It is an Open Source
project distributed under GNU General Public License (GPL).
|