[med-svn] [Git][med-team/phast][master] 2 commits: Fixup FTBFS with gcc-15 (Closes: #1097575)
Nilesh Patra (@nilesh)
gitlab at salsa.debian.org
Fri Sep 19 22:36:35 BST 2025
Nilesh Patra pushed to branch master at Debian Med / phast
Commits:
470b805a by Nilesh Patra at 2025-09-20T03:01:46+05:30
Fixup FTBFS with gcc-15 (Closes: #1097575)
- - - - -
051b6abb by Nilesh Patra at 2025-09-20T03:02:02+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 @@
+phast (1.7+dfsg-3) unstable; urgency=medium
+
+ * Team Upload.
+ * Fixup FTBFS with gcc-15 (Closes: #1097575)
+
+ -- Nilesh Patra <nilesh at debian.org> Sat, 20 Sep 2025 03:01:50 +0530
+
phast (1.7+dfsg-2) unstable; urgency=medium
* d/rules: use $(MAKE) to avoid interference with the jobserver.
=====================================
debian/patches/gcc-15.patch
=====================================
@@ -0,0 +1,14 @@
+Description: Fix function declaration to compile with gcc-15
+Author: Nilesh Patra <nilesh at iki.fi>
+Last-Update: 2025-09-20
+--- a/include/phast/phylo_fit.h
++++ b/include/phast/phylo_fit.h
+@@ -66,7 +66,7 @@
+ };
+
+
+-struct phyloFit_struct* phyloFit_struct_new();
++struct phyloFit_struct* phyloFit_struct_new(int);
+ int run_phyloFit(struct phyloFit_struct *pf);
+ void print_post_prob_stats(TreeModel *mod, MSA *msa, char *output_fname_root,
+ int do_bases, int do_expected_nsubst,
=====================================
debian/patches/series
=====================================
@@ -6,3 +6,4 @@ hardening.patch
pcre2.patch
gcc-14.patch
make.patch
+gcc-15.patch
View it on GitLab: https://salsa.debian.org/med-team/phast/-/compare/dc61225d86a410b66838f776e6eb39f898aa597d...051b6abb8f2eb6c36d7a8c9379161f96b7b24244
--
View it on GitLab: https://salsa.debian.org/med-team/phast/-/compare/dc61225d86a410b66838f776e6eb39f898aa597d...051b6abb8f2eb6c36d7a8c9379161f96b7b24244
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/20250919/cf88f5a8/attachment-0001.htm>
More information about the debian-med-commit
mailing list