diff -Nru php-proxy-manager-2.0.0/debian/changelog php-proxy-manager-2.0.0/debian/changelog --- php-proxy-manager-2.0.0/debian/changelog 2016-02-09 10:56:19.000000000 -0800 +++ php-proxy-manager-2.0.0/debian/changelog 2016-02-11 15:29:16.000000000 -0800 @@ -1,3 +1,11 @@ +php-proxy-manager (2.0.0-1ubuntu1) xenial; urgency=medium + + * d/: add nocheck build profile. + * d/: add stage1 build profile. + * LP: #1543740. + + -- Nishanth Aravamudan Tue, 09 Feb 2016 10:50:32 -0800 + php-proxy-manager (2.0.0-1) experimental; urgency=medium * Upload new branch to experimental diff -Nru php-proxy-manager-2.0.0/debian/control php-proxy-manager-2.0.0/debian/control --- php-proxy-manager-2.0.0/debian/control 2016-02-09 10:56:19.000000000 -0800 +++ php-proxy-manager-2.0.0/debian/control 2016-02-12 14:34:18.000000000 -0800 @@ -1,12 +1,13 @@ Source: php-proxy-manager Section: php Priority: optional -Maintainer: Debian PHP PEAR Maintainers +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian PHP PEAR Maintainers Uploaders: David Prévot Build-Depends: debhelper (>= 9), - php-codesniffer, + php-codesniffer , phpab, - pkg-php-tools (>= 1.7~) + pkg-php-tools (>= 1.32~) Standards-Version: 3.9.6 Homepage: https://github.com/Ocramius/ProxyManager Vcs-Git: git://anonscm.debian.org/pkg-php/php-proxy-manager.git diff -Nru php-proxy-manager-2.0.0/debian/rules php-proxy-manager-2.0.0/debian/rules --- php-proxy-manager-2.0.0/debian/rules 2016-02-09 10:56:19.000000000 -0800 +++ php-proxy-manager-2.0.0/debian/rules 2016-02-09 11:06:49.000000000 -0800 @@ -9,7 +9,7 @@ src/ProxyManager override_dh_auto_test: -ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS))) +ifeq (,$(filter nocheck stage1, $(DEB_BUILD_OPTIONS) $(DEB_BUILD_PROFILES))) phpcs --standard=PSR2 ./src/ else @echo "** tests disabled"