Michael R. Crusoe pushed to branch master at Debian Med / fasta3
Commits: 8acf1888 by Michael R. Crusoe at 2023-05-19T18:46:50+02:00 Force use of packaged SIMDe library - - - - - 809d42f3 by Michael R. Crusoe at 2023-05-19T18:50:10+02:00 Mark Debian-specific patches as not needing forwarding. Update my email address - - - - - 5 changed files: - − bin/README - debian/changelog - debian/patches/adjust-scripts - debian/patches/local_tests - debian/rules Changes: ===================================== bin/README deleted ===================================== @@ -1 +0,0 @@ -Placeholder file to create destination for program binaries. ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +fasta3 (36.3.8i.14-Nov-2020-2) UNRELEASED; urgency=medium + + * Team upload. + * Force use of packaged SIMDe library + * Mark Debian-specific patches as not needing forwarding. Update my + email address + + -- Michael R. Crusoe <[email protected]> Fri, 19 May 2023 18:46:30 +0200 + fasta3 (36.3.8i.14-Nov-2020-1) unstable; urgency=medium * Team upload. ===================================== debian/patches/adjust-scripts ===================================== @@ -1,5 +1,6 @@ -Author: Michael R. Crusoe <[email protected]> +Author: Michael R. Crusoe <[email protected]> Description: adjust for installed use +Forwarded: non-needed --- a/scripts/ann_exons_all.pl +++ b/scripts/ann_exons_all.pl @@ -1,4 +1,4 @@ ===================================== debian/patches/local_tests ===================================== @@ -1,5 +1,6 @@ -Author: Michael R. Crusoe <[email protected]> +Author: Michael R. Crusoe <[email protected]> Description: disable tests that require external databases +Forwarded: not-needed --- a/test/test.sh +++ b/test/test.sh @@ -7,71 +7,13 @@ if [ ! -d results ]; then ===================================== debian/rules ===================================== @@ -19,6 +19,10 @@ export DEB_LDFLAGS_MAINT_APPEND +=-flto %: dh $@ --sourcedirectory src +override_dh_auto_configure: + rm -Rf src/simde + dh_auto_configure + override_dh_auto_build: dh_auto_build --sourcedirectory make --builddirectory src --buildsystem makefile -- -f $(MAKEFILE) # convoluted, but necessary to allow cross builds View it on GitLab: https://salsa.debian.org/med-team/fasta3/-/compare/24d15ff55947cabbdddbd7a2605f4a040748314f...809d42f37c82e8bf812a978d9e674934794c2e3b -- View it on GitLab: https://salsa.debian.org/med-team/fasta3/-/compare/24d15ff55947cabbdddbd7a2605f4a040748314f...809d42f37c82e8bf812a978d9e674934794c2e3b 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
