Fix example build
[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,
5         libboost-dev | libboost1.35-dev, 
6         libboost-test-dev | libboost-test1.35-dev,
7         libboost-date-time-dev | libboost-date-time1.35-dev,
8         libboost-regex-dev | libboost-regex1.35-dev,
9         libboost-filesystem-dev | libboost-filesystem1.35-dev,
10         libboost-serialization-dev | libboost-serialization1.35-dev,
11         libboost-iostreams-dev | libboost-iostreams1.35-dev,
12         libboost-signals-dev | libboost-signals1.35-dev, 
13         doxygen (>= 1.5.5), libreadline-dev, dia, tidy, xsltproc, graphviz,
14         perl-base, linklint, netpbm, gs, tetex-extra | texlive-extra-utils
15 Standards-Version: 3.7.2 Section: libs
16
17 Package: libsenf
18 Section: libdevel
19 Architecture: any
20 Description: SENF Extensible Network Framework, static library
21  The SENF Simple and Extensible Network Framework aims to be a
22  complete set of libraries to facilitate the development of network
23  applications focusing on network protocols on the layers below the
24  application layer. However, the framework includes many general
25  purpose utilities and will be expedient to use well beyond its primary
26  objective.
27
28 Package: libsenf-dbg
29 Section: libdevel
30 Architecture: any
31 Description: SENF Extensible Network Framework, static library (debug build)
32  The SENF Simple and Extensible Network Framework aims to be a
33  complete set of libraries to facilitate the development of network
34  applications focusing on network protocols on the layers below the
35  application layer. However, the framework includes many general
36  purpose utilities and will be expedient to use well beyond its primary
37  objective.
38
39 Package: libsenf-dev
40 Section: libdevel
41 Architecture: all
42 Depends: binutils-dev, libboost-dev | libboost-1.35-dev,
43         libboost-regex-dev | libboost-regex1.35-dev,
44         libboost-date-time-dev | libboost-date-time1.35-dev,
45         libboost-thread-dev | libboost-thread1.35-dev,
46         libboost-serialization-dev | libboost-serialization1.35-dev,
47         libboost-filesystem-dev | libboost-filesystem1.35-dev,
48         libboost-signals-dev | libboost-signals1.35-dev, 
49         libsenf (=${source:Version}) | libsenf-dbg (=${source:Version})
50 Recommends: libsenf (=${source:Version}), libsenf-dbg (=${source:Version})
51 Suggests: libsenf-doc (=${source:Version})
52 Description: SENF Extensible Network Framework, header files
53  The SENF Simple and Extensible Network Framework aims to be a
54  complete set of libraries to facilitate the development of network
55  applications focusing on network protocols on the layers below the
56  application layer. However, the framework includes many general
57  purpose utilities and will be expedient to use well beyond its primary
58  objective.
59
60 Package: libsenf-doc
61 Section: doc
62 Architecture: all
63 Description: SENF Extensible Network Framework, documentation and examples
64  The SENF Simple and Extensible Network Framework aims to be a
65  complete set of libraries to facilitate the development of network
66  applications focusing on network protocols on the layers below the
67  application layer. However, the framework includes many general
68  purpose utilities and will be expedient to use well beyond its primary
69  objective.