diff -pruN 0.17.0-2/debian/changelog 0.17.0-2ubuntu1/debian/changelog
--- 0.17.0-2/debian/changelog	2022-07-10 03:46:02.000000000 +0000
+++ 0.17.0-2ubuntu1/debian/changelog	2022-08-23 18:12:33.000000000 +0000
@@ -1,3 +1,15 @@
+php-cache-integration-tests (0.17.0-2ubuntu1) kinetic; urgency=medium
+
+  * Merge with Debian unstable (LP: #1987433). Remaining changes:
+    - d/p/remove-deps-from-require.patch: Add a patch to
+      remove deps from "require". Now that psr/cache v2
+      is released, we need to relax the constraints in
+      "require" so that tested libs can bump to v2 and
+      run tests with v2, which in a way is useless to do
+      since we're already doing it. Thus, this patch.
+
+ -- Bryce Harrington <bryce@canonical.com>  Tue, 23 Aug 2022 11:12:33 -0700
+
 php-cache-integration-tests (0.17.0-2) unstable; urgency=medium
 
   * Fix d/watch after hosting change
@@ -7,6 +19,29 @@ php-cache-integration-tests (0.17.0-2) u
 
  -- David Prévot <taffit@debian.org>  Sun, 10 Jul 2022 05:46:02 +0200
 
+php-cache-integration-tests (0.17.0-1ubuntu3) jammy; urgency=medium
+
+  * No change rebuild for PHP 8.1
+
+ -- Bryce Harrington <bryce@canonical.com>  Wed, 27 Oct 2021 18:06:07 +0000
+
+php-cache-integration-tests (0.17.0-1ubuntu2) impish; urgency=medium
+
+  * No change rebuild for PHP 8.0 and symfony
+
+ -- Bryce Harrington <bryce@canonical.com>  Tue, 15 Jun 2021 23:19:49 +0000
+
+php-cache-integration-tests (0.17.0-1ubuntu1) impish; urgency=medium
+
+  * d/p/remove-deps-from-require.patch: Add a patch to
+    remove deps from "require". Now that psr/cache v2
+    is released, we need to relax the constraints in
+    "require" so that tested libs can bump to v2 and
+    run tests with v2, which in a way is useless to do
+    since we're already doing it. Thus, this patch.
+
+ -- Utkarsh Gupta <utkarsh.gupta@canonical.com>  Tue, 01 Jun 2021 17:28:54 +0530
+
 php-cache-integration-tests (0.17.0-1) unstable; urgency=medium
 
   [ Nicolas Grekas ]
diff -pruN 0.17.0-2/debian/control 0.17.0-2ubuntu1/debian/control
--- 0.17.0-2/debian/control	2022-07-10 03:43:38.000000000 +0000
+++ 0.17.0-2ubuntu1/debian/control	2022-08-23 18:12:33.000000000 +0000
@@ -1,7 +1,8 @@
 Source: php-cache-integration-tests
 Section: php
 Priority: optional
-Maintainer: Debian PHP PEAR Maintainers <pkg-php-pear@lists.alioth.debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Debian PHP PEAR Maintainers <pkg-php-pear@lists.alioth.debian.org>
 Uploaders: David Prévot <taffit@debian.org>
 Build-Depends: debhelper-compat (= 13), dh-sequence-phpcomposer, phpab
 Standards-Version: 4.6.1
diff -pruN 0.17.0-2/debian/patches/remove-deps-from-require.patch 0.17.0-2ubuntu1/debian/patches/remove-deps-from-require.patch
--- 0.17.0-2/debian/patches/remove-deps-from-require.patch	1970-01-01 00:00:00.000000000 +0000
+++ 0.17.0-2ubuntu1/debian/patches/remove-deps-from-require.patch	2022-08-23 18:03:57.000000000 +0000
@@ -0,0 +1,23 @@
+Origin: upstream
+From 75c7bd6d7a6f50f6b442b042a76322e3de2d0e10 Mon Sep 17 00:00:00 2001
+From: Nicolas Grekas <nicolas.grekas@gmail.com>
+Date: Thu, 4 Feb 2021 18:43:35 +0100
+Subject: [PATCH] Remove deps from "require"
+
+---
+ composer.json | 4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
+
+--- a/composer.json
++++ b/composer.json
+@@ -23,9 +23,7 @@
+         }
+     ],
+     "require":     {
+-        "php": ">=5.5.9",
+-        "psr/cache": "~1.0",
+-        "cache/tag-interop": "^1.0"
++        "php": ">=5.5.9"
+     },
+     "require-dev": {
+         "cache/cache": "^1.0",
diff -pruN 0.17.0-2/debian/patches/series 0.17.0-2ubuntu1/debian/patches/series
--- 0.17.0-2/debian/patches/series	1970-01-01 00:00:00.000000000 +0000
+++ 0.17.0-2ubuntu1/debian/patches/series	2022-08-23 18:03:57.000000000 +0000
@@ -0,0 +1 @@
+remove-deps-from-require.patch
