[Pkg-nagios-changes] [pkg-icinga2] 01/17: Added Debian package files.
Markus Frosch
lazyfrosch-guest at alioth.debian.org
Wed Oct 9 20:18:56 UTC 2013
This is an automated email from the git hooks/post-receive script.
lazyfrosch-guest pushed a commit to branch master
in repository pkg-icinga2.
commit 0c778bbbe884a30f1a7e18fd43f6c9390fbd7ccc
Author: Gunnar Beutner <gunnar.beutner at netways.de>
Date: Thu May 10 11:04:15 2012 +0200
Added Debian package files.
---
debian/changelog | 6 ++++++
debian/compat | 1 +
debian/control | 13 +++++++++++++
debian/rules | 6 ++++++
4 files changed, 26 insertions(+)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..2308b05
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+icinga2 (2.0) precise; urgency=low
+
+ * Initial version
+
+ -- Gunnar Beutner <gunnar at beutner.name> Thu, 10 May 2012 10:57:22 +0200
+
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..c63ab54
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,13 @@
+Source: icinga2
+Section: net
+Priority: optional
+Maintainer: Gunnar Beutner <gunnar.beutner at 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
index 0000000..68e1e8c
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+#export DH_VERBOSE=1
+
+%:
+ dh $@
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-icinga2.git
More information about the Pkg-nagios-changes
mailing list