[ubuntu/disco-proposed] symfony 3.4.21+dfsg-1ubuntu1 (Accepted)

Gianfranco Costamagna locutusofborg at debian.org
Tue Jan 8 09:58:42 UTC 2019


symfony (3.4.21+dfsg-1ubuntu1) disco; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - tweak back d/p/HttpFoundation-Workaround-some-currently-broken-tests.patch
      - this tweak should be uncommented once php 7.3 becomes the default in
        Ubuntu too

symfony (3.4.21+dfsg-1) unstable; urgency=medium

  [ Fabien Potencier ]
  * updated VERSION for 3.4.21

  [ Christian Flothmann ]
  * update year in license files

  [ David Prévot ]
  * Use debian/clean for directories
  * Update copyright (years)
  * Use debhelper-compat 12
  * Update Standards-Version to 4.3.0

  [ Kunal Mehta ]
  * Remove and replace php-symfony-polyfill-* dependencies (Closes: #821138)

Date: Tue, 08 Jan 2019 09:11:22 +0100
Changed-By: Gianfranco Costamagna <locutusofborg at debian.org>
Maintainer: Debian PHP PEAR Maintainers <pkg-php-pear at lists.alioth.debian.org>
https://launchpad.net/ubuntu/+source/symfony/3.4.21+dfsg-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 08 Jan 2019 09:11:22 +0100
Source: symfony
Binary: php-symfony php-symfony-asset php-symfony-browser-kit php-symfony-cache php-symfony-class-loader php-symfony-config php-symfony-console php-symfony-css-selector php-symfony-debug php-symfony-dependency-injection php-symfony-dom-crawler php-symfony-dotenv php-symfony-event-dispatcher php-symfony-expression-language php-symfony-filesystem php-symfony-finder php-symfony-form php-symfony-http-foundation php-symfony-http-kernel php-symfony-inflector php-symfony-intl php-symfony-lock php-symfony-ldap php-symfony-options-resolver php-symfony-process php-symfony-property-access php-symfony-property-info php-symfony-routing php-symfony-security php-symfony-security-core php-symfony-security-csrf php-symfony-security-guard php-symfony-security-http php-symfony-serializer php-symfony-stopwatch php-symfony-templating php-symfony-translation php-symfony-validator php-symfony-var-dumper php-symfony-web-link php-symfony-workflow php-symfony-yaml php-symfony-doctrine-bridge
 php-symfony-monolog-bridge php-symfony-phpunit-bridge php-symfony-proxy-manager-bridge php-symfony-twig-bridge php-symfony-debug-bundle php-symfony-framework-bundle php-symfony-security-bundle php-symfony-twig-bundle php-symfony-web-profiler-bundle
 php-symfony-web-server-bundle
Architecture: source
Version: 3.4.21+dfsg-1ubuntu1
Distribution: disco
Urgency: medium
Maintainer: Debian PHP PEAR Maintainers <pkg-php-pear at lists.alioth.debian.org>
Changed-By: Gianfranco Costamagna <locutusofborg at debian.org>
Description:
 php-symfony - set of reusable components and framework for web projects
 php-symfony-asset - manage asset URLs
 php-symfony-browser-kit - simulate the behavior of a web browser
 php-symfony-cache -
 php-symfony-class-loader - load PHP classes automatically
 php-symfony-config - load configurations from different data sources
 php-symfony-console - run tasks from the command line
 php-symfony-css-selector - convert CSS selectors to XPath expressions
 php-symfony-debug - tools to make debugging of PHP code easier
 php-symfony-debug-bundle - debugging tools for the Symfony framework
 php-symfony-dependency-injection - standardize and centralize construction of objects
 php-symfony-doctrine-bridge - integration for Doctrine with Symfony Components
 php-symfony-dom-crawler - ease DOM navigation for HTML and XML documents
 php-symfony-dotenv - .env files parser to make environment variables accessible
 php-symfony-event-dispatcher - dispatch events and listen to them
 php-symfony-expression-language - compile and evaluate expressions
 php-symfony-filesystem - basic filesystem utilities
 php-symfony-finder - find files and directories
 php-symfony-form - create HTML forms and process request data
 php-symfony-framework-bundle - basic, robust and flexible MVC framework
 php-symfony-http-foundation - object-oriented layer for the HTTP specification
 php-symfony-http-kernel - building blocks for flexible and fast HTTP-based frameworks
 php-symfony-inflector - words conversion between their singular and plural forms
 php-symfony-intl - limited replacement layer for the PHP extension intl
 php-symfony-ldap - abstraction layer for the PHP LDAP module
 php-symfony-lock - creates and manages locks
 php-symfony-monolog-bridge - integration for Monolog with Symfony Components
 php-symfony-options-resolver - configure objects with option arrays
 php-symfony-phpunit-bridge - integration for PHPUnit with Symfony Components
 php-symfony-process - execute commands in sub-processes
 php-symfony-property-access - read from and write to an object or array
 php-symfony-property-info - extract information about properties of PHP classes
 php-symfony-proxy-manager-bridge - integration for ProxyManager with Symfony Components
 php-symfony-routing - associate a request with code that generates a response
 php-symfony-security - infrastructure for sophisticated authorization systems
 php-symfony-security-bundle - configurable security system for the Symfony framework
 php-symfony-security-core - infrastructure for authorization systems - common features
 php-symfony-security-csrf - infrastructure for authorization systems - CSRF protection
 php-symfony-security-guard - infrastructure for authorization systems - Guard features
 php-symfony-security-http - infrastructure for authorization systems - HTTP integration
 php-symfony-serializer - convert PHP objects into specific formats and vice versa
 php-symfony-stopwatch - profile PHP code
 php-symfony-templating - tools needed to build a template system
 php-symfony-translation - tools to internationalize an application
 php-symfony-twig-bridge - integration for Twig with Symfony Components
 php-symfony-twig-bundle - configurable integration of Twig with the Symfony framework
 php-symfony-validator - tools to validate classes
 php-symfony-var-dumper -
 php-symfony-web-link - manage links between resources
 php-symfony-web-profiler-bundle - collect requests information for analysis and debugging
 php-symfony-web-server-bundle - provide commands for applications using the PHP built-in web serv
 php-symfony-workflow - manage a workflow or finite state machine
 php-symfony-yaml - convert YAML to PHP arrays and the other way around
Closes: 821138
Changes:
 symfony (3.4.21+dfsg-1ubuntu1) disco; urgency=low
 .
   * Merge from Debian unstable.  Remaining changes:
     - tweak back d/p/HttpFoundation-Workaround-some-currently-broken-tests.patch
       - this tweak should be uncommented once php 7.3 becomes the default in
         Ubuntu too
 .
 symfony (3.4.21+dfsg-1) unstable; urgency=medium
 .
   [ Fabien Potencier ]
   * updated VERSION for 3.4.21
 .
   [ Christian Flothmann ]
   * update year in license files
 .
   [ David Prévot ]
   * Use debian/clean for directories
   * Update copyright (years)
   * Use debhelper-compat 12
   * Update Standards-Version to 4.3.0
 .
   [ Kunal Mehta ]
   * Remove and replace php-symfony-polyfill-* dependencies (Closes: #821138)
Checksums-Sha1:
 d9ba0724331ce8486904bbcf19f4e37cdf8503fc 6922 symfony_3.4.21+dfsg-1ubuntu1.dsc
 58910d987a6787d6043d45a1e82766fa45960699 41932 symfony_3.4.21+dfsg-1ubuntu1.debian.tar.xz
 7cc59ed9e7e67574f429faec530f347ba347f428 8658 symfony_3.4.21+dfsg-1ubuntu1_source.buildinfo
Checksums-Sha256:
 b61b60da5042bd1c9e098622e314cb2b6a47fe644d6a9ce856349aaedf704d43 6922 symfony_3.4.21+dfsg-1ubuntu1.dsc
 78b49cf99f06fa7a837451aea89c258957fda16078f561870152d46efee2724e 41932 symfony_3.4.21+dfsg-1ubuntu1.debian.tar.xz
 a299e3f5b1c9e6a589f42b92771fedb54dd2bd0d4ebc0cd992a92f078383fa72 8658 symfony_3.4.21+dfsg-1ubuntu1_source.buildinfo
Files:
 80180a244999f8a58b9751e7bd50a022 6922 php optional symfony_3.4.21+dfsg-1ubuntu1.dsc
 86a8c68b83d618c4870581ecbeeb0d3b 41932 php optional symfony_3.4.21+dfsg-1ubuntu1.debian.tar.xz
 2574d6e205732d9abb8c57e8c8947ec4 8658 php optional symfony_3.4.21+dfsg-1ubuntu1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEkpeKbhleSSGCX3/w808JdE6fXdkFAlw0dBwACgkQ808JdE6f
Xdm2ZBAAwYzxMBlutS5s1481WuODYa5nGWwqaDZZQ9IYKSAyMUYW2sDiZ1bi9Pp8
nV/ChVYOFuwRg63LEBwLV/x8nbpdn4s4b8C35GT4nqL89nkEm+OYgwa8J2IIPyXH
XIPZxXwEZdZ1HsX0p327W3W2y0iSrY9OmZPqwUhGN33aNXYxc5ieei95/5UkPrMK
eShDCy7ePZT/OgUuzJAOdtTXucrArP9ybYKasaMRnA6L8/Z3bcJ6uvBir8eUBgC/
Rh4b8kaXVNnU4mvrR3rBFzrC+EM/0eDNBaKF0QB62vp/Fe/0PPklmn/tODROKcZv
rH1drKNh1pTY7bNNjtD0GX/R1ZqHhRybxGsW3Imma0NnntnWpUctxWjGfwXEUD9r
3b5LyiktSpL5lBB9SpnGapgHDwcbAuavSsHjBtt3UBT1WniAiAscleaPBy+zRRLE
JEV+JF6Q1JimhnQL+44hdG6okfkDQDTjWcIwU3USm+KZuiENRmYWdXJBp7/HS7NO
w9qfjRU9OVKfIkdb8HzBIwEZRHMVYhouV3pcuAM3VzA+IXkuDI4yPff92FbYS9+a
U5E2X0grVhYA6rPxjzeEmqj4y48gnw0Wzdi7lKu3dheI3addRoUz9Uga7fFmLVxZ
VCM76cOfKRcgnWfLnwDhPPIVD+jucs8PULDhk+v8RWEwHHadLuk=
=V7jv
-----END PGP SIGNATURE-----


More information about the Disco-changes mailing list