Santiago Vila pushed to branch master at Debian Med / python-biopython
Commits: a77adee5 by Santiago Vila at 2025-04-11T21:25:00+02:00 Restore deleted line as it breaks autopkgtests. - - - - - 849284ef by Santiago Vila at 2025-04-11T21:30:00+02:00 Upload for unstable as 1.85+dfsg-4 - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +python-biopython (1.85+dfsg-4) unstable; urgency=medium + + * Team upload. + * Restore deleted line as it seems to break autopkgtests. + + -- Santiago Vila <[email protected]> Fri, 11 Apr 2025 21:30:00 +0200 + python-biopython (1.85+dfsg-3) unstable; urgency=medium * Team upload. ===================================== debian/rules ===================================== @@ -163,8 +163,9 @@ ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS))) # dh_installdocs seems to refuse copying zero length files (for # instance Tests/Blast/tab_2226_tblastn_002.txt) but these are # needed for the tests as well - # The following line is disabled because it breaks the build with nocheck - # cp -a debian/tmp_tests/* $(DOCDIR) + # The following line breaks the build with nocheck, but + # we can't remove it yet because doing so seems to break autopkgtests + cp -a debian/tmp_tests/* $(DOCDIR) # Tackle privacy breaches caused by MathML. sed -i 's@https://cdn.jsdelivr.net/npm/mathjax\@3/es5/tex-mml-chtml.js@file:///usr/share/nodejs/mathjax-full/es5/tex-mml-chtml.js@' \ View it on GitLab: https://salsa.debian.org/med-team/python-biopython/-/compare/ee14bab3a3f20efb0d701365a82cf8beebff3bc0...849284ef285a6b71dbb655aea1af069e40f497b8 -- View it on GitLab: https://salsa.debian.org/med-team/python-biopython/-/compare/ee14bab3a3f20efb0d701365a82cf8beebff3bc0...849284ef285a6b71dbb655aea1af069e40f497b8 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
