diff -Nru glpi-0.84.8+dfsg.1/debian/changelog glpi-0.84.8+dfsg.1/debian/changelog --- glpi-0.84.8+dfsg.1/debian/changelog 2014-10-18 02:31:37.000000000 -0700 +++ glpi-0.84.8+dfsg.1/debian/changelog 2016-03-23 16:30:53.000000000 -0700 @@ -1,3 +1,9 @@ +glpi (0.84.8+dfsg.1-1ubuntu1) xenial; urgency=medium + + * Update to PHP7.0 dependencies (LP: #1544352). + + -- Nishanth Aravamudan Wed, 23 Mar 2016 16:30:44 -0700 + glpi (0.84.8+dfsg.1-1) unstable; urgency=medium * Imported Upstream version 0.84.8 diff -Nru glpi-0.84.8+dfsg.1/debian/control glpi-0.84.8+dfsg.1/debian/control --- glpi-0.84.8+dfsg.1/debian/control 2014-10-18 02:28:23.000000000 -0700 +++ glpi-0.84.8+dfsg.1/debian/control 2016-03-23 16:31:04.000000000 -0700 @@ -1,7 +1,8 @@ Source: glpi Section: web Priority: optional -Maintainer: Pierre Chifflier +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Pierre Chifflier Uploaders: Gonéri Le Bouder Build-Depends: debhelper (>= 7) Standards-Version: 3.9.6 @@ -9,9 +10,9 @@ Package: glpi Architecture: all Depends: apache2 | apache | apache-ssl | apache-perl | httpd, - php5 | php5-cgi | libapache2-mod-php5, - php5-cli, - php5-mysql | php5-mysqlnd, + php | php-cgi | libapache2-mod-php, + php-cli, + php-mysql | php-mysqlnd, debconf (>= 0.2.26) | debconf-2.0, dbconfig-common, fonts-freefont-ttf, diff -Nru glpi-0.84.8+dfsg.1/debian/glpi.cron.d glpi-0.84.8+dfsg.1/debian/glpi.cron.d --- glpi-0.84.8+dfsg.1/debian/glpi.cron.d 2014-10-18 02:24:01.000000000 -0700 +++ glpi-0.84.8+dfsg.1/debian/glpi.cron.d 2016-03-23 16:29:04.000000000 -0700 @@ -1 +1 @@ -*/1 * * * * www-data /usr/bin/php5 /usr/share/glpi/front/cron.php +*/1 * * * * www-data /usr/bin/php /usr/share/glpi/front/cron.php