[Pkg-nagios-changes] [icinga] 08/19: Drop obsolete dbg package.

Bas Couwenberg sebastic at debian.org
Mon Jan 1 19:33:08 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 cc45f796f7687c9afa2d1243d8d06bcef5bfe9df
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Mon Jan 1 19:39:17 2018 +0100

    Drop obsolete dbg package.
---
 debian/changelog |  1 +
 debian/control   | 28 +---------------------------
 debian/rules     |  2 +-
 3 files changed, 3 insertions(+), 28 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e37fe0f..8f9abbc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ icinga (1.14.2-1) UNRELEASED; urgency=medium
     (closes: #859806)
   * Drop patches applied upstream. Refresh remaining patches.
   * Call `make install` instead of `make install-unstripped`.
+  * Drop obsolete dbg package.
 
  -- Bas Couwenberg <sebastic at debian.org>  Mon, 01 Jan 2018 19:12:40 +0100
 
diff --git a/debian/control b/debian/control
index 07e394c..69e10d4 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Uploaders: Alexander Wirt <formorer at debian.org>,
            Markus Frosch <lazyfrosch at debian.org>
 Section: net
 Priority: optional
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 9.20160114),
                dh-autoreconf,
                libdbi-dev | libdbi0-dev,
                libgd-dev | libgd2-noxpm-dev | libgd2-xpm-dev,
@@ -208,29 +208,3 @@ Description: host and network monitoring system - documentation
     file, etc.
  .
  This package provides the documentation for Icinga.
-
-Package: icinga-dbg
-Architecture: any
-Section: debug
-Priority: extra
-Depends: icinga-core (= ${binary:Version}),
-         ${misc:Depends},
-         ${shlibs:Depends}
-Description: host and network monitoring system - debug files
- Icinga is a modular monitoring framework for hosts, services, and
- networks, based on the Nagios project. It is designed to be easy to
- understand and modify to fit any need.
- .
- Features include:
-  * monitoring of network services via ping, SMTP, POP3, HTTP, NNTP, or
-    TCP port
-  * plugin interface to allow for user-developed service checks;
-  * contact notifications when problems occur and get resolved (via
-    email, pager, or user-defined method)
-  * support for proactive problem resolution (handlers can be defined to
-    be run during service or host events)
-  * web output: current status, notifications, problem history, log
-    file, etc.
- .
- This package provides gdb debugging symbols for the Icinga binaries and
- the mini_epn tool which can help in debugging Icinga problems.
diff --git a/debian/rules b/debian/rules
index 97e5804..3b04aa9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -221,7 +221,7 @@ override_dh_link:
 	dh_link
 
 override_dh_strip:
-	dh_strip --dbg-package=icinga-dbg
+	dh_strip --dbgsym-migration='icinga-dbg (<< 1.14.2)'
 
 override_dh_compress:
 	dh_compress -X.sql

-- 
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