Source: yrmcds Followup-For: Bug #1037907 Tags: patch Dear Maintainer, I can confirm the package can be built with the patch, could you give a try on next upload?
Thanks. -- Regards, -- Bo YU
diff -Nru yrmcds-1.1.9/debian/changelog yrmcds-1.1.9/debian/changelog --- yrmcds-1.1.9/debian/changelog 2020-08-22 08:51:28.000000000 +0800 +++ yrmcds-1.1.9/debian/changelog 2023-07-25 17:50:00.000000000 +0800 @@ -1,3 +1,10 @@ +yrmcds (1.1.9-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Add fix-gcc-13.patch to fix gcc-13 build issue. (Closes: #1037907) + + -- Bo YU <tsu.y...@gmail.com> Tue, 25 Jul 2023 17:50:00 +0800 + yrmcds (1.1.9-1) unstable; urgency=medium * New upstream release. diff -Nru yrmcds-1.1.9/debian/patches/fix-gcc-13.patch yrmcds-1.1.9/debian/patches/fix-gcc-13.patch --- yrmcds-1.1.9/debian/patches/fix-gcc-13.patch 1970-01-01 07:30:00.000000000 +0730 +++ yrmcds-1.1.9/debian/patches/fix-gcc-13.patch 2023-07-25 17:49:43.000000000 +0800 @@ -0,0 +1,16 @@ +Description: fix gcc-13 build issue +Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037907 +Forwarded: https://github.com/cybozu/yrmcds/pull/85 +Last-Update: 2023-07-25 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +--- a/cybozu/ip_address.hpp ++++ b/cybozu/ip_address.hpp +@@ -4,6 +4,7 @@ + #ifndef CYBOZU_IP_ADDRESS_HPP + #define CYBOZU_IP_ADDRESS_HPP + ++#include <cstdint> + #include <netinet/in.h> + #include <stdexcept> + #include <string> 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 08:51:28.000000000 +0800 +++ yrmcds-1.1.9/debian/patches/series 2023-07-25 16:55:54.000000000 +0800 @@ -4,3 +4,4 @@ Change-DEFAULT_CONFIG.patch Override-CC-CXX.patch Change-dependency-of-libgoogle-perftools-dev.patch +fix-gcc-13.patch
signature.asc
Description: PGP signature