diff -Nru php-monolog-1.17.2/debian/changelog php-monolog-1.17.2/debian/changelog --- php-monolog-1.17.2/debian/changelog 2015-10-22 14:40:43.000000000 -0700 +++ php-monolog-1.17.2/debian/changelog 2016-02-11 15:32:53.000000000 -0800 @@ -1,3 +1,11 @@ +php-monolog (1.17.2-1ubuntu1) xenial; urgency=medium + + * Update to PHP7.0 dependencies (php5-mongo -> php-mongodb). + * Add nocheck and stage1 build profiles. + * LP: #1543826. + + -- Nishanth Aravamudan Tue, 09 Feb 2016 14:49:03 -0800 + php-monolog (1.17.2-1) unstable; urgency=medium [ Jordi Boggiano ] diff -Nru php-monolog-1.17.2/debian/control php-monolog-1.17.2/debian/control --- php-monolog-1.17.2/debian/control 2015-08-29 06:41:19.000000000 -0700 +++ php-monolog-1.17.2/debian/control 2016-02-12 14:28:12.000000000 -0800 @@ -1,7 +1,8 @@ Source: php-monolog 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-amqplib (>= 2.5), @@ -9,10 +10,10 @@ php-aws-sdk (>= 2.8), php-psr-log (>= 1.0.0-2~), php-swiftmailer, - php5-mongo, + php-mongodb, phpab, - phpunit, - pkg-php-tools (>= 1.30~) + phpunit , + pkg-php-tools (>= 1.32~) Standards-Version: 3.9.6 Homepage: https://github.com/Seldaek/monolog Vcs-Git: git://anonscm.debian.org/pkg-php/php-monolog.git diff -Nru php-monolog-1.17.2/debian/rules php-monolog-1.17.2/debian/rules --- php-monolog-1.17.2/debian/rules 2015-06-20 07:40:02.000000000 -0700 +++ php-monolog-1.17.2/debian/rules 2016-02-09 14:48:55.000000000 -0800 @@ -13,7 +13,7 @@ tests/Monolog override_dh_auto_test: -ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS))) +ifeq (,$(filter nocheck stage1, $(DEB_BUILD_OPTIONS) $(DEB_BUILD_PROFILES))) phpunit --bootstrap autoload.php --include-path src else @echo "** tests disabled"