diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 13:18:43 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 13:18:43 +0000 |
commit | a87066c116bcb21c0e035cc45890cb2916af7b5d (patch) | |
tree | dd06276b5895b5b2a1c823b1ea76710272619238 /debian/control | |
parent | Adding upstream version 1.3.0. (diff) | |
download | icingaweb2-module-eventdb-a87066c116bcb21c0e035cc45890cb2916af7b5d.tar.xz icingaweb2-module-eventdb-a87066c116bcb21c0e035cc45890cb2916af7b5d.zip |
Adding debian version 1.3.0-5.debian/1.3.0-5debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..f85915f --- /dev/null +++ b/debian/control @@ -0,0 +1,25 @@ +Source: icingaweb2-module-eventdb +Section: admin +Priority: optional +Maintainer: David Kunz <david.kunz@dknet.ch> +Build-Depends: + debhelper-compat (= 13), +Standards-Version: 4.6.2 +Rules-Requires-Root: no +Homepage: https://github.com/Icinga/icingaweb2-module-eventdb +Vcs-Browser: https://salsa.debian.org/david.kunz/icingaweb2-module-eventdb +Vcs-Git: https://salsa.debian.org/david.kunz/icingaweb2-module-eventdb.git + +Package: icingaweb2-module-eventdb +Architecture: all +Depends: + icingaweb2, + ${misc:Depends}, +Enhances: + icingaweb2, +Description: simple and responsive web interface for Icinga - eventdb module + Icinga Web 2 is a very modular, fast and simple web interface for your Icinga + monitoring environment. + . + With the EventDB Module you can browse, comment and acknowledge events + collected by EventDB easily in Icinga Web 2. |