diff -pruN 0.3.6-2/debian/changelog 0.3.6-3/debian/changelog
--- 0.3.6-2/debian/changelog	2025-03-23 13:52:29.000000000 +0000
+++ 0.3.6-3/debian/changelog	2025-09-12 21:56:06.000000000 +0000
@@ -1,3 +1,24 @@
+libcloudproviders (0.3.6-3) unstable; urgency=medium
+
+  [ Simon McVittie ]
+  * d/control: Replace libgirepository1.0-dev B-D with
+    gobject-introspection. This is more multiarch-friendly.
+  * d/control: Add B-D on gir1.2-glib-2.0-dev.
+    This is pulled in by gir1.2-gio-2.0-dev (and in fact it's currently
+    the same binary package), but explicit is better than implicit.
+  * d/control, d/rules: Move gtk-doc-tools to Build-Depends-Indep.
+    With Autotools this was needed at autoreconf time, but with Meson
+    it's only needed when we are actually building documentation.
+  * d/control: Drop Rules-Requires-Root: no.
+    This is the default since trixie.
+  * d/control: Standards-Version: 4.7.2 (no changes required)
+  * d/salsa-ci.yml: Add
+
+  [ Jeremy Bícha ]
+  * Update debian/upstream/metadata
+
+ -- Jeremy Bícha <jbicha@ubuntu.com>  Fri, 12 Sep 2025 17:56:06 -0400
+
 libcloudproviders (0.3.6-2) unstable; urgency=medium
 
   * Update gir Depends and Provides
diff -pruN 0.3.6-2/debian/control 0.3.6-3/debian/control
--- 0.3.6-2/debian/control	2025-03-23 13:52:29.000000000 +0000
+++ 0.3.6-3/debian/control	2025-09-12 21:56:06.000000000 +0000
@@ -6,17 +6,17 @@ Uploaders: Jeremy Bícha <jbicha@ubuntu.
            Marco Trevisan (Treviño) <marco@ubuntu.com>
 Build-Depends: debhelper-compat (= 13),
                dh-sequence-gir,
+               gir1.2-glib-2.0-dev,
                gir1.2-gio-2.0-dev,
-               gtk-doc-tools,
-               libgirepository1.0-dev,
+               gobject-introspection (>= 1.80),
                libglib2.0-dev,
                meson,
                valac
-Standards-Version: 4.7.0
+Build-Depends-Indep: gtk-doc-tools,
+Standards-Version: 4.7.2
 Homepage: https://gnome.pages.gitlab.gnome.org/libcloudproviders/
 Vcs-Browser: https://salsa.debian.org/gnome-team/libcloudproviders
 Vcs-Git: https://salsa.debian.org/gnome-team/libcloudproviders.git
-Rules-Requires-Root: no
 
 Package: libcloudproviders0
 Architecture: any
diff -pruN 0.3.6-2/debian/rules 0.3.6-3/debian/rules
--- 0.3.6-2/debian/rules	2025-03-23 13:52:29.000000000 +0000
+++ 0.3.6-3/debian/rules	2025-09-12 21:56:06.000000000 +0000
@@ -3,11 +3,20 @@
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,-z,defs
 
+built_binaries := $(shell dh_listpackages)
+configure_flags =
+
+ifeq ($(filter %-doc,$(built_binaries)),)
+configure_flags += -Denable-gtk-doc=false
+else
+configure_flags += -Denable-gtk-doc=true
+endif
+
 %:
 	dh $@
 
 override_dh_auto_configure:
-	dh_auto_configure -- -Denable-gtk-doc=true
+	dh_auto_configure -- $(configure_flags)
 
 override_dh_makeshlibs:
 	dh_makeshlibs -- -c4
diff -pruN 0.3.6-2/debian/salsa-ci.yml 0.3.6-3/debian/salsa-ci.yml
--- 0.3.6-2/debian/salsa-ci.yml	1970-01-01 00:00:00.000000000 +0000
+++ 0.3.6-3/debian/salsa-ci.yml	2025-09-12 21:56:06.000000000 +0000
@@ -0,0 +1,3 @@
+---
+include:
+  - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml
diff -pruN 0.3.6-2/debian/upstream/metadata 0.3.6-3/debian/upstream/metadata
--- 0.3.6-2/debian/upstream/metadata	2025-03-23 13:52:29.000000000 +0000
+++ 0.3.6-3/debian/upstream/metadata	2025-09-12 21:56:06.000000000 +0000
@@ -1,5 +1,5 @@
-Bug-Database: https://gitlab.gnome.org/World/libcloudproviders/-/issues
-Bug-Submit: https://gitlab.gnome.org/World/libcloudproviders/-/issues/new
-Repository: https://gitlab.gnome.org/World/libcloudproviders.git
-Repository-Browse: https://gitlab.gnome.org/World/libcloudproviders
-Security-Contact: fmuellner@gnome.org
+---
+Bug-Database: https://gitlab.gnome.org/GNOME/libcloudproviders/-/issues
+Bug-Submit: https://gitlab.gnome.org/GNOME/libcloudproviders/-/issues/new
+Repository: https://gitlab.gnome.org/GNOME/libcloudproviders.git
+Repository-Browse: https://gitlab.gnome.org/GNOME/libcloudproviders
