Add tools to senfutil.py
[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         doxygen (>= 1.5.5), libreadline-dev, dia, tidy, xsltproc, graphviz,
13         perl-base, linklint, netpbm, gs, tetex-extra | texlive-extra-utils
14 Standards-Version: 3.7.2 Section: libs
15
16 Package: libsenf
17 Section: libdevel
18 Architecture: any
19 Description: SENF Extensible Network Framework, static library
20  The SENF Simple and Extensible Network Framework aims to be a
21  complete set of libraries to facilitate the development of network
22  applications focusing on network protocols on the layers below the
23  application layer. However, the framework includes many general
24  purpose utilities and will be expedient to use well beyond its primary
25  objective.
26
27 Package: libsenf-dbg
28 Section: libdevel
29 Architecture: any
30 Description: SENF Extensible Network Framework, static library (debug build)
31  The SENF Simple and Extensible Network Framework aims to be a
32  complete set of libraries to facilitate the development of network
33  applications focusing on network protocols on the layers below the
34  application layer. However, the framework includes many general
35  purpose utilities and will be expedient to use well beyond its primary
36  objective.
37
38 Package: libsenf-dev
39 Section: libdevel
40 Architecture: all
41 Depends: binutils-dev, libboost-dev | libboost-1.35-dev,
42         libboost-regex-dev | libboost-regex1.35-dev,
43         libboost-date-time-dev | libboost-date-time1.35-dev,
44         libboost-thread-dev | libboost-thread1.35-dev,
45         libboost-filesystem-dev | libboost-filesystem1.35-dev,
46         libboost-signals-dev | libboost-signals1.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.