diff -Nru drush-5.10.0/debian/changelog drush-5.10.0/debian/changelog --- drush-5.10.0/debian/changelog 2013-10-17 14:20:21.000000000 -0700 +++ drush-5.10.0/debian/changelog 2016-03-22 18:12:17.000000000 -0700 @@ -1,3 +1,9 @@ +drush (5.10.0-2ubuntu1) xenial; urgency=medium + + * Update to PHP7.0 dependencies (LP: #1544352). + + -- Nishanth Aravamudan Fri, 12 Feb 2016 11:08:34 -0800 + drush (5.10.0-2) unstable; urgency=low * properly replace drush-make, eases upgrades from 4.x diff -Nru drush-5.10.0/debian/control drush-5.10.0/debian/control --- drush-5.10.0/debian/control 2013-10-17 14:20:21.000000000 -0700 +++ drush-5.10.0/debian/control 2016-03-22 18:12:26.000000000 -0700 @@ -1,8 +1,9 @@ Source: drush Section: php Priority: optional -Maintainer: Antoine Beaupré -Build-Depends: debhelper (>= 7.0.50~), php5-cli (>= 5.2) +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Antoine Beaupré +Build-Depends: debhelper (>= 7.0.50~), php-cli (>= 5.2) Standards-Version: 3.9.4 Homepage: https://github.com/drush-ops/drush Vcs-git: git://git.debian.org/git/collab-maint/drush.git @@ -10,10 +11,10 @@ Package: drush Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, php5-cli (>= 5.2), php-console-table +Depends: ${shlibs:Depends}, ${misc:Depends}, php-cli (>= 5.2), php-console-table Conflicts: drush-make Replaces: drush-make -Recommends: wget | curl, php5-mysql | php5-pgsql +Recommends: wget | curl, php-mysql | php-pgsql Suggests: git, mysql-client, drupal7 Description: command line shell and Unix scripting interface for Drupal drush is a command line shell and Unix scripting interface for