diff -Nru php-doctrine-collections-1.3.0/debian/changelog php-doctrine-collections-1.3.0/debian/changelog --- php-doctrine-collections-1.3.0/debian/changelog 2015-05-18 12:12:39.000000000 -0700 +++ php-doctrine-collections-1.3.0/debian/changelog 2016-02-11 15:40:39.000000000 -0800 @@ -1,3 +1,10 @@ +php-doctrine-collections (1.3.0-2ubuntu1) xenial; urgency=medium + + * d/: add nocheck and stage1 build profiles. + * LP: #1543855. + + -- Nishanth Aravamudan Tue, 09 Feb 2016 15:42:38 -0800 + php-doctrine-collections (1.3.0-2) unstable; urgency=medium * Upload to unstable since Jessie has been released diff -Nru php-doctrine-collections-1.3.0/debian/control php-doctrine-collections-1.3.0/debian/control --- php-doctrine-collections-1.3.0/debian/control 2015-04-04 08:32:12.000000000 -0700 +++ php-doctrine-collections-1.3.0/debian/control 2016-02-12 14:16:17.000000000 -0800 @@ -1,10 +1,14 @@ Source: php-doctrine-collections Section: php Priority: optional -Maintainer: Debian PHP PEAR Maintainers +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian PHP PEAR Maintainers Uploaders: ownCloud for Debian maintainers , David Prévot -Build-Depends: debhelper (>= 9), phpab, phpunit, pkg-php-tools (>= 1.7~) +Build-Depends: debhelper (>= 9), + phpab, + phpunit , + pkg-php-tools (>= 1.32~) Standards-Version: 3.9.6 Vcs-Git: git://anonscm.debian.org/pkg-php/php-doctrine-collections.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-php/php-doctrine-collections.git diff -Nru php-doctrine-collections-1.3.0/debian/rules php-doctrine-collections-1.3.0/debian/rules --- php-doctrine-collections-1.3.0/debian/rules 2015-05-18 12:10:49.000000000 -0700 +++ php-doctrine-collections-1.3.0/debian/rules 2016-02-10 10:46:39.000000000 -0800 @@ -16,7 +16,7 @@ rm -rf vendor override_dh_auto_test: -ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS))) +ifeq (,$(filter nocheck stage1, $(DEB_BUILD_OPTIONS) $(DEB_BUILD_PROFILES))) phpunit --bootstrap vendor/autoload.php else @echo "** tests disabled"