From: Aaron M. Ucko Date: Mon, 30 Sep 2019 01:54:40 +0000 (-0400) Subject: debian/rules: Install get_species_taxids without the .sh suffix. X-Git-Tag: archive/raspbian/2.16.0+ds-7+rpi1~1^2~150 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3f95d82b43d51a71ed7627175297f017ffd31803;p=ncbi-blast%2B.git debian/rules: Install get_species_taxids without the .sh suffix. --- diff --git a/debian/changelog b/debian/changelog index 99c6c39f..0620d27c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -21,8 +21,9 @@ ncbi-blast+ (2.9.0-2) UNRELEASED; urgency=medium -- Rework logic to install (possibly indirect) local library dependencies to use readelf rather than ldd, making as many passes as necessary (four at present, but no hardcoded count). + - Install get_species_taxids without the .sh suffix. - -- Aaron M. Ucko Sun, 29 Sep 2019 21:50:14 -0400 + -- Aaron M. Ucko Sun, 29 Sep 2019 21:54:39 -0400 ncbi-blast+ (2.9.0-1) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index 8ddcb42c..a165ca15 100755 --- a/debian/rules +++ b/debian/rules @@ -96,6 +96,8 @@ override_dh_install-arch: # dh_install mv $(instroot)/bin/rpsblast $(instroot)/bin/rpsblast+ mv $(instroot)/bin/seedtop $(instroot)/bin/seedtop+ + mv $(instroot)/bin/get_species_taxids.sh \ + $(instroot)/bin/get_species_taxids mv $(instroot)/bin/legacy_blast.pl $(instroot)/bin/legacy_blast mv $(instroot)/bin/update_blastdb.pl $(instroot)/bin/update_blastdb sed -e '1s/$$/3/' $(instroot)/bin/windowmasker_2.2.22_adapter.py \