diff -Nru php-directory-scanner-1.3.1/debian/changelog php-directory-scanner-1.3.1/debian/changelog --- php-directory-scanner-1.3.1/debian/changelog 2015-05-07 13:57:09.000000000 -0700 +++ php-directory-scanner-1.3.1/debian/changelog 2016-02-08 18:20:00.000000000 -0800 @@ -1,3 +1,10 @@ +php-directory-scanner (1.3.1-2ubuntu1) xenial; urgency=medium + + * d: add nocheck build profile. + * d: add stage1 build profile. + + -- Nishanth Aravamudan Mon, 08 Feb 2016 17:58:22 -0800 + php-directory-scanner (1.3.1-2) unstable; urgency=medium * Upload to unstable since Jessie has been released diff -Nru php-directory-scanner-1.3.1/debian/control php-directory-scanner-1.3.1/debian/control --- php-directory-scanner-1.3.1/debian/control 2015-02-21 15:28:33.000000000 -0800 +++ php-directory-scanner-1.3.1/debian/control 2016-02-08 18:19:39.000000000 -0800 @@ -6,8 +6,8 @@ Prach Pongpanich Build-Depends: debhelper (>= 9), pear-channels (>= 0~20140428), - php-symfony-class-loader, - phpunit, + php-symfony-class-loader , + phpunit , pkg-php-tools Standards-Version: 3.9.6 Homepage: https://github.com/theseer/DirectoryScanner diff -Nru php-directory-scanner-1.3.1/debian/rules php-directory-scanner-1.3.1/debian/rules --- php-directory-scanner-1.3.1/debian/rules 2015-02-21 15:28:33.000000000 -0800 +++ php-directory-scanner-1.3.1/debian/rules 2016-02-08 18:20:00.000000000 -0800 @@ -6,7 +6,7 @@ rm -rf DirectoryScanner-*/build override_dh_auto_test: -ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS))) +ifeq (,$(filter nocheck stage1, $(DEB_BUILD_OPTIONS) $(DEB_BUILD_PROFILES))) cd DirectoryScanner-* && phpunit else @echo "** tests disabled"