diff -pruN 0.17-6/debian/changelog 0.17-6ubuntu2/debian/changelog
--- 0.17-6/debian/changelog	2020-04-05 13:40:16.000000000 +0000
+++ 0.17-6ubuntu2/debian/changelog	2021-12-16 10:31:58.000000000 +0000
@@ -1,3 +1,21 @@
+gcc-python-plugin (0.17-6ubuntu2) jammy; urgency=medium
+
+  * Remove dependency from dbg package to removed python3-lxml-dbg
+
+ -- Julian Andres Klode <juliank@ubuntu.com>  Thu, 16 Dec 2021 11:31:58 +0100
+
+gcc-python-plugin (0.17-6ubuntu1) jammy; urgency=medium
+
+  * Don't fail the build on deprecated python functions.
+
+ -- Steve Langasek <steve.langasek@ubuntu.com>  Fri, 19 Nov 2021 19:24:09 +0000
+
+gcc-python-plugin (0.17-6build2) jammy; urgency=medium
+
+  * No-change rebuild to add python3.10.
+
+ -- Matthias Klose <doko@ubuntu.com>  Sun, 17 Oct 2021 12:21:20 +0200
+
 gcc-python-plugin (0.17-6) unstable; urgency=medium
 
   * debian/patches/python3.8-compat.patch: fix compatibility with
diff -pruN 0.17-6/debian/control 0.17-6ubuntu2/debian/control
--- 0.17-6/debian/control	2020-04-05 13:40:16.000000000 +0000
+++ 0.17-6ubuntu2/debian/control	2021-12-16 10:31:12.000000000 +0000
@@ -1,7 +1,8 @@
 Source: gcc-python-plugin
 Section: devel
 Priority: optional
-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
 Uploaders: Matthias Klose <doko@debian.org>
 Build-Depends: debhelper (>= 9), dh-python,
   gcc-9-plugin-dev, g++-9,
@@ -28,7 +29,7 @@ Package: gcc-python3-dbg-plugin
 Architecture: any
 Multi-Arch: same
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends},
-  gcc-python3-plugin (= ${binary:Version}), python3-lxml-dbg
+  gcc-python3-plugin (= ${binary:Version})
 Suggests: gcc-python-plugin-doc
 Description: plugin for GCC to invoke Python scripts from inside the compiler
  The GCC Python plugin is a plugin for GCC, which links against libpython,
diff -pruN 0.17-6/debian/rules 0.17-6ubuntu2/debian/rules
--- 0.17-6/debian/rules	2020-02-20 13:15:45.000000000 +0000
+++ 0.17-6ubuntu2/debian/rules	2021-11-19 19:24:09.000000000 +0000
@@ -14,6 +14,7 @@ ddoc	= debian/$(pdoc)
 INTERP	= python3 python3-dbg # python python-dbg
 
 export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS)
+export CFLAGS := $(shell env DEB_CFLAGS_MAINT_APPEND=-Wno-error=deprecated-declarations dpkg-buildflags --get CFLAGS)
 
 build-arch: $(INTERP:%=build-stamp-%)
 build-indep: doc-stamp
