diff -Nru php-horde-activesync-2.34.0/debian/changelog php-horde-activesync-2.34.0/debian/changelog
--- php-horde-activesync-2.34.0/debian/changelog 2016-06-08 12:00:51.000000000 -0700
+++ php-horde-activesync-2.34.0/debian/changelog 2016-07-01 09:31:32.000000000 -0700
@@ -1,3 +1,9 @@
+php-horde-activesync (2.34.0-1ubuntu1) yakkety; urgency=medium
+
+ * Update test compatibility with MySQL 5.7 (LP: #1568015).
+
+ -- Nishanth Aravamudan <nish.aravamudan@canonical.com> Fri, 01 Jul 2016 09:19:27 -0700
+
php-horde-activesync (2.34.0-1) unstable; urgency=medium
* Update Standards-Version to 3.9.8, no change
diff -Nru php-horde-activesync-2.34.0/debian/control php-horde-activesync-2.34.0/debian/control
--- php-horde-activesync-2.34.0/debian/control 2016-06-08 12:00:51.000000000 -0700
+++ php-horde-activesync-2.34.0/debian/control 2016-07-01 09:31:32.000000000 -0700
@@ -1,7 +1,8 @@
Source: php-horde-activesync
Section: php
Priority: extra
-Maintainer: Horde Maintainers <pkg-horde-hackers@lists.alioth.debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Horde Maintainers <pkg-horde-hackers@lists.alioth.debian.org>
Uploaders: Mathieu Parent <sathieu@debian.org>
Build-Depends: debhelper (>= 9), pkg-php-tools, pear-horde-channel
Standards-Version: 3.9.8
diff -Nru php-horde-activesync-2.34.0/debian/tests/phpunit php-horde-activesync-2.34.0/debian/tests/phpunit
--- php-horde-activesync-2.34.0/debian/tests/phpunit 2016-06-08 12:00:51.000000000 -0700
+++ php-horde-activesync-2.34.0/debian/tests/phpunit 2016-07-01 12:04:20.000000000 -0700
@@ -2,11 +2,11 @@
set -e
-export ACTIVESYNC_SQL_MYSQL_TEST_CONFIG='{"activesync":{"sql":{"mysql":{"adapter":"mysql","host":"localhost","username":"root","password":"","dbname":"test","charset":"utf-8"}}}}'
-export ACTIVESYNC_SQL_MYSQLI_TEST_CONFIG='{"activesync":{"sql":{"mysqli":{"adapter":"mysqli","host":"localhost","username":"root","password":"","dbname":"test","charset":"utf-8"}}}}'
-export ACTIVESYNC_SQL_PDO_MYSQL_TEST_CONFIG='{"activesync":{"sql":{"pdo_mysql":{"adapter":"pdo_mysql","host":"localhost","username":"root","password":"","dbname":"test","charset":"utf-8"}}}}'
+export ACTIVESYNC_SQL_MYSQL_TEST_CONFIG='{"activesync":{"sql":{"mysql":{"adapter":"mysql","host":"localhost","username":"root","password":"r00t","dbname":"test","charset":"utf-8"}}}}'
+export ACTIVESYNC_SQL_MYSQLI_TEST_CONFIG='{"activesync":{"sql":{"mysqli":{"adapter":"mysqli","host":"localhost","username":"root","password":"r00t","dbname":"test","charset":"utf-8"}}}}'
+export ACTIVESYNC_SQL_PDO_MYSQL_TEST_CONFIG='{"activesync":{"sql":{"pdo_mysql":{"adapter":"pdo_mysql","host":"localhost","username":"root","password":"r00t","dbname":"test","charset":"utf-8"}}}}'
-mysql -e 'create database IF NOT EXISTS test;' -uroot
+mysql -e "create database IF NOT EXISTS test; ALTER USER 'root'@'localhost' IDENTIFIED WITH 'mysql_native_password' BY 'r00t';" -uroot
cd Horde_ActiveSync*/test/./Horde/ActiveSync
phpunit -v .