Kolab/kolab

Changeset

1:68c925854782
2014-02-22 Paul Boddie raw files shortlog changelog graph Packaging for kolab 3.1.0-36 from upstream.
debian/changelog (file) debian/control (file) debian/rules (file)
     1.1 --- a/debian/changelog	Sat Feb 22 01:05:35 2014 +0100
     1.2 +++ b/debian/changelog	Sat Feb 22 01:07:20 2014 +0100
     1.3 @@ -1,5 +1,56 @@
     1.4 +kolab (3.1.0-36) unstable; urgency=low
     1.5 +
     1.6 +  * Start kolab-saslauthd with the correct permissions
     1.7 +
     1.8 + -- Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com>  Fri, 14 Feb 2014 12:56:00 +0100
     1.9 +
    1.10 +kolab (3.1.0-34.4) unstable; urgency=low
    1.11 +
    1.12 +  * Ship new configuration for kolab3 schema
    1.13 +  * kolab-ucs depends on univention-legacy-kolab-schema no longer, instead Pre-Depends on
    1.14 +    kolab-schema
    1.15 +  * Add univention-kolab3-wrapper schema
    1.16 +  * Revert back to using univention's special internal post user
    1.17 +
    1.18 + -- Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com>  Wed, 12 Feb 2014 12:56:00 +0100
    1.19 +
    1.20 +kolab (3.1.0-34) unstable; urgency=low
    1.21 +
    1.22 +  * Silence some of the repetitive actions
    1.23 +
    1.24 + -- Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com>  Mon, 10 Feb 2014 12:56:00 +0100
    1.25 +
    1.26 +kolab (3.1.0-33) unstable; urgency=low
    1.27 +
    1.28 +  * Fix a syntax error in the configuration file template for kolab_files.inc.php
    1.29 +
    1.30 + -- Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com>  Fri, 24 Jan 2014 12:56:00 +0100
    1.31 +
    1.32 +kolab (3.1.0-32) unstable; urgency=low
    1.33 +
    1.34 +  * Add setting mail/kolab/https to synchronize http/https settings between various
    1.35 +    components, including Roundcube <-> kolab_files <-> Chwala
    1.36 +
    1.37 + -- Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com>  Thu, 23 Jan 2014 12:56:00 +0100
    1.38 +
    1.39 +kolab (3.1.0-31) unstable; urgency=low
    1.40 +
    1.41 +  * Add settings to control the mime format and debug level
    1.42 +  * Fix ssl verification settings
    1.43 +  * Correct socket to LMTP path
    1.44 +
    1.45 + -- Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com>  Thu, 16 Jan 2014 12:56:00 +0100
    1.46 +
    1.47 +kolab (3.1.0-28) unstable; urgency=low
    1.48 +
    1.49 +  * kolab-ucs really requires univention-legacy-kolab-schema to be installed 
    1.50 +
    1.51 + -- Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com>  Mon, 13 Jan 2014 12:56:00 +0100
    1.52 +
    1.53  kolab (3.1.0-25) unstable; urgency=low
    1.54  
    1.55 +  * Update roundcube settings
    1.56 +  * Remove INBOX/ prefix from autocreate_folders
    1.57    * Recover some lost changes
    1.58    * Correct creation of univention-directory-listener hook link
    1.59    * Correct permissions on /etc/kolab/kolab.conf and /var/lib/kolab for UCS
     2.1 --- a/debian/control	Sat Feb 22 01:05:35 2014 +0100
     2.2 +++ b/debian/control	Sat Feb 22 01:07:20 2014 +0100
     2.3 @@ -96,6 +96,7 @@
     2.4  
     2.5  Package: kolab-ucs
     2.6  Architecture: all
     2.7 +Pre-Depends: kolab-schema
     2.8  Depends:    ${misc:Depends}
     2.9  Description: Additional UCS routines for integration
    2.10   This package installs the necessary scripts to integrate
     3.1 --- a/debian/rules	Sat Feb 22 01:05:35 2014 +0100
     3.2 +++ b/debian/rules	Sat Feb 22 01:07:20 2014 +0100
     3.3 @@ -45,10 +45,10 @@
     3.4  		cp -av $(CURDIR)/ucs/debian/kolab-webclient.install $(CURDIR)/debian/kolab-webclient.install ; \
     3.5  		cp -av $(CURDIR)/ucs/debian/kolab-webclient.postinst $(CURDIR)/debian/kolab-webclient.postinst ; \
     3.6  		for pkg in kolab kolab-imap kolab-mta kolab-webclient; do \
     3.7 -			echo "ucs:Depends=kolab-ucs" >> $(CURDIR)/debian/$${pkg}.substvars ; \
     3.8 +			echo "ucs:Depends=kolab-ucs,roundcubemail-skin-kolab" >> $(CURDIR)/debian/$${pkg}.substvars ; \
     3.9  		done ; \
    3.10  		echo "ucs:Depends=kolab-ucs" >> $(CURDIR)/debian/kolab-ldap.substvars ; \
    3.11 -		echo "ucs:Pre-Depends=univention-legacy-kolab-schema" >> $(CURDIR)/debian/kolab-ldap.substvars ; \
    3.12 +		echo "ucs:Pre-Depends=kolab-schema" >> $(CURDIR)/debian/kolab-ldap.substvars ; \
    3.13  		echo "ucs:Conflicts=univention-mail-postfix,univention-mail-postfix-forward,univention-mail-postfix-kolab2" >> $(CURDIR)/debian/kolab-mta.substvars ; \
    3.14  		echo "ucs:Provides=univention-mail-postfix,univention-mail-postfix-forward,univention-mail-postfix-kolab2" >> $(CURDIR)/debian/kolab-mta.substvars ; \
    3.15  		echo "ucs:Replaces=univention-mail-postfix,univention-mail-postfix-forward,univention-mail-postfix-kolab2" >> $(CURDIR)/debian/kolab-mta.substvars ; \