diff -Nru smarty3-3.1.21/debian/changelog smarty3-3.1.21/debian/changelog --- smarty3-3.1.21/debian/changelog 2014-10-19 15:06:58.000000000 -0700 +++ smarty3-3.1.21/debian/changelog 2016-04-01 17:10:08.000000000 -0700 @@ -1,3 +1,9 @@ +smarty3 (3.1.21-1ubuntu1) xenial; urgency=medium + + * Update to PHP7.0 dependencies (LP: #1565154). + + -- Nishanth Aravamudan Fri, 01 Apr 2016 17:10:04 -0700 + smarty3 (3.1.21-1) unstable; urgency=medium * New upstream release. (Closes: #765920). diff -Nru smarty3-3.1.21/debian/control smarty3-3.1.21/debian/control --- smarty3-3.1.21/debian/control 2014-10-19 14:54:27.000000000 -0700 +++ smarty3-3.1.21/debian/control 2016-04-01 17:10:14.000000000 -0700 @@ -1,7 +1,8 @@ Source: smarty3 Section: web Priority: optional -Maintainer: Mike Gabriel +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Mike Gabriel Build-Depends: debhelper (>= 7.0.50~), Standards-Version: 3.9.6 @@ -12,7 +13,7 @@ Package: smarty3 Architecture: all Depends: - php5 | php5-cgi | php5-cli, + php | php-cgi | php-cli, ${misc:Depends} Provides: smarty diff -Nru smarty3-3.1.21/debian/README.Debian smarty3-3.1.21/debian/README.Debian --- smarty3-3.1.21/debian/README.Debian 2013-05-06 01:08:42.000000000 -0700 +++ smarty3-3.1.21/debian/README.Debian 2016-04-01 17:09:45.000000000 -0700 @@ -2,8 +2,8 @@ ------------------ In order to use Smarty 3 from your php scripts, you'll have to add -/usr/share/php/smarty3 on the include_path of php5, that is in the -file /etc/php5/{apache,apache2}/php.ini or use +/usr/share/php/smarty3 on the include_path of php, that is in the +file /etc/php/7.0/{apache,apache2}/php.ini or use require("smarty3/Smarty.class.php"); On smarty update, please note you will have to clear out all smarty