Control: tags 1037913 + pending
Dear maintainer, I've prepared an NMU for zytrax (versioned as 0+git20201215-1.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards.
diff -Nru zytrax-0+git20201215/debian/changelog zytrax-0+git20201215/debian/changelog --- zytrax-0+git20201215/debian/changelog 2020-12-15 11:13:08.000000000 +0530 +++ zytrax-0+git20201215/debian/changelog 2023-09-10 14:20:16.000000000 +0530 @@ -1,3 +1,11 @@ +zytrax (0+git20201215-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * debian/patches/01-fix_ftbfs_gcc-13.patch: New. Fix FTBFS with gcc-13. + Thanks to Adrian Bunk (Closes: #1037913). + + -- Marcos Talau <ta...@debian.org> Sun, 10 Sep 2023 14:20:16 +0530 + zytrax (0+git20201215-1) unstable; urgency=medium * New upstream version. diff -Nru zytrax-0+git20201215/debian/patches/01-fix_ftbfs_gcc-13.patch zytrax-0+git20201215/debian/patches/01-fix_ftbfs_gcc-13.patch --- zytrax-0+git20201215/debian/patches/01-fix_ftbfs_gcc-13.patch 1970-01-01 05:30:00.000000000 +0530 +++ zytrax-0+git20201215/debian/patches/01-fix_ftbfs_gcc-13.patch 2023-09-10 14:19:51.000000000 +0530 @@ -0,0 +1,15 @@ +Description: Fix FTBFS with gcc-13 +Author: Adrian Bunk <b...@debian.org> +Bug-Debian: https://bugs.debian.org/1037913 +Last-Update: 2023-09-10 + +--- zytrax-0+git20201215.orig/globals/base64.h ++++ zytrax-0+git20201215/globals/base64.h +@@ -2,6 +2,7 @@ + #define _BASE64_H_ + + #include "vector.h" ++#include <cstdint> + #include <string> + + std::string base64_encode(const Vector<uint8_t> &p_buffer); diff -Nru zytrax-0+git20201215/debian/patches/series zytrax-0+git20201215/debian/patches/series --- zytrax-0+git20201215/debian/patches/series 1970-01-01 05:30:00.000000000 +0530 +++ zytrax-0+git20201215/debian/patches/series 2023-09-10 14:19:13.000000000 +0530 @@ -0,0 +1 @@ +01-fix_ftbfs_gcc-13.patch