mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 23:04:51 +02:00
packaging/debian: package names, dependencies
This commit is contained in:
parent
7dd08ce6a9
commit
e2b22e97a6
@ -6,29 +6,53 @@ Build-Depends: debhelper (>=9)
|
|||||||
Standards-Version: 3.9.4
|
Standards-Version: 3.9.4
|
||||||
Homepage: https://www.icinga.org
|
Homepage: https://www.icinga.org
|
||||||
|
|
||||||
Package: libicinga-php
|
Package: php-icinga
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: php5 (>= 5.3.2), zendframework
|
Depends: php5 (>= 5.3.2)
|
||||||
Recommends: php5-ldap, php5-mysql, php5-json
|
Recommends: php5-ldap, php5-mysql, php5-json
|
||||||
Suggests: php5-pgsql
|
Suggests: php5-pgsql
|
||||||
Description: Icinga PHP libraries
|
Description: Icinga PHP libraries
|
||||||
PHP libraries
|
PHP libraries
|
||||||
|
|
||||||
Package: libicinga-vendor-php
|
Package: icingaweb-common
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: libicinga-php
|
Depends: php-icinga
|
||||||
Description: Icinga PHP vendor libraries
|
|
||||||
PHP vendor libraries
|
|
||||||
|
|
||||||
Package: libicinga-common-php
|
|
||||||
Architecture: any
|
|
||||||
Depends: libicinga-php, libicinga-vendor-php
|
|
||||||
Description: Icinga PHP common libraries
|
Description: Icinga PHP common libraries
|
||||||
PHP common libraries, application and modules
|
PHP common libraries, application and modules
|
||||||
|
|
||||||
|
Package: icingaweb-module-doc
|
||||||
|
Architecture: any
|
||||||
|
Depends: icingaweb-common
|
||||||
|
Description: Icingaweb documentation module
|
||||||
|
This module renders documentation for Icingaweb and it's modules
|
||||||
|
|
||||||
|
Package: icingaweb-module-monitoring
|
||||||
|
Architecture: any
|
||||||
|
Depends: icingaweb-common
|
||||||
|
Description: Icingaweb monitoring module
|
||||||
|
Use this module to visualize your monitoring environment in Icingaweb
|
||||||
|
|
||||||
|
Package: icingaweb-module-setup
|
||||||
|
Architecture: any
|
||||||
|
Depends: icingaweb-common
|
||||||
|
Description: Icingaweb setup module
|
||||||
|
This setup wizard does your initial Icingaweb configuration
|
||||||
|
|
||||||
|
Package: icingaweb-module-test
|
||||||
|
Architecture: any
|
||||||
|
Depends: icingacli
|
||||||
|
Description: Icingaweb test module
|
||||||
|
Use this module to run unit tests against Icingaweb or any of it's modules
|
||||||
|
|
||||||
|
Package: icingaweb-module-translation
|
||||||
|
Architecture: any
|
||||||
|
Depends: icingaweb-common
|
||||||
|
Description: Icingaweb translation module
|
||||||
|
This module helps translators to get Icingaweb translations done
|
||||||
|
|
||||||
Package: icingacli
|
Package: icingacli
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: libicinga-common-php (>= 2.0.0~alpha1), php5-cli (>= 5.3.2)
|
Depends: icingaweb-common, php5-cli (>= 5.3.2)
|
||||||
Description: Icinga CLI tool
|
Description: Icinga CLI tool
|
||||||
The Icinga CLI allows one to access it's Icinga monitoring
|
The Icinga CLI allows one to access it's Icinga monitoring
|
||||||
system from a terminal.
|
system from a terminal.
|
||||||
@ -37,8 +61,8 @@ Description: Icinga CLI tool
|
|||||||
|
|
||||||
Package: icingaweb
|
Package: icingaweb
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: libicinga-common-php (>= 2.0.0~alpha1), libapache2-mod-php5
|
Depends: icingaweb-common, libapache2-mod-php5, zendframework | icingaweb-vendor-zend, icingaweb-vendor-parsedown, icingaweb-vendor-lessphp, icingaweb-vendor-jshrink, icingaweb-vendor-htmlpurifier, icingaweb-module-setup
|
||||||
Recommends: php5-gd, icingacli
|
Recommends: icingaweb-module-monitoring, icingaweb-module-doc
|
||||||
Suggests: php5-ldap
|
Suggests: php5-ldap
|
||||||
Description: Icinga Web Frontend
|
Description: Icingaweb Frontend
|
||||||
Icinga Web is a modular web frontend
|
Icingaweb is a modular web frontend
|
||||||
|
Loading…
x
Reference in New Issue
Block a user