diff -Nru ganglia-web-3.6.1/debian/changelog ganglia-web-3.6.1/debian/changelog --- ganglia-web-3.6.1/debian/changelog 2014-04-04 03:30:38.000000000 -0700 +++ ganglia-web-3.6.1/debian/changelog 2016-03-23 16:23:28.000000000 -0700 @@ -1,3 +1,9 @@ +ganglia-web (3.6.1-1ubuntu1) xenial; urgency=medium + + * Update to PHP7.0 dependencies (LP: #1544352). + + -- Nishanth Aravamudan Wed, 23 Mar 2016 16:23:19 -0700 + ganglia-web (3.6.1-1) unstable; urgency=high * New upstream release. diff -Nru ganglia-web-3.6.1/debian/control ganglia-web-3.6.1/debian/control --- ganglia-web-3.6.1/debian/control 2014-04-04 02:44:32.000000000 -0700 +++ ganglia-web-3.6.1/debian/control 2016-03-23 16:23:36.000000000 -0700 @@ -1,7 +1,8 @@ Source: ganglia-web Section: net Priority: optional -Maintainer: Debian Monitoring Maintainers +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian Monitoring Maintainers Uploaders: Stuart Teasdale , Daniel Pocock Homepage: http://www.ganglia.info/ Build-Depends: debhelper (>= 9.0.0), po-debconf, rsync @@ -11,8 +12,8 @@ Package: ganglia-webfrontend Architecture: all -Depends: ${misc:Depends}, apache | apache-ssl | apache-perl | apache2 | httpd-cgi, php5 | php5-cgi | libapache2-mod-php5, rrdtool, debconf (>= 0.5) -Recommends: gmetad, php5-gd +Depends: ${misc:Depends}, apache | apache-ssl | apache-perl | apache2 | httpd-cgi, php | php-cgi | libapache2-mod-php, rrdtool, debconf (>= 0.5) +Recommends: gmetad, php-gd Description: cluster monitoring toolkit - web front-end Ganglia is a scalable, real-time cluster monitoring environment that collects cluster statistics in an open and well-defined XML diff -Nru ganglia-web-3.6.1/debian/ganglia-webfrontend.postinst ganglia-web-3.6.1/debian/ganglia-webfrontend.postinst --- ganglia-web-3.6.1/debian/ganglia-webfrontend.postinst 2014-04-04 02:44:32.000000000 -0700 +++ ganglia-web-3.6.1/debian/ganglia-webfrontend.postinst 2016-03-23 16:22:26.000000000 -0700 @@ -16,7 +16,7 @@ test -x /usr/sbin/$webserver || continue # Auto-configure module dependencies - a2enmod php5 || true + a2enmod php || true a2enmod cgi || true HTTPD_ETC=/etc/$webserver