]> granicus.if.org Git - icinga2/blob - debian/control
Fix the .bundle validation.
[icinga2] / debian / control
1 Source: icinga2
2 Section: admin
3 Priority: extra
4 Maintainer: Debian Nagios Maintainer Group <pkg-nagios-devel@lists.alioth.debian.org>
5 Uploaders: Alexander Wirt <formorer@debian.org>, Markus Frosch <markus@lazyfrosch.de>
6 Build-Depends: cmake (>= 2.8.7),
7                make (>= 3.81),
8                bison,
9                debhelper (>= 9),
10                doxygen,
11                flex,
12                g++ (>= 1.96),
13                libboost-dev,
14                libboost-program-options-dev,
15                libboost-system-dev,
16                libboost-test-dev,
17                libboost-thread-dev,
18                libboost-regex-dev,
19                libmysqlclient-dev,
20                libpq-dev,
21                libssl-dev,
22                po-debconf,
23                python-dev,
24                pandoc,
25                python-sphinx
26 Standards-Version: 3.9.4
27 Homepage: http://www.icinga.org
28
29 Package: icinga2
30 Architecture: any
31 Depends: icinga2-bin (= ${binary:Version}),
32          icinga2-common (= ${source:Version}),
33          ${misc:Depends}
34 Recommends: icinga2-doc
35 Description: host and network monitoring system
36  Icinga 2 is still in development and not ready for production use!
37  .
38  Better description to come.
39  .
40  This is the metapackage to install all Icinga 2 features.
41
42 Package: icinga2-common
43 Architecture: all
44 Depends: adduser, ${misc:Depends}, ${perl:Depends}
45 Description: host and network monitoring system - common files
46  Icinga 2 is still in development and not ready for production use!
47  .
48  Better description to come.
49  .
50  This package provides configuration and some basic helper scripts.
51
52 Package: icinga2-bin
53 Architecture: any
54 Pre-Depends: ${misc:Pre-Depends}
55 Depends: icinga2-common (= ${source:Version}),
56          ${misc:Depends}, ${shlibs:Depends}
57 Description: host and network monitoring system - daemon
58  Icinga 2 is still in development and not ready for production use!
59  .
60  Better description to come.
61  .
62  This package provides the Icinga 2 daemon.
63
64 Package: icinga2-doc
65 Architecture: all
66 Section: doc
67 Depends: ${misc:Depends}
68 Description: host and network monitoring system - documentation
69  Icinga 2 is still in development and not ready for production use!
70  .
71  Better description to come.
72  .
73  This package provides the Icinga 2 documentation.
74
75 Package: icinga2-classicui
76 Architecture: all
77 Depends: icinga2-common (= ${source:Version}),
78          icinga-cgi-bin | icinga-cgi (>= 1.9.0~),
79          ${misc:Depends}
80 Recommends: apache2 | httpd
81 Description: host and network monitoring system - classic ui integration
82  Icinga 2 is still in development and not ready for production use!
83  .
84  Better description to come.
85  .
86  This package provides the integration into Icinga Classic UI.
87
88 Package: icinga2-ido-mysql
89 Architecture: any
90 Pre-Depends: ${misc:Pre-Depends}
91 Depends: icinga2-common (= ${source:Version}),
92          icinga2-bin (= ${binary:Version}),
93          ${shlibs:Depends}, ${misc:Depends}
94 Recommends: mysql-client
95 Suggests: mysql-server
96 Description: host and network monitoring system - IDO for MySQL
97  Icinga 2 is still in development and not ready for production use!
98  .
99  Better description to come.
100  .
101  This package provides the IDO module for the MySQL database.
102
103 Package: icinga2-ido-pgsql
104 Architecture: any
105 Pre-Depends: ${misc:Pre-Depends}
106 Depends: icinga2-common (= ${source:Version}),
107          icinga2-bin (= ${binary:Version}),
108          ${shlibs:Depends}, ${misc:Depends}
109 Recommends: postgresql-client
110 Suggests: postgresql
111 Description: host and network monitoring system - IDO for PostgreSQL
112  Icinga 2 is still in development and not ready for production use!
113  .
114  Better description to come.
115  .
116  This package provides the IDO module for the PostgreSQL database.
117
118 Package: icinga2-dbg
119 Architecture: any
120 Section: debug
121 Priority: extra
122 Depends: icinga2-bin (= ${binary:Version}),
123          ${misc:Depends}
124 Description: host and network monitoring system - debug symbols
125  Icinga 2 is still in development and not ready for production use!
126  .
127  Better description to come.
128  .
129  This package provides debug symbols for Icinga 2.
130