summaryrefslogtreecommitdiffstats
path: root/debian/source
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--debian/source/format1
-rw-r--r--debian/source/lintian-overrides3
-rwxr-xr-xdebian/sources/icingacli7
-rw-r--r--debian/sources/index.php4
4 files changed, 15 insertions, 0 deletions
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
new file mode 100644
index 0000000..ecf714e
--- /dev/null
+++ b/debian/source/lintian-overrides
@@ -0,0 +1,3 @@
+# False positive
+source-is-missing [doc/accessibility/skip-content.html]
+
diff --git a/debian/sources/icingacli b/debian/sources/icingacli
new file mode 100755
index 0000000..4b51e33
--- /dev/null
+++ b/debian/sources/icingacli
@@ -0,0 +1,7 @@
+#!/usr/bin/php
+<?php
+/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
+
+require_once '/usr/share/php/Icinga/Application/Cli.php';
+
+Icinga\Application\Cli::start('/usr/share/icingaweb2')->dispatch();
diff --git a/debian/sources/index.php b/debian/sources/index.php
new file mode 100644
index 0000000..8ea9e80
--- /dev/null
+++ b/debian/sources/index.php
@@ -0,0 +1,4 @@
+<?php
+/*! Icinga Web 2 | (c) 2014 Icinga Development Team | GPLv2+ */
+
+require_once '/usr/share/php/Icinga/Application/webrouter.php';