Source: icinga
Version: 1.7.1-2
Severity: serious
Tags: patch

Hello,

The following patch makes icinga build on kfreebsd-* architectures by
satisfying the build dependency on some sort of ping program.

The "iputils-ping" is linux kernel specific, so I added an alternative
"inetutils-ping". Icinga now runs fine on my kfreebsd box.


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: kfreebsd-amd64 (x86_64)

Kernel: kFreeBSD 9.0-1-amd64
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff --git a/debian/control b/debian/control
index 69e5775..bbdebd8 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Standards-Version: 3.9.3
 Vcs-Browser: http://git.debian.org/?p=pkg-nagios/icinga.git
 Vcs-Git: git://git.debian.org/pkg-nagios/icinga.git
 Build-Depends: debhelper (>= 7), dpatch (>= 2.0.10), po-debconf, libperl-dev,
- libpng-dev | libpng12-dev, libgd2-noxpm-dev (>= 2.0.1) | libgd2-xpm-dev (>= 2.0.1), iputils-ping,
+ libpng-dev | libpng12-dev, libgd2-noxpm-dev (>= 2.0.1) | libgd2-xpm-dev (>= 2.0.1), iputils-ping | inetutils-ping,
  autotools-dev, dpkg-dev (>= 1.13.19), libdbi-dev | libdbi0-dev
 
 Package: icinga-common

Reply via email to