Michael R. Crusoe pushed to branch master at Debian Med / mafft
Commits: 88294d0d by Michael R. Crusoe at 2025-09-05T11:07:53+02:00 d/rules: no longer need to remove extra manual pages. - - - - - b8e757d0 by Michael R. Crusoe at 2025-09-05T11:07:58+02:00 d/control: recommend ncbi-blast+ instead of blast2 - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,6 +1,8 @@ mafft (7.525-2) UNRELEASED; urgency=medium * Added patch to support GCC 15. Closes: #1097352 + * d/rules: no longer need to remove extra manual pages. + * d/control: recommend ncbi-blast+ instead of blast2 -- Michael R. Crusoe <[email protected]> Fri, 05 Sep 2025 10:42:54 +0200 ===================================== debian/control ===================================== @@ -16,7 +16,7 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends} -Recommends: blast2, +Recommends: ncbi-blast+, libwww-perl, lynx, ruby ===================================== debian/rules ===================================== @@ -26,7 +26,6 @@ MAFFT = MAFFT_BINARIES=$(CURDIR)/binaries scripts/mafft override_dh_auto_install: dh_auto_install -- PREFIX=/usr/lib/mafft MANDIR=/usr/share/man/man1 LIBDIR=/usr/lib/mafft/lib/mafft - rm debian/mafft/usr/lib/mafft/lib/mafft/*.1 override_dh_compress: dh_compress -X test/sample View it on GitLab: https://salsa.debian.org/med-team/mafft/-/compare/4123b41c971340e351594a25fe043a247dda5e2a...b8e757d0887a6db55d301555dbdd38a35364971c -- View it on GitLab: https://salsa.debian.org/med-team/mafft/-/compare/4123b41c971340e351594a25fe043a247dda5e2a...b8e757d0887a6db55d301555dbdd38a35364971c 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
