Setup debian package build environment in 'debian/'
[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, libboost-dev, libboost-test-dev, libboost-date-time-dev, libboost-regex-dev, libboost-thread-dev, doxygen, dia, tidy, xsltproc, graphviz
5 Standards-Version: 3.7.2
6 Section: libs
7
8 Package: libsenf-ppi-dev
9 Section: libdevel
10 Architecture: any
11 Depends: libsenf-scheduler-dev (= ${Source-Version}), libsenf-packets-dev (= ${Source-Version}), ${shlibs:Depends}, ${misc:Depends}
12 Description: SENF Extensible Network Framework, Packet Processing Infrastructure
13  The SENF Simple and Extensible Network Framework aims to be a
14  complete set of libraries to facilitate the development of network
15  applications focusing on network protocols on the layers below the
16  application layer. However, the framework includes many general
17  purpose utilities and will be expedient to use well beyond its primary
18  objective.
19
20 Package: libsenf-packets-dev
21 Section: libdevel
22 Architecture: any
23 Depends: libsenf-socket-dev (= ${Source-Version}), libsenf-utils-dev (= ${Source-Version}), ${shlibs:Depends}, ${misc:Depends}
24 Description: SENF Extensible Network Framework, Packets library
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-scheduler-dev
33 Section: libdevel
34 Architecture: any
35 Depends: libsenf-socket-dev (= ${Source-Version}), libsenf-utils-dev (= ${Source-Version}), ${shlibs:Depends}, ${misc:Depends}
36 Description: SENF Extensible Network Framework, Scheduler, development files
37  The SENF Simple and Extensible Network Framework aims to be a
38  complete set of libraries to facilitate the development of network
39  applications focusing on network protocols on the layers below the
40  application layer. However, the framework includes many general
41  purpose utilities and will be expedient to use well beyond its primary
42  objective.
43
44 Package: libsenf-socket-dev
45 Section: libdevel
46 Architecture: any
47 Depends: libsenf-utils-dev (= ${Source-Version}), ${shlibs:Depends}, ${misc:Depends}
48 Description: SENF Extensible Network Framework, Socket library, development files
49  The SENF Simple and Extensible Network Framework aims to be a
50  complete set of libraries to facilitate the development of network
51  applications focusing on network protocols on the layers below the
52  application layer. However, the framework includes many general
53  purpose utilities and will be expedient to use well beyond its primary
54  objective.
55
56 Package: libsenf-utils-dev
57 Section: libdevel
58 Architecture: any
59 Depends: binutils-dev, libboost-dev, libboost-regex-dev, libboost-date-time-dev, libboost-thread-dev, ${shlibs:Depends}, ${misc:Depends}
60 Description: SENF Extensible Network Framework, Utilities, development files
61  The SENF Simple and Extensible Network Framework aims to be a
62  complete set of libraries to facilitate the development of network
63  applications focusing on network protocols on the layers below the
64  application layer. However, the framework includes many general
65  purpose utilities and will be expedient to use well beyond its primary
66  objective.
67
68 Package: libsenf-doc
69 Section: doc
70 Architecture: all
71 Description: SENF Extensible Network Framework, Documentation and Examples
72  The SENF Simple and Extensible Network Framework aims to be a
73  complete set of libraries to facilitate the development of network
74  applications focusing on network protocols on the layers below the
75  application layer. However, the framework includes many general
76  purpose utilities and will be expedient to use well beyond its primary
77  objective.