[pkg-kolab] r934 - in kolabd/branches/2.2/debian: . patches
mparent-guest at alioth.debian.org
mparent-guest at alioth.debian.org
Fri Aug 1 23:20:38 UTC 2008
Author: mparent-guest
Date: 2008-08-01 23:20:37 +0000 (Fri, 01 Aug 2008)
New Revision: 934
Modified:
kolabd/branches/2.2/debian/changelog
kolabd/branches/2.2/debian/control
kolabd/branches/2.2/debian/patches/80-kolab_globals.dpatch
Log:
* debian/control
- updated versioned dependency on libkolab-perl
- added versioned dependency on kolabconf
* Changed LDAP backend from sync to syncrepl (as upstream)
Modified: kolabd/branches/2.2/debian/changelog
===================================================================
--- kolabd/branches/2.2/debian/changelog 2008-08-01 23:09:14 UTC (rev 933)
+++ kolabd/branches/2.2/debian/changelog 2008-08-01 23:20:37 UTC (rev 934)
@@ -5,6 +5,9 @@
* README.Debian:
- Mention which daemons to stop/start,
- Remove unneeded creation of cyrus mailboxes
+ * debian/control
+ - updated versioned dependency on libkolab-perl
+ - added versioned dependency on kolabconf
* debian/rules
- add user postfix to group sasl during postinst, to allow authentication
within postfix
@@ -25,7 +28,7 @@
* new patch 55-no-distconf_kolabsrv: distconf/kolabsrv.in is not shipped in.
We don't need it anyway.
* new patch 80-kolab_globals.dpatch:
- - use sync LDAP backend, the only one compatible with slapd 2.4
+ - use syncrepl LDAP backend, the only one compatible with slapd 2.4
- use syslog
* new patch 85-slapd-2.4-compat: to be compatible with slapd 2.4 (Closes:
#473881)
@@ -45,7 +48,7 @@
* debian/preinst: remove unused_conffile
/etc/kolab/templates/fbview.conf.template
- -- Mathieu Parent <math.parent at gmail.com> Tue, 22 Jul 2008 23:16:02 +0200
+ -- Mathieu Parent <math.parent at gmail.com> Sat, 02 Aug 2008 01:19:03 +0200
kolabd (2.1.0-20070510.dfsg-3) unstable; urgency=low
Modified: kolabd/branches/2.2/debian/control
===================================================================
--- kolabd/branches/2.2/debian/control 2008-08-01 23:09:14 UTC (rev 933)
+++ kolabd/branches/2.2/debian/control 2008-08-01 23:20:37 UTC (rev 934)
@@ -14,9 +14,9 @@
Depends: ${perl:Depends}, libnet-netmask-perl, libmail-box-perl, libterm-readkey-perl, libterm-readline-gnu-perl,
postfix (>= 2.4), postfix-ldap (>= 2.4),
sasl2-bin, libsasl2-modules,
- libkolab-perl (>= 5.8.7-20080204-1),
+ libkolab-perl (>= 1:2.2.0-2),
kolab-cyrus-admin, kolab-cyrus-clients, kolab-cyrus-imapd, kolab-cyrus-pop3d,
- kolabconf, kolab-filter, kolab-freebusy,
+ kolabconf (>= 2.2.0-2), kolab-filter, kolab-freebusy,
adduser, lsb-base (>= 3.0-3)
Recommends: slapd, ldap-utils
Suggests: openssl, db4.2-util, kolab-webadmin, amavisd-new
Modified: kolabd/branches/2.2/debian/patches/80-kolab_globals.dpatch
===================================================================
--- kolabd/branches/2.2/debian/patches/80-kolab_globals.dpatch 2008-08-01 23:09:14 UTC (rev 933)
+++ kolabd/branches/2.2/debian/patches/80-kolab_globals.dpatch 2008-08-01 23:20:37 UTC (rev 934)
@@ -13,7 +13,7 @@
cyrus-pop3s : TRUE
cyrus-sieve : TRUE
-directory_mode : slurpd
-+directory_mode : sync
++directory_mode : syncrepl
gyard_deletion_period : 10080
ldap_uri : ldap://127.0.0.1:389
log_level : 2
More information about the pkg-kolab-devel
mailing list