diff -pruN 0.11.0-16/debian/changelog 0.11.0-17/debian/changelog
--- 0.11.0-16/debian/changelog	2025-10-02 14:31:27.000000000 +0000
+++ 0.11.0-17/debian/changelog	2025-11-17 10:01:43.000000000 +0000
@@ -1,3 +1,12 @@
+libgetdata (0.11.0-17) unstable; urgency=medium
+
+  * Team upload.
+  * Add perl-xs-dev to build-depends. Closes: #1102798
+  * Standards-Version: 4.7.2
+  * Rename dh-fortran-mod -> dh-fortran
+
+ -- Alastair McKinstry <mckinstry@debian.org>  Mon, 17 Nov 2025 10:01:43 +0000
+
 libgetdata (0.11.0-16) unstable; urgency=medium
 
   * Team upload.
diff -pruN 0.11.0-16/debian/control 0.11.0-17/debian/control
--- 0.11.0-16/debian/control	2025-10-02 14:31:27.000000000 +0000
+++ 0.11.0-17/debian/control	2025-11-17 10:01:43.000000000 +0000
@@ -7,7 +7,7 @@ Section: science
 Priority: optional
 Build-Depends: debhelper-compat (= 13),
                dh-sequence-python3,
-               dh-fortran-mod (>= 0.31),
+               dh-fortran (>= 0.31),
                python3-numpy,
                python3-all-dev,
                python3-setuptools,
@@ -18,8 +18,9 @@ Build-Depends: debhelper-compat (= 13),
                libbz2-dev,
                liblzma-dev,
                libzzip-dev,
+	       perl-xs-dev,
                libmodule-build-perl
-Standards-Version: 4.7.1
+Standards-Version: 4.7.2
 Vcs-Browser: https://salsa.debian.org/science-team/libgetdata
 Vcs-Git: https://salsa.debian.org/science-team/libgetdata.git
 Homepage: https://getdata.sourceforge.net/
diff -pruN 0.11.0-16/debian/rules 0.11.0-17/debian/rules
--- 0.11.0-16/debian/rules	2025-10-02 14:31:27.000000000 +0000
+++ 0.11.0-17/debian/rules	2025-11-17 10:01:43.000000000 +0000
@@ -17,7 +17,7 @@ endif
 PY3VERS=$(shell py3versions -vr)
 
 %:
-	dh $@  --with fortran_mod
+	dh $@  --with fortran
 
 override_dh_auto_configure:
 	dh_auto_configure -Bbuild-main -- --disable-python --with-perl-dir=vendor --without-pcre
