diff -Nru php-doctrine-bundle-1.6.2/debian/changelog php-doctrine-bundle-1.6.2/debian/changelog --- php-doctrine-bundle-1.6.2/debian/changelog 2016-02-11 02:23:56.000000000 +0000 +++ php-doctrine-bundle-1.6.2/debian/changelog 2016-02-21 23:41:43.000000000 +0000 @@ -1,3 +1,11 @@ +php-doctrine-bundle (1.6.2-1ubuntu1) xenial; urgency=medium + + * update to PHP 7.0 dependencies. + * add nocheck and stage1 build profiles. + * LP: #1544341. + + -- Nishanth Aravamudan Wed, 10 Feb 2016 15:10:29 -0800 + php-doctrine-bundle (1.6.2-1) unstable; urgency=medium [ Davi Koscianski Vidal ] diff -Nru php-doctrine-bundle-1.6.2/debian/control php-doctrine-bundle-1.6.2/debian/control --- php-doctrine-bundle-1.6.2/debian/control 2016-02-11 02:11:40.000000000 +0000 +++ php-doctrine-bundle-1.6.2/debian/control 2016-02-21 23:40:54.000000000 +0000 @@ -1,20 +1,21 @@ Source: php-doctrine-bundle 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-doctrine-cache-bundle, php-doctrine-orm (>= 2.4.8), php-symfony-console (>= 2.4), - php-symfony-doctrine-bridge (>= 2.4), + php-symfony-doctrine-bridge (>= 2.4) , php-symfony-framework-bundle (>= 2.4), php-symfony-validator (>= 2.4), php-twig (>= 1.18), - php5-sqlite, + php-sqlite3, phpab, - phpunit, - pkg-php-tools (>= 1.7~) + phpunit , + pkg-php-tools (>= 1.32~) Standards-Version: 3.9.7 Vcs-Git: git://anonscm.debian.org/pkg-php/php-doctrine-bundle.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-php/php-doctrine-bundle.git @@ -24,10 +25,11 @@ Architecture: all Depends: php-doctrine-dbal (>= 2.4.5), php-symfony-console (>= 2.4), - php-symfony-doctrine-bridge (>= 2.4), + php-symfony-doctrine-bridge (>= 2.4) , php-symfony-framework-bundle (>= 2.4), + php-doctrine-cache-bundle (>= 1.0) , ${misc:Depends}, - ${phpcomposer:Debian-require} + ${phpcomposer:Debian-require} Suggests: ${phpcomposer:Debian-suggest} Replaces: ${phpcomposer:Debian-replace} Breaks: ${phpcomposer:Debian-replace} diff -Nru php-doctrine-bundle-1.6.2/debian/tests/control php-doctrine-bundle-1.6.2/debian/tests/control --- php-doctrine-bundle-1.6.2/debian/tests/control 2016-02-11 02:23:56.000000000 +0000 +++ php-doctrine-bundle-1.6.2/debian/tests/control 2016-02-21 23:40:54.000000000 +0000 @@ -1,3 +1,3 @@ Test-Command: mkdir --parents vendor && phpab --output vendor/autoload.php --template debian/autoload.ci.php.tpl --basedir vendor Tests && phpunit -v Restrictions: rw-build-tree -Depends: @, php-doctrine-orm (>= 2.4.8), php-symfony-validator (>= 2.4), php-twig (>= 1.18), php5-sqlite, phpab, phpunit +Depends: @, php-doctrine-orm (>= 2.4.8), php-symfony-validator (>= 2.4), php-twig (>= 1.18), php-sqlite3, phpab, phpunit