[Pkg-nagios-changes] [pkg-icinga2] 03/05: Remove obsolete patches

Alexander Wirt formorer at debian.org
Wed Jul 1 09:48:23 UTC 2015


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

formorer pushed a commit to branch debmon-jessie
in repository pkg-icinga2.

commit afffeebba66c5ec52018abd8add435213cd66505
Author: Alexander Wirt <formorer at debian.org>
Date:   Wed Jun 17 14:48:22 2015 +0200

    Remove obsolete patches
---
 debian/patches/fix_logrotate        | 17 -----------------
 debian/patches/fix_upstream_version | 11 -----------
 debian/patches/series               |  2 --
 3 files changed, 30 deletions(-)

diff --git a/debian/patches/fix_logrotate b/debian/patches/fix_logrotate
deleted file mode 100644
index 8298e63..0000000
--- a/debian/patches/fix_logrotate
+++ /dev/null
@@ -1,17 +0,0 @@
---- a/etc/logrotate.d/icinga2.cmake
-+++ b/etc/logrotate.d/icinga2.cmake
-@@ -7,9 +7,11 @@
- 	notifempty
- 	create 644 @ICINGA2_USER@ @ICINGA2_GROUP@
- 	postrotate
--		if ! kill -l USR1 `cat @ICINGA2_RUNDIR@/icinga2/icinga2.pid`; then
--			exit 1
--		fi
-+        if service icinga2 status > /dev/null; then
-+            if [ -e @ICINGA2_RUNDIR@/icinga2/icinga2.pid ]; then
-+                kill -USR1 $(cat @ICINGA2_RUNDIR@/icinga2/icinga2.pid)
-+            fi
-+        fi
- 	endscript
- }
- 
diff --git a/debian/patches/fix_upstream_version b/debian/patches/fix_upstream_version
deleted file mode 100644
index 4f51bd0..0000000
--- a/debian/patches/fix_upstream_version
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/icinga2.spec
-+++ b/icinga2.spec
-@@ -66,7 +66,7 @@
- 
- Summary: Network monitoring application
- Name: icinga2
--Version: 2.3.3
-+Version: 2.3.4
- Release: %{revision}%{?dist}
- License: GPL-2.0+
- Group: Applications/System
diff --git a/debian/patches/series b/debian/patches/series
index 75ef661..e1c16fd 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1 @@
-fix_logrotate
-fix_upstream_version
 21_config_changes

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