diff --git a/packages/debian/README.first b/packages/debian/README.first new file mode 100644 index 000000000..00799671f --- /dev/null +++ b/packages/debian/README.first @@ -0,0 +1,2 @@ +PLEASE DO NOT USE THIS YET. Still preparing basic stuff, should be ready +with 2.0.0-beta1 diff --git a/packages/debian/changelog b/packages/debian/changelog new file mode 100644 index 000000000..880ad3418 --- /dev/null +++ b/packages/debian/changelog @@ -0,0 +1,5 @@ +icingaweb (2.0.0~beta1) unstable; urgency=low + + * First beta release (Closes: #0000) + + -- Thomas Gelf Fri, 28 Mar 2014 23:37:31 +0100 diff --git a/packages/debian/compat b/packages/debian/compat new file mode 100644 index 000000000..ec635144f --- /dev/null +++ b/packages/debian/compat @@ -0,0 +1 @@ +9 diff --git a/packages/debian/control b/packages/debian/control new file mode 100644 index 000000000..dbf270b2c --- /dev/null +++ b/packages/debian/control @@ -0,0 +1,31 @@ +Source: icingaweb +Section: main +Priority: optional +Build-Depends: debhelper (>=9) +Standards-Version: 3.9.4 +Homepage: https://www.icinga.org + +Package: libicinga-php +Architecture: any +Depends: php5 (>= 5.3.2), zendframework +Recommends: php5-ldap, php5-mysql, php5-json +Suggests: php5-pgsql +Description: Icinga PHP libraries + PHP libraries + +Package: icingacli +Architecture: any +Depends: libicingaweb-php (>= 2.0.0~beta1) +Description: Icinga CLI tool + The Icinga CLI allows one to access it's Icinga monitoring + system from a terminal. + . + The CLI is based on the Icinga PHP libraries + +Package: icingaweb +Architecture: any +Depends: libicingaweb-php (>= 2.0.0~beta1) +Recommends: php5-gd, icingacli +Suggests: php5-ldap +Description: Icinga Web Frontend + Icinga Web is a modular web frontend designed diff --git a/packages/debian/icingacli.install b/packages/debian/icingacli.install new file mode 100644 index 000000000..17bc6a999 --- /dev/null +++ b/packages/debian/icingacli.install @@ -0,0 +1 @@ +bin/icingacli /usr/bin/ diff --git a/packages/debian/icingaweb.install b/packages/debian/icingaweb.install new file mode 100644 index 000000000..5afff2d42 --- /dev/null +++ b/packages/debian/icingaweb.install @@ -0,0 +1 @@ +public /usr/share/icingaweb/ diff --git a/packages/debian/libicinga-php.install b/packages/debian/libicinga-php.install new file mode 100644 index 000000000..bfc528244 --- /dev/null +++ b/packages/debian/libicinga-php.install @@ -0,0 +1,3 @@ +library/Icinga /usr/share/php/ +application /usr/share/icingaweb/ +modules /usr/share/icingaweb/ diff --git a/packages/debian/rules b/packages/debian/rules new file mode 100755 index 000000000..68e1e8c27 --- /dev/null +++ b/packages/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f +#export DH_VERBOSE=1 + +%: + dh $@ + diff --git a/packages/debian/source/format b/packages/debian/source/format new file mode 100644 index 000000000..af745b310 --- /dev/null +++ b/packages/debian/source/format @@ -0,0 +1 @@ +3.0 (git) diff --git a/packages/debian/substvars b/packages/debian/substvars new file mode 100644 index 000000000..abd3ebebc --- /dev/null +++ b/packages/debian/substvars @@ -0,0 +1 @@ +misc:Depends=