diff -pruN 3.0.14-1/debian/changelog 3.0.14-1ubuntu1/debian/changelog
--- 3.0.14-1/debian/changelog	2015-05-09 23:15:12.000000000 +0000
+++ 3.0.14-1ubuntu1/debian/changelog	2016-03-09 08:19:31.000000000 +0000
@@ -1,3 +1,9 @@
+phpbb3 (3.0.14-1ubuntu1) xenial; urgency=medium
+
+  * Update to PHP7.0 dependencies (LP: #1549942).
+
+ -- Nishanth Aravamudan <nish.aravamudan@canonical.com>  Fri, 12 Feb 2016 15:53:26 -0800
+
 phpbb3 (3.0.14-1) unstable; urgency=medium
 
   * New upstream release: Fix possible redirection on Chrome
diff -pruN 3.0.14-1/debian/control 3.0.14-1ubuntu1/debian/control
--- 3.0.14-1/debian/control	2015-05-09 23:06:17.000000000 +0000
+++ 3.0.14-1ubuntu1/debian/control	2016-03-09 08:19:31.000000000 +0000
@@ -1,7 +1,8 @@
 Source: phpbb3
 Section: web
 Priority: optional
-Maintainer: phpBB packaging team <phpbb-l@lists.a-eskwadraat.nl>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: phpBB packaging team <phpbb-l@lists.a-eskwadraat.nl>
 Uploaders: David Prévot <taffit@debian.org>
 Build-Depends: debhelper (>= 7.0.50~), po-debconf
 Standards-Version: 3.9.6
@@ -14,16 +15,16 @@ Architecture: all
 Pre-Depends: ${misc:Pre-Depends}
 Depends: apache2 | httpd,
          dbconfig-common,
-         libapache2-mod-php5 | php5-cgi | php5,
+         libapache2-mod-php | php-cgi | php,
          mysql-client | virtual-mysql-client | postgresql-client | sqlite,
-         php5-cli,
-         php5-gd,
-         php5-mysql | php5-pgsql | php5-sqlite | php5-odbc | php5-sybase,
+         php-cli,
+         php-gd,
+         php-mysql | php-pgsql | php-sqlite | php-odbc | php-sybase,
          ucf,
          ${misc:Depends}
-Recommends: exim4 | mail-transport-agent, php5-imagick
+Recommends: exim4 | mail-transport-agent, php-imagick
 Suggests: mysql-server | virtual-mysql-server | postgresql,
-          php5-ldap,
+          php-ldap,
           phpbb3-l10n
 Description: full-featured, skinnable non-threaded web forum
  phpBB is a high powered, fully scalable, and highly customizable
diff -pruN 3.0.14-1/debian/database_update_debian.php 3.0.14-1ubuntu1/debian/database_update_debian.php
--- 3.0.14-1/debian/database_update_debian.php	2015-05-09 19:40:43.000000000 +0000
+++ 3.0.14-1ubuntu1/debian/database_update_debian.php	2016-03-09 08:19:31.000000000 +0000
@@ -1,4 +1,4 @@
-#!/usr/bin/php5
+#!/usr/bin/php
 <?php
 /**
 *
diff -pruN 3.0.14-1/debian/examples/apache2.conf 3.0.14-1ubuntu1/debian/examples/apache2.conf
--- 3.0.14-1/debian/examples/apache2.conf	2015-02-16 18:10:34.000000000 +0000
+++ 3.0.14-1ubuntu1/debian/examples/apache2.conf	2016-03-09 08:19:31.000000000 +0000
@@ -3,7 +3,7 @@ Alias /phpbb/images /var/lib/phpbb3/imag
 Alias /phpbb /usr/share/phpbb3/www
 
 <Directory /usr/share/phpbb3/www/>
-	<IfModule mod_php5.c>
+	<IfModule mod_php.c>
 		php_flag register_globals off
 	</IfModule>
 
diff -pruN 3.0.14-1/debian/maint-patches/007_database_update_php.diff 3.0.14-1ubuntu1/debian/maint-patches/007_database_update_php.diff
--- 3.0.14-1/debian/maint-patches/007_database_update_php.diff	2014-01-03 04:38:17.000000000 +0000
+++ 3.0.14-1ubuntu1/debian/maint-patches/007_database_update_php.diff	2016-03-09 08:19:31.000000000 +0000
@@ -1,7 +1,7 @@
 --- ../install/database_update.php	2013-09-28 14:36:35.462359564 -0400
 +++ database_update_debian.php	2013-09-28 16:04:35.046507402 -0400
 @@ -1,3 +1,4 @@
-+#!/usr/bin/php5
++#!/usr/bin/php
  <?php
  /**
  *
