Debian: Added package for debug symbols.

Fixes #5362
This commit is contained in:
Markus Frosch 2013-12-18 14:21:30 +01:00
parent c5f1c52da0
commit c3656f7e1d
2 changed files with 17 additions and 0 deletions

13
debian/control vendored
View File

@ -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.

4
debian/rules vendored
View File

@ -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 :