Control: tags -1 patch debdiff attached
Berto
diff -Nru gnome-builder-43.6/debian/changelog gnome-builder-43.6/debian/changelog --- gnome-builder-43.6/debian/changelog 2023-03-16 01:29:37.000000000 +0100 +++ gnome-builder-43.6/debian/changelog 2023-03-20 12:45:40.000000000 +0100 @@ -1,3 +1,11 @@ +gnome-builder (43.6-3) unstable; urgency=medium + + * Team upload + * debian/control.in: depend on gir1.2-webkit-6.0 instead of 5.0 + (Closes: #1033224) + + -- Alberto Garcia <[email protected]> Mon, 20 Mar 2023 12:45:40 +0100 + gnome-builder (43.6-2) unstable; urgency=medium * debian/gbp.conf, debian/control.in: Branch for bookworm diff -Nru gnome-builder-43.6/debian/control gnome-builder-43.6/debian/control --- gnome-builder-43.6/debian/control 2023-03-16 01:29:37.000000000 +0100 +++ gnome-builder-43.6/debian/control 2023-03-20 12:45:40.000000000 +0100 @@ -6,7 +6,7 @@ Section: editors Priority: optional Maintainer: Debian GNOME Maintainers <[email protected]> -Uploaders: Jeremy Bicha <[email protected]> +Uploaders: Alberto Garcia <[email protected]>, Jeremy Bicha <[email protected]> Build-Depends: appstream-util, at-spi2-core <!nocheck>, ca-certificates <!nocheck>, @@ -77,7 +77,7 @@ gir1.2-jsonrpc-1.0 (>= 3.42.0), gir1.2-panel-1 (>= 1.0.0), gir1.2-peas-1.0 (>= 1.34.0), - gir1.2-webkit2-5.0, + gir1.2-webkit-6.0, python3-gi, libvala-dev, clang, diff -Nru gnome-builder-43.6/debian/control.in gnome-builder-43.6/debian/control.in --- gnome-builder-43.6/debian/control.in 2023-03-16 01:29:37.000000000 +0100 +++ gnome-builder-43.6/debian/control.in 2023-03-20 12:45:40.000000000 +0100 @@ -73,7 +73,7 @@ gir1.2-jsonrpc-1.0 (>= 3.42.0), gir1.2-panel-1 (>= 1.0.0), gir1.2-peas-1.0 (>= 1.34.0), - gir1.2-webkit2-5.0, + gir1.2-webkit-6.0, python3-gi, libvala-dev, clang,

