diff -Nru libphp-jabber-0.4.3/debian/changelog libphp-jabber-0.4.3/debian/changelog --- libphp-jabber-0.4.3/debian/changelog 2010-06-03 14:49:59.000000000 +0000 +++ libphp-jabber-0.4.3/debian/changelog 2016-03-24 23:33:07.000000000 +0000 @@ -1,3 +1,9 @@ +libphp-jabber (0.4.3-4ubuntu1) xenial; urgency=medium + + * Update to PHP7.0 dependencies (LP: #1544352). + + -- Nishanth Aravamudan Thu, 24 Mar 2016 13:51:10 -0700 + libphp-jabber (0.4.3-4) unstable; urgency=low * Removed DM-Upload-Allowed field diff -Nru libphp-jabber-0.4.3/debian/control libphp-jabber-0.4.3/debian/control --- libphp-jabber-0.4.3/debian/control 2010-06-03 14:47:11.000000000 +0000 +++ libphp-jabber-0.4.3/debian/control 2016-03-24 23:33:07.000000000 +0000 @@ -1,7 +1,8 @@ Source: libphp-jabber Section: php Priority: optional -Maintainer: Debian XMPP Maintainers +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian XMPP Maintainers Uploaders: Marcelo Jorge Vieira (metal) , Thadeu Lima de Souza Cascardo Build-Depends: debhelper (>= 7) @@ -12,7 +13,7 @@ Package: libphp-jabber Architecture: all -Depends: ${misc:Depends}, php5 | php5-cli +Depends: ${misc:Depends}, php | php-cli Description: Object-oriented PHP interface for the Jabber/XMPP protocol Class.Jabber.PHP is an object oriented solution to make Jabber connectivity for your website, bot, or even IM client as simple as possible when using PHP.