Skip to content

Commit 67589eb

Browse files
committed
Debian Package Fixtures II
1 parent adb3872 commit 67589eb

7 files changed

Lines changed: 15 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Gui for generating Icinga configuration files and much more...
1111

1212
Instalation:
1313

14+
(Please run sql server first)
15+
1416
wget -O - http://v.s.cz/info@vitexsoftware.cz.gpg.key|sudo apt-key add -
1517
echo deb http://v.s.cz/ stable main > /etc/apt/sources.list.d/ease.list
1618
aptitude update

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "vitexsoftware/icinga-editor",
33
"description": "Editor of Icinga Configuration files",
4+
"version": "0.200",
45
"authors": [
56
{
67
"name": "vitex",

debian/changelog

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

33
[ dvorak ]
44
* Initial release. (Closes: #XXXXXX)
55

66
[ vitex ]
77
* Fixed Form save null as zero Fixes & Updates
88
* Added About File
9+
* Debian Package Fixtures
10+
* Debian Package Fixtures
11+
* Debian Package Fixtures
12+
* Debian Package Fixtures
913

10-
-- vitex <vitex@developer.kancl.brevnov.czf> Tue, 19 Jul 2016 10:51:13 +0200
14+
-- vitex <vitex@developer.kancl.brevnov.czf> Tue, 19 Jul 2016 11:13:47 +0200

debian/conf/icinga-editor.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Alias /icinga-editor /usr/share/icinga-editor
1818
php_admin_flag allow_url_fopen On
1919
php_value include_path .:/usr/share/php:/usr/share/icinga-editor/classes
2020
# php_admin_value upload_tmp_dir /var/lib/icinga-editor/tmp
21-
php_admin_value open_basedir /usr/share/icinga-editor/:/etc/icinga-editor/:/etc/icinga/generated/:/var/lib/icinga-editor/:/usr/share/php/:/usr/share/javascript/:/usr/share/php/Ease/:/var/tmp:/tmp:/etc/apache2/conf-enabled/:/usr/share/icinga/htdocs/images/logos/:/usr/share/nagios/htdocs/images
21+
php_admin_value open_basedir /usr/share/icinga-editor/:/etc/icinga-editor/:/etc/icinga/generated/:/var/lib/icinga-editor/:/usr/share/php/:/usr/share/javascript/:/usr/share/php/:/var/lib/icinga-editor/:/var/tmp:/tmp:/etc/apache2/conf-enabled/:/usr/share/icinga/htdocs/images/logos/:/usr/share/nagios/htdocs/images
2222
</IfModule>
2323

2424
# enable gzip compression

debian/lastversion

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0.200

debian/postinst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@ if [ ! -f $IECFG ] ; then
106106

107107
fi
108108

109+
cd /usr/share/icinga-editor
110+
composer --no-dev -o install
111+
109112
#DEBHELPER#
110113

111114
exit 0

debian/revison

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

0 commit comments

Comments
 (0)