Bug#1037878: ultracopier: diff for NMU version 2.2.6.0-1.1

2023-09-19 Thread alpha_one_x86

Hi,

Please update to version 2.2.6.8, have critical bug fix for Unix/Linux 
system (enable able to manipulate non latin char like japan char)


alpha_one_x86/BRULE Herman
Main developer of Supercopier/Ultracopier/CatchChallenger, Esourcing and server 
management
IT, OS, technologies, research & development, security and business department

On 9/10/23 04:47, Thomas Preud'homme wrote:

Thanks, much appreciated. Feel free to upload it right away.

Best regards,
Thomas


On 10 September 2023 09:12:35 WEST, Marcos Talau  wrote:

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.


Bug#1037878: ultracopier: diff for NMU version 2.2.6.0-1.1

2023-09-10 Thread Thomas Preud'homme
Thanks, much appreciated. Feel free to upload it right away.

Best regards,
Thomas

On 10 September 2023 09:12:35 WEST, Marcos Talau  wrote:
>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.
>


Bug#1037878: ultracopier: diff for NMU version 2.2.6.0-1.1

2023-09-10 Thread Marcos Talau
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.0 +0530
+++ ultracopier-2.2.6.0/debian/changelog	2023-09-10 13:25:35.0 +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   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.0 +0530
+++ ultracopier-2.2.6.0/debian/patches/01-fix_ftbfs_gcc-13.patch	2023-09-10 13:25:35.0 +0530
@@ -0,0 +1,26 @@
+Description: Fix FTBFS with gcc-13
+Author: alpha_one_x86 
+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 
+ #include 
+ #include 
++#include 
+ 
+ #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 
+ #include 
+-#include 
++#include 
+ 
+ /// \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.0 +0530
+++ ultracopier-2.2.6.0/debian/patches/series	2023-09-10 13:25:35.0 +0530
@@ -0,0 +1 @@
+01-fix_ftbfs_gcc-13.patch