From 3f9330c743517a6e8ded9d3536f00b707d85d7ab Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Thu, 10 May 2012 11:04:15 +0200 Subject: [PATCH] Added Debian package files. --- debian/changelog | 6 ++++++ debian/compat | 1 + debian/control | 13 +++++++++++++ debian/rules | 6 ++++++ 4 files changed, 26 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100755 debian/rules 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 $@ + -- 2.50.1