summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d9ebeab)
raw | patch | inline | side by side (parent: d9ebeab)
author | tolimar <tolimar@98d490a6-b407-0410-aaaa-fdee166ba3f5> | |
Mon, 26 Sep 2011 13:52:13 +0000 (13:52 +0000) | ||
committer | tolimar <tolimar@98d490a6-b407-0410-aaaa-fdee166ba3f5> | |
Mon, 26 Sep 2011 13:52:13 +0000 (13:52 +0000) |
git-svn-id: svn://svn.debian.org/svn/pkg-nagios/nagvis/trunk@1971 98d490a6-b407-0410-aaaa-fdee166ba3f5
debian/changelog | patch | blob | history | |
debian/patches/00list | patch | blob | history | |
debian/patches/visibility_magic-set-method.dpatch | [deleted file] | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index c3bfd71bd93867b24404069476fc128d927da76c..c4910f8cb760c3b327591aea13db2022fd282479 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
* 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@debian.org> Mon, 26 Sep 2011 15:41:04 +0200
+ -- Alexander Reichle-Schmehl <tolimar@debian.org> Mon, 26 Sep 2011 15:51:49 +0200
nagvis (1:1.4.6-2) unstable; urgency=medium
diff --git a/debian/patches/00list b/debian/patches/00list
index 53c3ced6ac83a41ff1c012894311ab0920dfee3c..04204c7c9d0e243cb4d1456ba552ab505beb8ea5 100644 (file)
--- a/debian/patches/00list
+++ b/debian/patches/00list
config
-fix-get_class-object
diff --git a/debian/patches/visibility_magic-set-method.dpatch b/debian/patches/visibility_magic-set-method.dpatch
+++ /dev/null
@@ -1,39 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## visibility_magic-set-method.dpatch by Hendrik Frenzel <hfrenzel@scunc.net>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: make magicmethod __set public o avoid error
-
-@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@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@web.de>
- */
-- private function __set($name, $value) {
-+ public function __set($name, $value) {
- $this->name = $value;
- }
-