]> granicus.if.org Git - icinga2/commitdiff
Added Debian package files.
authorGunnar Beutner <gunnar.beutner@netways.de>
Thu, 10 May 2012 09:04:15 +0000 (11:04 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Thu, 10 May 2012 09:04:15 +0000 (11:04 +0200)
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/rules [new file with mode: 0755]

diff --git a/debian/changelog b/debian/changelog
new file mode 100644 (file)
index 0000000..2308b05
--- /dev/null
@@ -0,0 +1,6 @@
+icinga2 (2.0) precise; urgency=low
+
+  * Initial version
+
+ -- Gunnar Beutner <gunnar@beutner.name>  Thu, 10 May 2012 10:57:22 +0200
+
diff --git a/debian/compat b/debian/compat
new file mode 100644 (file)
index 0000000..7f8f011
--- /dev/null
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..c63ab54
--- /dev/null
@@ -0,0 +1,13 @@
+Source: icinga2
+Section: net
+Priority: optional
+Maintainer: Gunnar Beutner <gunnar.beutner@netways.de>
+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 (executable)
index 0000000..68e1e8c
--- /dev/null
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+#export DH_VERBOSE=1
+
+%:
+       dh $@
+