Package: php-doctrine-cache
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu mantic ubuntu-patch

Dear Maintainer,

php-doctrine-cache requires php-cache-tag-interop which used to be
provided by php-cache-integration-tests.

Starting with php-cache-integration-tests 0.17.0-4, the dependency on
php-cache-tag-interop was dropped so the dependencies of
php-doctrine-cache are no longer satisfied.

In Ubuntu, the attached patch was applied to achieve the following:

  * Merge with Debian unstable (LP: #2025673). Remaining changes:
    - d/control: Add b-d for php-cache-tag-interop removed from
      php-cache-integration-tests.
    - d/t/control: Add test dependency on php-cache-tag-interop removed
      from php-cache-integration-tests.

Thanks for considering the patch.


-- System Information:
Debian Release: bookworm/sid
  APT prefers lunar-updates
  APT policy: (500, 'lunar-updates'), (500, 'lunar-security'), (500, 'lunar'), 
(100, 'lunar-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.1.0-16-generic (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
diff -Nru php-doctrine-cache-2.2.0/debian/control 
php-doctrine-cache-2.2.0/debian/control
--- php-doctrine-cache-2.2.0/debian/control     2023-06-25 10:20:40.000000000 
+0200
+++ php-doctrine-cache-2.2.0/debian/control     2023-07-03 19:47:31.000000000 
+0200
@@ -7,6 +7,7 @@
                memcached,
                php-apcu,
                php-cache-integration-tests,
+               php-cache-tag-interop,
                php-memcache,
                php-memcached,
                php-psr-cache,
diff -Nru php-doctrine-cache-2.2.0/debian/tests/control 
php-doctrine-cache-2.2.0/debian/tests/control
--- php-doctrine-cache-2.2.0/debian/tests/control       2022-10-17 
08:08:20.000000000 +0200
+++ php-doctrine-cache-2.2.0/debian/tests/control       2023-07-03 
19:47:31.000000000 +0200
@@ -3,6 +3,7 @@
 Depends: memcached,
          php-apcu,
          php-cache-integration-tests,
+         php-cache-tag-interop,
          php-memcache,
          php-memcached,
          php-psr-cache,

Reply via email to