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