~bluetooth/bluez/ubuntu

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: simon.busch at canonical
  • Date: 2015-08-14 10:04:55 UTC
  • Revision ID: simon.busch@canonical.com-20150814100455-2nfs8l8r3fuly8ws
Add current packaging bits from wily

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: bluez
 
2
Section: admin
 
3
Priority: optional
 
4
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
 
5
XSBC-Original-Maintainer: Debian Bluetooth Maintainers <pkg-bluetooth-maintainers@lists.alioth.debian.org>
 
6
Uploaders: Nobuhiro Iwamatsu <iwamatsu@debian.org>
 
7
Build-Depends: debhelper (>= 9),
 
8
        autotools-dev,
 
9
         dh-autoreconf,
 
10
        flex,
 
11
        bison,
 
12
        libdbus-glib-1-dev,
 
13
        libglib2.0-dev (>= 2.28),
 
14
        libcap-ng-dev,
 
15
        udev,
 
16
        libudev-dev,
 
17
        libreadline-dev,
 
18
        libical-dev,
 
19
        check (>= 0.9.8-1.1),
 
20
        systemd,
 
21
        dh-systemd (>= 1.5) 
 
22
Vcs-Svn: svn://anonscm.debian.org/svn/pkg-bluetooth/packages/bluez/trunk
 
23
Vcs-Browser: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez/trunk
 
24
Homepage: http://www.bluez.org
 
25
Standards-Version: 3.9.5
 
26
XS-Testsuite: autopkgtest
 
27
 
 
28
Package: libbluetooth3
 
29
Section: libs
 
30
Conflicts: libsdp2 (<= 1.5-2)
 
31
Replaces: libsdp2 (<= 1.5-2)
 
32
Pre-Depends: ${misc:Pre-Depends}
 
33
Depends: ${shlibs:Depends}, ${misc:Depends}
 
34
Multi-Arch: same
 
35
Architecture: linux-any
 
36
Description: Library to use the BlueZ Linux Bluetooth stack
 
37
 BlueZ is the official Linux Bluetooth protocol stack. It is an Open Source
 
38
 project distributed under GNU General Public License (GPL).
 
39
 
 
40
Package: libbluetooth3-dbg
 
41
Section: debug
 
42
Priority: extra
 
43
Architecture: linux-any
 
44
Depends: ${misc:Depends}, libbluetooth3 (= ${binary:Version})
 
45
Description: Library to use the BlueZ Linux Bluetooth stack with debugging symbols
 
46
 BlueZ is the official Linux Bluetooth protocol stack. It is an Open Source
 
47
 project distributed under GNU General Public License (GPL).
 
48
 .
 
49
 This package contains the debugging symbols.
 
50
 
 
51
Package: libbluetooth-dev
 
52
Section: libdevel
 
53
Provides: libbluetooth3-dev
 
54
Conflicts: libbluetooth-dev, libsdp2-dev (<= 1.5.2), bluez-pan
 
55
Replaces: libsdp2-dev (<= 1.5.2)
 
56
Depends: libbluetooth3 (= ${binary:Version}),
 
57
        libc6-dev | libc-dev, ${misc:Depends}
 
58
Suggests: pkg-config
 
59
Priority: extra
 
60
Architecture: linux-any
 
61
Description: Development files for using the BlueZ Linux Bluetooth library
 
62
 BlueZ is the official Linux Bluetooth protocol stack. It is an Open Source
 
63
 project distributed under GNU General Public License (GPL).
 
64
 
 
65
Package: bluetooth
 
66
Architecture: all
 
67
Depends: ${misc:Depends}, bluez
 
68
Suggests: bluez-cups, bluez-obexd
 
69
Description: Bluetooth support
 
70
 This package provides all of the different plugins supported
 
71
 by the Bluez bluetooth stack.
 
72
 
 
73
Package: bluez
 
74
Architecture: linux-any
 
75
Depends: ${shlibs:Depends}, ${misc:Depends},
 
76
        kmod, udev (>= 170-1), lsb-base, dbus
 
77
Replaces: bluez-input, bluez-network, bluez-serial, bluez-utils (<= 3.36-3),
 
78
        bluez-audio (<= 3.36-3), udev (<< 170-1)
 
79
Conflicts: bluez-utils (<= 3.36-3), bluez-audio (<= 3.36-3)
 
80
Breaks: udev (<< 170-1)
 
81
Multi-Arch: foreign
 
82
Description: Bluetooth tools and daemons
 
83
 This package contains tools and system daemons for using Bluetooth devices.
 
84
 .
 
85
 BlueZ is the official Linux Bluetooth protocol stack. It is an Open Source
 
86
 project distributed under GNU General Public License (GPL).
 
87
 
 
88
Package: bluez-dbg
 
89
Section: debug
 
90
Priority: extra
 
91
Architecture: linux-any
 
92
Depends: ${misc:Depends}, bluez (= ${binary:Version}),
 
93
        libbluetooth3-dbg (= ${binary:Version})
 
94
Description: Bluetooth tools and daemons (with debugging symbols)
 
95
 This package contains tools and system daemons for using Bluetooth devices.
 
96
 .
 
97
 BlueZ is the official Linux Bluetooth protocol stack. It is an Open Source
 
98
 project distributed under GNU General Public License (GPL).
 
99
 .
 
100
 This package contains the debugging symbols.
 
101
 
 
102
Package: bluez-cups
 
103
Architecture: linux-any
 
104
Depends: ${shlibs:Depends}, cups, ${misc:Depends}
 
105
Description: Bluetooth printer driver for CUPS
 
106
 This package contains a driver to let CUPS print to Bluetooth-connected
 
107
 printers.
 
108
 .
 
109
 BlueZ is the official Linux Bluetooth protocol stack. It is an Open Source
 
110
 project distributed under GNU General Public License (GPL).
 
111
 
 
112
Package: bluez-obexd
 
113
Architecture: linux-any
 
114
Depends: ${shlibs:Depends}, ${misc:Depends}
 
115
Replaces: obexd-server, obexd-client
 
116
Conflicts: obexd-server, obexd-client
 
117
Description: bluez obex daemon
 
118
 This package contains a OBEX(OBject EXchange) daemon.
 
119
 .
 
120
 OBEX is communication protocol to facilitate the exchange of the binary
 
121
 object between the devices.
 
122
 .
 
123
 This was the software that is independent as obexd, but this has been
 
124
 integrated into BlueZ from BlueZ 5.0.
 
125
 .
 
126
 BlueZ is the official Linux Bluetooth protocol stack. It is an Open Source
 
127
 project distributed under GNU General Public License (GPL).
 
128
 
 
129
Package: bluez-hcidump
 
130
Architecture: linux-any
 
131
Depends: ${shlibs:Depends}, ${misc:Depends}
 
132
Description: Analyses Bluetooth HCI packets
 
133
 The hcidump utility allows the monitoring of Bluetooth activity.
 
134
 It provides a disassembly of the Bluetooth traffic and can display
 
135
 packets from higher level protocols such as RFCOMM, SDP and BNEP.
 
136
 .
 
137
 This was the software that is independent as bluez-hcidump, but this has been
 
138
 integrated into BlueZ from BlueZ 5.0.
 
139
 .
 
140
 BlueZ is the official Linux Bluetooth protocol stack. It is an Open Source
 
141
 project distributed under GNU General Public License (GPL).
 
142
 
 
143
Package: bluez-test-scripts
 
144
Architecture: all
 
145
Depends: ${misc:Depends}
 
146
Description: BlueZ test scripts
 
147
 This package contains test scripts for using BlueZ.
 
148
 .
 
149
 BlueZ is the official Linux Bluetooth protocol stack. It is an Open Source
 
150
 project distributed under GNU General Public License (GPL).