bb564cd8fab3ae3ade69badc1bc6e027c55d1b42
[senf.git] / debian / control
1 Source: libsenf
2 Priority: extra
3 Maintainer: Stefan Bund <senf-dev@lists.berlios.de>
4 Build-Depends: debhelper (>= 5), scons (>= 0.97), binutils-dev, libboost-dev, 
5         libboost-test-dev, libboost-date-time-dev, libboost-regex-dev, 
6         libboost-filesystem-dev, libboost-serialization-dev, libboost-iostreams-dev,
7         doxygen (>= 1.5.5), libreadline-dev, dia, tidy, xsltproc, graphviz, perl-base, 
8         linklint, netpbm
9 Standards-Version: 3.7.2 
10 Section: libs
11
12 Package: libsenf
13 Section: libdevel
14 Architecture: any
15 Description: SENF Extensible Network Framework, static library
16  The SENF Simple and Extensible Network Framework aims to be a
17  complete set of libraries to facilitate the development of network
18  applications focusing on network protocols on the layers below the
19  application layer. However, the framework includes many general
20  purpose utilities and will be expedient to use well beyond its primary
21  objective.
22
23 Package: libsenf-dbg
24 Section: libdevel
25 Architecture: any
26 Description: SENF Extensible Network Framework, static library (debug build)
27  The SENF Simple and Extensible Network Framework aims to be a
28  complete set of libraries to facilitate the development of network
29  applications focusing on network protocols on the layers below the
30  application layer. However, the framework includes many general
31  purpose utilities and will be expedient to use well beyond its primary
32  objective.
33
34 Package: libsenf-dev
35 Section: libdevel
36 Architecture: all
37 Depends: binutils-dev, libboost-dev, libboost-regex-dev, 
38         libboost-date-time-dev, libboost-thread-dev, libboost-serialization-dev,
39         libboost-filesystem-dev, libsenf (=${source:Version}) | libsenf-dbg (=${source:Version})
40 Recommends: libsenf (=${source:Version}), libsenf-dbg (=${source:Version})
41 Suggests: libsenf-doc (=${source:Version})
42 Description: SENF Extensible Network Framework, header files
43  The SENF Simple and Extensible Network Framework aims to be a
44  complete set of libraries to facilitate the development of network
45  applications focusing on network protocols on the layers below the
46  application layer. However, the framework includes many general
47  purpose utilities and will be expedient to use well beyond its primary
48  objective.
49
50 Package: libsenf-doc
51 Section: doc
52 Architecture: all
53 Description: SENF Extensible Network Framework, documentation and examples
54  The SENF Simple and Extensible Network Framework aims to be a
55  complete set of libraries to facilitate the development of network
56  applications focusing on network protocols on the layers below the
57  application layer. However, the framework includes many general
58  purpose utilities and will be expedient to use well beyond its primary
59  objective.