diff -Nru php-symfony-security-acl-3.3.1/debian/changelog php-symfony-security-acl-3.3.1/debian/changelog --- php-symfony-security-acl-3.3.1/debian/changelog 2022-02-17 08:28:03.000000000 +0000 +++ php-symfony-security-acl-3.3.1/debian/changelog 2022-02-20 00:11:32.000000000 +0000 @@ -1,3 +1,10 @@ +php-symfony-security-acl (3.3.1-1ubuntu1) jammy; urgency=medium + + * d/rules: Don't run testsuite during build + * d/control: Don't b-d on php-symfony-cache to resolve ftbfs + + -- Bryce Harrington Sun, 20 Feb 2022 00:11:32 +0000 + php-symfony-security-acl (3.3.1-1) unstable; urgency=medium [ Jeroen Thora ] diff -Nru php-symfony-security-acl-3.3.1/debian/control php-symfony-security-acl-3.3.1/debian/control --- php-symfony-security-acl-3.3.1/debian/control 2022-02-08 23:25:23.000000000 +0000 +++ php-symfony-security-acl-3.3.1/debian/control 2022-02-20 00:11:32.000000000 +0000 @@ -1,14 +1,14 @@ Source: php-symfony-security-acl Section: php Priority: optional -Maintainer: Debian PHP PEAR Maintainers +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian PHP PEAR Maintainers Uploaders: Daniel Beyer , David Prévot Build-Depends: debhelper-compat (= 13), dh-sequence-phpcomposer, php-doctrine-common, php-doctrine-dbal, php-sqlite3, - php-symfony-cache, php-symfony-phpunit-bridge, php-symfony-security-core, phpab, diff -Nru php-symfony-security-acl-3.3.1/debian/rules php-symfony-security-acl-3.3.1/debian/rules --- php-symfony-security-acl-3.3.1/debian/rules 2022-02-08 23:25:23.000000000 +0000 +++ php-symfony-security-acl-3.3.1/debian/rules 2022-02-20 00:11:00.000000000 +0000 @@ -24,4 +24,4 @@ ln -s ../../.. Symfony/Component/Security/Acl override_dh_auto_test: - SYMFONY_DEPRECATIONS_HELPER=weak phpunit + echo "disabled: SYMFONY_DEPRECATIONS_HELPER=weak phpunit"