diff -Nru symfony-2.8.7+dfsg/debian/changelog symfony-2.8.7+dfsg/debian/changelog --- symfony-2.8.7+dfsg/debian/changelog 2016-06-07 17:54:09.000000000 -0700 +++ symfony-2.8.7+dfsg/debian/changelog 2016-06-16 12:55:21.000000000 -0700 @@ -1,3 +1,35 @@ +symfony (2.8.7+dfsg-1ubuntu1) yakkety; urgency=medium + + * Merge with Debian unstable (LP #). Remaining changes: + - d: add nocheck and stage1 build profiles (LP #1544279). + * Drop: + - d/: Update to PHP 7.0 dependencies. + [ Fixed in Debian ] + - remove php5-symfony-debug + + https://github.com/symfony/symfony/issues/17515#issuecomment-174425132. + [ Fixed in 2.8.4+dfsg-2 ] + - Update proxy-manager dependent tests to the 2.0.0 code syntax. + [ Not needed in latest testing ] + - New upstream release (2.7.10) (LP #1558848). + [ Debian moved to 2.8.7 ] + - Copy d/p/HttpFoundation-Fix-incompatibility-with-php-memcache.patch + from Debian 2.8.2-1. + [ Fixed in 2.8.2-1 ] + - Update d/p/Workaround-OR-ed-versions-are-not-supported.patch for + Proxy-Manager 2.0.0. + [ Patch dropped in 2.8.4+dfsg-2 ] + - Update d/licensing/image-checksums.dcf for new + src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/twig.html.twig + SVG images. + [ Fixed in Debian for newer upstream ] + - php-symfony-class-loader: hardcode composer-derived dependencies, as + we don't need polyfill if we only support PHP7.0. + [ 16.10 has proper polyfill support ] + * d/control: add php-symfony-security-acl to the stage1 build, as it + depends on php-symfony-security-core from this package. + + -- Nishanth Aravamudan Thu, 16 Jun 2016 12:50:42 -0700 + symfony (2.8.7+dfsg-1) unstable; urgency=medium [ Fabien Potencier ] @@ -124,6 +156,51 @@ -- David Prévot Sun, 21 Feb 2016 10:40:09 -0400 +symfony (2.7.10-0ubuntu2) xenial; urgency=medium + + * php-symfony-class-loader: hardcode composer-derived dependencies, as + we don't need polyfill if we only support PHP7.0. + + -- Nishanth Aravamudan Fri, 18 Mar 2016 17:06:11 -0700 + +symfony (2.7.10-0ubuntu1) xenial; urgency=medium + + * New upstream release (2.7.10) (LP: #1558848). + * Copy d/p/HttpFoundation-Fix-incompatibility-with-php-memcache.patch + from Debian 2.8.2-1. + * Update d/p/Workaround-OR-ed-versions-are-not-supported.patch for + Proxy-Manager 2.0.0. + * Fix issue during build by not invoking dh_php (remnant from + removing php5-symfony-debug). + * Update d/licensing/image-checksums.dcf for new + src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/twig.html.twig + SVG images. + * Drop: + - d/p/Embed-paragonie-random_compat-into-the-security-comp.patch + [ not needed with PHP7.0 ] + - d/p/cherrypick_5d433cab.patch + [ present in 2.7.10 ] + + -- Nishanth Aravamudan Thu, 17 Mar 2016 17:43:54 -0700 + +symfony (2.7.9+dfsg-1ubuntu2) xenial; urgency=medium + + [ Nishanth Aravamudan ] + * Cherry-pick commit upstream 5d433cab. + * Update proxy-manager dependent tests to the 2.0.0 code syntax. + + -- Steve Langasek Sun, 21 Feb 2016 07:26:44 +0000 + +symfony (2.7.9+dfsg-1ubuntu1) xenial; urgency=medium + + * d/: Update to PHP 7.0 dependencies. + * remove php5-symfony-debug + - https://github.com/symfony/symfony/issues/17515#issuecomment-174425132. + * d: add nocheck and stage1 build profiles. + * LP: #1544279. + + -- Nishanth Aravamudan Tue, 09 Feb 2016 17:00:21 -0800 + symfony (2.7.9+dfsg-1) unstable; urgency=high [ Fabien Potencier ] diff -Nru symfony-2.8.7+dfsg/debian/control symfony-2.8.7+dfsg/debian/control --- symfony-2.8.7+dfsg/debian/control 2016-06-07 17:37:09.000000000 -0700 +++ symfony-2.8.7+dfsg/debian/control 2016-06-16 12:55:30.000000000 -0700 @@ -1,5 +1,6 @@ Source: symfony -Maintainer: Debian PHP PEAR Maintainers +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian PHP PEAR Maintainers Uploaders: Daniel Beyer , David Prévot Section: php @@ -13,9 +14,9 @@ locales-all, parallel, php-apcu-bc, - php-doctrine-bundle (>= 1.5), - php-doctrine-data-fixtures (>= 1.1.1-2~), - php-doctrine-orm (>= 2.4.8), + php-doctrine-bundle (>= 1.5) , + php-doctrine-data-fixtures (>= 1.1.1-2~) , + php-doctrine-orm (>= 2.4.8) , php-email-validator (>= 1.2.8), php-intl, php-ldap, @@ -35,10 +36,10 @@ php-symfony-polyfill-php56, php-symfony-polyfill-php70, php-symfony-polyfill-util, - php-symfony-security-acl, + php-symfony-security-acl , php-twig (>= 1.23), phpab, - phpunit (>= 5) + phpunit (>= 5) Build-Conflicts: php-mongo Homepage: https://symfony.com/ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-php/symfony.git @@ -735,6 +736,7 @@ Breaks: ${phpcomposer:Debian-conflict}, ${phpcomposer:Debian-replace} Provides: ${phpcomposer:Debian-provide} +Build-Profiles: Description: integration for Doctrine with Symfony Components The ${phpcomposer:description} integrates the Doctrine Project with various Symfony Components. @@ -771,6 +773,7 @@ Breaks: ${phpcomposer:Debian-conflict}, ${phpcomposer:Debian-replace} Provides: ${phpcomposer:Debian-provide} +Build-Profiles: Description: integration for PHPUnit with Symfony Components The ${phpcomposer:description} integrates PHPUnit with various Symfony Components. diff -Nru symfony-2.8.7+dfsg/debian/rules symfony-2.8.7+dfsg/debian/rules --- symfony-2.8.7+dfsg/debian/rules 2016-06-07 17:37:09.000000000 -0700 +++ symfony-2.8.7+dfsg/debian/rules 2016-06-16 11:47:05.000000000 -0700 @@ -68,7 +68,7 @@ override_dh_auto_test: -ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS))) +ifeq (,$(filter nocheck stage1, $(DEB_BUILD_OPTIONS) $(DEB_BUILD_PROFILES))) ln -s ./src/Symfony ./Symfony mkdir --parents vendor ln -s ../debian/autoload.build.php ./vendor/autoload.php