diff -Nru php-fpdf-1.7.dfsg/debian/changelog php-fpdf-1.7.dfsg/debian/changelog --- php-fpdf-1.7.dfsg/debian/changelog 2015-12-20 05:47:34.000000000 -0800 +++ php-fpdf-1.7.dfsg/debian/changelog 2016-03-28 14:31:03.000000000 -0700 @@ -1,3 +1,9 @@ +php-fpdf (3:1.7.dfsg-1.1ubuntu1) xenial; urgency=medium + + * Update to PHP7.0 dependencies (LP: #1563061). + + -- Nishanth Aravamudan Mon, 28 Mar 2016 14:30:59 -0700 + php-fpdf (3:1.7.dfsg-1.1) unstable; urgency=medium * Non-maintainer upload. diff -Nru php-fpdf-1.7.dfsg/debian/control php-fpdf-1.7.dfsg/debian/control --- php-fpdf-1.7.dfsg/debian/control 2011-08-22 02:55:57.000000000 -0700 +++ php-fpdf-1.7.dfsg/debian/control 2016-03-28 14:31:03.000000000 -0700 @@ -1,14 +1,15 @@ Source: php-fpdf Section: php Priority: optional -Maintainer: Alessandro De Zorzi +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Alessandro De Zorzi Build-Depends: debhelper (>= 7), libldap2-dev, libgdbm-dev, po-debconf, quilt Standards-Version: 3.9.2 Homepage: http://www.fpdf.org/ Package: php-fpdf Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, php5 | php5-cli +Depends: ${shlibs:Depends}, ${misc:Depends}, php | php-cli Suggests: ttf2pt1 Description: PHP class to generate PDF files FPDF is a PHP class that allow generating PDF files with pure PHP,