Text-Korr gn
[bcusdk.git] / debian / control
blob827cd2678fb7271e54ee6c05c239c1595a42953d
1 Source: bcusdk
2 Section: devel
3 Priority: extra
4 Maintainer: Martin Kögler <mkoegler@auto.tuwien.ac.at>
5 Build-Depends: debhelper (>= 4.0.0), dbs, bzip2, bison, flex, m68hc05-gcc, libxml2-dev (>= 2.6.16), pthsem-dev (>=2.0.4)
6 Standards-Version: 3.6.1
8 Package: eibd-server
9 Architecture: any
10 Depends: ${shlibs:Depends}, ${misc:Depends}
11 Suggests: eibd-clients
12 Description: eibd server
13  eibd is a daemon which supports connection to an EIB (KNX) network over various
14  interfaces. It provides its services over TCP/IP or Unix domain sockets.
15  It can also act as an EIBnet/IP server. 
16  Note: Some backends may crash Linux 2.6 kernels before 2.6.11.
18 Package: eibd-clients
19 Architecture: any
20 Depends: ${shlibs:Depends}, ${misc:Depends}
21 Suggests: eibd-server
22 Description: eibd clients
23  Simple example programs to perform management tasks on a EIB system.
26 Package: libeibclient-dev
27 Architecture: any
28 Depends: ${shlibs:Depends}, ${misc:Depends}
29 Suggests: eibd-server
30 Description: eibd client library
31  A client library written in C to access the EIB bus over eibd. 
33 Package: eibd-client-sources
34 Architecture: any
35 Depends: ${shlibs:Depends}, ${misc:Depends}
36 Suggests: libeibclient-dev
37 Description: Sources of the eibd client programs
38  Provides the source of the eibd client programs as examples how to use
39  the eibd client library.
41 Package: bcusdk-build
42 Architecture: any
43 Depends: ${shlibs:Depends}, m68hc05-gcc, xsltproc, m68hc05-runtime, libxml2-utils
44 Description: BCU SDK image building programs
45  Contains all files and programs to build BCU images
47 Package: bcusdk
48 Architecture: all
49 Depends: ${misc:Depends}, eibd-server, eibd-clients, eibd-client-sources, libeibclient-dev, bcusdk-build
50 Description: BCU SDK
51  Installs the complete BCU SDK (meta package)