[Pkg-nagios-changes] [pkg-nagios] r1971 - in nagvis/trunk/debian: . patches

Alexander Reichle-Schmehl tolimar at alioth.debian.org
Mon Sep 26 13:52:13 UTC 2011


Author: tolimar
Date: 2011-09-26 13:52:13 +0000 (Mon, 26 Sep 2011)
New Revision: 1971

Removed:
   nagvis/trunk/debian/patches/visibility_magic-set-method.dpatch
Modified:
   nagvis/trunk/debian/changelog
   nagvis/trunk/debian/patches/00list
Log:
Remove another unneeded patch



Modified: nagvis/trunk/debian/changelog
===================================================================
--- nagvis/trunk/debian/changelog	2011-09-26 13:41:48 UTC (rev 1970)
+++ nagvis/trunk/debian/changelog	2011-09-26 13:52:13 UTC (rev 1971)
@@ -6,9 +6,10 @@
   * Update debian/copyright
   * Rework post{inst,rm} to not configure database
   * removed patches/php5.3-deprecated-ereg.dpatch; applied upstream
-  * removed patches/fix-get_class-object.dpatch; no longer needed.
+  * removed patches/fix-get_class-object.dpatch; no longer needed
+  * removed patches/visibility_magic-set-method.dpatch; no longer needed
 
- -- Alexander Reichle-Schmehl <tolimar at debian.org>  Mon, 26 Sep 2011 15:41:04 +0200
+ -- Alexander Reichle-Schmehl <tolimar at debian.org>  Mon, 26 Sep 2011 15:51:49 +0200
 
 nagvis (1:1.4.6-2) unstable; urgency=medium
 

Modified: nagvis/trunk/debian/patches/00list
===================================================================
--- nagvis/trunk/debian/patches/00list	2011-09-26 13:41:48 UTC (rev 1970)
+++ nagvis/trunk/debian/patches/00list	2011-09-26 13:52:13 UTC (rev 1971)
@@ -1,2 +1 @@
 config
-fix-get_class-object

Deleted: nagvis/trunk/debian/patches/visibility_magic-set-method.dpatch
===================================================================
--- nagvis/trunk/debian/patches/visibility_magic-set-method.dpatch	2011-09-26 13:41:48 UTC (rev 1970)
+++ nagvis/trunk/debian/patches/visibility_magic-set-method.dpatch	2011-09-26 13:52:13 UTC (rev 1971)
@@ -1,39 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## visibility_magic-set-method.dpatch by Hendrik Frenzel <hfrenzel at scunc.net>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: make magicmethod __set public o avoid error
-
- at DPATCH@
-diff -urNad nagvis-1.4.6~/nagvis/includes/classes/validator/GlobalValidatorInteger.php nagvis-1.4.6/nagvis/includes/classes/validator/GlobalValidatorInteger.php
---- nagvis-1.4.6~/nagvis/includes/classes/validator/GlobalValidatorInteger.php	2010-02-04 21:51:13.000000000 +0100
-+++ nagvis-1.4.6/nagvis/includes/classes/validator/GlobalValidatorInteger.php	2010-03-04 15:03:24.000000000 +0100
-@@ -53,10 +53,10 @@
- 	 *
- 	 * @param   string   $name    Name from variable
- 	 * @param            $value   Value for variable
--	 * @access  private
-+	 * @access  public
- 	 * @author  Michael Luebben <michael_luebben at web.de>
- 	 */
--	private function __set($name, $value) {
-+	public function __set($name, $value) {
- 		$this->name = $value;
- 	}
- 
-diff -urNad nagvis-1.4.6~/nagvis/includes/classes/validator/GlobalValidatorString.php nagvis-1.4.6/nagvis/includes/classes/validator/GlobalValidatorString.php
---- nagvis-1.4.6~/nagvis/includes/classes/validator/GlobalValidatorString.php	2010-02-04 21:51:13.000000000 +0100
-+++ nagvis-1.4.6/nagvis/includes/classes/validator/GlobalValidatorString.php	2010-03-04 15:04:56.000000000 +0100
-@@ -53,10 +53,10 @@
- 	 *
- 	 * @param   string   $name    Name from variable
- 	 * @param            $value   Value for variable
--	 * @access  private
-+	 * @access  public
- 	 * @author  Michael Luebben <michael_luebben at web.de>
- 	 */
--	private function __set($name, $value) {
-+	public function __set($name, $value) {
- 		$this->name = $value;
- 	}
- 




More information about the Pkg-nagios-changes mailing list