diff -Nru php-doctrine-inflector-1.1.0/debian/changelog php-doctrine-inflector-1.1.0/debian/changelog --- php-doctrine-inflector-1.1.0/debian/changelog 2015-11-07 10:00:13.000000000 -0800 +++ php-doctrine-inflector-1.1.0/debian/changelog 2016-02-11 15:41:35.000000000 -0800 @@ -1,3 +1,10 @@ +php-doctrine-inflector (1.1.0-1ubuntu1) xenial; urgency=medium + + * d/: add nocheck and stage1 build profiles. + * LP: #1543856. + + -- Nishanth Aravamudan Tue, 09 Feb 2016 15:45:33 -0800 + php-doctrine-inflector (1.1.0-1) unstable; urgency=medium [ racheldomingo ] diff -Nru php-doctrine-inflector-1.1.0/debian/control php-doctrine-inflector-1.1.0/debian/control --- php-doctrine-inflector-1.1.0/debian/control 2015-11-07 09:53:12.000000000 -0800 +++ php-doctrine-inflector-1.1.0/debian/control 2016-02-12 14:10:34.000000000 -0800 @@ -1,10 +1,14 @@ Source: php-doctrine-inflector 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-inflector.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-php/php-doctrine-inflector.git diff -Nru php-doctrine-inflector-1.1.0/debian/rules php-doctrine-inflector-1.1.0/debian/rules --- php-doctrine-inflector-1.1.0/debian/rules 2015-11-07 09:53:12.000000000 -0800 +++ php-doctrine-inflector-1.1.0/debian/rules 2016-02-10 10:51:14.000000000 -0800 @@ -8,7 +8,7 @@ lib/Doctrine/Common/Inflector override_dh_auto_test: -ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS))) +ifeq (,$(filter nocheck stage1, $(DEB_BUILD_OPTIONS) $(DEB_BUILD_PROFILES))) phpunit else echo "** tests disabled"