From: Gunnar Beutner Date: Thu, 10 May 2012 09:04:15 +0000 (+0200) Subject: Added Debian package files. X-Git-Tag: v0.0.1~536 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3f9330c743517a6e8ded9d3536f00b707d85d7ab;p=icinga2 Added Debian package files. --- diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 000000000..2308b0574 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,6 @@ +icinga2 (2.0) precise; urgency=low + + * Initial version + + -- Gunnar Beutner Thu, 10 May 2012 10:57:22 +0200 + diff --git a/debian/compat b/debian/compat new file mode 100644 index 000000000..7f8f011eb --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +7 diff --git a/debian/control b/debian/control new file mode 100644 index 000000000..c63ab5454 --- /dev/null +++ b/debian/control @@ -0,0 +1,13 @@ +Source: icinga2 +Section: net +Priority: optional +Maintainer: Gunnar Beutner +Build-Depends: debhelper (>= 7), automake, autotools-dev, libltdl3-dev, libssl-dev +Homepage: http://www.icinga.org/ + +Package: icinga2 +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: a network monitoring application + Icinga 2 is a general-purpose network monitoring application. + diff --git a/debian/rules b/debian/rules new file mode 100755 index 000000000..68e1e8c27 --- /dev/null +++ b/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f +#export DH_VERBOSE=1 + +%: + dh $@ +