diff -Nru ganglia-web-3.6.1/debian/changelog ganglia-web-3.6.1/debian/changelog --- ganglia-web-3.6.1/debian/changelog 2016-03-24 00:25:32.000000000 -0700 +++ ganglia-web-3.6.1/debian/changelog 2016-06-29 10:31:16.000000000 -0700 @@ -1,3 +1,13 @@ +ganglia-web (3.6.1-1ubuntu1.1) xenial; urgency=medium + + * ganglia-webfrontend: Indicate libapache2-mod-php is the preferred + alternative, as the provided configuration is only designed to work + with apache and php installs php-fpm preferentially (LP: #1577916). + * ganglia-webfrontend: Add run-time dependency on php-xml as the code + calls xml_parser_create(), etc (LP: #1577916). + + -- Nishanth Aravamudan Wed, 29 Jun 2016 10:28:06 -0700 + ganglia-web (3.6.1-1ubuntu1) xenial; urgency=medium * Update to PHP7.0 dependencies (LP: #1544352). diff -Nru ganglia-web-3.6.1/debian/control ganglia-web-3.6.1/debian/control --- ganglia-web-3.6.1/debian/control 2016-03-24 00:25:32.000000000 -0700 +++ ganglia-web-3.6.1/debian/control 2016-06-29 10:27:08.000000000 -0700 @@ -12,7 +12,7 @@ Package: ganglia-webfrontend Architecture: all -Depends: ${misc:Depends}, apache | apache-ssl | apache-perl | apache2 | httpd-cgi, php | php-cgi | libapache2-mod-php, rrdtool, debconf (>= 0.5) +Depends: ${misc:Depends}, apache | apache-ssl | apache-perl | apache2 | httpd-cgi, libapache2-mod-php | php | php-cgi, php-xml, rrdtool, debconf (>= 0.5) Recommends: gmetad, php-gd Description: cluster monitoring toolkit - web front-end Ganglia is a scalable, real-time cluster monitoring environment