Étienne Mollier pushed to branch master at Debian Med / flye
Commits: b50fc2b3 by Étienne Mollier at 2023-08-13T10:26:22+02:00 gcc-13.patch: new: fix ftbfs with gcc-13. Closes: #1037662 - - - - - 12ba2130 by Étienne Mollier at 2023-08-13T10:28:20+02:00 d/control: add myself to uploaders. - - - - - e1216328 by Étienne Mollier at 2023-08-13T10:29:00+02:00 ready to upload to unstable. - - - - - 4 changed files: - debian/changelog - debian/control - + debian/patches/gcc-13.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +flye (2.9.2+dfsg-2) unstable; urgency=medium + + * gcc-13.patch: new: fix ftbfs with gcc-13. (Closes: #1037662) + * d/control: add myself to uploaders. + + -- Étienne Mollier <[email protected]> Sun, 13 Aug 2023 10:28:45 +0200 + flye (2.9.2+dfsg-1) unstable; urgency=medium * New upstream version ===================================== debian/control ===================================== @@ -1,6 +1,7 @@ Source: flye Maintainer: Debian Med Packaging Team <[email protected]> -Uploaders: Andreas Tille <[email protected]> +Uploaders: Andreas Tille <[email protected]>, + Étienne Mollier <[email protected]> Section: science Priority: optional Build-Depends: debhelper-compat (= 13), ===================================== debian/patches/gcc-13.patch ===================================== @@ -0,0 +1,27 @@ +Description: fix build failure with gcc 13 +Author: Étienne Mollier <[email protected]> +Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037662 +Forwarded: https://github.com/fenderglass/Flye/pull/621 +Last-Update: 2023-08-13 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +--- flye.orig/src/sequence/sequence_container.h ++++ flye/src/sequence/sequence_container.h +@@ -4,6 +4,7 @@ + + #pragma once + ++#include <cstdint> + #include <vector> + #include <unordered_map> + #include <string> +--- flye.orig/src/polishing/subs_matrix.h ++++ flye/src/polishing/subs_matrix.h +@@ -4,6 +4,7 @@ + + #pragma once + ++#include <cstdint> + #include <string> + #include <fstream> + #include <iostream> ===================================== debian/patches/series ===================================== @@ -1 +1,2 @@ use_debian_packaged_libs.patch +gcc-13.patch View it on GitLab: https://salsa.debian.org/med-team/flye/-/compare/4b87e567c262fab28205968e496f6fdbb5551219...e121632809d313f28d1c6d97ea79cc1979ab3750 -- View it on GitLab: https://salsa.debian.org/med-team/flye/-/compare/4b87e567c262fab28205968e496f6fdbb5551219...e121632809d313f28d1c6d97ea79cc1979ab3750 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
