diff -Nru phpunit-mock-object-3.0.6/debian/changelog phpunit-mock-object-3.0.6/debian/changelog --- phpunit-mock-object-3.0.6/debian/changelog 2016-01-05 02:52:21.000000000 -0800 +++ phpunit-mock-object-3.0.6/debian/changelog 2016-02-11 15:49:36.000000000 -0800 @@ -1,3 +1,10 @@ +phpunit-mock-object (3.0.6-1+ubuntu1) xenial; urgency=medium + + * d/: add nocheck and stage1 build profiles. + * LP: #1544304. + + -- Nishanth Aravamudan Wed, 10 Feb 2016 13:39:19 -0800 + phpunit-mock-object (3.0.6-1+build1) xenial; urgency=medium * Revert change from previous upload, now that both phpunit-mock-object and diff -Nru phpunit-mock-object-3.0.6/debian/control phpunit-mock-object-3.0.6/debian/control --- phpunit-mock-object-3.0.6/debian/control 2016-01-05 02:51:52.000000000 -0800 +++ phpunit-mock-object-3.0.6/debian/control 2016-02-12 13:58:57.000000000 -0800 @@ -1,7 +1,8 @@ Source: phpunit-mock-object Section: php Priority: optional -Maintainer: Debian PHP PEAR Maintainers +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian PHP PEAR Maintainers Uploaders: Luis Uribe , Thomas Goirand , Prach Pongpanich @@ -10,9 +11,9 @@ php-doctrine-instantiator, php-text-template, phpab, - phpunit, + phpunit , phpunit-exporter, - pkg-php-tools (>= 1.29~) + pkg-php-tools (>= 1.32~) Standards-Version: 3.9.6 Homepage: https://github.com/sebastianbergmann/phpunit-mock-objects Vcs-Git: git://anonscm.debian.org/pkg-php/phpunit-mock-object.git diff -Nru phpunit-mock-object-3.0.6/debian/rules phpunit-mock-object-3.0.6/debian/rules --- phpunit-mock-object-3.0.6/debian/rules 2016-01-05 02:51:42.000000000 -0800 +++ phpunit-mock-object-3.0.6/debian/rules 2016-02-10 13:39:10.000000000 -0800 @@ -10,7 +10,7 @@ src/Framework/MockObject override_dh_auto_test: -ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS))) +ifeq (,$(filter nocheck stage1, $(DEB_BUILD_OPTIONS) $(DEB_BUILD_PROFILES))) # Build autoload.php for tests mkdir --parents vendor phpab \