summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--debian/changelog47
-rw-r--r--debian/control23
-rw-r--r--debian/copyright85
-rw-r--r--debian/icingaweb2-module-incubator.docs1
-rwxr-xr-xdebian/rules18
-rw-r--r--debian/source/format1
-rw-r--r--debian/watch3
7 files changed, 178 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..4517659
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,47 @@
+icingaweb2-module-incubator (0.20.0-1) unstable; urgency=medium
+
+ * Merging upstream version 0.20.0.
+ * Change Standards-Version to 4.6.2.
+ * Update Copyright for debian/ to 2023.
+
+ -- David Kunz <david.kunz@dknet.ch> Tue, 17 Jan 2023 10:56:36 +0100
+
+icingaweb2-module-incubator (0.19.0-1) unstable; urgency=medium
+
+ * Merging upstream version 0.19.0.
+ * Remove usless files.
+ * Replace ipl with php-library.
+
+ -- David Kunz <david.kunz@dknet.ch> Wed, 04 Jan 2023 11:50:36 +0100
+
+icingaweb2-module-incubator (0.17.0-1) unstable; urgency=medium
+
+ * Meging upstream version 0.17.0.
+ * Updating Standards-Version to 4.6.1.
+ * Updating copyright for debian.
+ * Updating copyright for upstream.
+ * Updating BSD-3-Clause.
+
+ -- David Kunz <david.kunz@dknet.ch> Tue, 26 Jul 2022 13:37:18 +0200
+
+icingaweb2-module-incubator (0.6.0-2) unstable; urgency=medium
+
+ * Updating copyright for David Kunz.
+ * Updating Standards-Version to 4.6.0.
+ * Updating vcs in control.
+ * Adding watch file.
+
+ -- David Kunz <david.kunz@dknet.ch> Mon, 03 Jan 2022 07:37:30 +0100
+
+icingaweb2-module-incubator (0.6.0-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Source-only upload.
+
+ -- Adrian Bunk <bunk@debian.org> Mon, 08 Nov 2021 16:03:21 +0200
+
+icingaweb2-module-incubator (0.6.0-1) unstable; urgency=medium
+
+ * Initial release (Closes: #970538)
+
+ -- David Kunz <david.kunz@dknet.ch> Wed, 06 Jan 2021 11:34:26 +0200
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..e04409d
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,23 @@
+Source: icingaweb2-module-incubator
+Section: admin
+Priority: optional
+Maintainer: David Kunz <david.kunz@dknet.ch>
+Build-Depends:
+ debhelper-compat (= 13)
+Standards-Version: 4.6.2
+Homepage: https://github.com/Icinga/icingaweb2-module-incubator
+Vcs-Browser: https://salsa.debian.org/david.kunz/icingaweb2-module-incubator
+Vcs-Git: https://salsa.debian.org/david.kunz/icingaweb2-module-incubator.git
+
+Package: icingaweb2-module-incubator
+Architecture: all
+Depends:
+ icingaweb2,
+ icinga-php-library,
+ icingaweb2-module-reactbundle,
+ ${misc:Depends},
+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 ships bleeding edge libraries useful for Icinga Web 2 modules.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..5266cb2
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,85 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: icingaweb2-module-incubator
+Source: https://github.com/Icinga/icingaweb2-module-incubator
+
+Files: *
+Copyright: 2018 Icinga GmbH https://www.icinga.com
+License: MIT
+
+Files: vendor/gipfl/translation/*
+Copyright: 2018 Thomas Gelf
+License: MIT
+
+Files: vendor/gipfl/protocol-jsonrpc/*
+Copyright: 2018 Thomas Gelf
+License: MIT
+
+Files: vendor/gipfl/protocol/*
+Copyright: 2018 Thomas Gelf
+License: MIT
+
+Files: vendor/gipfl/systemd/*
+Copyright: 2018 Thomas Gelf
+License: MIT
+
+Files: vendor/gipfl/web/src/vendor/php-diff/lib/*
+Copyright: 2009 Chris Boulton <chris.boulton@interspire.com>
+License: BSD-3-Clause
+
+Files: vendor/gipfl/protocol-netstring/*
+Copyright: 2018 Thomas Gelf
+License: MIT
+
+Files: vendor/composer/*
+Copyright: Nils Adermann
+ Jordi Boggiano
+License: MIT
+
+Files: debian/*
+Copyright: 2020-2023 David Kunz <david.kunz@dknet.ch>
+License: MIT
+
+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.
+
+License: BSD-3-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+ 1. Redistributions of source code must retain the above copyright notice, this
+ list of conditions and the following disclaimer.
+ .
+ 2. Redistributions in binary form must reproduce the above copyright notice,
+ this list of conditions and the following disclaimer in the documentation
+ and/or other materials provided with the distribution.
+ .
+ 3. Neither the name of the copyright holder nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/debian/icingaweb2-module-incubator.docs b/debian/icingaweb2-module-incubator.docs
new file mode 100644
index 0000000..b43bf86
--- /dev/null
+++ b/debian/icingaweb2-module-incubator.docs
@@ -0,0 +1 @@
+README.md
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..64e704c
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,18 @@
+#!/usr/bin/make -f
+
+MODULE := incubator
+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
+ find $(DEBDIR)/usr/share/icingaweb2/modules/$(MODULE) -name LICENSE -exec rm -f {} \;
+
+ # 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/watch b/debian/watch
new file mode 100644
index 0000000..5d52b60
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=4
+opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/icingaweb2-module-incubator-$1\.tar\.gz/ \
+ https://github.com/icinga/icingaweb2-module-incubator/tags .*/v?(\d\S+)\.tar\.gz