diff -Nru yrmcds-1.1.9/debian/changelog yrmcds-1.1.9/debian/changelog --- yrmcds-1.1.9/debian/changelog 2020-08-22 02:51:28.000000000 +0200 +++ yrmcds-1.1.9/debian/changelog 2023-09-07 05:01:17.000000000 +0200 @@ -1,3 +1,9 @@ +yrmcds (1.1.9-1.1) unstable; urgency=medium + + * Fix FTBS related to change to gcc-13 (Closes: #1037907) + + -- Jonathan Bergh Thu, 07 Sep 2023 05:01:17 +0200 + yrmcds (1.1.9-1) unstable; urgency=medium * New upstream release. diff -Nru yrmcds-1.1.9/debian/patches/Add-cstdint.patch yrmcds-1.1.9/debian/patches/Add-cstdint.patch --- yrmcds-1.1.9/debian/patches/Add-cstdint.patch 1970-01-01 01:00:00.000000000 +0100 +++ yrmcds-1.1.9/debian/patches/Add-cstdint.patch 2023-09-07 05:01:17.000000000 +0200 @@ -0,0 +1,12 @@ +Index: yrmcds-1.1.9/cybozu/ip_address.hpp +=================================================================== +--- yrmcds-1.1.9.orig/cybozu/ip_address.hpp 2020-01-08 07:41:11.000000000 +0100 ++++ yrmcds-1.1.9/cybozu/ip_address.hpp 2023-09-07 05:04:27.841017499 +0200 +@@ -7,6 +7,7 @@ + #include + #include + #include ++#include + + namespace cybozu { + diff -Nru yrmcds-1.1.9/debian/patches/series yrmcds-1.1.9/debian/patches/series --- yrmcds-1.1.9/debian/patches/series 2020-08-22 02:51:28.000000000 +0200 +++ yrmcds-1.1.9/debian/patches/series 2023-09-07 05:01:17.000000000 +0200 @@ -4,3 +4,4 @@ Change-DEFAULT_CONFIG.patch Override-CC-CXX.patch Change-dependency-of-libgoogle-perftools-dev.patch +Add-cstdint.patch