diff -pruN 5.10.0-2/debian/changelog 5.10.0-2ubuntu1/debian/changelog
--- 5.10.0-2/debian/changelog	2013-10-17 21:20:21.000000000 +0000
+++ 5.10.0-2ubuntu1/debian/changelog	2016-03-24 06:50:54.000000000 +0000
@@ -1,3 +1,9 @@
+drush (5.10.0-2ubuntu1) xenial; urgency=medium
+
+  * Update to PHP7.0 dependencies (LP: #1544352).
+
+ -- Nishanth Aravamudan <nish.aravamudan@canonical.com>  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 -pruN 5.10.0-2/debian/control 5.10.0-2ubuntu1/debian/control
--- 5.10.0-2/debian/control	2013-10-17 21:20:21.000000000 +0000
+++ 5.10.0-2ubuntu1/debian/control	2016-03-24 06:50:54.000000000 +0000
@@ -1,8 +1,9 @@
 Source: drush
 Section: php
 Priority: optional
-Maintainer: Antoine Beaupré <anarcat@debian.org>
-Build-Depends: debhelper (>= 7.0.50~), php5-cli (>= 5.2)
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Antoine Beaupré <anarcat@debian.org>
+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 @@ Vcs-browser: http://git.debian.org/git/c
 
 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
