[med-svn] [Git][med-team/plast][master] 2 commits: Add patch to fixup FTBFS with gcc-15 (Closes: #1097619)
Nilesh Patra (@nilesh)
gitlab at salsa.debian.org
Sat Sep 20 20:14:05 BST 2025
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 <nilesh at debian.org> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20250920/33e12d0a/attachment-0001.htm>
More information about the debian-med-commit
mailing list