[pkg-kolab] r1189 - kolab-webclient/trunk/debian

mparent-guest at alioth.debian.org mparent-guest at alioth.debian.org
Sun Feb 8 11:27:30 UTC 2009


Author: mparent-guest
Date: 2009-02-08 11:27:30 +0000 (Sun, 08 Feb 2009)
New Revision: 1189

Modified:
   kolab-webclient/trunk/debian/changelog
   kolab-webclient/trunk/debian/sources.php
Log:
Fix syntax error


Modified: kolab-webclient/trunk/debian/changelog
===================================================================
--- kolab-webclient/trunk/debian/changelog	2009-02-08 11:05:20 UTC (rev 1188)
+++ kolab-webclient/trunk/debian/changelog	2009-02-08 11:27:30 UTC (rev 1189)
@@ -1,4 +1,4 @@
-kolab-webclient (1.2.0~beta1~pre7) unstable; urgency=low
+kolab-webclient (1.2.0~beta1~pre8) unstable; urgency=low
 
   * Initial Release
   * Depends on Horde components: horde3, imp4, ingo1, kronolith2, turba2, nag2,
@@ -26,4 +26,4 @@
   * 30-cookie_path.diff: Change cookie path for Horde
   * debian/copyright: refers to versionned license version
 
- -- Mathieu Parent <math.parent at gmail.com>  Thu, 05 Feb 2009 21:30:51 +0100
+ -- Mathieu Parent <math.parent at gmail.com>  Sun, 08 Feb 2009 12:23:53 +0100

Modified: kolab-webclient/trunk/debian/sources.php
===================================================================
--- kolab-webclient/trunk/debian/sources.php	2009-02-08 11:05:20 UTC (rev 1188)
+++ kolab-webclient/trunk/debian/sources.php	2009-02-08 11:27:30 UTC (rev 1189)
@@ -20,5 +20,5 @@
     $cfgSources['kolab_global']['params']['bind_dn'] = 
         $conf['kolab']['ldap']['phpdn'];
     $cfgSources['kolab_global']['params']['bind_password'] =
-        $conf['kolab']['ldap']['phppw']
+        $conf['kolab']['ldap']['phppw'];
 }




More information about the pkg-kolab-devel mailing list