Nilesh Patra pushed to branch master at Debian Med / plast
Commits: 155c13c8 by Nilesh Patra at 2025-09-21T00:37:09+05:30 Add patch to fixup FTBFS with gcc-15 (Closes: #1097619) - - - - - e43c72c6 by Nilesh Patra at 2025-09-21T00:37:34+05:30 Upload to unstable - - - - - 3 changed files: - debian/changelog - + debian/patches/gcc-15.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +plast (2.3.2+dfsg-11) unstable; urgency=medium + + * Team Upload. + * Add patch to fixup FTBFS with gcc-15 (Closes: #1097619) + + -- Nilesh Patra <[email protected]> Sun, 21 Sep 2025 00:37:18 +0530 + plast (2.3.2+dfsg-10) unstable; urgency=medium * Fix watch file ===================================== debian/patches/gcc-15.patch ===================================== @@ -0,0 +1,11 @@ +--- a/src/seg/impl/seg.c ++++ b/src/seg/impl/seg.c +@@ -111,7 +111,7 @@ + int first, last, lowlim; + int loi, hii, i; + int leftend, rightend, lend, rend; +- double *H, *seqent(); ++ double *H, *seqent(struct Sequence*); + + H = seqent(seq); + if (H==NULL) return; ===================================== debian/patches/series ===================================== @@ -3,3 +3,4 @@ no_msse3.patch reproducible.patch simde.patch pcre.patch +gcc-15.patch View it on GitLab: https://salsa.debian.org/med-team/plast/-/compare/f83596334968fa7286c0aba54558649006b17055...e43c72c6db8ac173330a8a698caf2cf73123652f -- View it on GitLab: https://salsa.debian.org/med-team/plast/-/compare/f83596334968fa7286c0aba54558649006b17055...e43c72c6db8ac173330a8a698caf2cf73123652f 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
