Add further missing Build-Depends
[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), g++, 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         libboost-signals-dev, doxygen (>= 1.5.5), libreadline-dev, dia, tidy, xsltproc, 
8         graphviz, perl-base, linklint, netpbm, gs, tetex-bin
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, libboost-signals-dev,
40         libsenf (=${source:Version}) | libsenf-dbg (=${source:Version})
41 Recommends: libsenf (=${source:Version}), libsenf-dbg (=${source:Version})
42 Suggests: libsenf-doc (=${source:Version})
43 Description: SENF Extensible Network Framework, header files
44  The SENF Simple and Extensible Network Framework aims to be a
45  complete set of libraries to facilitate the development of network
46  applications focusing on network protocols on the layers below the
47  application layer. However, the framework includes many general
48  purpose utilities and will be expedient to use well beyond its primary
49  objective.
50
51 Package: libsenf-doc
52 Section: doc
53 Architecture: all
54 Description: SENF Extensible Network Framework, documentation and examples
55  The SENF Simple and Extensible Network Framework aims to be a
56  complete set of libraries to facilitate the development of network
57  applications focusing on network protocols on the layers below the
58  application layer. However, the framework includes many general
59  purpose utilities and will be expedient to use well beyond its primary
60  objective.