{"base_revision":"git-v1:ae6ca6b64a7ea3044e5704089c9dcbdb14028bac","content":"diff --git a/debian/changelog b/debian/changelog\nindex baf60cb..a55a538 100644\n--- a/debian/changelog\n+++ b/debian/changelog\n@@ -1,9 +1,19 @@\n fiat-ecmwf (2.0.0-2) UNRELEASED; urgency=medium\n \n+  [ Alastair McKinstry ]\n   * Enable DR_HOOK_PAPI\n   * Standards-Version: 4.7.4\n   * Drop unused fortran-support.mk\n \n+  [ Debian Janitor ]\n+  * Use secure copyright file specification URI.\n+  * Strip unusual field spacing from debian/control.\n+  * Rely on pre-initialized dpkg-architecture variables.\n+  * Update watch file format version to 5.\n+  * Use GitHub template in watch file instead of explicit\n+    Source/Matching-Pattern.\n+  * Trim trailing whitespace.\n+\n  -- Alastair McKinstry <mckinstry@debian.org>  Mon, 20 Apr 2026 16:40:28 +0100\n \n fiat-ecmwf (2.0.0-1) unstable; urgency=medium\n@@ -80,7 +90,7 @@ fiat-ecmwf (1.2.0-2) unstable; urgency=medium\n   * Build-dep on architecture-is-64-bit\n   * Change to arch: rather than explicit list of 64-bit archs\n   * Build-dep on dh-fortran-mod >= 0.31\n-  * Use fortran-support.mk \n+  * Use fortran-support.mk\n   * Update B-D on fckit-dev to (>= 0.11.0-5); drop explicit dep on eckit-dev\n \n  -- Alastair McKinstry <mckinstry@debian.org>  Mon, 01 Jan 2024 07:42:11 +0000\ndiff --git a/debian/control b/debian/control\nindex 42cba5e..d355862 100644\n--- a/debian/control\n+++ b/debian/control\n@@ -3,7 +3,7 @@ Section: science\n Priority: optional\n Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>\n Uploaders: Alastair McKinstry <mckinstry@debian.org>\n-Build-Depends: debhelper-compat (= 13), \n+Build-Depends: debhelper-compat (= 13),\n   architecture-is-64-bit,\n   dh-fortran (>= 0.50),\n   ecbuild (>= 3.3.2),\n@@ -24,14 +24,14 @@ Architecture: any\n Multi-Arch: same\n Depends: ${shlibs:Depends}, ${misc:Depends}\n Description: Fortran IFS and Arpege Toolkit - libray\n- FIAT is a collection of selected Fortran utility libraries, extracted from \n+ FIAT is a collection of selected Fortran utility libraries, extracted from\n  the IFS/Arpege model used at ECMWF.\n  It provides:\n    drhook : tracing\n    gstats : timing\n    parkind : choose precision\n    mpl : MPI communication\n-   mpi_serial: MPI dummy symbols compiled into static library other \n+   mpi_serial: MPI dummy symbols compiled into static library other\n                various routines\n  .\n  ECMWF is the European Centre for Medium-Range Weather Forecasts.\n@@ -40,16 +40,16 @@ Description: Fortran IFS and Arpege Toolkit - libray\n Package: fiat-utils\n Architecture: any\n Multi-Arch: foreign\n-Depends:  ${shlibs:Depends}, ${misc:Depends}, libfiat-0 (= ${binary:Version}) \n+Depends: ${shlibs:Depends}, ${misc:Depends}, libfiat-0 (= ${binary:Version})\n Description: Fortran IFS and Arpege Toolkit - utilities\n- FIAT is a collection of selected Fortran utility libraries, extracted from \n+ FIAT is a collection of selected Fortran utility libraries, extracted from\n  the IFS/Arpege model used at ECMWF.\n  It provides:\n    drhook : tracing\n    gstats : timing\n    parkind : choose precision\n    mpl : MPI communication\n-   mpi_serial: MPI dummy symbols compiled into static library other \n+   mpi_serial: MPI dummy symbols compiled into static library other\n                various routines\n  .\n  ECMWF is the European Centre for Medium-Range Weather Forecasts.\n@@ -59,19 +59,19 @@ Section: libdevel\n Architecture: any\n Multi-Arch: same\n Recommends: ecbuild, ${fortran:Recommends}\n-Depends:  ${misc:Depends}, ${fortran:Depends},\n+Depends: ${misc:Depends}, ${fortran:Depends},\n  libfiat-0 (= ${binary:Version}),\n  fiat-utils (= ${binary:Version}),\n  libfckit-dev\n Description: Fortran IFS and Arpege Toolkit - development files\n- FIAT is a collection of selected Fortran utility libraries, extracted from \n+ FIAT is a collection of selected Fortran utility libraries, extracted from\n  the IFS/Arpege model used at ECMWF.\n  It provides:\n    drhook : tracing\n    gstats : timing\n    parkind : choose precision\n    mpl : MPI communication\n-   mpi_serial: MPI dummy symbols compiled into static library other \n+   mpi_serial: MPI dummy symbols compiled into static library other\n                various routines\n  .\n  ECMWF is the European Centre for Medium-Range Weather Forecasts.\ndiff --git a/debian/copyright b/debian/copyright\nindex 475e588..f4db513 100644\n--- a/debian/copyright\n+++ b/debian/copyright\n@@ -1,4 +1,4 @@\n-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/\n+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/\n Upstream-Name: fiat\n Source: https://github.com/ecmwf-ifs/fiat\n \ndiff --git a/debian/rules b/debian/rules\nindex 70a85b1..6adf474 100755\n--- a/debian/rules\n+++ b/debian/rules\n@@ -4,7 +4,7 @@ export DH_VERBOSE=1\n \n include /usr/share/dpkg/pkg-info.mk\n \n-DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)\n+include /usr/share/dpkg/architecture.mk\n LIBDIR:=/usr/lib/$(DEB_HOST_MULTIARCH)\n INCDIR:=/usr/include/$(DEB_HOST_MULTIARCH)\n FMODDIR:=$(shell dh_fortran get_fmoddir)\n@@ -28,7 +28,7 @@ BUILD_FLAGS = \\\n \t-DENABLE_DR_HOOK_PAPI=On \\\n \t-DENABLE_FCKIT=On \\\n \t-DMPL_CHECK_CONTIG=On \\\n-\t-DENABLE_MPI=On \n+\t-DENABLE_MPI=On\n \n # Test suite requires 4 processors. Fake it\n export OMPI_MCA_rmaps_base_oversubscribe=1\n@@ -37,7 +37,7 @@ export OMPI_MCA_rmaps_base_oversubscribe=1\n \tdh $@ --buildsystem=ecbuild --builddir=debian/build --with fortran\n \n override_dh_auto_configure:\n-\tdh_auto_configure -- ${BUILD_FLAGS} \n+\tdh_auto_configure -- ${BUILD_FLAGS}\n \n override_dh_auto_test:\n ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))\n@@ -55,6 +55,3 @@ override_dh_auto_install:\n \t\t-e 's%$${_IMPORT_PREFIX}/module/parkind_dp%${FMODDIR}/parkind_dp%g' \\\n \t\t-e 's%$${_IMPORT_PREFIX}/module/parkind_sp%${FMODDIR}/parkind_sp%g' \\\n \t\t$(CMAKE_DIR)/fiat/fiat-targets.cmake\t\n-\n-\n-\ndiff --git a/debian/watch b/debian/watch\nindex ea03ed8..78826b0 100644\n--- a/debian/watch\n+++ b/debian/watch\n@@ -1,3 +1,7 @@\n-version=4\n-opts=\"uversionmangle=s/-rc/~rc/, filenamemangle=s/.+\\/(\\d\\S+)\\.tar\\.gz/$1\\.tar\\.gz/\" \\\n-  https://github.com/ecmwf-ifs/fiat/tags .*/v?(\\d\\d?\\d?\\..+).tar\\.gz\n+Version: 5\n+\n+Uversionmangle: s/-rc/~rc/\n+Filenamemangle: s/.+\\/(\\d\\S+)\\.tar\\.gz/$1\\.tar\\.gz/\n+Template: GitHub\n+Owner: ecmwf-ifs\n+Project: fiat\n","content_type":"text/plain","diff_type":"vcs","new_revision":"git-v1:3e7ce9c758fe31a1058ce742a017c4d80524c77e"}