summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 12:47:07 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 12:47:07 +0000
commit68c2c7660d5070fc740453e7500809901d0c1843 (patch)
tree3829aea6fa14ebe7800428d502702a7a04d98c5e /debian
parentAdding upstream version 20160720. (diff)
downloadicingaweb2-module-statusmap-68c2c7660d5070fc740453e7500809901d0c1843.tar.xz
icingaweb2-module-statusmap-68c2c7660d5070fc740453e7500809901d0c1843.zip
Adding debian version 20160720-4.debian/20160720-4debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog32
-rw-r--r--debian/control24
-rw-r--r--debian/copyright51
-rw-r--r--debian/icingaweb2-module-statusmap.docs0
-rw-r--r--debian/icingaweb2-module-statusmap.links2
-rwxr-xr-xdebian/rules19
-rw-r--r--debian/source/format1
-rw-r--r--debian/source/lintian-overrides1
8 files changed, 130 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..0b5de98
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,32 @@
+icingaweb2-module-statusmap (20160720-4) unstable; urgency=medium
+
+ * Updating Standards-Version to 4.6.1.
+ * Updating linitan-overrides.
+
+ -- David Kunz <david.kunz@dknet.ch> Tue, 19 Jul 2022 16:42:47 +0200
+
+icingaweb2-module-statusmap (20160720-3) unstable; urgency=medium
+
+ * Updating copyright for David Kunz.
+ * Updating Standards-Version to 4.6.0.
+ * Updating vcs in control.
+ * Adding icingaweb2-module-statusmap.docs.
+ * Adding lintian override for public/js/vendor/vis.js.
+
+ -- David Kunz <david.kunz@dknet.ch> Thu, 30 Dec 2021 09:21:25 +0100
+
+icingaweb2-module-statusmap (20160720-2) unstable; urgency=medium
+
+ * Updating debhelper.
+ * Updating standard version.
+ * Complete copyright (Closes: #939569).
+ * Fixing typo in path (Closes: #952987).
+ * Fixing typo in previous changelog entry.
+
+ -- David Kunz <david.kunz@dknet.ch> Mon, 22 Jun 2020 08:06:39 +0200
+
+icingaweb2-module-statusmap (20160720-1) unstable; urgency=medium
+
+ * Initial release (Closes: #920417).
+
+ -- David Kunz <david.kunz@dknet.ch> Mon, 12 Aug 2019 15:55:35 +0200
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..ef51b3f
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,24 @@
+Source: icingaweb2-module-statusmap
+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/invliD/icingaweb2-module-statusmap
+Vcs-Browser: https://salsa.debian.org/david.kunz/icingaweb2-module-statusmap
+Vcs-Git: https://salsa.debian.org/david.kunz/icingaweb2-module-statusmap.git
+
+Package: icingaweb2-module-statusmap
+Section: admin
+Architecture: all
+Depends:
+ icingaweb2,
+ ${misc:Depends},
+Enhances:
+ icingaweb2,
+Description: simple and responsive web interface for Icinga - statusmap module
+ Icinga Web 2 is a very modular, fast and simple web interface for your Icinga
+ monitoring environment.
+ .
+ This module adds a very basic status map for Icinga Web 2.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..be20db3
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,51 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: icingaweb2-module-statusmap
+Upstream-Contact: Sebastian Brückner
+Source: https://github.com/invliD/icingaweb2-module-statusmap/releases
+
+Files: *
+Copyright: 2015-2016 Sebastian Brückner
+License: GPL-2
+
+Files: public/js/vendor/vis.*
+Copyright: 2011-2014 Almende B.V
+License: MIT
+
+Files: debian/*
+Copyright: 2019-2021 David Kunz <david.kunz@dknet.ch>
+License: GPL-2
+
+License: GPL-2
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 2 of the License.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+ .
+ The complete text of the GNU General Public License
+ can be found in /usr/share/common-licenses/GPL-2 file.
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
diff --git a/debian/icingaweb2-module-statusmap.docs b/debian/icingaweb2-module-statusmap.docs
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/debian/icingaweb2-module-statusmap.docs
diff --git a/debian/icingaweb2-module-statusmap.links b/debian/icingaweb2-module-statusmap.links
new file mode 100644
index 0000000..8e9657d
--- /dev/null
+++ b/debian/icingaweb2-module-statusmap.links
@@ -0,0 +1,2 @@
+/usr/share/icingaweb2/modules/statusmap/library/Monitoring/Backend/Ido/Query/HostdependencyQuery.php /usr/share/icingaweb2/modules/monitoring/library/Monitoring/Backend/Ido/Query/HostdependencyQuery.php
+/usr/share/icingaweb2/modules/statusmap/library/Monitoring/DataView/Hostdependency.php /usr/share/icingaweb2/modules/monitoring/library/Monitoring/DataView/Hostdependency.php
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..7ae5490
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,19 @@
+#!/usr/bin/make -f
+
+MODULE := statusmap
+DEBDIR := debian/icingaweb2-module-$(MODULE)
+
+%:
+ dh ${@}
+
+override_dh_auto_install:
+ mkdir -p $(DEBDIR)/usr/share/icingaweb2/modules/$(MODULE)
+ find . -maxdepth 1 -mindepth 1 -and -not -name debian -and -not -name ".git*" -exec cp -a {} $(DEBDIR)/usr/share/icingaweb2/modules/$(MODULE) \;
+
+ # remove useless files
+ rm -f $(DEBDIR)/usr/share/icingaweb2/modules/$(MODULE)/COPYING.md
+ rm -f $(DEBDIR)/usr/share/icingaweb2/modules/$(MODULE)/README.md
+
+ # enable module
+ mkdir -p $(DEBDIR)/etc/icingaweb2/enabledModules
+ ln -s /usr/share/icingaweb2/modules/$(MODULE) $(DEBDIR)/etc/icingaweb2/enabledModules/$(MODULE)
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
new file mode 100644
index 0000000..1fe162f
--- /dev/null
+++ b/debian/source/lintian-overrides
@@ -0,0 +1 @@
+icingaweb2-module-statusmap source: source-is-missing [public/js/vendor/vis.js]