[med-svn] [Git][med-team/mia][master] fix gcc-13 build issue

vimerbf (@vimerbf-guest) gitlab at salsa.debian.org
Sun Jul 30 16:05:52 BST 2023



vimerbf pushed to branch master at Debian Med / mia


Commits:
23fee2d5 by Bo YU at 2023-07-30T22:10:54+08:00
fix gcc-13 build issue

Signed-off-by: Bo YU <tsu.yubo at gmail.com>

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/fix-gcc-13.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+mia (2.4.7-12) unstable; urgency=medium
+  
+  * Team upload.
+  * fix gcc-13 build issue. (Closes: #1037775)
+
+ -- Bo YU <tsu.yubo at gmail.com>  Sat, 29 Jul 2023 22:49:01 +0800
+
 mia (2.4.7-11) unstable; urgency=medium
 
   * Team upload


=====================================
debian/patches/fix-gcc-13.patch
=====================================
@@ -0,0 +1,36 @@
+Description: fix gcc-13 build issue 
+Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037775 
+Forwarded: https://sourceforge.net/p/mia/mailman/mia-devel/thread/20230730135701.jdurhx6hsmny6vyr%40debian/#msg37877723
+Last-Update: 2023-07-30
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/mia/core/pixeltype.hh
++++ b/mia/core/pixeltype.hh
+@@ -21,6 +21,7 @@
+ #ifndef mia_core_pixeltype_hh
+ #define mia_core_pixeltype_hh
+ 
++#include <cstdint>
+ #include <mia/core/dictmap.hh>
+ #include <miaconfig.h>
+ 
+--- a/mia/core/typedescr.hh
++++ b/mia/core/typedescr.hh
+@@ -22,6 +22,7 @@
+ #define mia_core_typedescr_hh
+ 
+ 
++#include <cstdint>
+ #include <mia/core/defines.hh>
+ #include <string>
+ #include <vector>
+--- a/mia/core/attributetype.hh
++++ b/mia/core/attributetype.hh
+@@ -21,6 +21,7 @@
+ #ifndef mia_core_attributetype_hh
+ #define mia_core_attributetype_hh
+ 
++#include <cstdint>
+ #include <vector>
+ #include <mia/core/defines.hh>
+ #include <miaconfig.h>


=====================================
debian/patches/series
=====================================
@@ -3,3 +3,4 @@ fix-g++11.diff
 0001-Fix-compilation-with-latest-BOOST.patch
 vtk9.patch
 openexr3.patch
+fix-gcc-13.patch



View it on GitLab: https://salsa.debian.org/med-team/mia/-/commit/23fee2d51d0ac19f5add370b1094dd13607ce12e

-- 
View it on GitLab: https://salsa.debian.org/med-team/mia/-/commit/23fee2d51d0ac19f5add370b1094dd13607ce12e
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20230730/5c3c1a7d/attachment-0001.htm>


More information about the debian-med-commit mailing list