c3b214e37fa7ba8b0d37767d4d10f39ce722f05f
[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, binutils-dev, libboost-dev, 
5         libboost-test-dev, libboost-date-time-dev, libboost-regex-dev, 
6         libboost-filesystem-dev, doxygen, dia, tidy, xsltproc,
7         graphviz, perl-base, linklint, netpbm
8 Standards-Version: 3.7.2 Section: libs
9
10 Package: libsenf
11 Section: libdevel
12 Architecture: any
13 Description: SENF Extensible Network Framework, static library
14  The SENF Simple and Extensible Network Framework aims to be a
15  complete set of libraries to facilitate the development of network
16  applications focusing on network protocols on the layers below the
17  application layer. However, the framework includes many general
18  purpose utilities and will be expedient to use well beyond its primary
19  objective.
20
21 Package: libsenf-dbg
22 Section: libdevel
23 Architecture: any
24 Description: SENF Extensible Network Framework, static library (debug build)
25  The SENF Simple and Extensible Network Framework aims to be a
26  complete set of libraries to facilitate the development of network
27  applications focusing on network protocols on the layers below the
28  application layer. However, the framework includes many general
29  purpose utilities and will be expedient to use well beyond its primary
30  objective.
31
32 Package: libsenf-dev
33 Section: libdevel
34 Architecture: all
35 Depends: binutils-dev, libboost-dev, libboost-regex-dev, 
36         libboost-date-time-dev, libboost-thread-dev,
37         libboost-filesystem-dev, libsenf (=${binary:Version}) | libsenf-dbg (=${binary:Version})
38 Recommends: libsenf (=${binary:Version}), libsenf-dbg (=${binary:Version})
39 Suggests: libsenf-doc (=${binary:Version})
40 Description: SENF Extensible Network Framework, header files
41  The SENF Simple and Extensible Network Framework aims to be a
42  complete set of libraries to facilitate the development of network
43  applications focusing on network protocols on the layers below the
44  application layer. However, the framework includes many general
45  purpose utilities and will be expedient to use well beyond its primary
46  objective.
47
48 Package: libsenf-doc
49 Section: doc
50 Architecture: all
51 Description: SENF Extensible Network Framework, Documentation and Examples
52  The SENF Simple and Extensible Network Framework aims to be a
53  complete set of libraries to facilitate the development of network
54  applications focusing on network protocols on the layers below the
55  application layer. However, the framework includes many general
56  purpose utilities and will be expedient to use well beyond its primary
57  objective.