minor fixes for clang++
[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-iostreams-dev | libboost-iostreams1.35-dev,
11         libboost-signals-dev | libboost-signals1.35-dev
12 Standards-Version: 3.7.2 
13 Section: libs
14
15 Package: libsenf
16 Section: libdevel
17 Architecture: any
18 Description: SENF Extensible Network Framework, static library
19  The SENF Simple and Extensible Network Framework aims to be a
20  complete set of libraries to facilitate the development of network
21  applications focusing on network protocols on the layers below the
22  application layer. However, the framework includes many general
23  purpose utilities and will be expedient to use well beyond its primary
24  objective.
25
26 Package: libsenf-dbg
27 Section: libdevel
28 Architecture: any
29 Description: SENF Extensible Network Framework, static library (debug build)
30  The SENF Simple and Extensible Network Framework aims to be a
31  complete set of libraries to facilitate the development of network
32  applications focusing on network protocols on the layers below the
33  application layer. However, the framework includes many general
34  purpose utilities and will be expedient to use well beyond its primary
35  objective.
36
37 Package: libsenf-dev
38 Section: libdevel
39 Architecture: all
40 Depends: binutils-dev, libboost-dev | libboost-1.35-dev,
41         libboost-regex-dev | libboost-regex1.35-dev,
42         libboost-date-time-dev | libboost-date-time1.35-dev,
43         libboost-thread-dev | libboost-thread1.35-dev,
44         libboost-filesystem-dev | libboost-filesystem1.35-dev,
45         libboost-signals-dev | libboost-signals1.35-dev, 
46         libboost-iostreams-dev | libboost-iostreams1.35-dev,
47         libsenf (=${source:Version}) | libsenf-dbg (=${source:Version})
48 Recommends: libsenf (=${source:Version}), libsenf-dbg (=${source:Version})
49 Suggests: libsenf-doc (=${source:Version})
50 Description: SENF Extensible Network Framework, header files
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.
57
58 Package: libsenf-doc
59 Section: doc
60 Architecture: all
61 Description: SENF Extensible Network Framework, documentation and examples
62  The SENF Simple and Extensible Network Framework aims to be a
63  complete set of libraries to facilitate the development of network
64  applications focusing on network protocols on the layers below the
65  application layer. However, the framework includes many general
66  purpose utilities and will be expedient to use well beyond its primary
67  objective.
68
69 Package: libsenf-tools
70 Section: libdevel
71 Architecture: any
72 Depends: ${shlibs:Depends}
73 Description: SENF Extensible Network Framework, utilities
74  The SENF Simple and Extensible Network Framework aims to be a
75  complete set of libraries to facilitate the development of network
76  applications focusing on network protocols on the layers below the
77  application layer. However, the framework includes many general
78  purpose utilities and will be expedient to use well beyond its primary
79  objective.