Release v2.5.0 (#425)

This commit is contained in:
Johannes Meyer 2023-10-12 09:23:57 +02:00 committed by GitHub
commit 7eaad11e37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 5 additions and 83 deletions

View file

@ -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)

View file

@ -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)
<!-- {% include "02-Installation.md" %} -->

View file

@ -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

View file

@ -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.

View file

@ -1,6 +0,0 @@
icingaweb2-module-businessprocesss (2.0.0-rc1) stable; urgency=low
* First packaged release
-- Thomas Gelf <thomas@gelf.net> Fri, 09 Jan 2016 10:37:31 +0100

View file

@ -1 +0,0 @@
9

View file

@ -1,15 +0,0 @@
Source: icingaweb2-module-businessprocesss
Section: admin
Maintainer: Icinga Development Team <info@icinga.com>
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

View file

@ -1 +0,0 @@
REAMDE.md

View file

@ -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

View file

@ -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

View file

@ -1 +0,0 @@
3.0 (git)