mirror of https://github.com/Icinga/icinga2.git
Added Debian package files.
This commit is contained in:
parent
a582b2c191
commit
3f9330c743
|
@ -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
|
||||
|
|
@ -0,0 +1 @@
|
|||
7
|
|
@ -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.
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/make -f
|
||||
#export DH_VERBOSE=1
|
||||
|
||||
%:
|
||||
dh $@
|
||||
|
Loading…
Reference in New Issue