Skip to content
Snippets Groups Projects
Commit 23d8f366 authored by Markus Frosch's avatar Markus Frosch
Browse files

Remove obsolete libicinga2 package

parent 1070f136
No related branches found
No related tags found
No related merge requests found
......@@ -93,9 +93,10 @@ Package: icinga2-bin
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: icinga2-common (= ${source:Version}),
libicinga2 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Breaks: libicinga2 (<< 2.9.0)
Replaces: libicinga2 (<< 2.9.0)
Description: host and network monitoring system - daemon
Icinga 2 is a general-purpose monitoring application to fit the needs of
any size of network. Icinga 1.x was a Nagios fork; this new generation
......@@ -232,7 +233,6 @@ Package: icinga2-dbg
Architecture: any
Section: debug
Depends: icinga2-bin (= ${binary:Version}),
libicinga2 (= ${binary:Version}),
${misc:Depends}
Description: host and network monitoring system - debug symbols
Icinga 2 is a general-purpose monitoring application to fit the needs of
......@@ -253,32 +253,6 @@ Description: host and network monitoring system - debug symbols
.
This package provides debug symbols for Icinga 2.
Package: libicinga2
Architecture: any
Section: libs
Breaks: icinga2-bin (<< 2.4.0-1~)
Replaces: icinga2-bin (<< 2.4.0-1~)
Depends: ${misc:Depends},
${shlibs:Depends}
Description: host and network monitoring system - internal libraries
Icinga 2 is a general-purpose monitoring application to fit the needs of
any size of network. Icinga 1.x was a Nagios fork; this new generation
has been rewritten from scratch in C++, with multi-threading and cluster
support.
.
Features:
* all standard features of Icinga and Nagios;
* much faster and more scalable than Icinga 1 and Nagios;
* new, more intuitive, template-based configuration format;
* monitoring services on ICMP (ping) or TCP ports (HTTP, NNTP, POP3,
SMTP, etc.) by executing checks (see monitoring-plugins*);
* any small script following the Nagios plugin API can be used as a
check plugin;
* notifications about alerts for any custom script (with examples);
* native support for Livestatus and Graphite.
.
This package provides internal libraries for the daemon.
Package: vim-icinga2
Architecture: all
Depends: ${misc:Depends}
......
usr/lib/*/icinga2/*.so.*
......@@ -51,7 +51,6 @@ override_dh_auto_configure:
-DICINGA2_COMMAND_GROUP=www-data \
-DICINGA2_GIT_VERSION_INFO=false \
-DICINGA2_PLUGINDIR=/usr/lib/nagios/plugins \
-DICINGA2_WITH_STUDIO=true \
-DUSE_SYSTEMD=ON \
$(UNITY_BUILD) \
$(LTO_BUILD)
......@@ -68,7 +67,6 @@ override_dh_install-indep:
override_dh_install-arch:
dh_install -a
rm debian/libicinga2/usr/lib/*/icinga2/lib*_shim*
for dbms in mysql pgsql; do \
mkdir -p debian/icinga2-ido-$$dbms/usr/share/dbconfig-common/data/icinga2-ido-$$dbms/install ; \
mkdir -p debian/icinga2-ido-$$dbms/usr/share/dbconfig-common/data/icinga2-ido-$$dbms/upgrade/$$dbms; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment