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
|
Source: affix
Section: net
Priority: extra
Maintainer: Mario Joussen <joussen@debian.org>
Build-Depends: debhelper (>> 4), autoconf, automake, libtool, flex, bison, libopenobex-1.0-0-dev, affix-headers (>= 2.1.1)
Standards-Version: 3.6.1.0
Package: affix
Architecture: any
Depends: ${shlibs:Depends}, python, python-gtk2
Suggests: affix-source
Description: User space utilities for the Affix Bluetooth protocol stack
The Affix Bluetooth protocol stack for Linux supports core protocols like
L2CAP, RFCOMM, SDP and different profiles like serial port profile.
.
This package contains several user space utilities for Affix.
Package: libaffix2
Section: libs
Priority: optional
Architecture: any
Depends: ${shlibs:Depends}
Suggests: affix-source
Description: Libraries for the Affix Bluetooth protocol stack
The Affix Bluetooth protocol stack for Linux supports core protocols like
L2CAP, RFCOMM, SDP and different profiles like serial port profile.
.
This package contains libraries for Affix.
Package: libaffix-dev
Section: libdevel
Architecture: any
Depends: libaffix2 (= ${Source-Version}), affix-headers (>= 2.1.1)
Description: Development files for the Affix Bluetooth protocol stack
The Affix Bluetooth protocol stack for Linux supports core protocols like
L2CAP, RFCOMM, SDP and different profiles like serial port profile.
.
This package contains files necessary for development.
|