diff -Nru phpunit-global-state-1.1.1/debian/changelog phpunit-global-state-1.1.1/debian/changelog --- phpunit-global-state-1.1.1/debian/changelog 2015-10-25 11:18:44.000000000 -0700 +++ phpunit-global-state-1.1.1/debian/changelog 2016-02-11 15:37:15.000000000 -0800 @@ -1,3 +1,10 @@ +phpunit-global-state (1.1.1-1ubuntu1) xenial; urgency=medium + + * d/: add nocheck and stage1 build profiles. + * LP: #1543850. + + -- Nishanth Aravamudan Tue, 09 Feb 2016 15:28:48 -0800 + phpunit-global-state (1.1.1-1) unstable; urgency=medium [ Sebastian Bergmann ] diff -Nru phpunit-global-state-1.1.1/debian/control phpunit-global-state-1.1.1/debian/control --- phpunit-global-state-1.1.1/debian/control 2015-10-25 10:40:41.000000000 -0700 +++ phpunit-global-state-1.1.1/debian/control 2016-02-12 14:21:14.000000000 -0800 @@ -1,10 +1,15 @@ Source: phpunit-global-state 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, pkg-php-tools (>= 1.7~) +Build-Depends: ant, + debhelper (>= 9), + phpab, + phpunit , + pkg-php-tools (>= 1.32~) Standards-Version: 3.9.6 Homepage: https://github.com/sebastianbergmann/global-state Vcs-Git: git://anonscm.debian.org/pkg-php/phpunit-global-state.git diff -Nru phpunit-global-state-1.1.1/debian/rules phpunit-global-state-1.1.1/debian/rules --- phpunit-global-state-1.1.1/debian/rules 2015-10-25 11:13:58.000000000 -0700 +++ phpunit-global-state-1.1.1/debian/rules 2016-02-10 10:39:00.000000000 -0800 @@ -11,7 +11,7 @@ dh_auto_clean override_dh_auto_test: -ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS))) +ifeq (,$(filter nocheck stage1, $(DEB_BUILD_OPTIONS) $(DEB_BUILD_PROFILES))) mkdir -p vendor SebastianBergmann # Workaround to ensure the local class takes precedence during tests. ln -s ../src SebastianBergmann/GlobalState