diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 12:44:37 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 12:44:37 +0000 |
commit | d010fabfc87c7925603ee180fc325b621c63629d (patch) | |
tree | 7647b09f4f26046e0537c64f4135d288abe56167 /debian/control | |
parent | Adding upstream version 0.10.0. (diff) | |
download | icingaweb2-module-idoreports-d010fabfc87c7925603ee180fc325b621c63629d.tar.xz icingaweb2-module-idoreports-d010fabfc87c7925603ee180fc325b621c63629d.zip |
Adding debian version 0.10.0-1.debian/0.10.0-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..cbc2499 --- /dev/null +++ b/debian/control @@ -0,0 +1,27 @@ +Source: icingaweb2-module-idoreports +Section: admin +Priority: optional +Maintainer: David Kunz <david.kunz@dknet.ch> +Build-Depends: + debhelper-compat (= 13) +Standards-Version: 4.6.1 +Homepage: https://github.com/Icinga/icingaweb2-module-idoreports +Vcs-Browser: https://salsa.debian.org/david.kunz/icingaweb2-module-idoreports +Vcs-Git: https://salsa.debian.org/david.kunz/icingaweb2-module-idoreports.git + +Package: icingaweb2-module-idoreports +Section: admin +Architecture: all +Depends: + icingaweb2, + icinga-php-library, + icingaweb2-module-monitoring, + icingaweb2-module-reporting, + ${misc:Depends}, +Enhances: + icingaweb2, +Description: simple and responsive web interface for Icinga - boxydash idoreports + Icinga Web 2 is a very modular, fast and simple web interface for your Icinga + monitoring environment. + . + This module gives Host and service availability reports for ido database. |