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

mparent-guest at alioth.debian.org mparent-guest at alioth.debian.org
Sun Feb 15 20:39:42 UTC 2009


Author: mparent-guest
Date: 2009-02-15 20:39:42 +0000 (Sun, 15 Feb 2009)
New Revision: 1201

Added:
   php-kolab-filter/trunk/debian/patches/20-install-path-correction.diff
Modified:
   php-kolab-filter/trunk/debian/changelog
   php-kolab-filter/trunk/debian/patches/series
Log:
Correct LoadTest.php installation path


Modified: php-kolab-filter/trunk/debian/changelog
===================================================================
--- php-kolab-filter/trunk/debian/changelog	2009-02-15 20:15:30 UTC (rev 1200)
+++ php-kolab-filter/trunk/debian/changelog	2009-02-15 20:39:42 UTC (rev 1201)
@@ -7,6 +7,7 @@
   * corrected package-contains-empty-directory
     usr/share/php/.registry/.channel.pear.horde.org
   * 10-remove-md5.diff: Remove md5sums to allow patching
+  * 20-install-path-correction.diff: Correct LoadTest.php installation path
   * 30-horde-path.diff: Avoid Horde include errors
   * 70-manpages.diff: manpages for kolabfilter and kolabmailboxfilter 
   * debian/rules: install manpages using pod2man
@@ -14,4 +15,4 @@
   * debian/pearrc: avoid FTBS when /tmp/pear files are owned by root
   * suggets phpunit (>=3.3) for unit tests
 
- -- Mathieu Parent <math.parent at gmail.com>  Sun, 15 Feb 2009 21:10:56 +0100
+ -- Mathieu Parent <math.parent at gmail.com>  Sun, 15 Feb 2009 21:34:42 +0100

Added: php-kolab-filter/trunk/debian/patches/20-install-path-correction.diff
===================================================================
--- php-kolab-filter/trunk/debian/patches/20-install-path-correction.diff	                        (rev 0)
+++ php-kolab-filter/trunk/debian/patches/20-install-path-correction.diff	2009-02-15 20:39:42 UTC (rev 1201)
@@ -0,0 +1,19 @@
+Goal: Correct LoadTest.php installation path
+
+Author: Mathieu Parent <math.parent at gmail.com>
+
+Upstream status: Talk on IRC
+
+Index: b/package.xml
+===================================================================
+--- a/package.xml
++++ b/package.xml
+@@ -140,7 +140,7 @@
+    <install as="Horde/Kolab/Filter/ContentTest.php" name="test/Horde/Kolab/Filter/ContentTest.php" />
+    <install as="Horde/Kolab/Filter/FilterTest.php" name="test/Horde/Kolab/Filter/FilterTest.php" />
+    <install as="Horde/Kolab/Filter/IncomingTest.php" name="test/Horde/Kolab/Filter/IncomingTest.php" />
+-   <install as="Horde/Kolab/Filter/IncomingTest.php" name="test/Horde/Kolab/Filter/LoadTest.php" />
++   <install as="Horde/Kolab/Filter/LoadTest.php" name="test/Horde/Kolab/Filter/LoadTest.php" />
+    <install as="Horde/Kolab/Filter/ResourceTest.php" name="test/Horde/Kolab/Filter/ResourceTest.php" />
+    <install as="Horde/Kolab/Filter/fixtures/big.eml" name="test/Horde/Kolab/Filter/fixtures/big.eml" />
+    <install as="Horde/Kolab/Filter/fixtures/empty.eml" name="test/Horde/Kolab/Filter/fixtures/empty.eml" />

Modified: php-kolab-filter/trunk/debian/patches/series
===================================================================
--- php-kolab-filter/trunk/debian/patches/series	2009-02-15 20:15:30 UTC (rev 1200)
+++ php-kolab-filter/trunk/debian/patches/series	2009-02-15 20:39:42 UTC (rev 1201)
@@ -1,3 +1,4 @@
 10-remove-md5.diff
+20-install-path-correction.diff
 30-horde-path.diff
 70-manpages.diff




More information about the pkg-kolab-devel mailing list