Fix debian/install-depends.sh
[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), dia, tidy, xsltproc, graphviz,
13         perl-base, linklint, netpbm, gs, tetex-extra | texlive-extra-utils,
14         python-4suite-xml
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-filesystem-dev | libboost-filesystem1.35-dev,
47         libboost-signals-dev | libboost-signals1.35-dev, 
48         libsenf (=${source:Version}) | libsenf-dbg (=${source:Version})
49 Recommends: libsenf (=${source:Version}), libsenf-dbg (=${source:Version})
50 Suggests: libsenf-doc (=${source:Version})
51 Description: SENF Extensible Network Framework, header files
52  The SENF Simple and Extensible Network Framework aims to be a
53  complete set of libraries to facilitate the development of network
54  applications focusing on network protocols on the layers below the
55  application layer. However, the framework includes many general
56  purpose utilities and will be expedient to use well beyond its primary
57  objective.
58
59 Package: libsenf-doc
60 Section: doc
61 Architecture: all
62 Description: SENF Extensible Network Framework, documentation and examples
63  The SENF Simple and Extensible Network Framework aims to be a
64  complete set of libraries to facilitate the development of network
65  applications focusing on network protocols on the layers below the
66  application layer. However, the framework includes many general
67  purpose utilities and will be expedient to use well beyond its primary
68  objective.
69
70 Package: libsenf-tools
71 Section: libdevel
72 Architecture: any
73 Depends: ${shlibs:Depends}
74 Description: SENF Extensible Network Framework, utilities
75  The SENF Simple and Extensible Network Framework aims to be a
76  complete set of libraries to facilitate the development of network
77  applications focusing on network protocols on the layers below the
78  application layer. However, the framework includes many general
79  purpose utilities and will be expedient to use well beyond its primary
80  objective.