[pkg-kolab] r1368 - in php-kolab-filter/trunk/debian: . patches

Mathieu Parent sathieu at alioth.debian.org
Sat Oct 17 14:30:25 UTC 2009


Author: sathieu
Date: 2009-10-17 14:30:24 +0000 (Sat, 17 Oct 2009)
New Revision: 1368

Added:
   php-kolab-filter/trunk/debian/patches/40-phpunit.diff
Modified:
   php-kolab-filter/trunk/debian/changelog
   php-kolab-filter/trunk/debian/patches/series
Log:
New 40-phpunit.diff: Avoid include errors when running testsuite


Modified: php-kolab-filter/trunk/debian/changelog
===================================================================
--- php-kolab-filter/trunk/debian/changelog	2009-10-17 14:20:01 UTC (rev 1367)
+++ php-kolab-filter/trunk/debian/changelog	2009-10-17 14:30:24 UTC (rev 1368)
@@ -7,10 +7,11 @@
   * Add README.source as required by policy 4.14
   * Change my email address, as I am now Debian developer
   * Depends on php5-imap due to the use of imap_rfc822_parse_adrlist
-  * 30-horde-path.diff: Updated. Avoid other Horde include errors in
+  * Updated 30-horde-path.diff: Avoid other Horde include errors in
     test/Horde/Kolab/Filter/*.php
+  * New 40-phpunit.diff: Avoid include errors when running testsuite
 
- -- Mathieu Parent <sathieu at debian.org>  Sat, 17 Oct 2009 16:19:19 +0200
+ -- Mathieu Parent <sathieu at debian.org>  Sat, 17 Oct 2009 16:29:10 +0200
 
 php-kolab-filter (0.1.5-2) unstable; urgency=low
 

Added: php-kolab-filter/trunk/debian/patches/40-phpunit.diff
===================================================================
--- php-kolab-filter/trunk/debian/patches/40-phpunit.diff	                        (rev 0)
+++ php-kolab-filter/trunk/debian/patches/40-phpunit.diff	2009-10-17 14:30:24 UTC (rev 1368)
@@ -0,0 +1,20 @@
+Goal: Avoid include errors when running testsuite
+ This bug occurs since phpunit 3.4.0+repack-1
+
+Author: Mathieu Parent <math.parent at gmail.com>
+
+Upstream status: Specific to Debian. Horde libs should probably
+go in default PEAR path (http://bugs.debian.org/510760).
+
+Index: b/Kolab_Filter-0.1.5/test/Horde/Kolab/Filter/AllTests.php
+===================================================================
+--- a/Kolab_Filter-0.1.5/test/Horde/Kolab/Filter/AllTests.php
++++ b/Kolab_Filter-0.1.5/test/Horde/Kolab/Filter/AllTests.php
+@@ -14,6 +14,7 @@
+     define('PHPUnit_MAIN_METHOD', 'Horde_Kolab_Filter_AllTests::main');
+ }
+ 
++require_once 'PHPUnit/Framework.php';
+ require_once 'PHPUnit/Framework/TestSuite.php';
+ require_once 'PHPUnit/TextUI/TestRunner.php';
+ 

Modified: php-kolab-filter/trunk/debian/patches/series
===================================================================
--- php-kolab-filter/trunk/debian/patches/series	2009-10-17 14:20:01 UTC (rev 1367)
+++ php-kolab-filter/trunk/debian/patches/series	2009-10-17 14:30:24 UTC (rev 1368)
@@ -1,2 +1,3 @@
 10-remove-md5.diff
 30-horde-path.diff
+40-phpunit.diff




More information about the pkg-kolab-devel mailing list