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