From 1a38a77bd2cb36c0488c87025bd2b74904bace6a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 14:42:35 +0200 Subject: Adding debian version 2.4.0-1. Signed-off-by: Daniel Baumann --- debian/changelog | 55 +++++++++++++++++++++++++ debian/control | 36 +++++++++++++++++ debian/copyright | 58 +++++++++++++++++++++++++++ debian/icingaweb2-module-businessprocess.docs | 1 + debian/rules | 26 ++++++++++++ debian/source/format | 1 + debian/watch | 3 ++ 7 files changed, 180 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/icingaweb2-module-businessprocess.docs create mode 100755 debian/rules create mode 100644 debian/source/format create mode 100644 debian/watch (limited to 'debian') diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..0790b27 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,55 @@ +icingaweb2-module-businessprocess (2.4.0-1) unstable; urgency=medium + + * Merging upstream version 2.4.0. + * Updating Standards-Version to 4.6.1. + * Updating recommends. + * Updating copyright for debian. + * Updating BSD-3-Clause. + + -- David Kunz Mon, 25 Jul 2022 13:37:26 +0200 + +icingaweb2-module-businessprocess (2.3.1-2) unstable; urgency=medium + + * Updating Standarts-Version. + * Updating vcs in control. + + -- David Kunz Wed, 29 Dec 2021 11:03:39 +0100 + +icingaweb2-module-businessprocess (2.3.1-1) unstable; urgency=medium + + * Merging upstream version 2.3.1. + * Updating copyright. + * Adding watch file. + * Changing depends. + + -- David Kunz Wed, 11 Aug 2021 10:31:43 +0200 + +icingaweb2-module-businessprocess (2.3.0-2) unstable; urgency=medium + + * Correcting module name in depends (Closes: #981976). + * Removing .pc files from binary package. + * Removing .travis.yml file from binary package. + + -- David Kunz Fri, 18 Jan 2021 14:56:44 +0200 + +icingaweb2-module-businessprocess (2.3.0-1) unstable; urgency=medium + + * New upstream version. + * Updating standard version. + + -- David Kunz Fri, 08 Jan 2021 13:59:14 +0200 + +icingaweb2-module-businessprocess (2.1.0-2) unstable; urgency=medium + + * Updating debhelper. + * Updating standard version. + * Fixing typo in path (Closes: #952978). + * Fixing typo in previous changelog entry. + + -- David Kunz Mon, 22 Jun 2020 07:48:37 +0200 + +icingaweb2-module-businessprocess (2.1.0-1) unstable; urgency=medium + + * Initial release (Closes: #920418). + + -- David Kunz Mon, 12 Aug 2019 14:55:59 +0200 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..ce31752 --- /dev/null +++ b/debian/control @@ -0,0 +1,36 @@ +Source: icingaweb2-module-businessprocess +Section: admin +Priority: optional +Maintainer: David Kunz +Build-Depends: + debhelper-compat (= 13), +Standards-Version: 4.6.1 +Homepage: https://github.com/Icinga/icingaweb2-module-businessprocess +Vcs-Browser: https://salsa.debian.org/david.kunz/icingaweb2-module-businessprocess +Vcs-Git: https://salsa.debian.org/david.kunz/icingaweb2-module-businessprocess.git + +Package: icingaweb2-module-businessprocess +Section: admin +Architecture: all +Depends: + icingaweb2, + icingaweb2-module-monitoring, + php, + ${misc:Depends}, +Recommends: + icinga-php-library, + icinga-php-thirdparty, +Enhances: + icingaweb2, +Description: simple and responsive web interface for Icinga - businessprocess module + Icinga Web 2 is a very modular, fast and simple web interface for your Icinga + monitoring environment. + . + The software will give you a web frontend for your monitoring solution, and + can run additional modules, extending monitoring data, or even supplying + something new to the webinterface. + . + Business Process viewer and modeler provides a web-based process modeler. It + integrates as a module into Icinga Web 2 and provides a plugin check command + for Icinga. Tile and tree views can be shown inline, as dashlets or fullscreen. + All of those for whole processes or just parts of them. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..af39d09 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,58 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: icingaweb2-module-businessprocess +Upstream-Contact: Icinga Development Team +Source: https://github.com/Icinga/icingaweb2-module-businessprocess/releases + +Files: * +Copyright: 2014-2020 Icinga Development Team +License: GPL-2 + +Files: library/vendor/php-diff/* +Copyright: 2009 Chris Boulton +License: BSD-3-Clause + +Files: debian/* +Copyright: 2019-2022 David Kunz +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 . + . + The complete text of the GNU General Public License + can be found in /usr/share/common-licenses/GPL-2 file. + +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-businessprocess.docs b/debian/icingaweb2-module-businessprocess.docs new file mode 100644 index 0000000..30d29de --- /dev/null +++ b/debian/icingaweb2-module-businessprocess.docs @@ -0,0 +1 @@ +doc/* diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..aab3962 --- /dev/null +++ b/debian/rules @@ -0,0 +1,26 @@ +#!/usr/bin/make -f + +MODULE := businessprocess +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*" -and -not -name ".pc" -exec cp -a {} $(DEBDIR)/usr/share/icingaweb2/modules/$(MODULE) \; + + # remove useless files + rm -f $(DEBDIR)/usr/share/icingaweb2/modules/$(MODULE)/README.md + rm -f $(DEBDIR)/usr/share/icingaweb2/modules/$(MODULE)/library/vendor/php-diff/README.md + rm -rf $(DEBDIR)/usr/share/icingaweb2/modules/businessprocess/packaging + rm -f $(DEBDIR)/usr/share/icingaweb2/modules/$(MODULE)/.travis.yml + find $(DEBDIR)/usr/share/icingaweb2/modules/$(MODULE) -name LICENSE -exec rm -f {} \; + +override_dh_installdocs: + dh_installdocs + rm -f $(DEBDIR)/usr/share/doc/icingaweb2-module-$(MODULE)/01-Installation.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/watch b/debian/watch new file mode 100644 index 0000000..54cbd78 --- /dev/null +++ b/debian/watch @@ -0,0 +1,3 @@ +version=4 +opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/icingaweb2-module-businessprocess-$1\.tar\.gz/ \ + https://github.com/icinga/icingaweb2-module-businessprocess/tags .*/v?(\d\S+)\.tar\.gz -- cgit v1.2.3