diff options
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..e917761 --- /dev/null +++ b/debian/control @@ -0,0 +1,30 @@ +Source: icingaweb2-module-fileshipper +Section: admin +Priority: optional +Maintainer: David Kunz <david.kunz@dknet.ch> +Build-Depends: + debhelper-compat (= 13), +Standards-Version: 4.6.0 +Homepage: https://github.com/Icinga/icingaweb2-module-fileshipper +Vcs-Browser: https://salsa.debian.org/david.kunz/icingaweb2-module-fileshipper +Vcs-Git: https://salsa.debian.org/david.kunz/icingaweb2-module-fileshipper.git + +Package: icingaweb2-module-fileshipper +Section: admin +Architecture: all +Depends: + icingaweb2, + icingaweb2-module-director, + php-xml, + php-yaml, + php-zip, + ${misc:Depends}, +Enhances: + icingaweb2, +Description: This Module offers to deploy config files through the Director + Icinga Web 2 is a very modular, fast and simple web interface for your Icinga + monitoring environment. + . + This module offers the possibility to deploy hand-crafted Icinga 2 config files + through the Icinga Director based on Import Source able to deal with CSV, JSON, + YAML and XML files. |