Control: tags 1068194 + patch

Dear maintainer,

I've prepared an NMU for pcsx2 (versioned as 1.6.0+dfsg-2.1). The diff
is attached to this message.

Regards.


-- 
Sebastian Ramacher
diff -Nru pcsx2-1.6.0+dfsg/debian/changelog pcsx2-1.6.0+dfsg/debian/changelog
--- pcsx2-1.6.0+dfsg/debian/changelog	2022-10-23 17:00:12.000000000 +0200
+++ pcsx2-1.6.0+dfsg/debian/changelog	2024-04-11 23:36:38.000000000 +0200
@@ -1,3 +1,13 @@
+pcsx2 (1.6.0+dfsg-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload
+
+  [ Mate Kukri ]
+  * d/p/cpp_error_ftbfs.patch: fix FTBFS by adding missing include for
+    std::*_error types. (LP: #2048072) (Closes: #1068194)
+
+ -- Sebastian Ramacher <sramac...@debian.org>  Thu, 11 Apr 2024 23:36:38 +0200
+
 pcsx2 (1.6.0+dfsg-2) unstable; urgency=medium
 
   * Team upload
diff -Nru pcsx2-1.6.0+dfsg/debian/patches/cpp_error_ftbfs.patch pcsx2-1.6.0+dfsg/debian/patches/cpp_error_ftbfs.patch
--- pcsx2-1.6.0+dfsg/debian/patches/cpp_error_ftbfs.patch	1970-01-01 01:00:00.000000000 +0100
+++ pcsx2-1.6.0+dfsg/debian/patches/cpp_error_ftbfs.patch	2024-04-11 23:35:30.000000000 +0200
@@ -0,0 +1,36 @@
+Description: Fix CDVD.cpp FTBFS by adding <stdexcept> include
+Author: Mate Kukri <mate.ku...@canonical.com>
+Last-Update: 2024-01-04
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/plugins/cdvdGigaherz/src/CDVD.cpp
++++ b/plugins/cdvdGigaherz/src/CDVD.cpp
+@@ -18,6 +18,8 @@
+ #include <atomic>
+ #include <condition_variable>
+ #include <thread>
++#include <stdexcept>
++#include <system_error>
+ #include "svnrev.h"
+ 
+ Settings g_settings;
+--- a/plugins/cdvdGigaherz/src/ReadThread.cpp
++++ b/plugins/cdvdGigaherz/src/ReadThread.cpp
+@@ -19,6 +19,7 @@
+ #include <limits>
+ #include <queue>
+ #include <thread>
++#include <system_error>
+ 
+ const u32 sectors_per_read = 16;
+ 
+--- a/plugins/cdvdGigaherz/src/Unix/LinuxIOCtlSrc.cpp
++++ b/plugins/cdvdGigaherz/src/Unix/LinuxIOCtlSrc.cpp
+@@ -23,6 +23,7 @@
+ #include <cerrno>
+ #include <climits>
+ #include <cstring>
++#include <stdexcept>
+ 
+ IOCtlSrc::IOCtlSrc(decltype(m_filename) filename)
+     : m_filename(filename)
diff -Nru pcsx2-1.6.0+dfsg/debian/patches/series pcsx2-1.6.0+dfsg/debian/patches/series
--- pcsx2-1.6.0+dfsg/debian/patches/series	2022-10-23 13:49:04.000000000 +0200
+++ pcsx2-1.6.0+dfsg/debian/patches/series	2024-04-11 23:35:30.000000000 +0200
@@ -1 +1,2 @@
 wxwidgets3.2.patch
+cpp_error_ftbfs.patch

Reply via email to