# HG changeset patch # User Paul Boddie # Date 1410362291 -7200 # Node ID 473f4b6a2ce8ea05445b02f2c47bc80b222f6197 # Parent 36e753951e2bdd3e53d640a6175c3fc04fa7a539 Packaging for kolab-webadmin 3.2.1-0~kolab3 from upstream. diff -r 36e753951e2b -r 473f4b6a2ce8 debian/changelog --- a/debian/changelog Sat Feb 22 21:00:03 2014 +0100 +++ b/debian/changelog Wed Sep 10 17:18:11 2014 +0200 @@ -1,3 +1,39 @@ +kolab-webadmin (3.2.1-0~kolab3) unstable; urgency=low + + * removed debugging + + -- Daniel Hoffend Fri, 29 Aug 2014 22:08:00 +0100 + +kolab-webadmin (3.2.1-0~kolab2) unstable; urgency=low + + * updated translations + + -- Daniel Hoffend Fri, 29 Aug 2014 22:08:00 +0100 + +kolab-webadmin (3.2.1-0~kolab1) unstable; urgency=low + + * Release of 3.2.1 + + -- Jeroen van Meeuwen (Kolab Systems) Wed, 20 Aug 2014 22:08:00 +0100 + +kolab-webadmin (3.2.0-0~kolab1) unstable; urgency=low + + * Release of 3.2.0 + + -- Jeroen van Meeuwen (Kolab Systems) Thu, 14 Aug 2014 22:08:00 +0100 + +kolab-webadmin (3.2-0~kolab2) unstable; urgency=low + + * New git snapshot + + -- Jeroen van Meeuwen (Kolab Systems) Tue, 24 Jun 2014 22:08:00 +0100 + +kolab-webadmin (3.2-0~kolab1) unstable; urgency=low + + * New upstream release + + -- Jeroen van Meeuwen (Kolab Systems) Thu, 3 Apr 2014 22:08:00 +0100 + kolab-webadmin (3.1.5-0~kolab1) unstable; urgency=low * New upstream release diff -r 36e753951e2b -r 473f4b6a2ce8 debian/control --- a/debian/control Sat Feb 22 21:00:03 2014 +0100 +++ b/debian/control Wed Sep 10 17:18:11 2014 +0200 @@ -11,15 +11,20 @@ Package: kolab-webadmin Architecture: all -Depends: apache2, - php5, - smarty3 (>= 3.1.7), - php-net-ldap2, - libmozldap-0d, - mozldap-tools, - libapache2-mod-php5, - php5-mysql, - ${misc:Depends} +Depends: apache2, + libapache2-mod-php5, + libmozldap-0d, + mozldap-tools, + php-http-request2, + php-mail, + php-net-ldap2, + php-net-ldap3, + php-net-smtp, + php-net-url2, + php5, + php5-mysql, + smarty3 (>= 3.1.7), + ${misc:Depends} Description: Kolab administration web interface This package contains the web GUI for the administration of the Kolab groupware server. diff -r 36e753951e2b -r 473f4b6a2ce8 debian/rules --- a/debian/rules Sat Feb 22 21:00:03 2014 +0100 +++ b/debian/rules Wed Sep 10 17:18:11 2014 +0200 @@ -11,6 +11,7 @@ find debian/kolab-webadmin/usr/share/kolab-webadmin/ -type f -name "*.enterprise" -exec rm -v {} \; # Rename the Apache conf file mv debian/kolab-webadmin/etc/kolab-webadmin/kolab-webadmin.conf debian/kolab-webadmin/etc/kolab-webadmin/apache.conf + rm -rf debian/kolab-webadmin/usr/share/kolab-webadmin/lib/ext/ # Some PHP files seem to be executable find debian/kolab-webadmin/usr/share/kolab-webadmin/lib -type f -name "*php" -perm +1 -print0 | xargs -r0 chmod -x