[Pkg-nagios-changes] [pkg-icinga2] 02/04: wheezy: Disable icinga2-studio
Markus Frosch
lazyfrosch at moszumanska.debian.org
Wed Dec 14 10:04:39 UTC 2016
This is an automated email from the git hooks/post-receive script.
lazyfrosch pushed a commit to branch debmon-wheezy
in repository pkg-icinga2.
commit e4994c2b27ff6a93a816fd86be282706242e6e04
Author: Markus Frosch <lazyfrosch at debian.org>
Date: Wed Dec 14 09:35:00 2016 +0100
wheezy: Disable icinga2-studio
---
debian/control | 50 +++++++++++++++++++++++++-------------------------
debian/rules | 2 +-
2 files changed, 26 insertions(+), 26 deletions(-)
diff --git a/debian/control b/debian/control
index 2ada172..324ff15 100644
--- a/debian/control
+++ b/debian/control
@@ -23,7 +23,7 @@ Build-Depends: bash-completion,
libssl-dev,
libyajl-dev,
libedit-dev,
- libwxgtk3.0-dev,
+# not on wheezy: libwxgtk3.0-dev,
make (>= 3.81),
po-debconf
Standards-Version: 3.9.8
@@ -276,30 +276,30 @@ Description: host and network monitoring system - internal libraries
.
This package provides internal libraries for the daemon or studio.
-Package: icinga2-studio
-Architecture: any
-Pre-Depends: ${misc:Pre-Depends}
-Depends: libicinga2 (= ${binary:Version}),
- ${misc:Depends},
- ${shlibs:Depends}
-Description: host and network monitoring system - studio API GUI
- 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 a GUI for the Icinga 2 API.
+# Package: icinga2-studio
+# Architecture: any
+# Pre-Depends: ${misc:Pre-Depends}
+# Depends: libicinga2 (= ${binary:Version}),
+# ${misc:Depends},
+# ${shlibs:Depends}
+# Description: host and network monitoring system - studio API GUI
+# 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 a GUI for the Icinga 2 API.
Package: vim-icinga2
Architecture: all
diff --git a/debian/rules b/debian/rules
index a05a735..2dacdde 100755
--- a/debian/rules
+++ b/debian/rules
@@ -45,7 +45,7 @@ override_dh_auto_configure:
-DICINGA2_COMMAND_GROUP=www-data \
-DICINGA2_GIT_VERSION_INFO=false \
-DICINGA2_PLUGINDIR=/usr/lib/nagios/plugins \
- -DICINGA2_WITH_STUDIO=true \
+ -DICINGA2_WITH_STUDIO=false \
$(UNITY_BUILD)
override_dh_auto_install:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-icinga2.git
More information about the Pkg-nagios-changes
mailing list