diff -Nru phpbb3-3.0.14/debian/changelog phpbb3-3.0.14/debian/changelog --- phpbb3-3.0.14/debian/changelog 2015-05-09 16:15:12.000000000 -0700 +++ phpbb3-3.0.14/debian/changelog 2016-03-08 08:05:50.000000000 -0800 @@ -1,3 +1,9 @@ +phpbb3 (3.0.14-1ubuntu1) xenial; urgency=medium + + * Update to PHP7.0 dependencies (LP: #1549942). + + -- Nishanth Aravamudan 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 -Nru phpbb3-3.0.14/debian/control phpbb3-3.0.14/debian/control --- phpbb3-3.0.14/debian/control 2015-05-09 16:06:17.000000000 -0700 +++ phpbb3-3.0.14/debian/control 2016-03-07 18:07:16.000000000 -0800 @@ -1,7 +1,8 @@ Source: phpbb3 Section: web Priority: optional -Maintainer: phpBB packaging team +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: phpBB packaging team Uploaders: David Prévot Build-Depends: debhelper (>= 7.0.50~), po-debconf Standards-Version: 3.9.6 @@ -14,16 +15,16 @@ 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 -Nru phpbb3-3.0.14/debian/database_update_debian.php phpbb3-3.0.14/debian/database_update_debian.php --- phpbb3-3.0.14/debian/database_update_debian.php 2015-05-09 12:40:43.000000000 -0700 +++ phpbb3-3.0.14/debian/database_update_debian.php 2016-03-07 18:06:07.000000000 -0800 @@ -1,4 +1,4 @@ -#!/usr/bin/php5 +#!/usr/bin/php - + php_flag register_globals off diff -Nru phpbb3-3.0.14/debian/maint-patches/007_database_update_php.diff phpbb3-3.0.14/debian/maint-patches/007_database_update_php.diff --- phpbb3-3.0.14/debian/maint-patches/007_database_update_php.diff 2014-01-02 20:38:17.000000000 -0800 +++ phpbb3-3.0.14/debian/maint-patches/007_database_update_php.diff 2016-03-07 18:06:47.000000000 -0800 @@ -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