Kolab/kolab-webadmin

Changeset

9:fcad612e5d05
2014-09-10 Paul Boddie raw files shortlog changelog graph Merged upstream changes. paul
debian/control (file)
     1.1 --- a/debian/changelog	Thu Mar 06 23:34:27 2014 +0100
     1.2 +++ b/debian/changelog	Wed Sep 10 17:20:08 2014 +0200
     1.3 @@ -1,3 +1,39 @@
     1.4 +kolab-webadmin (3.2.1-0~kolab3) unstable; urgency=low
     1.5 +
     1.6 +  * removed debugging
     1.7 +
     1.8 + -- Daniel Hoffend <dh@dotlan.net>  Fri, 29 Aug 2014 22:08:00 +0100
     1.9 +
    1.10 +kolab-webadmin (3.2.1-0~kolab2) unstable; urgency=low
    1.11 +
    1.12 +  * updated translations
    1.13 +
    1.14 + -- Daniel Hoffend <dh@dotlan.net>  Fri, 29 Aug 2014 22:08:00 +0100
    1.15 +
    1.16 +kolab-webadmin (3.2.1-0~kolab1) unstable; urgency=low
    1.17 +
    1.18 +  * Release of 3.2.1
    1.19 +
    1.20 + -- Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com>  Wed, 20 Aug 2014 22:08:00 +0100
    1.21 +
    1.22 +kolab-webadmin (3.2.0-0~kolab1) unstable; urgency=low
    1.23 +
    1.24 +  * Release of 3.2.0
    1.25 +
    1.26 + -- Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com>  Thu, 14 Aug 2014 22:08:00 +0100
    1.27 +
    1.28 +kolab-webadmin (3.2-0~kolab2) unstable; urgency=low
    1.29 +
    1.30 +  * New git snapshot
    1.31 +
    1.32 + -- Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com>  Tue, 24 Jun 2014 22:08:00 +0100
    1.33 +
    1.34 +kolab-webadmin (3.2-0~kolab1) unstable; urgency=low
    1.35 +
    1.36 +  * New upstream release
    1.37 +
    1.38 + -- Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com>  Thu,  3 Apr 2014 22:08:00 +0100
    1.39 +
    1.40  kolab-webadmin (3.1.5-0~kolab1) unstable; urgency=low
    1.41  
    1.42    * New upstream release
     2.1 --- a/debian/control	Thu Mar 06 23:34:27 2014 +0100
     2.2 +++ b/debian/control	Wed Sep 10 17:20:08 2014 +0200
     2.3 @@ -12,15 +12,20 @@
     2.4  Package: kolab-webadmin
     2.5  Architecture: all
     2.6  Depends: kolab-conf,
     2.7 -                apache2,
     2.8 -		php5,
     2.9 -		smarty3 (>= 3.1.7),
    2.10 -		php-net-ldap2,
    2.11 -		libmozldap-0d,
    2.12 -		mozldap-tools,
    2.13 -		libapache2-mod-php5,
    2.14 -		php5-mysql,
    2.15 -		${misc:Depends}
    2.16 +         apache2,
    2.17 +         libapache2-mod-php5,
    2.18 +         libmozldap-0d,
    2.19 +         mozldap-tools,
    2.20 +         php-http-request2,
    2.21 +         php-mail,
    2.22 +         php-net-ldap2,
    2.23 +         php-net-ldap3,
    2.24 +         php-net-smtp,
    2.25 +         php-net-url2,
    2.26 +         php5,
    2.27 +         php5-mysql,
    2.28 +         smarty3 (>= 3.1.7),
    2.29 +         ${misc:Depends}
    2.30  Description: Kolab administration web interface
    2.31   This package contains the web GUI for the administration of the Kolab
    2.32   groupware server.
     3.1 --- a/debian/rules	Thu Mar 06 23:34:27 2014 +0100
     3.2 +++ b/debian/rules	Wed Sep 10 17:20:08 2014 +0200
     3.3 @@ -11,6 +11,7 @@
     3.4  	find debian/kolab-webadmin/usr/share/kolab-webadmin/ -type f -name "*.enterprise" -exec rm -v {} \;
     3.5  	# Rename the Apache conf file
     3.6  	mv debian/kolab-webadmin/etc/kolab-webadmin/kolab-webadmin.conf debian/kolab-webadmin/etc/kolab-webadmin/apache.conf
     3.7 +	rm -rf debian/kolab-webadmin/usr/share/kolab-webadmin/lib/ext/
     3.8  	# Some PHP files seem to be executable
     3.9  	find debian/kolab-webadmin/usr/share/kolab-webadmin/lib -type f -name "*php" -perm +1 -print0 | xargs -r0 chmod -x
    3.10