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 <[email protected]> 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 <[email protected]> +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 <[email protected]> +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.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
