diff -Nru phppgadmin-5.1+ds/debian/changelog phppgadmin-5.1+ds/debian/changelog --- phppgadmin-5.1+ds/debian/changelog 2015-04-28 05:12:30.000000000 -0700 +++ phppgadmin-5.1+ds/debian/changelog 2016-03-31 11:46:40.000000000 -0700 @@ -1,3 +1,9 @@ +phppgadmin (5.1+ds-1ubuntu1) xenial; urgency=medium + + * Update to PHP7.0 dependencies (LP: #1564569). + + -- Nishanth Aravamudan Thu, 31 Mar 2016 11:46:36 -0700 + phppgadmin (5.1+ds-1) unstable; urgency=low [ Christoph Berg ] diff -Nru phppgadmin-5.1+ds/debian/control phppgadmin-5.1+ds/debian/control --- phppgadmin-5.1+ds/debian/control 2015-03-13 06:32:20.000000000 -0700 +++ phppgadmin-5.1+ds/debian/control 2016-03-31 11:46:45.000000000 -0700 @@ -1,5 +1,6 @@ Source: phppgadmin -Maintainer: Debian PostgreSQL Maintainers +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian PostgreSQL Maintainers Uploaders: Christoph Berg , Jean-Michel Nirgal Vourgère , Peter Eisentraut Section: web Priority: extra @@ -12,7 +13,7 @@ Package: phppgadmin Architecture: all Pre-Depends: ${misc:Pre-Depends} -Depends: ${misc:Depends}, libapache2-mod-php5 | php5-cgi | php5, php5-pgsql, +Depends: ${misc:Depends}, libapache2-mod-php | php-cgi | php, php-pgsql, libjs-jquery, libphp-adodb Recommends: ${misc:Recommends}, postgresql-doc Suggests: postgresql, slony1-bin diff -Nru phppgadmin-5.1+ds/debian/phppgadmin.conf phppgadmin-5.1+ds/debian/phppgadmin.conf --- phppgadmin-5.1+ds/debian/phppgadmin.conf 2015-03-02 05:48:02.000000000 -0800 +++ phppgadmin-5.1+ds/debian/phppgadmin.conf 2016-03-31 11:45:38.000000000 -0700 @@ -10,12 +10,12 @@ # Only allow connections from localhost: Require local - + php_flag magic_quotes_gpc Off php_flag track_vars On #php_value include_path . - + AddType application/x-httpd-php .php