diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 11:31:46 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 11:31:46 +0000 |
commit | 4151ede6a4b9aab237ea79a643fbdc78de152736 (patch) | |
tree | e25f67d53780d755fd58246887282faccd65c87a /debian/control | |
parent | Adding upstream version 0.12.1+ds. (diff) | |
download | icinga-php-thirdparty-debian.tar.xz icinga-php-thirdparty-debian.zip |
Adding debian version 0.12.1+ds-1.debian/0.12.1+ds-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/control | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..2a30672 --- /dev/null +++ b/debian/control @@ -0,0 +1,30 @@ +Source: icinga-php-thirdparty +Maintainer: Debian Nagios Maintainer Group <pkg-nagios-devel@lists.alioth.debian.org> +Uploaders: Bas Couwenberg <sebastic@debian.org> +Section: admin +Priority: optional +Build-Depends: debhelper-compat (= 13) +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/nagios-team/icinga-php-thirdparty +Vcs-Git: https://salsa.debian.org/nagios-team/icinga-php-thirdparty.git +Homepage: https://icinga.com +Rules-Requires-Root: no + +Package: icinga-php-thirdparty +Architecture: all +Depends: fonts-dejavu-core, + fonts-dejavu-extra, + php-curl, + php-json, + php-soap, + php-sockets, + ${misc:Depends} +Description: Icinga PHP Thirdparty libraries for Icinga Web 2 + Icinga Web 2 is a very modular, fast and simple web interface for your Icinga + monitoring environment. + . + The software will give you a web frontend for your monitoring solution, and + can run additional modules, extending monitoring data, or even supplying + something new to the webinterface. + . + This package provides the Icinga PHP thirdparty libraries. |