[Pkg-nagios-changes] [icinga] 04/11: Remove obsolete patch 96_fix_postgres_11.3_upgrade.dpatch

Alexander Wirt formorer at debian.org
Wed Jun 4 17:10:08 UTC 2014


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

formorer pushed a commit to branch ubuntu-lucid
in repository icinga.

commit 28a3f905e068d95929941810d72b2711c249ad5d
Author: Alexander Wirt <formorer at debian.org>
Date:   Thu May 29 17:37:41 2014 +0200

    Remove obsolete patch 96_fix_postgres_11.3_upgrade.dpatch
---
 debian/patches/00list                              |  1 -
 debian/patches/96_fix_postgres_11.3_upgrade.dpatch | 21 ---------------------
 2 files changed, 22 deletions(-)

diff --git a/debian/patches/00list b/debian/patches/00list
index c386960..2d4d220 100644
--- a/debian/patches/00list
+++ b/debian/patches/00list
@@ -3,4 +3,3 @@
 52_icinga.cfg-debianize.dpatch
 70_fix_eventhandler_paths.dpatch
 95_fix_db_upgrade.dpatch
-96_fix_postgres_11.3_upgrade.dpatch
diff --git a/debian/patches/96_fix_postgres_11.3_upgrade.dpatch b/debian/patches/96_fix_postgres_11.3_upgrade.dpatch
deleted file mode 100755
index 129b63f..0000000
--- a/debian/patches/96_fix_postgres_11.3_upgrade.dpatch
+++ /dev/null
@@ -1,21 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 96_fix_postgres_11.3_upgrade.dpatch by Alexander Wirt <formorer at debian.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
-
- at DPATCH@
-diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' pkg-icinga~/module/idoutils/db/pgsql/upgrade/pgsql-upgrade-1.11.3.sql pkg-icinga/module/idoutils/db/pgsql/upgrade/pgsql-upgrade-1.11.3.sql
---- pkg-icinga~/module/idoutils/db/pgsql/upgrade/pgsql-upgrade-1.11.3.sql	2014-05-28 14:22:02.000000000 +0200
-+++ pkg-icinga/module/idoutils/db/pgsql/upgrade/pgsql-upgrade-1.11.3.sql	2014-05-28 14:22:41.262944849 +0200
-@@ -14,8 +14,8 @@
- ALTER TABLE icinga_servicegroups ADD COLUMN notes_url TEXT default NULL;
- ALTER TABLE icinga_servicegroups ADD COLUMN action_url TEXT default NULL;
- 
--ALTER TABLE icinga_hoststatus ADD COLUMN is_reachable smallint(6) DEFAULT NULL;
--ALTER TABLE icinga_servicestatus ADD COLUMN is_reachable smallint(6) DEFAULT NULL;
-+ALTER TABLE icinga_hoststatus ADD COLUMN is_reachable INTEGER DEFAULT NULL;
-+ALTER TABLE icinga_servicestatus ADD COLUMN is_reachable INTEGER DEFAULT NULL;
- 
- -- -----------------------------------------
- -- update dbversion

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