[pkg-kolab] r1200 - php-kolab-filter/trunk/debian php-kolab-format/trunk/debian php-kolab-freebusy/trunk/debian php-kolab-server/trunk/debian php-kolab-storage/trunk/debian

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


Author: mparent-guest
Date: 2009-02-15 20:15:30 +0000 (Sun, 15 Feb 2009)
New Revision: 1200

Modified:
   php-kolab-filter/trunk/debian/changelog
   php-kolab-filter/trunk/debian/control
   php-kolab-format/trunk/debian/changelog
   php-kolab-format/trunk/debian/control
   php-kolab-freebusy/trunk/debian/changelog
   php-kolab-freebusy/trunk/debian/control
   php-kolab-server/trunk/debian/changelog
   php-kolab-server/trunk/debian/control
   php-kolab-storage/trunk/debian/changelog
   php-kolab-storage/trunk/debian/control
Log:
suggets phpunit (>=3.3) for unit tests


Modified: php-kolab-filter/trunk/debian/changelog
===================================================================
--- php-kolab-filter/trunk/debian/changelog	2009-02-15 19:42:06 UTC (rev 1199)
+++ php-kolab-filter/trunk/debian/changelog	2009-02-15 20:15:30 UTC (rev 1200)
@@ -12,5 +12,6 @@
   * debian/rules: install manpages using pod2man
   * debian/copyright: refers to versionned license version
   * 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 20:30:23 +0100
+ -- Mathieu Parent <math.parent at gmail.com>  Sun, 15 Feb 2009 21:10:56 +0100

Modified: php-kolab-filter/trunk/debian/control
===================================================================
--- php-kolab-filter/trunk/debian/control	2009-02-15 19:42:06 UTC (rev 1199)
+++ php-kolab-filter/trunk/debian/control	2009-02-15 20:15:30 UTC (rev 1200)
@@ -15,6 +15,7 @@
 Conflicts: php-kolab (<<2.2.1), kolab-filter (<<2.2.1)
 Replaces: php-kolab (<<2.2.1), kolab-filter (<<2.2.1)
 Depends: ${misc:Depends}, php-pear, horde3, php-kolab-server, php5-cli, php-net-lmtp
+Suggests: phpunit (>=3.3)
 Description: Postfix filters for the Kolab server
  The filters provided by this package implement the Kolab
  server resource management as well as some Kolab server sender

Modified: php-kolab-format/trunk/debian/changelog
===================================================================
--- php-kolab-format/trunk/debian/changelog	2009-02-15 19:42:06 UTC (rev 1199)
+++ php-kolab-format/trunk/debian/changelog	2009-02-15 20:15:30 UTC (rev 1200)
@@ -4,5 +4,6 @@
   * remove the upstream COPYING
   * debian/copyright: refers to versionned license version
   * 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 14:58:17 +0100
+ -- Mathieu Parent <math.parent at gmail.com>  Sun, 15 Feb 2009 21:10:57 +0100

Modified: php-kolab-format/trunk/debian/control
===================================================================
--- php-kolab-format/trunk/debian/control	2009-02-15 19:42:06 UTC (rev 1199)
+++ php-kolab-format/trunk/debian/control	2009-02-15 20:15:30 UTC (rev 1200)
@@ -13,6 +13,7 @@
 Package: php-kolab-format
 Architecture: all
 Depends: ${misc:Depends}, php-pear, horde3
+Suggests: phpunit (>=3.3)
 Description: read/write Kolab data formats
  This package allows to convert Kolab data objects from
  XML to hashes.

Modified: php-kolab-freebusy/trunk/debian/changelog
===================================================================
--- php-kolab-freebusy/trunk/debian/changelog	2009-02-15 19:42:06 UTC (rev 1199)
+++ php-kolab-freebusy/trunk/debian/changelog	2009-02-15 20:15:30 UTC (rev 1200)
@@ -8,5 +8,6 @@
   * 30-horde-path.diff: Avoid Horde include errors
   * debian/copyright: refers to versionned license version
   * 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 20:38:21 +0100
+ -- Mathieu Parent <math.parent at gmail.com>  Sun, 15 Feb 2009 21:10:57 +0100

Modified: php-kolab-freebusy/trunk/debian/control
===================================================================
--- php-kolab-freebusy/trunk/debian/control	2009-02-15 19:42:06 UTC (rev 1199)
+++ php-kolab-freebusy/trunk/debian/control	2009-02-15 20:15:30 UTC (rev 1200)
@@ -15,6 +15,7 @@
 Replaces: php-kolab (<<2.2.1), kolab-freebusy (<<2.2.1), kolab-resource-handlers (<<2.2.1)
 Architecture: all
 Depends: ${misc:Depends}, php-pear, horde3, php-kolab-server, php-kolab-storage
+Suggests: phpunit (>=3.3)
 Description: provide Kolab free/busy information
  This package provides free/busy information for the
  users of a Kolab server. A Kolab client changing calendar data in an

Modified: php-kolab-server/trunk/debian/changelog
===================================================================
--- php-kolab-server/trunk/debian/changelog	2009-02-15 19:42:06 UTC (rev 1199)
+++ php-kolab-server/trunk/debian/changelog	2009-02-15 20:15:30 UTC (rev 1200)
@@ -3,5 +3,6 @@
   * Initial Release (Closes: #508959)
   * debian/copyright: refers to versionned license version
   * 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 14:58:53 +0100
+ -- Mathieu Parent <math.parent at gmail.com>  Sun, 15 Feb 2009 21:10:58 +0100

Modified: php-kolab-server/trunk/debian/control
===================================================================
--- php-kolab-server/trunk/debian/control	2009-02-15 19:42:06 UTC (rev 1199)
+++ php-kolab-server/trunk/debian/control	2009-02-15 20:15:30 UTC (rev 1200)
@@ -13,7 +13,7 @@
 Package: php-kolab-server
 Architecture: all
 Depends: ${misc:Depends}, php-pear, horde3, php-auth, php5-ldap
-Recommends: phpunit
+Suggests: phpunit (>=3.3)
 Description: manipulate the Kolab user database
  This package allows to read/write entries in the Kolab user
  database stored in LDAP.

Modified: php-kolab-storage/trunk/debian/changelog
===================================================================
--- php-kolab-storage/trunk/debian/changelog	2009-02-15 19:42:06 UTC (rev 1199)
+++ php-kolab-storage/trunk/debian/changelog	2009-02-15 20:15:30 UTC (rev 1200)
@@ -3,5 +3,6 @@
   * Initial Release (Closes: #508960)
   * debian/copyright: refers to versionned license version
   * 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 14:59:08 +0100
+ -- Mathieu Parent <math.parent at gmail.com>  Sun, 15 Feb 2009 21:10:58 +0100

Modified: php-kolab-storage/trunk/debian/control
===================================================================
--- php-kolab-storage/trunk/debian/control	2009-02-15 19:42:06 UTC (rev 1199)
+++ php-kolab-storage/trunk/debian/control	2009-02-15 20:15:30 UTC (rev 1200)
@@ -14,6 +14,7 @@
 Architecture: all
 Depends: ${misc:Depends}, php-pear, php-net-imap, php-mail-mimedecode, php-http-request, 
  php-kolab-format, php-kolab-server, php-auth, horde3
+Suggests: phpunit (>=3.3)
 Description: handle Kolab data stored on an IMAP server
  Storing user data in an IMAP account belonging to the
  user is one of the Kolab server core concepts. This package provides




More information about the pkg-kolab-devel mailing list