[med-svn] [Git][med-team/libwfa2][master] 2 commits: Add patch to fix FTBFS with gcc-13

Nilesh Patra (@nilesh) gitlab at salsa.debian.org
Sat Jul 15 06:44:57 BST 2023



Nilesh Patra pushed to branch master at Debian Med / libwfa2


Commits:
7c91b8c8 by Nilesh Patra at 2023-07-15T11:10:17+05:30
Add patch to fix FTBFS with gcc-13

- - - - -
1153a1d2 by Nilesh Patra at 2023-07-15T11:12:33+05:30
Upload to unstable

- - - - -


3 changed files:

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


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+libwfa2 (2.3.3-2) unstable; urgency=medium
+
+  * Team Upload.
+  * Add patch to fix FTBFS with gcc-13 (Closes: #1037749)
+
+ -- Nilesh Patra <nilesh at debian.org>  Sat, 15 Jul 2023 11:12:16 +0530
+
 libwfa2 (2.3.3-1) unstable; urgency=medium
 
   * New upstream version


=====================================
debian/patches/gcc-13.patch
=====================================
@@ -0,0 +1,20 @@
+Description: Include stdint.h to fix gcc-13 ftbfs
+Author: Nilesh Patra <nilesh at debian.org>
+Origin: upstream
+Bug: https://github.com/smarco/WFA2-lib/pull/66
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037749
+Forwarded: https://github.com/smarco/WFA2-lib/pull/66
+Applied-Upstream: https://github.com/smarco/WFA2-lib/commit/b7598f553aefd9841e73d63f5577843f4a70a837
+Reviewed-by: Santiago Marco-Sola <santiagomsola at gmail.com>
+Last-Update: 2023-07-15
+--- a/utils/vector.h
++++ b/utils/vector.h
+@@ -33,6 +33,8 @@
+ #ifndef VECTOR_H_
+ #define VECTOR_H_
+ 
++#include "stdint.h"
++
+ /*
+  * Checkers
+  */


=====================================
debian/patches/series
=====================================
@@ -0,0 +1 @@
+gcc-13.patch



View it on GitLab: https://salsa.debian.org/med-team/libwfa2/-/compare/1f871d416bf27ea373e985a2308f688d4f09d82e...1153a1d28048477d7532d2fe4112dcb627ff8bfc

-- 
View it on GitLab: https://salsa.debian.org/med-team/libwfa2/-/compare/1f871d416bf27ea373e985a2308f688d4f09d82e...1153a1d28048477d7532d2fe4112dcb627ff8bfc
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/20230715/18a790e7/attachment-0001.htm>


More information about the debian-med-commit mailing list