[Pkg-nagios-changes] [pkg-icinga2] 03/05: Disable icinga2-studio package on squeeze

Markus Frosch lazyfrosch at moszumanska.debian.org
Mon Nov 16 16:39:06 UTC 2015


This is an automated email from the git hooks/post-receive script.

lazyfrosch pushed a commit to branch debmon-squeeze
in repository pkg-icinga2.

commit 418ffad6402d2a0103f04b34096437ffc8ee5f5f
Author: Markus Frosch <lazyfrosch at debian.org>
Date:   Mon Nov 16 14:01:02 2015 +0100

    Disable icinga2-studio package on squeeze
---
 debian/control | 52 ++++++++++++++++++++++++++--------------------------
 debian/rules   |  2 +-
 2 files changed, 27 insertions(+), 27 deletions(-)

diff --git a/debian/control b/debian/control
index 57148f6..3c8e6c7 100644
--- a/debian/control
+++ b/debian/control
@@ -21,7 +21,7 @@ Build-Depends: bison,
                libssl-dev,
                libyajl-dev,
                libedit-dev,
-               libwxgtk3.0-dev,
+#               libwxgtk3.0-dev,
                make (>= 3.81),
                po-debconf
 Standards-Version: 3.9.6
@@ -35,7 +35,7 @@ Depends: icinga2-bin (= ${binary:Version}),
          icinga2-common (= ${source:Version}),
          ${misc:Depends}
 Recommends: icinga2-doc, monitoring-plugins-basic | nagios-plugins-basic, libreadline6
-Suggests: icinga2-studio
+#Suggests: icinga2-studio
 Description: host and network monitoring system
  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
@@ -272,27 +272,27 @@ 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.
diff --git a/debian/rules b/debian/rules
index 511ae2c..79261a0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,7 +25,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
 
 override_dh_auto_install:
 	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