diff -Nru alacarte-3.44.1/debian/changelog alacarte-3.44.1/debian/changelog --- alacarte-3.44.1/debian/changelog 2022-03-26 08:22:02.000000000 +0000 +++ alacarte-3.44.1/debian/changelog 2023-12-06 21:53:30.000000000 +0000 @@ -1,3 +1,9 @@ +alacarte (3.44.1-1ubuntu0.1) jammy; urgency=medium + + * Depend on python3-cairo. (LP: #2037326) + + -- Sudip Mukherjee Wed, 06 Dec 2023 21:53:30 +0000 + alacarte (3.44.1-1) unstable; urgency=medium * New upstream release. diff -Nru alacarte-3.44.1/debian/control alacarte-3.44.1/debian/control --- alacarte-3.44.1/debian/control 2022-03-26 08:22:02.000000000 +0000 +++ alacarte-3.44.1/debian/control 2023-12-06 21:53:30.000000000 +0000 @@ -5,8 +5,9 @@ Source: alacarte Section: utils Priority: optional -Maintainer: Debian GNOME Maintainers -Uploaders: Dmitry Shachnev , Jeremy Bicha , Laurent Bigonville , Michael Biebl +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian GNOME Maintainers +Uploaders: Dmitry Shachnev , Iain Lane , Laurent Bigonville , Michael Biebl Build-Depends: debhelper-compat (= 13), dh-sequence-gnome, dh-sequence-python3, @@ -26,6 +27,7 @@ Depends: ${python3:Depends}, ${misc:Depends}, gnome-menus (>= 3.5.3), + python3-cairo, python3-gi, gir1.2-gtk-3.0, gir1.2-gmenu-3.0 (>= 3.5.3), diff -Nru alacarte-3.44.1/debian/control.in alacarte-3.44.1/debian/control.in --- alacarte-3.44.1/debian/control.in 2022-03-26 08:22:02.000000000 +0000 +++ alacarte-3.44.1/debian/control.in 2023-12-06 21:52:33.000000000 +0000 @@ -1,7 +1,8 @@ Source: alacarte Section: utils Priority: optional -Maintainer: Debian GNOME Maintainers +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian GNOME Maintainers Uploaders: @GNOME_TEAM@ Build-Depends: debhelper-compat (= 13), dh-sequence-gnome, @@ -22,6 +23,7 @@ Depends: ${python3:Depends}, ${misc:Depends}, gnome-menus (>= 3.5.3), + python3-cairo, python3-gi, gir1.2-gtk-3.0, gir1.2-gmenu-3.0 (>= 3.5.3),