mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-21 12:44:58 +02:00
Added Debian package files.
This commit is contained in:
parent
a582b2c191
commit
3f9330c743
6
debian/changelog
vendored
Normal file
6
debian/changelog
vendored
Normal file
@ -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
|
||||||
|
|
1
debian/compat
vendored
Normal file
1
debian/compat
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
7
|
13
debian/control
vendored
Normal file
13
debian/control
vendored
Normal file
@ -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.
|
||||||
|
|
6
debian/rules
vendored
Executable file
6
debian/rules
vendored
Executable file
@ -0,0 +1,6 @@
|
|||||||
|
#!/usr/bin/make -f
|
||||||
|
#export DH_VERBOSE=1
|
||||||
|
|
||||||
|
%:
|
||||||
|
dh $@
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user