diff --git a/README.md b/README.md index 01f3d91..2caf704 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![PHP Support](https://img.shields.io/badge/php-%3E%3D%207.2-777BB4?logo=PHP)](https://php.net/) [![Build Status](https://github.com/Icinga/icingaweb2-module-businessprocess/actions/workflows/php.yml/badge.svg)](https://github.com/Icinga/icingaweb2-module-businessprocess/actions/workflows/php.yml) -[![Github Tag](https://img.shields.io/github/tag/Icinga/icingaweb2-module-businessprocess.svg)](https://github.com/Icinga/icingaweb2-module-businessprocess) +[![Github Tag](https://img.shields.io/github/tag/Icinga/icingaweb2-module-businessprocess.svg)](https://github.com/Icinga/icingaweb2-module-businessprocess/releases/latest) ![Icinga Logo](https://icinga.com/wp-content/uploads/2014/06/icinga_logo.png) diff --git a/doc/02-Installation.md.d/From-Source.md b/doc/02-Installation.md.d/From-Source.md index 6941d54..9e4f6ec 100644 --- a/doc/02-Installation.md.d/From-Source.md +++ b/doc/02-Installation.md.d/From-Source.md @@ -9,7 +9,7 @@ Make sure you use `businessprocess` as the module name. The following requiremen * PHP (≥7.2) * [Icinga Web](https://github.com/Icinga/icingaweb2) (≥2.9) * [Icinga DB Web](https://github.com/Icinga/icingadb-web) (≥1.0) -* [Icinga PHP Library (ipl)](https://github.com/Icinga/icinga-php-library) (≥0.8.0) -* [Icinga PHP Thirdparty](https://github.com/Icinga/icinga-php-thirdparty) (≥0.11.0) +* [Icinga PHP Library (ipl)](https://github.com/Icinga/icinga-php-library) (≥0.13.0) +* [Icinga PHP Thirdparty](https://github.com/Icinga/icinga-php-thirdparty) (≥0.12.0) diff --git a/module.info b/module.info index 2e988fa..c492473 100644 --- a/module.info +++ b/module.info @@ -1,7 +1,7 @@ Name: Businessprocess -Version: 2.4.0 +Version: 2.5.0 Requires: - Libraries: icinga-php-library (>=0.8.0), icinga-php-thirdparty (>=0.11.0) + Libraries: icinga-php-library (>=0.13.0), icinga-php-thirdparty (>=0.12.0) Modules: monitoring (>=2.9.0), icingadb (>=1.1.0) Description: A Business Process viewer and modeler Provides a web-based process modeler for Icinga. It integrates as a module diff --git a/packaging/debian/README.1st b/packaging/debian/README.1st deleted file mode 100644 index 9e96470..0000000 --- a/packaging/debian/README.1st +++ /dev/null @@ -1,18 +0,0 @@ -Building Debian packages -======================== - -This is work in progress, please expect build instructions to change any time -soon. Currently, to build custom Debian or Ubuntu packages, please proceed as -follows: - -```sh -apt-get install --no-install-recommends \ - debhelper devscripts build-essential fakeroot libparse-debcontrol-perl -# Eventually adjust debian/changelog -cp -a packaging/debian debian -dpkg-buildpackage -us -uc -rm -rf debian -``` - -Please move to your parent directory (`cd ..`) to find your new Debian packages. - diff --git a/packaging/debian/changelog b/packaging/debian/changelog deleted file mode 100644 index 9051952..0000000 --- a/packaging/debian/changelog +++ /dev/null @@ -1,6 +0,0 @@ -icingaweb2-module-businessprocesss (2.0.0-rc1) stable; urgency=low - - * First packaged release - - -- Thomas Gelf Fri, 09 Jan 2016 10:37:31 +0100 - diff --git a/packaging/debian/compat b/packaging/debian/compat deleted file mode 100644 index ec63514..0000000 --- a/packaging/debian/compat +++ /dev/null @@ -1 +0,0 @@ -9 diff --git a/packaging/debian/control b/packaging/debian/control deleted file mode 100644 index 2e3c046..0000000 --- a/packaging/debian/control +++ /dev/null @@ -1,15 +0,0 @@ -Source: icingaweb2-module-businessprocesss -Section: admin -Maintainer: Icinga Development Team -Priority: optional -Build-Depends: debhelper (>=9) -Standards-Version: 3.9.4 -Homepage: https://www.icinga.com - -Package: icingaweb2-module-businessprocess -Architecture: all -Depends: icingaweb2-common (>= 2.2.0), php-curl|php5-curl, ${misc:Depends} -Suggests: icingaweb2 -Description: A businessprocess viewer and modeler - Supports legacy BPaddon config files - diff --git a/packaging/debian/docs b/packaging/debian/docs deleted file mode 100644 index 3959d9d..0000000 --- a/packaging/debian/docs +++ /dev/null @@ -1 +0,0 @@ -REAMDE.md diff --git a/packaging/debian/install b/packaging/debian/install deleted file mode 100644 index 8f7da70..0000000 --- a/packaging/debian/install +++ /dev/null @@ -1,10 +0,0 @@ -application usr/share/icingaweb2/modules/businessprocess -doc usr/share/icingaweb2/modules/businessprocess -library usr/share/icingaweb2/modules/businessprocess -public usr/share/icingaweb2/modules/businessprocess -test usr/share/icingaweb2/modules/businessprocess -run.php usr/share/icingaweb2/modules/businessprocess -configuration.php usr/share/icingaweb2/modules/businessprocess -module.info usr/share/icingaweb2/modules/businessprocess -phpunit.xml usr/share/icingaweb2/modules/businessprocess -README.md usr/share/icingaweb2/modules/businessprocess diff --git a/packaging/debian/rules b/packaging/debian/rules deleted file mode 100755 index 615fcf8..0000000 --- a/packaging/debian/rules +++ /dev/null @@ -1,26 +0,0 @@ -#!/usr/bin/make -f -#export DH_VERBOSE=1 - -%: - dh $@ - -clean: - dh_testdir - dh_clean - -build: - dh_testdir - -binary: - dh_testroot - dh_prep - dh_installdirs - dh_install - dh_installchangelogs - dh_installinfo - dh_installinit - dh_fixperms - dh_installdeb - dh_gencontrol - dh_md5sums - dh_builddeb diff --git a/packaging/debian/source/format b/packaging/debian/source/format deleted file mode 100644 index af745b3..0000000 --- a/packaging/debian/source/format +++ /dev/null @@ -1 +0,0 @@ -3.0 (git)