diff -u pictor-2.34/debian/changelog pictor-2.34/debian/changelog --- pictor-2.34/debian/changelog +++ pictor-2.34/debian/changelog @@ -1,3 +1,9 @@ +pictor (2.34-0ubuntu2) xenial; urgency=medium + + * Update to PHP7.0 dependencies (LP: #1549942). + + -- Nishanth Aravamudan Fri, 12 Feb 2016 22:27:31 -0800 + pictor (2.34-0ubuntu1) xenial; urgency=medium * debian/control: diff -u pictor-2.34/debian/control pictor-2.34/debian/control --- pictor-2.34/debian/control +++ pictor-2.34/debian/control @@ -12,9 +12,9 @@ Depends: ${misc:Depends}, debconf (>= 0.5) | debconf-2.0, apache2, - libapache2-mod-php5 | libapache2-mod-php7.0, - php5-cli | php7.0-cli, - php5-imagick, + libapache2-mod-php, + php-cli, + php-imagick, famfamfam-silk, rename, run-one, only in patch2: unchanged: --- pictor-2.34.orig/index.php +++ pictor-2.34/index.php @@ -239,7 +239,7 @@ /****************************************************************************/ /****************************************************************************/ -/* Resize an image, returns temp file name, depends on php5-imagick */ +/* Resize an image, returns temp file name, depends on php-imagick */ function do_resize_picture($path_to_picture, $width, $height, $rotate) { $path_parts = preg_split("/\//", $path_to_picture); $file = array_pop($path_parts);