[Pkg-nagios-changes] [pkg-nsca-ng] 06/06: Remove obsolete patch
Alexander Wirt
formorer at debian.org
Sat Dec 3 21:07:32 UTC 2016
This is an automated email from the git hooks/post-receive script.
formorer pushed a commit to branch master
in repository pkg-nsca-ng.
commit 08db490ecbc51e12c38c6bb50902875a199c2b7d
Author: Alexander Wirt <formorer at debian.org>
Date: Sat Dec 3 21:58:28 2016 +0100
Remove obsolete patch
---
debian/patches/fix_systemd_support | 46 --------------------------------------
debian/patches/series | 1 -
2 files changed, 47 deletions(-)
diff --git a/debian/patches/fix_systemd_support b/debian/patches/fix_systemd_support
deleted file mode 100644
index 7ed46e2..0000000
--- a/debian/patches/fix_systemd_support
+++ /dev/null
@@ -1,46 +0,0 @@
-From 7466e0772cafdc7fc6f4fc062b45f1f116b429a5 Mon Sep 17 00:00:00 2001
-From: Holger Weiß <holger at weiss.in-berlin.de>
-Date: Fri, 17 Oct 2014 08:15:16 +0100
-Subject: Use libsystemd instead of libsystemd-daemon
-
-With systemd(1) version 210, libsystemd-daemon has been merged into
-libsystemd.
----
-diff --git a/m4/systemd.m4 b/m4/systemd.m4
-index 019a37b..bc251c0 100644
---- a/m4/systemd.m4
-+++ b/m4/systemd.m4
-@@ -24,11 +24,11 @@
-
- # NSCA_LIB_SYSTEMD
- # ----------------
--# Check the availability of systemd. If the systemd-daemon library is found, we
--# define HAVE_SYSTEMD_SD_DAEMON_H to 1. We then also set the output variables
--# SYSTEMDCPPFLAGS, SYSTEMDLDFLAGS, and SYSTEMDLIBS to appropriate values. (Why
--# are there no underscores in these variable names? Because Automake treats
--# names like "foo_CPPFLAGS" specially.)
-+# Check the availability of systemd. If the systemd (or the old systemd-daemon)
-+# library is found, we define HAVE_SYSTEMD_SD_DAEMON_H to 1. We then also set
-+# the output variables SYSTEMDCPPFLAGS, SYSTEMDLDFLAGS, and SYSTEMDLIBS to
-+# appropriate values. (Why are there no underscores in these variable names?
-+# Because Automake treats names like "foo_CPPFLAGS" specially.)
- AC_DEFUN([NSCA_LIB_SYSTEMD],
- [
- nsca_save_CPPFLAGS=$CPPFLAGS
-@@ -71,9 +71,11 @@ AC_DEFUN([NSCA_LIB_SYSTEMD],
- LDFLAGS="$SYSTEMDLDFLAGS $LDFLAGS"])
- AC_CHECK_HEADERS([systemd/sd-daemon.h], [],
- [AC_MSG_ERROR([systemd header file not found])])
-- AC_CHECK_LIB([systemd-daemon], [sd_notify],
-- [SYSTEMDLIBS='-lsystemd-daemon'],
-- [AC_MSG_FAILURE([cannot link with systemd-daemon library])])])
-+ AC_CHECK_LIB([systemd], [sd_notify],
-+ [SYSTEMDLIBS='-lsystemd'],
-+ [AC_CHECK_LIB([systemd-daemon], [sd_notify],
-+ [SYSTEMDLIBS='-lsystemd-daemon'],
-+ [AC_MSG_FAILURE([cannot link with systemd-daemon library])])])])
- AC_SUBST([SYSTEMDCPPFLAGS])
- AC_SUBST([SYSTEMDLDFLAGS])
- AC_SUBST([SYSTEMDLIBS])
---
-cgit v0.9.1-5-gbcb6
diff --git a/debian/patches/series b/debian/patches/series
index 018dd4f..dd208f1 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
nsca-ng.cfg_debian_config
-fix_systemd_support
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-nsca-ng.git
More information about the Pkg-nagios-changes
mailing list