[Pkg-nagios-changes] [icinga] 01/05: Remove icinga-dbg cruft to fix building twice in a row. (closes: #886851)
Bas Couwenberg
sebastic at debian.org
Wed Jan 10 14:25:20 UTC 2018
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch experimental
in repository icinga.
commit 5055a0e5cfbad2cfe51343bf8f76d7e93e779d65
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Wed Jan 10 15:13:51 2018 +0100
Remove icinga-dbg cruft to fix building twice in a row. (closes: #886851)
---
debian/changelog | 8 ++++++++
debian/icinga-dbg.manpages | 1 -
debian/icinga-dbg.postinst | 6 ------
debian/icinga-dbg.prerm | 7 -------
debian/mini_epn_icinga.8 | 44 --------------------------------------------
debian/mini_epn_icinga.8.txt | 31 -------------------------------
debian/rules | 3 ---
7 files changed, 8 insertions(+), 92 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index e213a45..07bdf3a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+icinga (1.14.2+ds-1~exp2) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Remove icinga-dbg cruft to fix building twice in a row.
+ (closes: #886851)
+
+ -- Bas Couwenberg <sebastic at debian.org> Wed, 10 Jan 2018 15:12:57 +0100
+
icinga (1.14.2+ds-1~exp1) experimental; urgency=medium
* Team upload.
diff --git a/debian/icinga-dbg.manpages b/debian/icinga-dbg.manpages
deleted file mode 100644
index 9954bfd..0000000
--- a/debian/icinga-dbg.manpages
+++ /dev/null
@@ -1 +0,0 @@
-debian/mini_epn_icinga.8
diff --git a/debian/icinga-dbg.postinst b/debian/icinga-dbg.postinst
deleted file mode 100644
index c2e3737..0000000
--- a/debian/icinga-dbg.postinst
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh -e
-
-update-alternatives --quiet --install /usr/bin/mini_epn mini_epn /usr/bin/mini_epn_icinga 10 \
- --slave /usr/share/man/man8/mini_epn.8.gz mini_epn.8.gz /usr/share/man/man8/mini_epn_icinga.8.gz
-
-#DEBHELPER#
diff --git a/debian/icinga-dbg.prerm b/debian/icinga-dbg.prerm
deleted file mode 100644
index 9d80898..0000000
--- a/debian/icinga-dbg.prerm
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh -e
-
-if [ "$1" != "upgrade" ]; then
- update-alternatives --remove mini_epn /usr/bin/mini_epn_icinga
-fi
-
-#DEBHELPER#
diff --git a/debian/mini_epn_icinga.8 b/debian/mini_epn_icinga.8
deleted file mode 100644
index 2b48b7c..0000000
--- a/debian/mini_epn_icinga.8
+++ /dev/null
@@ -1,44 +0,0 @@
-'\" t
-.\" Title: mini_epn
-.\" Author: [see the "AUTHOR" section]
-.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
-.\" Date: 09/19/2009
-.\" Manual: mini_epn
-.\" Source: Nagios/Icinga
-.\" Language: English
-.\"
-.TH "MINI_EPN" "8" "09/19/2009" "Nagios/Icinga" "mini_epn"
-.\" -----------------------------------------------------------------
-.\" * set default formatting
-.\" -----------------------------------------------------------------
-.\" disable hyphenation
-.nh
-.\" disable justification (adjust text to left margin only)
-.ad l
-.\" -----------------------------------------------------------------
-.\" * MAIN CONTENT STARTS HERE *
-.\" -----------------------------------------------------------------
-.SH "NAME"
-mini_epn \- too to nagios/icingaplugins inside of an embedded perl interpreter
-.SH "SYNOPSIS"
-.sp
-\fBmini_epn\fR
-.SH "DESCRIPTION"
-.sp
-After calling \fBmini_epn\fR an embedded perl interpreter gets started and asks for you a script to execute under the interpreter\&. To exit the interpreter loop press ^d at the prompt\&.
-.SH "EXAMPLES"
-.sp
-.if n \{\
-.RS 4
-.\}
-.nf
-# mini_epn
-Enter file name: /usr/lib/nagios/plugins/check_linux_raid
-embedded perl plugin return code and output was: 0 & \'OK md0 status=[UU]\&. md1 status=[UU]\&.
-.fi
-.if n \{\
-.RE
-.\}
-.SH "AUTHOR"
-.sp
-This manpage was written by Alexander Wirt <formorer at debian\&.org> for the Debian Distribution\&.
diff --git a/debian/mini_epn_icinga.8.txt b/debian/mini_epn_icinga.8.txt
deleted file mode 100644
index 13fef6a..0000000
--- a/debian/mini_epn_icinga.8.txt
+++ /dev/null
@@ -1,31 +0,0 @@
-:man source: Nagios/Icinga
-:man version: {revnumber}
-:man manual: mini_epn
-
-mini_epn(8)
-==========
-
-NAME
-----
-mini_epn - too to nagios/icingaplugins inside of an embedded perl interpreter
-
-SYNOPSIS
---------
-*mini_epn*
-
-DESCRIPTION
------------
-After calling *mini_epn* an embedded perl interpreter gets started and asks for you a script to execute under the interpreter. To exit the interpreter loop press ^d at the prompt.
-
-EXAMPLES
---------
-
- # mini_epn
- Enter file name: /usr/lib/nagios/plugins/check_linux_raid
- embedded perl plugin return code and output was: 0 & 'OK md0 status=[UU]. md1 status=[UU].
-
-AUTHOR
-------
-This manpage was written by Alexander Wirt <formorer at debian.org> for the Debian Distribution.
-
-
diff --git a/debian/rules b/debian/rules
index 3b04aa9..75cb525 100755
--- a/debian/rules
+++ b/debian/rules
@@ -174,9 +174,6 @@ override_dh_auto_install: fix-configs-stamp
override_dh_install-arch:
dh_install -a
- mkdir -p ${b}/icinga-dbg/usr/bin/
- mv contrib/mini_epn ${b}/icinga-dbg/usr/bin/mini_epn_icinga
-
# fix permissions
chmod 644 ${b}/icinga-core/usr/lib/icinga/p1.pl
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/icinga.git
More information about the Pkg-nagios-changes
mailing list