Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
deb-icinga2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
packaging
deb-icinga2
Commits
23d8f366
Commit
23d8f366
authored
6 years ago
by
Markus Frosch
Browse files
Options
Downloads
Patches
Plain Diff
Remove obsolete libicinga2 package
parent
1070f136
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
stretch/debian/control
+2
-28
2 additions, 28 deletions
stretch/debian/control
stretch/debian/libicinga2.install
+0
-1
0 additions, 1 deletion
stretch/debian/libicinga2.install
stretch/debian/rules
+0
-2
0 additions, 2 deletions
stretch/debian/rules
with
2 additions
and
31 deletions
stretch/debian/control
+
2
−
28
View file @
23d8f366
...
...
@@ -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}
...
...
This diff is collapsed.
Click to expand it.
stretch/debian/libicinga2.install
deleted
100644 → 0
+
0
−
1
View file @
1070f136
usr
/
lib
/*/
icinga2
/*.
so
.
*
This diff is collapsed.
Click to expand it.
stretch/debian/rules
+
0
−
2
View file @
23d8f366
...
...
@@ -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; \
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment