Rework debian package build: build final and debug packages and split off include...
[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 
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 | libsenf-dbg
38 Recommends: libsenf, libsenf-dbg
39 Description: SENF Extensible Network Framework, header files
40  The SENF Simple and Extensible Network Framework aims to be a
41  complete set of libraries to facilitate the development of network
42  applications focusing on network protocols on the layers below the
43  application layer. However, the framework includes many general
44  purpose utilities and will be expedient to use well beyond its primary
45  objective.
46
47 Package: libsenf-doc
48 Section: doc
49 Architecture: all
50 Description: SENF Extensible Network Framework, Documentation and Examples
51  The SENF Simple and Extensible Network Framework aims to be a
52  complete set of libraries to facilitate the development of network
53  applications focusing on network protocols on the layers below the
54  application layer. However, the framework includes many general
55  purpose utilities and will be expedient to use well beyond its primary
56  objective.