Control: tags 1037878 + patch Control: tags 1037878 + pending
Dear maintainer, I've prepared an NMU for ultracopier (versioned as 2.2.6.0-1.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards.
diff -Nru ultracopier-2.2.6.0/debian/changelog ultracopier-2.2.6.0/debian/changelog --- ultracopier-2.2.6.0/debian/changelog 2022-06-27 03:16:15.000000000 +0530 +++ ultracopier-2.2.6.0/debian/changelog 2023-09-10 13:25:35.000000000 +0530 @@ -1,3 +1,11 @@ +ultracopier (2.2.6.0-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * debian/patches/01-fix_ftbfs_gcc-13.patch: New. Fix FTBFS with gcc-13. + Thanks to alpha_one_x86 (Closes: #1037878). + + -- Marcos Talau <ta...@debian.org> Sun, 10 Sep 2023 13:25:35 +0530 + ultracopier (2.2.6.0-1) unstable; urgency=medium * New upstream release (Closes: #1013057). diff -Nru ultracopier-2.2.6.0/debian/patches/01-fix_ftbfs_gcc-13.patch ultracopier-2.2.6.0/debian/patches/01-fix_ftbfs_gcc-13.patch --- ultracopier-2.2.6.0/debian/patches/01-fix_ftbfs_gcc-13.patch 1970-01-01 05:30:00.000000000 +0530 +++ ultracopier-2.2.6.0/debian/patches/01-fix_ftbfs_gcc-13.patch 2023-09-10 13:25:35.000000000 +0530 @@ -0,0 +1,26 @@ +Description: Fix FTBFS with gcc-13 +Author: alpha_one_x86 <alpha_one_...@first-world.info> +Bug-Debian: https://bugs.debian.org/1037878 +Last-Update: 2023-09-10 + +--- ultracopier-2.2.6.0.orig/cpp11addition.h ++++ ultracopier-2.2.6.0/cpp11addition.h +@@ -7,6 +7,7 @@ + #include <regex> + #include <unordered_map> + #include <unordered_set> ++#include <cstdint> + + #if ! defined(Q_LIKELY) + #if defined(__GNUC__) +--- ultracopier-2.2.6.0.orig/lib/qt-tar-xz/QTarDecode.h ++++ ultracopier-2.2.6.0/lib/qt-tar-xz/QTarDecode.h +@@ -8,7 +8,7 @@ + + #include <vector> + #include <string> +-#include <string> ++#include <cstdint> + + /// \brief read the raw tar data, and organize it into data structure + class QTarDecode diff -Nru ultracopier-2.2.6.0/debian/patches/series ultracopier-2.2.6.0/debian/patches/series --- ultracopier-2.2.6.0/debian/patches/series 1970-01-01 05:30:00.000000000 +0530 +++ ultracopier-2.2.6.0/debian/patches/series 2023-09-10 13:25:35.000000000 +0530 @@ -0,0 +1 @@ +01-fix_ftbfs_gcc-13.patch