Version in base suite: 2.5.2-1 Base version: php-symfony-contracts_2.5.2-1 Target version: php-symfony-contracts_2.5.2-1+deb12u1 Base file: /srv/ftp-master.debian.org/ftp/pool/main/p/php-symfony-contracts/php-symfony-contracts_2.5.2-1.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/p/php-symfony-contracts/php-symfony-contracts_2.5.2-1+deb12u1.dsc autoload.php | 12 +++--- changelog | 7 +++ clean | 10 ++--- control | 2 - gbp.conf | 2 - php-symfony-cache-contracts.autoload.php.tpl | 30 +++++++++++++++ php-symfony-deprecation-contracts.autoload.php.tpl | 29 ++++++++++++++ php-symfony-event-dispatcher-contracts.autoload.php.tpl | 30 +++++++++++++++ php-symfony-http-client-contracts.autoload.php.tpl | 29 ++++++++++++++ php-symfony-service-contracts.autoload.php.tpl | 31 ++++++++++++++++ php-symfony-translation-contracts.autoload.php.tpl | 29 ++++++++++++++ rules | 7 ++- 12 files changed, 202 insertions(+), 16 deletions(-) diff -Nru php-symfony-contracts-2.5.2/debian/autoload.php php-symfony-contracts-2.5.2/debian/autoload.php --- php-symfony-contracts-2.5.2/debian/autoload.php 2022-06-18 15:59:28.000000000 +0000 +++ php-symfony-contracts-2.5.2/debian/autoload.php 2024-02-15 21:48:06.000000000 +0000 @@ -3,12 +3,12 @@ // require_once 'Psr/Container/autoload.php'; (already required by Service) // require_once 'Psr/EventDispatcher/autoload.php'; (already required by EventDispatcher) -require_once 'Symfony/Contracts/Cache/autoload.php'; -require_once 'Symfony/Contracts/Deprecation/autoload.php'; -require_once 'Symfony/Contracts/EventDispatcher/autoload.php'; -require_once 'Symfony/Contracts/HttpClient/autoload.php'; -require_once 'Symfony/Contracts/Service/autoload.php'; -require_once 'Symfony/Contracts/Translation/autoload.php'; +require_once __DIR__ . '/Cache/autoload.php'; +require_once __DIR__ . '/Deprecation/autoload.php'; +require_once __DIR__ . '/EventDispatcher/autoload.php'; +require_once __DIR__ . '/HttpClient/autoload.php'; +require_once __DIR__ . '/Service/autoload.php'; +require_once __DIR__ . '/Translation/autoload.php'; // if (stream_resolve_include_path('Symfony/Component/Cache/autoload.php')){ (already suggested by Cache) // include_once 'Symfony/Component/Cache/autoload.php'; diff -Nru php-symfony-contracts-2.5.2/debian/changelog php-symfony-contracts-2.5.2/debian/changelog --- php-symfony-contracts-2.5.2/debian/changelog 2022-07-01 05:08:46.000000000 +0000 +++ php-symfony-contracts-2.5.2/debian/changelog 2024-02-15 21:48:06.000000000 +0000 @@ -1,3 +1,10 @@ +php-symfony-contracts (2.5.2-1+deb12u1) bookworm; urgency=medium + + * Track debian/bookworm-security + * Force system dependencies loading + + -- David Prévot Thu, 15 Feb 2024 22:48:06 +0100 + php-symfony-contracts (2.5.2-1) unstable; urgency=medium [ Nicolas Grekas ] diff -Nru php-symfony-contracts-2.5.2/debian/clean php-symfony-contracts-2.5.2/debian/clean --- php-symfony-contracts-2.5.2/debian/clean 2022-06-18 15:59:28.000000000 +0000 +++ php-symfony-contracts-2.5.2/debian/clean 2024-02-15 21:48:06.000000000 +0000 @@ -1,14 +1,14 @@ .phpunit.result.cache +autoload.php Cache/autoload.php +debian/autoloaders/ +debian/autoload.tests.php.tpl +debian/packages_to_build/ Deprecation/autoload.php EventDispatcher/autoload.php HttpClient/autoload.php +Psr Service/autoload.php -Tests/autoload.php Translation/autoload.php -autoload.php -debian/autoloaders/ -debian/packages_to_build/ -debian/*.tpl Symfony/ vendor/ diff -Nru php-symfony-contracts-2.5.2/debian/control php-symfony-contracts-2.5.2/debian/control --- php-symfony-contracts-2.5.2/debian/control 2022-06-18 16:24:38.000000000 +0000 +++ php-symfony-contracts-2.5.2/debian/control 2024-02-15 21:48:06.000000000 +0000 @@ -15,7 +15,7 @@ pkg-php-tools (>= 1.41~) Standards-Version: 4.6.1 Homepage: https://symfony.com/components/Contracts -Vcs-Git: https://salsa.debian.org/php-team/pear/php-symfony-contracts.git -b debian/bookworm +Vcs-Git: https://salsa.debian.org/php-team/pear/php-symfony-contracts.git -b debian/bookworm-security Vcs-Browser: https://salsa.debian.org/php-team/pear/php-symfony-contracts Rules-Requires-Root: no diff -Nru php-symfony-contracts-2.5.2/debian/gbp.conf php-symfony-contracts-2.5.2/debian/gbp.conf --- php-symfony-contracts-2.5.2/debian/gbp.conf 2022-06-18 16:24:38.000000000 +0000 +++ php-symfony-contracts-2.5.2/debian/gbp.conf 2024-02-15 21:48:06.000000000 +0000 @@ -1,5 +1,5 @@ [DEFAULT] -debian-branch = debian/bookworm +debian-branch = debian/bookworm-security pristine-tar = True upstream-branch = upstream-2 upstream-vcs-tag = v%(version%~%-)s diff -Nru php-symfony-contracts-2.5.2/debian/php-symfony-cache-contracts.autoload.php.tpl php-symfony-contracts-2.5.2/debian/php-symfony-cache-contracts.autoload.php.tpl --- php-symfony-contracts-2.5.2/debian/php-symfony-cache-contracts.autoload.php.tpl 1970-01-01 00:00:00.000000000 +0000 +++ php-symfony-contracts-2.5.2/debian/php-symfony-cache-contracts.autoload.php.tpl 2024-02-15 21:48:06.000000000 +0000 @@ -0,0 +1,30 @@ +> debian/packages_to_build/$$deb_pkg_name; \ echo "pkg_path='$$pkg_path'" >> debian/packages_to_build/$$deb_pkg_name; \ echo "symfony $${deb_pkg_name#php-symfony-} Symfony/Contracts/$$pkg_path/autoload.php" > debian/autoloaders/$$deb_pkg_name; \ - phpabtpl --basedir $$src_path $$src_path/composer.json > debian/$$deb_pkg_name.autoload.php.tpl; \ if [ -e debian/$$deb_pkg_name.autoload.php ]; then \ cp debian/$$deb_pkg_name.autoload.php \ $$src_path/autoload.php ;\ @@ -43,14 +42,16 @@ fi; \ done cp debian/autoload.php . - mkdir --parents vendor Symfony + mkdir --parents vendor Symfony/Contracts phpabtpl --require symfony/contracts > debian/autoload.tests.php.tpl phpab \ --output vendor/autoload.php \ --template debian/autoload.tests.php.tpl \ Tests # Mimic expected path for tests - ln -s .. Symfony/Contracts + cp -r autoload.php Cache Deprecation EventDispatcher HttpClient Service Translation Symfony/Contracts + ln -s /usr/share/php/Symfony/Component Symfony + ln -s /usr/share/php/Psr . override_dh_auto_test: phpunit