diff -Nru php-sabre-http-4.2.1/debian/changelog php-sabre-http-4.2.1/debian/changelog --- php-sabre-http-4.2.1/debian/changelog 2016-03-15 09:12:37.000000000 -0700 +++ php-sabre-http-4.2.1/debian/changelog 2016-03-15 10:26:24.000000000 -0700 @@ -1,3 +1,9 @@ +php-sabre-http (4.2.1-2ubuntu2) xenial; urgency=medium + + * d/tests/control: fix typo in php-mbstring (LP: #1557599). + + -- Nishanth Aravamudan Tue, 15 Mar 2016 10:26:03 -0700 + php-sabre-http (4.2.1-2ubuntu1) xenial; urgency=medium * Add php-mbstring as a build & test dependency (LP: #1557599). diff -Nru php-sabre-http-4.2.1/debian/tests/control php-sabre-http-4.2.1/debian/tests/control --- php-sabre-http-4.2.1/debian/tests/control 2016-03-15 09:12:37.000000000 -0700 +++ php-sabre-http-4.2.1/debian/tests/control 2016-03-15 10:25:40.000000000 -0700 @@ -3,4 +3,4 @@ Tests: phpunit Restrictions: rw-build-tree -Depends: @, patch, php-curl, php-msbstring, php-xdebug, phpunit +Depends: @, patch, php-curl, php-mbstring, php-xdebug, phpunit