diffstat of debian/ for libphp-snoopy_2.0.0-1 libphp-snoopy_2.0.0-1ubuntu1 changelog | 6 ++++++ control | 5 +++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff -Nru libphp-snoopy-2.0.0/debian/changelog libphp-snoopy-2.0.0/debian/changelog --- libphp-snoopy-2.0.0/debian/changelog 2015-02-25 19:13:13.000000000 +0000 +++ libphp-snoopy-2.0.0/debian/changelog 2016-03-24 23:34:17.000000000 +0000 @@ -1,3 +1,9 @@ +libphp-snoopy (2.0.0-1ubuntu1) xenial; urgency=medium + + * Update to PHP7.0 dependencies (LP: #1544352). + + -- Nishanth Aravamudan Thu, 24 Mar 2016 14:44:51 -0700 + libphp-snoopy (2.0.0-1) unstable; urgency=high * New upstream release: diff -Nru libphp-snoopy-2.0.0/debian/control libphp-snoopy-2.0.0/debian/control --- libphp-snoopy-2.0.0/debian/control 2015-02-25 19:13:13.000000000 +0000 +++ libphp-snoopy-2.0.0/debian/control 2016-03-24 23:34:17.000000000 +0000 @@ -1,7 +1,8 @@ Source: libphp-snoopy Section: php Priority: optional -Maintainer: Marcelo Jorge Vieira +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Marcelo Jorge Vieira Build-Depends: debhelper (>= 7) Standards-Version: 3.9.6 Homepage: http://snoopy.sourceforge.net/ @@ -10,7 +11,7 @@ Package: libphp-snoopy Architecture: all -Depends: ${misc:Depends}, php5 | php5-cli +Depends: ${misc:Depends}, php | php-cli Description: Snoopy is a PHP class that simulates a web browser It automates the task of retrieving web page content and posting forms, for example.