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