mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-02-03 00:39:27 -05:00
Release v2.5.0 (#425)
This commit is contained in:
commit
7eaad11e37
11 changed files with 5 additions and 83 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
[](https://php.net/)
|
||||
[](https://github.com/Icinga/icingaweb2-module-businessprocess/actions/workflows/php.yml)
|
||||
[](https://github.com/Icinga/icingaweb2-module-businessprocess)
|
||||
[](https://github.com/Icinga/icingaweb2-module-businessprocess/releases/latest)
|
||||
|
||||

|
||||
|
||||
|
|
|
|||
|
|
@ -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" %} -->
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
@ -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
|
||||
|
||||
|
|
@ -1 +0,0 @@
|
|||
9
|
||||
|
|
@ -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
|
||||
|
||||
|
|
@ -1 +0,0 @@
|
|||
REAMDE.md
|
||||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
@ -1 +0,0 @@
|
|||
3.0 (git)
|
||||
Loading…
Reference in a new issue