diff -Nru phpunit-exporter-1.2.1/debian/changelog phpunit-exporter-1.2.1/debian/changelog --- phpunit-exporter-1.2.1/debian/changelog 2016-02-09 15:26:36.000000000 -0800 +++ phpunit-exporter-1.2.1/debian/changelog 2016-02-11 15:36:09.000000000 -0800 @@ -1,3 +1,10 @@ +phpunit-exporter (1.2.1-1ubuntu1) xenial; urgency=medium + + * d/: Add nocheck and stage1 build profiles. + * LP: #1543849. + + -- Nishanth Aravamudan Tue, 09 Feb 2016 15:26:03 -0800 + phpunit-exporter (1.2.1-1) unstable; urgency=medium [ Sebastian Bergmann ] diff -Nru phpunit-exporter-1.2.1/debian/control phpunit-exporter-1.2.1/debian/control --- phpunit-exporter-1.2.1/debian/control 2016-02-09 15:26:36.000000000 -0800 +++ phpunit-exporter-1.2.1/debian/control 2016-02-12 14:22:12.000000000 -0800 @@ -1,15 +1,16 @@ Source: phpunit-exporter Section: php Priority: optional -Maintainer: Debian PHP PEAR Maintainers +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian PHP PEAR Maintainers Uploaders: David Prévot , Prach Pongpanich Build-Depends: ant, debhelper (>= 9), phpab, - phpunit, + phpunit , phpunit-recursion-context, - pkg-php-tools (>= 1.7~) + pkg-php-tools (>= 1.32~) Standards-Version: 3.9.6 Homepage: https://github.com/sebastianbergmann/exporter Vcs-Git: git://anonscm.debian.org/pkg-php/phpunit-exporter.git diff -Nru phpunit-exporter-1.2.1/debian/rules phpunit-exporter-1.2.1/debian/rules --- phpunit-exporter-1.2.1/debian/rules 2016-02-09 15:26:36.000000000 -0800 +++ phpunit-exporter-1.2.1/debian/rules 2016-02-10 10:37:02.000000000 -0800 @@ -7,7 +7,7 @@ phpab --template debian/autoload.php.in --output src/autoload.php src override_dh_auto_test: -ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS))) +ifeq (,$(filter nocheck stage1, $(DEB_BUILD_OPTIONS) $(DEB_BUILD_PROFILES))) phpunit --bootstrap src/autoload.php else @echo "** tests disabled"