mirror of https://github.com/Icinga/icinga2.git
parent
c5f1c52da0
commit
c3656f7e1d
|
@ -113,3 +113,16 @@ Description: host and network monitoring system - IDO for PostgreSQL
|
|||
.
|
||||
This package provides the IDO module for the PostgreSQL database.
|
||||
|
||||
Package: icinga2-dbg
|
||||
Architecture: any
|
||||
Section: debug
|
||||
Priority: extra
|
||||
Depends: icinga2-bin (= ${binary:Version}),
|
||||
${misc:Depends}
|
||||
Description: host and network monitoring system - debug symbols
|
||||
Icinga 2 is still in development and not ready for production use!
|
||||
.
|
||||
Better description to come.
|
||||
.
|
||||
This package provides debug symbols for Icinga 2.
|
||||
|
||||
|
|
|
@ -42,4 +42,8 @@ override_dh_install:
|
|||
override_dh_installinit:
|
||||
dh_installinit --name=icinga2
|
||||
|
||||
.PHONY: override_dh_strip
|
||||
override_dh_strip:
|
||||
dh_strip --dbg-package=icinga2-dbg
|
||||
|
||||
# vi: noexpandtab :
|
||||
|
|
Loading…
Reference in New Issue