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
|
Source: bluez
Section: admin
Priority: optional
Maintainer: Debian Bluetooth Maintainers <pkg-bluetooth-maintainers@lists.alioth.debian.org>
Uploaders: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Build-Depends: debhelper (>= 9),
autotools-dev,
dh-autoreconf,
flex,
bison,
libdbus-glib-1-dev,
libglib2.0-dev (>= 2.28),
libcap-ng-dev,
udev,
libudev-dev,
libreadline-dev,
libical-dev,
check (>= 0.9.8-1.1),
systemd,
dh-systemd (>= 1.5)
Vcs-Svn: svn://anonscm.debian.org/pkg-bluetooth/packages/bluez/trunk
Vcs-Browser: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez/trunk
Homepage: http://www.bluez.org
Standards-Version: 3.9.8
Package: libbluetooth3
Section: libs
Conflicts: libsdp2 (<= 1.5-2)
Replaces: libsdp2 (<= 1.5-2)
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Architecture: linux-any
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: libbluetooth3-dbg
Section: debug
Priority: extra
Architecture: linux-any
Depends: ${misc:Depends}, libbluetooth3 (= ${binary:Version})
Description: Library to use the BlueZ Linux Bluetooth stack with debugging symbols
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 debugging symbols.
Package: libbluetooth-dev
Section: libdevel
Provides: libbluetooth3-dev
Conflicts: libbluetooth-dev, libsdp2-dev (<= 1.5.2), bluez-pan
Replaces: libsdp2-dev (<= 1.5.2)
Depends: libbluetooth3 (= ${binary:Version}),
libc6-dev | libc-dev, ${misc:Depends}
Suggests: pkg-config
Priority: extra
Architecture: linux-any
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).
Package: bluetooth
Architecture: all
Depends: ${misc:Depends}, bluez
Suggests: bluez-cups, bluez-obexd
Description: Bluetooth support
This package provides all of the different plugins supported
by the Bluez bluetooth stack.
Package: bluez
Architecture: linux-any
Depends: ${shlibs:Depends}, ${misc:Depends},
kmod, udev (>= 170-1), lsb-base, dbus
Replaces: bluez-input, bluez-network, bluez-serial, bluez-utils (<= 3.36-3),
bluez-audio (<= 3.36-3), udev (<< 170-1)
Conflicts: bluez-utils (<= 3.36-3), bluez-audio (<= 3.36-3)
Breaks: udev (<< 170-1)
Suggests: pulseaudio-module-bluetooth
Multi-Arch: foreign
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-dbg
Section: debug
Priority: extra
Architecture: linux-any
Depends: ${misc:Depends}, bluez (= ${binary:Version}),
libbluetooth3-dbg (= ${binary:Version})
Description: Bluetooth tools and daemons (with debugging symbols)
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).
.
This package contains the debugging symbols.
Package: bluez-cups
Architecture: linux-any
Depends: ${shlibs:Depends}, cups, ${misc: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: ${shlibs:Depends}, ${misc:Depends}
Replaces: obexd-server, obexd-client
Conflicts: obexd-server, obexd-client
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-hcidump
Architecture: linux-any
Depends: ${shlibs:Depends}, ${misc: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: ${shlibs:Depends}, ${misc:Depends}, bluez (= ${binary:Version})
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
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).
|