Skip to content

Commit 5eac469

Browse files
committed
Debian Package Composer update
1 parent d88b8e0 commit 5eac469

4 files changed

Lines changed: 11 additions & 7 deletions

File tree

debian/changelog

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
icinga-editor (0.200-3) UNRELEASED; urgency=medium
1+
icinga-editor (0.200-5) UNRELEASED; urgency=medium
22

33
[ dvorak ]
44
* Initial release. (Closes: #XXXXXX)
@@ -13,5 +13,9 @@ icinga-editor (0.200-3) UNRELEASED; urgency=medium
1313
* Debian Package Fixtures II
1414
* Debian Package Fixtures III
1515
* Debian Package Fixtures III
16+
* Generationg Application config for Debian package based deploy
17+
updated
18+
* Generationg Application config for Debian package based deploy
19+
updated
1620

17-
-- vitex <vitex@developer.kancl.brevnov.czf> Tue, 19 Jul 2016 12:33:48 +0200
21+
-- vitex <vitex@developer.kancl.brevnov.czf> Tue, 19 Jul 2016 13:30:15 +0200

debian/conf/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"name": "vitexsoftware/icinga-editor",
3-
"description": "Editor of Icinga Configuration files",
3+
"description": "Editor of Icinga Configuration files (debian version)",
44
"authors": [
55
{
66
"name": "vitex",
77
"email": "info@vitexsoftware.cz"
88
}
99
],
10-
"minimum-stability": "dev",
10+
"minimum-stability": "stable",
1111
"config": {
1212
"vendor-dir": "/var/lib/icinga-editor"
1313
},
1414
"require": {
1515
"php": ">= 5.5.9",
16-
"vitexsoftware/ease-framework": "dev-master"
16+
"vitexsoftware/ease-framework": "1.1-stable"
1717
},
1818
"autoload": {
1919
"psr-4": {

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Priority: optional
77
Homepage: http://vitexsoftware.cz/monitoring.php
88

99
Package: icinga-editor
10-
Depends: ${misc:Depends},libjs-twitter-bootstrap, ease-framework, dbconfig-common , php-mail, php5-curl, icinga, mtr-tiny, php-image-graphviz, libjs-d3js, php5-cli
10+
Depends: ${misc:Depends},libjs-twitter-bootstrap, ease-framework, dbconfig-common , php-mail, php5-curl, icinga, mtr-tiny, php-image-graphviz, libjs-d3js, php5-cli, php5-intl, composer
1111
Recommends: mysql-server,icinga-web, icinga-web-config-icinga, graphicsmagick-imagemagick-compat, pnp4icinga
1212
Architecture: all
1313
Section: web

debian/revison

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3
1+
5

0 commit comments

Comments
 (0)